/* ============================================================
   toursbold-v39.css — bold redesign of the tours listing on
   half-day-tours.html + full-day-tours.html. Deep-Adriatic band,
   cinematic featured tour + bold split cards. Scoped to .toursbold.
   ============================================================ */
.toursbold {
  --gold: #C9A35A; --gold2: #E4CB94; --navy: #0C2342;
  position: relative; overflow: hidden;
  padding: clamp(60px, 7vw, 108px) 0;
  background:
    radial-gradient(90% 120% at 88% -12%, rgba(201,163,90,.18) 0%, rgba(201,163,90,0) 50%),
    linear-gradient(165deg, #123A6B 0%, #0C2342 58%, #081A33 100%);
  color: #fff;
}
.toursbold::before {
  content: ""; position: absolute; left: -160px; bottom: -180px; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,163,90,.12) 0%, rgba(201,163,90,0) 66%); pointer-events: none;
}
.toursbold .wrap { position: relative; z-index: 1; max-width: 1320px; margin: 0 auto; padding: 0 28px; }
.tb-head { max-width: 820px; }
.tb-head .h-eyebrow { color: var(--gold2); }
.tb-head h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(34px, 4.6vw, 64px); line-height: .98; letter-spacing: -.03em; color: #fff; margin: 16px 0 0; text-wrap: balance; }
.tb-head h2 em { font-style: italic; font-weight: 500; color: var(--gold2); }
.tb-head p { margin: 18px 0 0; max-width: 56ch; font-size: clamp(15.5px, 1.2vw, 18px); line-height: 1.6; color: rgba(226,235,247,.76); }

/* ---- featured cinematic card ---- */
.tbfeat { display: block; position: relative; margin: clamp(32px, 3.6vw, 50px) 0 18px; border-radius: 26px; overflow: hidden; min-height: clamp(440px, 46vw, 560px); box-shadow: 0 70px 130px -64px rgba(2,8,22,.95); text-decoration: none; color: #fff; }
.tbfeat-media { position: absolute; inset: 0; }
.tbfeat-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s cubic-bezier(.2,.7,.2,1); }
.tbfeat:hover .tbfeat-media img { transform: scale(1.05); }
.tbfeat-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5,14,30,.92) 0%, rgba(5,14,30,.58) 44%, rgba(5,14,30,.12) 72%), linear-gradient(0deg, rgba(5,14,30,.72) 0%, rgba(5,14,30,0) 48%); }
.tbfeat-body { position: relative; z-index: 2; max-width: 600px; min-height: inherit; padding: clamp(28px, 3.6vw, 54px); display: flex; flex-direction: column; justify-content: flex-end; }
.tbfeat-flag { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: var(--gold); color: var(--navy); font-family: var(--f-body); font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 16px 32px -12px rgba(201,163,90,.75); white-space: nowrap; }
.tbfeat-flag svg { width: 14px; height: 14px; }
.tbfeat-dur { margin-top: 20px; font-family: var(--f-body); font-weight: 700; font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold2); }
.tbfeat h3 { font-family: var(--f-display); font-weight: 800; font-size: clamp(34px, 4.4vw, 60px); line-height: .96; letter-spacing: -.03em; margin: 10px 0 0; color: #fff; }
.tbfeat p { margin: 16px 0 0; max-width: 48ch; font-size: clamp(15px, 1.15vw, 17.5px); line-height: 1.55; color: rgba(231,238,248,.85); }
.tbfeat-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.tbfeat-chips span { display: inline-flex; align-items: center; padding: 8px 15px; border-radius: 999px; background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); font-size: 13px; font-weight: 600; color: #fff; }
.tbfeat-cta { margin-top: 28px; align-self: flex-start; display: inline-flex; align-items: center; gap: 11px; padding: 16px 28px; border-radius: 999px; background: linear-gradient(180deg, var(--gold2), var(--gold)); color: var(--navy); font-family: var(--f-body); font-weight: 800; font-size: 15px; box-shadow: 0 20px 38px -16px rgba(201,163,90,.85); transition: transform .2s, box-shadow .2s; }
.tbfeat:hover .tbfeat-cta { transform: translateY(-2px); box-shadow: 0 26px 46px -16px rgba(201,163,90,.9); }
.tbfeat-cta svg { width: 22px; height: 13px; }

/* ---- the rest — bold split cards ---- */
.tbgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }
.tbcard { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; background: #fff; border-radius: 22px; overflow: hidden; text-decoration: none; color: var(--navy); box-shadow: 0 40px 78px -44px rgba(2,8,22,.75); transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s; }
.tbcard:hover { transform: translateY(-6px); box-shadow: 0 60px 96px -44px rgba(2,8,22,.85); }
.tbcard-media { position: relative; min-height: 210px; overflow: hidden; }
.tbcard-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.tbcard:hover .tbcard-media img { transform: scale(1.06); }
.tbcard-dur { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 13px; border-radius: 999px; background: rgba(12,34,68,.82); color: #fff; font-family: var(--f-body); font-weight: 700; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.tbcard-body { padding: 22px 24px 24px; display: flex; flex-direction: column; }
.tbcard-body h3 { font-family: var(--f-display); font-weight: 800; font-size: clamp(20px, 1.9vw, 26px); letter-spacing: -.02em; color: var(--navy); line-height: 1.05; }
.tbcard-meta { display: flex; gap: 14px; margin-top: 10px; font-size: 13px; color: var(--slate-3, #6B7585); font-weight: 600; }
.tbcard-meta span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.tbcard-meta svg { width: 15px; height: 15px; color: var(--gold, #C9A35A); }
.tbcard-body p { margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: var(--slate-2, #475261); flex: 1; }
.tbcard-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.tbcard-chips span { padding: 6px 12px; border-radius: 999px; background: var(--off, #F7F4EF); box-shadow: inset 0 0 0 1px rgba(71,82,97,.12); font-size: 12px; font-weight: 600; color: var(--slate-2, #475261); }
.tbcard-go { margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-body); font-weight: 700; font-size: 13.5px; color: var(--olive, #9A7A30); }
.tbcard-go svg { width: 18px; height: 11px; transition: transform .25s; }
.tbcard:hover .tbcard-go svg { transform: translateX(4px); }

@media (max-width: 1000px) { .tbgrid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .tbcard { grid-template-columns: 1fr; } .tbcard-media { min-height: 200px; } .tbfeat-body { max-width: none; } }

/* light variant — bold cards on super-light-blue (avoids back-to-back navy) */
.toursbold.light { background: #ECF3FC; color: var(--navy); }
.toursbold.light::before { display: none; }
.toursbold.light .tb-head .h-eyebrow { color: var(--olive, #9A7A30); }
.toursbold.light .tb-head h2 { color: var(--navy); }
.toursbold.light .tb-head h2 em { color: var(--olive, #9A7A30); }
.toursbold.light .tb-head p { color: var(--slate-2, #475261); }
.toursbold.light .tbgrid { margin-top: clamp(28px,3vw,42px); }
