/* ============================================================
   what-we-do.css — WHAT WE DO page-specific section styles.
   Shared chrome (nav, footer, buttons, tokens, type) lives in /site.css.
   ============================================================ */

/* Shared primitives (.bg-white/.bg-sand, .serif-title, .dot, .ext, .caption,
   .btn-outline*, .band-navy) now live in site.css so every page shares them. */

/* ---- HERO is shared in site.css (.hero/.hero-bg/.hero-content/.hero-btns/.hero-caption) ---- */

/* ---- TAB NAV ---- */
.tabnav { background: var(--white); border-bottom: 1px solid #e8e4dc; }
.tabnav-inner {
  max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter);
  display: flex; justify-content: center; gap: 34px; flex-wrap: wrap;
}
.tabnav a {
  font-size: 15px; letter-spacing: -0.02em; color: #6f6f6f;
  padding: 20px 2px; border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tabnav a:hover { color: var(--ink); }
.tabnav a.active { color: var(--ink); border-bottom-color: var(--ink); font-weight: 500; }

/* ---- TRAVEL SECTIONS (two-column) — tabbed: only the active panel shows ---- */
.travel { padding: 66px 0 72px; display: none; }
.travel.is-active { display: block; }
.section-head { text-align: center; margin-bottom: 44px; }
.section-head .serif-title { display: block; }
.section-icon { height: 72px; width: auto; object-fit: contain; margin: 14px auto 0; }
#immersive .section-icon { height: 78px; }
#cruise   .section-icon { height: 60px; }
#family   .section-icon { height: 104px; margin-top: 10px; }
#wellness .section-icon { height: 64px; }
#adventure .section-icon { height: 66px; }
#business .section-icon { height: 70px; }

/* .two-col + .media (and the .ready band) are shared in site.css */

.content { padding-top: 4px; }
.content .sub {
  font-family: var(--sans); font-weight: 400;
  font-size: 32px; line-height: 40px; letter-spacing: -0.03em;
  color: var(--ink); margin-bottom: 28px; max-width: 560px;
}
.content p { color: var(--ink-soft); margin-bottom: 24px; max-width: 560px; }
.content ul { list-style: disc; padding-left: 22px; margin: 0 0 24px; max-width: 560px; }
.content li { color: var(--ink-soft); margin-bottom: 8px; }
.btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }

/* Find Your Perfect Hotel band */
.hotel-band {
  margin-top: 40px;
  background: var(--navy); color: var(--white); border-radius: 8px;
  padding: 32px 40px;
  display: grid; grid-template-columns: 180px 1fr auto; gap: 28px; align-items: start;
}
.hotel-label { font-size: 16px; font-weight: 600; letter-spacing: -0.03em; }
.hotel-text { font-size: 15px; line-height: 23px; color: rgba(255,255,255,.92); max-width: 760px; }
.hotel-band .btn-outline-light { align-self: end; }

/* ---- WHY TRAVELLERS CHOOSE US ---- */
.why-choose { padding: 70px 0 80px; text-align: center; }
.why-choose .serif-title { margin-bottom: 28px; }
.why-lead {
  font-family: var(--sans); font-weight: 400;
  font-size: 28px; line-height: 36px; letter-spacing: -0.03em;
  color: var(--ink); max-width: 720px; margin: 0 auto 28px;
}
.why-body { color: var(--ink-soft); max-width: 880px; margin: 0 auto 18px; }
.why-choose .btn-outline { margin-top: 22px; }

/* ---- TESTIMONIAL ---- */
.testimonial { padding: 96px 0 116px; }
.t-grid { gap: 40px; align-items: center; }
.t-media img { aspect-ratio: 600 / 594; }
.t-right { display: flex; flex-direction: column; }
.t-right .serif-title { text-align: center; margin-bottom: 32px; }
.t-card { position: relative; }
.t-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; }
.t-prev { left: -18px; }
.t-next { right: -18px; }
.t-arrow img { width: 36px; height: 36px; }
.t-body { background: var(--sand); border-radius: 20px; padding: 30px 56px; }
.quote-icon { width: 32px; height: 32px; margin-bottom: 14px; }
.t-quote { font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 14px; }
.t-text { font-size: 15px; line-height: 23px; color: #3a3a3a; margin-bottom: 16px; }
.t-author { font-weight: 700; font-size: 15px; color: var(--ink); }

/* ---- FEATURE (full-width container image) ---- */
.feature-image { padding: 28px 0 64px; }
.feature-image .media img { aspect-ratio: 1232 / 670; }

/* ---- WHY USE A TRAVEL AGENT ---- */
.why-agent { padding: 72px 0 100px; }
.agent-grid { gap: 64px; align-items: start; }
.agent-head .serif-title { line-height: 80px; }
.agent-body p { color: var(--ink-soft); margin-bottom: 20px; max-width: 540px; }
.agent-body .pill-navy { margin-top: 8px; }

/* ---- READY band is shared in site.css ---- */

/* ---- RESPONSIVE (What We Do sections) ---- */
/* Tab nav: once the row no longer fits (natural width ~930px), stop wrapping and
   scroll horizontally instead — one row, swipe/scroll to reach the rest. */
@media (max-width: 1024px) {
  .tabnav-inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 28px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;          /* Firefox */
  }
  .tabnav-inner::-webkit-scrollbar { display: none; }   /* WebKit */
  .tabnav a { flex: 0 0 auto; white-space: nowrap; }
}

@media (max-width: 900px) {
  .serif-title { font-size: 40px; line-height: 48px; }
  .agent-grid, .t-grid { grid-template-columns: 1fr; gap: 32px; }
  .hotel-band { grid-template-columns: 1fr; gap: 18px; }
  .why-lead { font-size: 24px; line-height: 30px; }
}
@media (max-width: 560px) {
  .content .sub { font-size: 24px; line-height: 30px; }
  .t-body { padding: 26px 22px; }
  .t-prev { left: 4px; } .t-next { right: 4px; }
}
