/* ============================================================
   MAMA TAVA TRAVEL — Premium Design System
   Coastal Editorial Experience · Puerto Escondido, Oaxaca
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300;1,9..40,400&display=swap');

/* Bangond — organic, coastal, mixed-case display */
@font-face {
  font-family: 'Bangond';
  src: url('../fonts/Bangond.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* TAN Kindred Display — structured, always UPPERCASE, high-impact */
@font-face {
  font-family: 'TAN Kindred';
  src: url('../fonts/TANKindred-Display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bebas Neue — condensed bold, all-caps impact headlines */
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  /* Brand Palette */
  --navy:   #344262;
  --aqua:   #83C1C6;
  --teal:   #4D7B7B;
  --mist:   #C8E1E1;
  --white:  #FFFFFF;

  /* Dark Scale */
  --ink-950: #080f1a;
  --ink-900: #0e1827;
  --ink-850: #111e30;
  --ink-800: #162438;
  --ink-750: #1b2a40;
  --ink-700: #203049;
  --ink-600: #263852;
  --ink-500: #2e425e;
  --ink-400: #3a506e;
  --ink-300: #4d647e;
  --ink-200: #697a90;
  --ink-100: #8fa0b0;

  /* Aqua Scale */
  --aqua-900: #3d7880;
  --aqua-700: #5e9ea8;
  --aqua-500: #83C1C6;
  --aqua-300: #a8d4d8;
  --aqua-100: #d0eaec;
  --aqua-50:  #e8f5f6;

  /* Teal Scale */
  --teal-900: #2a4848;
  --teal-700: #3d6060;
  --teal-500: #4D7B7B;
  --teal-300: #6a9ea4;
  --teal-100: #90c4c8;

  /* Semantic */
  --bg:       #F0F8F8;
  --bg-alt:   #E6F2F2;
  --bg-3:     #DBEAEA;
  --surface:  #FFFFFF;
  --surface2: #EDF7F7;
  --border:   rgba(52,66,98,0.10);
  --border2:  rgba(52,66,98,0.18);
  --border3:  rgba(52,66,98,0.32);

  --text:       var(--navy);
  --text-2:     var(--teal);
  --text-3:     var(--aqua-700);
  --text-muted: #7A90A6;
  --accent:     var(--aqua-500);
  --accent-dim: var(--aqua-700);

  /* Typography */
  --serif:      'Bangond',     Georgia, serif;  /* flowing, mixed-case display   */
  --serif-caps: 'TAN Kindred', Georgia, serif;  /* structural, always uppercase  */
  --sans:  'DM Sans', system-ui, sans-serif;

  /* Fluid Type Scale */
  --size-xs:   clamp(0.65rem, 1.1vw, 0.75rem);
  --size-sm:   clamp(0.8rem,  1.4vw, 0.875rem);
  --size-base: clamp(0.9rem,  1.6vw, 1rem);
  --size-md:   clamp(1rem,    1.9vw, 1.125rem);
  --size-lg:   clamp(1.1rem,  2.2vw, 1.25rem);
  --size-xl:   clamp(1.3rem,  2.8vw, 1.5rem);
  --size-2xl:  clamp(1.6rem,  3.5vw, 2rem);
  --size-3xl:  clamp(2rem,    4.5vw, 2.75rem);
  --size-4xl:  clamp(2.5rem,  5.5vw, 3.75rem);
  --size-5xl:  clamp(3rem,    7vw,   5rem);
  --size-6xl:  clamp(3.5rem,  8.5vw, 6.5rem);
  --size-7xl:  clamp(4rem,   10vw,   8.5rem);
  --size-hero: clamp(4.5rem, 12vw,  11rem);

  /* Spacing */
  --s1: 4px;  --s2: 8px;   --s3: 12px; --s4: 16px;
  --s5: 20px; --s6: 24px;  --s8: 32px; --s10: 40px;
  --s12: 48px; --s14: 56px; --s16: 64px; --s20: 80px;
  --s24: 96px; --s28: 112px; --s32: 128px; --s40: 160px;

  --section-y: clamp(72px, 10vw, 128px);
  --section-x: clamp(20px, 5vw, 80px);

  /* Radius */
  --r-sm: 4px; --r-md: 10px; --r-lg: 18px;
  --r-xl: 28px; --r-2xl: 40px; --r-full: 9999px;

  /* Easing */
  --out:    cubic-bezier(0.22, 1, 0.36, 1);
  --inout:  cubic-bezier(0.65, 0, 0.35, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --sharp:  cubic-bezier(0.25, 0, 0, 1);

  --t-fast:   150ms var(--out);
  --t-base:   300ms var(--out);
  --t-slow:   600ms var(--out);
  --t-lazy:   900ms var(--out);

  /* Shadows */
  --sh-sm:   0 2px 10px rgba(52,66,98,0.08);
  --sh-md:   0 8px 32px  rgba(52,66,98,0.12);
  --sh-lg:   0 20px 64px rgba(52,66,98,0.16);
  --sh-xl:   0 40px 100px rgba(52,66,98,0.20);
  --sh-aqua: 0 8px 40px rgba(131,193,198,0.28);
  --sh-aqua-lg: 0 16px 80px rgba(131,193,198,0.35);
  --sh-inset: inset 0 1px 0 rgba(52,66,98,0.08);

  --nav-h: 76px;
  --max-w: 1280px;
}

/* ============================================================
   BASE RESET
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--sans);
  font-size: var(--size-base);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  cursor: default;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--t-base); }
button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: none;
  border: none;
  background: none;
}
ul, ol { list-style: none; }
svg { display: block; }

::selection {
  background: rgba(131,193,198,0.35);
  color: var(--navy);
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-alt); }
::-webkit-scrollbar-thumb {
  background: var(--aqua-700);
  border-radius: var(--r-full);
}

/* ============================================================
   TYPOGRAPHY SYSTEM
   ============================================================ */
.t-serif   { font-family: var(--serif); }
.t-xs      { font-size: var(--size-xs); }
.t-sm      { font-size: var(--size-sm); }
.t-base    { font-size: var(--size-base); }
.t-md      { font-size: var(--size-md); }
.t-lg      { font-size: var(--size-lg); }
.t-xl      { font-size: var(--size-xl); }
.t-2xl     { font-size: var(--size-2xl); }
.t-3xl     { font-size: var(--size-3xl); }
.t-4xl     { font-size: var(--size-4xl); }
.t-5xl     { font-size: var(--size-5xl); }
.t-6xl     { font-size: var(--size-6xl); }
.t-7xl     { font-size: var(--size-7xl); }
.t-hero    { font-size: var(--size-hero); }
.t-thin    { font-weight: 300; }
.t-normal  { font-weight: 400; }
.t-medium  { font-weight: 500; }
.t-semi    { font-weight: 600; }
.t-bold    { font-weight: 700; }
.t-italic  { font-style: italic; }
.t-tight   { line-height: 1.1; }
.t-snug    { line-height: 1.25; }
.t-wide    { letter-spacing: 0.05em; }
.t-wider   { letter-spacing: 0.1em; }
.t-widest  { letter-spacing: 0.18em; }
.t-upper   { text-transform: uppercase; }
.t-center  { text-align: center; }
.t-right   { text-align: right; }
.t-accent  { color: var(--accent); }
.t-mist    { color: var(--mist); }
.t-muted   { color: var(--text-muted); }
.t-dark    { color: var(--navy); }

/* ── Bangond display headings — organic, coastal ─────────────── */
.display-xl {
  font-family: var(--serif);
  font-size: var(--size-7xl);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.01em;
}
.display-lg {
  font-family: var(--serif);
  font-size: var(--size-6xl);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.01em;
}
.display-md {
  font-family: var(--serif);
  font-size: var(--size-5xl);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.008em;
}
.display-sm {
  font-family: var(--serif);
  font-size: var(--size-4xl);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.005em;
}

/* ── TAN Kindred display — uppercase structural accent ─────────
   Use on short power-words, category nouns, punchy phrases.
   Always uppercase. ──────────────────────────────────────────── */
.display-caps {
  font-family: var(--serif-caps);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 0.92;
}

/* ── Mixed-font heading utilities ───────────────────────────────
   Use .mh-caps (TAN Kindred, compact uppercase eyebrow) and
   .mh-serif (Bangond, dominant display) as block spans inside
   any heading that mixes the two typefaces.
   The parent heading sets the Bangond base font-size;
   .mh-caps shrinks to ~54% of that so the hierarchy is clear.
   ─────────────────────────────────────────────────────────────── */
.mh-caps {
  display: block;
  font-family: var(--serif-caps);
  font-size: 0.54em;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  line-height: 1.1;            /* slightly open — less crammed than Bangond */
  color: inherit;
}
.mh-serif {
  display: block;
  font-family: var(--serif);
  font-size: 1em;              /* inherits parent's Bangond size */
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 0.88;           /* tight — natural for large Bangond display */
  color: inherit;
}

/* ── GLOBAL TITLE SYSTEM ────────────────────────────────────────
   Eyebrow (TAN Kindred) above every section heading (Bangond).
   .titulo-combinado: flex column wrapper
   .eyebrow: TAN Kindred uppercase label
   .titulo-principal: Bangond dominant display heading
   ─────────────────────────────────────────────────────────────── */
.titulo-combinado {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.titulo-combinado .eyebrow {
  font-family: var(--serif-caps);
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-weight: 400;
  color: var(--aqua);
  line-height: 1;
  display: block;
}

.titulo-combinado .titulo-principal {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.9;
  font-weight: 400;
  color: var(--navy);
  margin: 0;
  letter-spacing: -0.02em;
}

/* Override font-size for specific contexts that need different scales */
.hero .titulo-combinado .titulo-principal,
.hero__headline.titulo-principal {
  font-size: clamp(3.5rem, 9vw, 9rem);
  color: var(--white);
}

.hero--page .titulo-combinado .titulo-principal,
.page-hero__title.titulo-principal {
  font-size: clamp(2.5rem, 7vw, 6rem);
  color: var(--white);
}

/* Dark section context — white heading */
.final-cta .titulo-combinado .titulo-principal,
.custom-exp .titulo-combinado .titulo-principal,
.transport-dark .titulo-combinado .titulo-principal {
  color: var(--white);
}

/* Dark context eyebrow stays aqua (already default) */

/* Section label — uppercase sans */
.label {
  font-family: var(--sans);
  font-size: var(--size-xs);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: var(--s3);
}
.label::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--accent);
  flex-shrink: 0;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--section-x);
}

.container--wide  { max-width: 1440px; }
.container--mid   { max-width: 1100px; }
.container--narrow{ max-width: 800px; }

.section { padding: var(--section-y) 0; }
.section--sm { padding: clamp(40px, 6vw, 80px) 0; }
.section--lg { padding: clamp(100px, 14vw, 180px) 0; }
.section--dark  { background: var(--bg); }
.section--alt   { background: var(--bg-alt); }
.section--light {
  background: var(--aqua-100);
  color: var(--navy);
}
.section--navy  { background: var(--navy); }

.grid { display: grid; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.gap-4  { gap: var(--s4); }
.gap-6  { gap: var(--s6); }
.gap-8  { gap: var(--s8); }
.gap-12 { gap: var(--s12); }
.gap-16 { gap: var(--s16); }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background var(--t-slow), backdrop-filter var(--t-slow), box-shadow var(--t-slow);
}

.nav.scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  box-shadow: 0 1px 0 var(--border), var(--sh-md);
}
.nav.scrolled .nav__logo-main { color: var(--navy); }
.nav.scrolled .nav__logo-sub { color: var(--teal); }
.nav.scrolled .nav__link { color: rgba(52,66,98,0.7); }
.nav.scrolled .nav__link:hover { color: var(--navy); }
.nav.scrolled .nav__link.active { color: var(--teal); }
.nav.scrolled .nav__toggle span { background: var(--navy); }

.nav__inner {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--section-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s8);
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: var(--s3);
  line-height: 1;
  flex-shrink: 0;
}
.nav__logo-img {
  height: 96px;
  width: auto;
  max-width: 380px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform var(--t-base);
}
.nav__logo:hover .nav__logo-img { transform: scale(1.03); }
.nav__logo-text {
  display: flex;
  flex-direction: column;
}
.nav__logo-main {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--white);
  text-transform: uppercase;
  transition: color var(--t-base);
}
.nav__logo-sub {
  font-family: var(--sans);
  font-size: var(--size-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 2px;
}
.nav__logo:hover .nav__logo-main { color: var(--aqua-300); }

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
}
.nav__link {
  font-size: var(--size-sm);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgba(200,225,225,0.8);
  transition: color var(--t-base);
  position: relative;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width var(--t-base);
}
.nav__link:hover { color: var(--white); }
.nav__link:hover::after { width: 100%; }
.nav__link.active { color: var(--accent); }
.nav__link.active::after { width: 100%; }

.nav__actions {
  display: flex;
  align-items: center;
  gap: var(--s4);
  flex-shrink: 0;
}

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  padding: 10px 22px;
  background: var(--navy);
  color: var(--white);
  font-size: var(--size-sm);
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: var(--r-full);
  transition: background var(--t-base), box-shadow var(--t-base), transform var(--t-fast);
}
.nav__cta:hover {
  background: var(--teal);
  box-shadow: var(--sh-md);
  transform: translateY(-1px);
}
.nav__cta:active { transform: translateY(0); }

/* Mobile menu toggle */
.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 26px;
  cursor: pointer;
  padding: var(--s2);
}
.nav__toggle span {
  display: block;
  height: 1.5px;
  background: var(--white);
  border-radius: 1px;
  transition: all var(--t-base);
}
.nav__toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu */
.nav__mobile {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--bg);
  z-index: 998;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--s8);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-slow);
}
.nav__mobile.open {
  opacity: 1;
  pointer-events: all;
}
.nav__mobile a {
  font-family: var(--serif);
  font-size: var(--size-4xl);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--text-2);
  transition: color var(--t-base);
}
.nav__mobile a:hover { color: var(--accent); }
.nav__mobile .nav__mobile-cta {
  margin-top: var(--s6);
  font-family: var(--sans);
  font-size: var(--size-base);
  padding: 14px 36px;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--r-full);
  font-weight: 600;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  font-family: var(--sans);
  font-size: var(--size-sm);
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: var(--r-full);
  padding: 13px 30px;
  transition: background var(--t-base), border-color var(--t-base),
              color var(--t-base), box-shadow var(--t-base),
              transform var(--t-fast);
  white-space: nowrap;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--navy);
  color: var(--white);
  border: 1.5px solid var(--navy);
}
.btn--primary:hover {
  background: var(--teal);
  border-color: var(--teal);
  box-shadow: var(--sh-md);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.4);
}
.btn--outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--white);
}

.btn--outline-aqua {
  background: transparent;
  color: var(--accent);
  border: 1.5px solid var(--accent);
}
.btn--outline-aqua:hover {
  background: rgba(131,193,198,0.1);
  box-shadow: var(--sh-aqua);
}

.btn--ghost {
  background: transparent;
  color: var(--text-2);
  border: 1.5px solid var(--border2);
}
.btn--ghost:hover {
  color: var(--navy);
  border-color: var(--border3);
  background: rgba(52,66,98,0.04);
}

.btn--dark {
  background: var(--navy);
  color: var(--white);
  border: 1.5px solid var(--navy);
}
.btn--dark:hover {
  background: var(--ink-600);
  box-shadow: var(--sh-md);
}

.btn--lg { padding: 16px 40px; font-size: var(--size-base); }
.btn--sm { padding: 9px 22px; font-size: var(--size-xs); }

.btn--whatsapp {
  background: var(--teal);
  color: var(--white);
  border: 1.5px solid var(--teal);
  font-weight: 600;
}
.btn--whatsapp:hover {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: var(--sh-md);
}

.btn-icon {
  width: 20px; height: 20px;
  flex-shrink: 0;
}

/* ============================================================
   FLOATING WHATSAPP BUTTON
   ============================================================ */
.float-wa {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  border: 1.5px solid var(--aqua);
  box-shadow: 0 8px 28px rgba(52,66,98,0.28);
  transition: transform var(--t-base), box-shadow var(--t-base), background var(--t-base);
}
.float-wa:hover {
  transform: translateY(-3px) scale(1.06);
  background: var(--teal);
  box-shadow: 0 14px 40px rgba(52,66,98,0.38);
}
.float-wa span { display: none; }
.float-wa svg { width: 24px; height: 24px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  will-change: transform;
  transition: transform 8s ease;
}
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    170deg,
    rgba(8,15,26,0.25) 0%,
    rgba(8,15,26,0.1) 30%,
    rgba(14,24,39,0.5) 65%,
    rgba(8,15,26,0.92) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: calc(var(--nav-h) + 40px) var(--section-x) clamp(60px, 8vw, 100px);
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: var(--s3);
  margin-bottom: var(--s8);
  font-size: var(--size-xs);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero__eyebrow::before {
  content: '';
  display: block;
  width: 32px; height: 1px;
  background: var(--accent);
}

.hero__headline {
  font-family: var(--serif);
  font-size: clamp(3.5rem, 9vw, 9rem);
  font-weight: 400;
  line-height: 1;              /* reset — .mh-serif/.mh-caps manage their own */
  letter-spacing: -0.025em;
  color: var(--white);
  max-width: 880px;
  margin-bottom: var(--s8);
}
/* Give TAN Kindred eyebrow lines a small bottom nudge before the next Bangond line */
.hero__headline .mh-caps {
  margin-bottom: 0.08em;
}
.hero__headline em {
  font-family: var(--serif);
  font-style: italic;
  font-size: inherit;
  display: inline;
  text-transform: none;
  letter-spacing: inherit;
  color: var(--aqua-300);
}

.hero__sub {
  font-size: var(--size-md);
  color: rgba(200,225,225,0.8);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: var(--s10);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: var(--s5);
  flex-wrap: wrap;
}

.hero__scroll {
  position: absolute;
  bottom: clamp(28px, 4vw, 48px);
  right: var(--section-x);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s3);
  color: rgba(200,225,225,0.6);
  font-size: var(--size-xs);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero__scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(131,193,198,0.6), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

/* Hero with page-title overlay */
.hero--page {
  min-height: 55vh;
  justify-content: flex-end;
}
.hero--page .hero__headline {
  font-size: clamp(2.5rem, 6vw, 6rem);
}

/* ============================================================
   SERVICE ENTRY BLOCKS
   ============================================================ */
.services {
  background: var(--bg-alt);
  padding: var(--section-y) 0;
}

.services__intro {
  text-align: center;
  margin-bottom: clamp(48px, 7vw, 88px);
  overflow: hidden;   /* ÚNICAS may bleed on narrow screens, contain it */
}
/* Services heading — two-tier editorial treatment */
.services__intro h2 {
  margin-top: 0;
  line-height: 1;
}

/* "UNA EMPRESA, / TRES EXPERIENCIAS" — Bebas Neue, compact, centered */
.services-small {
  display: block;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.05;
  color: var(--navy);
  text-align: center;
  margin-bottom: 0.22em;
}

/* "ÚNICAS" — Bangond, dominant, centered */
.services-big {
  display: block;
  font-family: 'Bangond', Georgia, serif;
  font-size: clamp(4rem, 12vw, 13rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.85;
  color: var(--navy);
  text-align: center;
}
.services__intro p {
  font-size: var(--size-md);
  color: var(--text-2);
  max-width: 560px;
  margin: clamp(20px, 3vw, 36px) auto 0;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.service-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  group: true;
}

.service-card__img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--out);
}
.service-card:hover .service-card__img { transform: scale(1.06); }

.service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8,15,26,0.92) 0%,
    rgba(8,15,26,0.5) 40%,
    rgba(8,15,26,0.1) 100%
  );
  transition: background var(--t-slow);
}
.service-card:hover .service-card__overlay {
  background: linear-gradient(
    to top,
    rgba(14,24,39,0.96) 0%,
    rgba(14,24,39,0.6) 45%,
    rgba(52,66,98,0.2) 100%
  );
}

.service-card__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: var(--s10) var(--s8);
  transition: transform var(--t-slow);
}
.service-card:hover .service-card__content { transform: translateY(-8px); }

.service-card__num {
  font-size: var(--size-xs);
  letter-spacing: 0.2em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: var(--s4);
}

.service-card__title {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: var(--s4);
}

.service-card__desc {
  font-size: var(--size-sm);
  color: rgba(200,225,225,0.75);
  line-height: 1.6;
  margin-bottom: var(--s6);
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-slow), opacity var(--t-slow);
  opacity: 0;
}
.service-card:hover .service-card__desc { max-height: 80px; opacity: 1; }

.service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-size: var(--size-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  transition: gap var(--t-base);
}
.service-card:hover .service-card__cta { gap: var(--s3); }
.service-card__cta::after {
  content: '→';
  transition: transform var(--t-base);
}
.service-card:hover .service-card__cta::after { transform: translateX(4px); }

/* ============================================================
   BRAND POSITIONING SECTION
   ============================================================ */
.brand-pos {
  padding: var(--section-y) 0;
  background: var(--bg);
  overflow: hidden;
}

.brand-pos__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

.brand-pos__copy .label { margin-bottom: var(--s6); }

/* ── Brand-pos cascade heading ──────────────────────────────
   Three lines: left / center / right
   Top & bottom: Bebas Neue compact
   Middle: Bangond giant
   ─────────────────────────────────────────────────────────── */
.brand-pos-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--s8);
}

/* "CONOCEMOS ESTA" — Bebas Neue, left */
.bph-top {
  display: block;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 4.2rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--navy);
  text-align: left;
  margin-bottom: 5px;
}

/* "COSTA" — Bangond, centered, dominant
   line-height: 1 evita que el glifo se salga del line-box,
   garantizando que los márgenes arriba y abajo sean simétricos */
.bph-mid {
  display: block;
  font-family: 'Bangond', Georgia, serif;
  font-size: clamp(4.5rem, 11vw, 13rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--navy);
  text-align: center;
}

/* "COMO NADIE MÁS" — Bebas Neue, right */
.bph-bot {
  display: block;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 4.2rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--navy);
  text-align: right;
  margin-top: -10px;
}

.brand-pos__headline {
  font-family: var(--serif);
  font-size: var(--size-5xl);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: var(--s8);
}
.brand-pos__headline em {
  font-family: var(--serif);
  font-style: italic;
  font-size: inherit;
  display: inline;
  text-transform: none;
  letter-spacing: inherit;
  color: var(--teal);
}

.brand-pos__body {
  font-size: var(--size-md);
  color: var(--text-2);
  line-height: 1.75;
  margin-bottom: var(--s10);
}

.brand-pos__pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s6);
}

.pillar {
  display: flex;
  align-items: flex-start;
  gap: var(--s4);
}
.pillar__icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  background: rgba(131,193,198,0.12);
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}
.pillar__icon svg { width: 16px; height: 16px; }
.pillar__title {
  font-size: var(--size-sm);
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 2px;
}
.pillar__desc { font-size: var(--size-xs); color: var(--text-muted); }

.brand-pos__visual {
  position: relative;
}
.brand-pos__img-wrap {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.brand-pos__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.brand-pos__badge {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: var(--navy);
  color: var(--white);
  padding: var(--s6) var(--s8);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  font-weight: 600;
}
.brand-pos__badge-num {
  font-family: var(--serif);
  font-size: var(--size-4xl);
  font-weight: 400;
  line-height: 1;
  display: block;
}
.brand-pos__badge-text {
  font-size: var(--size-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
}

/* ============================================================
   FEATURED EXPERIENCES
   ============================================================ */
.featured {
  background: var(--bg-alt);
  padding: var(--section-y) 0;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--s8);
  margin-bottom: clamp(40px, 6vw, 72px);
  flex-wrap: wrap;
}

.section-header__copy .label { margin-bottom: var(--s5); }

.section-title {
  font-family: var(--serif);
  font-size: var(--size-4xl);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.005em;
  color: var(--navy);
}
.section-title.t-dark { color: var(--navy); }

.section-header__action { flex-shrink: 0; }

/* Experience Cards */
.exp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s6);
}

.exp-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform var(--t-slow), box-shadow var(--t-slow), border-color var(--t-slow);
  cursor: pointer;
}
.exp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
  border-color: var(--border2);
}

.exp-card__img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.exp-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--out);
}
.exp-card:hover .exp-card__img img { transform: scale(1.06); }

.exp-card__tag {
  position: absolute;
  top: var(--s4); left: var(--s4);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  color: var(--teal);
  font-size: var(--size-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--r-full);
  border: 1px solid rgba(52,66,98,0.12);
}

.exp-card__body { padding: var(--s6); }

.exp-card__title {
  font-family: var(--serif);
  font-size: var(--size-2xl);
  font-weight: 400;
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: var(--s3);
}

.exp-card__desc {
  font-size: var(--size-sm);
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: var(--s5);
}

.exp-card__meta {
  display: flex;
  align-items: center;
  gap: var(--s5);
  font-size: var(--size-xs);
  color: var(--text-3);
}
.exp-card__meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.exp-card__meta svg { width: 13px; height: 13px; }

.exp-card__footer {
  padding: var(--s4) var(--s6);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exp-card__price {
  font-size: var(--size-xs);
  color: var(--text-muted);
}
.exp-card__price strong {
  font-family: var(--serif);
  font-size: var(--size-xl);
  color: var(--navy);
  font-weight: 400;
}
.exp-card__link {
  font-size: var(--size-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--accent);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap var(--t-base);
}
.exp-card__link:hover { gap: var(--s2); }

/* ============================================================
   TRANSPORT SPOTLIGHT
   ============================================================ */
.transport-spot {
  padding: var(--section-y) 0;
  background: var(--bg-alt);
  overflow: hidden;
}

.transport-spot__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

.transport-spot__visual {
  position: relative;
  order: -1;
}
.transport-spot__img {
  border-radius: var(--r-lg);
  overflow: visible;
  aspect-ratio: 5/4;
  position: relative;
}
.transport-spot__img > img {
  border-radius: var(--r-lg);
  overflow: hidden;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* stat-badge--glass: liquid glass card, bottom-left of image */
.stat-badge--glass {
  position: absolute;
  bottom: -18px;
  left: -18px;
  padding: 16px 22px;
  text-align: center;
  min-width: 110px;
  border-radius: 20px;

  /* Liquid glass layers */
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.28) 0%,
    rgba(200,225,225,0.18) 50%,
    rgba(131,193,198,0.12) 100%
  );
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.45);
  border-bottom-color: rgba(255,255,255,0.15);
  border-right-color: rgba(255,255,255,0.15);
  box-shadow:
    0 8px 32px rgba(53,67,99,0.18),
    0 1.5px 0 rgba(255,255,255,0.55) inset,
    0 -1px 0 rgba(255,255,255,0.08) inset;

  /* Soft specular highlight top-left */
  overflow: hidden;
}
.stat-badge--glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    ellipse 80% 40% at 30% 15%,
    rgba(255,255,255,0.35) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.stat-badge__num {
  font-family: var(--serif);
  font-size: var(--size-3xl);
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  display: block;
  text-shadow: 0 1px 8px rgba(53,67,99,0.25);
}
.stat-badge__label {
  font-size: var(--size-xs);
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(53,67,99,0.2);
}

.transport-spot__copy .label { margin-bottom: var(--s6); }

.transport-stair-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0 0 var(--s6);
}

.tsh-line {
  display: block;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 5.5rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.05;
  color: var(--navy);
}

.tsh-line--viaje {
  font-family: 'Bangond', Georgia, serif;
  font-size: clamp(4rem, 8.5vw, 10.5rem);
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.9;
}

/* ── Process stair heading ──────────────────────────────── */
.process-stair-heading {
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 var(--s8);
}

.prsh-top {
  display: block;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 4.2rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--navy);
  text-align: left;
  margin-bottom: 5px;
}

.prsh-mid {
  display: block;
  font-family: 'Bangond', Georgia, serif;
  font-size: clamp(4.5rem, 11vw, 13rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--navy);
  text-align: left;
  margin-bottom: -10px;
}

.prsh-bot {
  display: block;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 4.2rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--navy);
  text-align: left;
  padding-left: 18%;
}

/* ── Custom exp stair heading ───────────────────────────── */
.custom-stair-heading {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: var(--s6);
}

.csh-top {
  display: block;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2rem, 4.8vw, 5.8rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--white);
}

.csh-bot {
  display: block;
  font-family: 'Bangond', Georgia, serif;
  font-size: clamp(3.5rem, 11vw, 13.5rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.9;
  color: var(--white);
}

/* ── Packages stair heading ─────────────────────────────── */
.pkg-stair-heading {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: var(--s6);
}

.psh-top {
  display: block;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2rem, 4.8vw, 5.8rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--navy);
}

.psh-bot {
  display: block;
  font-family: 'Bangond', Georgia, serif;
  font-size: clamp(2.9rem, 8.1vw, 9.9rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.9;
  color: var(--navy);
}

.transport-spot__headline {
  font-family: var(--serif);
  font-size: var(--size-5xl);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: var(--s6);
}
.transport-spot__headline .mh-caps {
  color: var(--teal);
  margin-bottom: 0.05em;
}

.transport-spot__body {
  font-size: var(--size-md);
  color: var(--text-2);
  line-height: 1.75;
  margin-bottom: var(--s8);
}

.transport-spot__features {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
  margin-bottom: var(--s10);
}
.transport-feat {
  display: flex;
  align-items: center;
  gap: var(--s4);
  font-size: var(--size-sm);
  color: var(--text-2);
}
.transport-feat::before {
  content: '';
  display: block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* ============================================================
   PACKAGES SPOTLIGHT
   ============================================================ */
.packages-spot {
  padding: var(--section-y) 0;
  background: var(--bg-alt);
}

.pkg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s6);
}

.pkg-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  aspect-ratio: 16/9;
  cursor: pointer;
}
.pkg-card--tall { aspect-ratio: 4/5; }

.pkg-card__img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--out);
}
.pkg-card:hover .pkg-card__img { transform: scale(1.06); }

.pkg-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,15,26,0.9) 0%, transparent 60%);
}

.pkg-card__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: var(--s8);
  transform: translateY(0);
  transition: transform var(--t-slow);
}
.pkg-card:hover .pkg-card__content { transform: translateY(-8px); }

.pkg-card__tag {
  font-size: var(--size-xs);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--s3);
}
.pkg-card__title {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: var(--s3);
}
.pkg-card__meta {
  font-size: var(--size-xs);
  color: rgba(200,225,225,0.7);
  display: flex;
  gap: var(--s5);
  margin-bottom: var(--s5);
}
.pkg-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--size-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--t-slow), transform var(--t-slow);
}
.pkg-card:hover .pkg-card__cta { opacity: 1; transform: translateY(0); }

/* ============================================================
   CUSTOM EXPERIENCE CTA SECTION
   ============================================================ */
.custom-exp {
  padding: var(--section-y) 0;
  background: var(--navy);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.custom-exp::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center top, rgba(131,193,198,0.12) 0%, transparent 70%);
}

.custom-exp__inner { position: relative; z-index: 1; }

.custom-exp h2 {
  font-family: var(--serif);
  font-size: var(--size-5xl);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: var(--s5) auto var(--s6);
  max-width: 700px;
}
.custom-exp h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-size: inherit;
  display: inline;
  text-transform: none;
  letter-spacing: inherit;
  color: var(--aqua-300);
}

.custom-exp__body {
  font-size: var(--size-md);
  color: rgba(200,225,225,0.75);
  max-width: 520px;
  margin: 0 auto var(--s10);
  line-height: 1.7;
}

/* ============================================================
   PROCESS SECTION
   ============================================================ */
.process {
  padding: var(--section-y) 0 clamp(160px, 28vw, 360px);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

/* ── Wave Timeline Container ─────────────────────────────── */
.wave-timeline {
  position: relative;
  margin-top: clamp(48px, 6vw, 80px);
}

/* ── Track (SVG + nodes) ─────────────────────────────────── */
.wt-track {
  position: relative;
  width: 100%;
  height: 120px;
  margin-bottom: 48px;
}

.wt-svg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

/* Base wave path — dim guide */
.wt-base-path {
  fill: none;
  stroke: rgba(77,123,123,0.18);
  stroke-width: 2.5;
  stroke-linecap: round;
}

/* Animated fill wave */
.wt-fill-path {
  fill: none;
  stroke: url(#waveGrad);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  transition: stroke-dashoffset 0.05s linear;
}

/* Glow duplicate */
.wt-glow-path {
  fill: none;
  stroke: rgba(131,193,198,0.35);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  transition: stroke-dashoffset 0.05s linear;
}

/* ── Nodes ───────────────────────────────────────────────── */
.wt-nodes {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.wt-node {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
}

.wt-node[data-node="0"] { left: 0%; transform: translate(0, -50%); }
.wt-node[data-node="1"] { left: 33.33%; }
.wt-node[data-node="2"] { left: 66.66%; }
.wt-node[data-node="3"] { left: 100%; transform: translate(-100%, -50%); }

/* Outer ring — pulses when active */
.wt-node__ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px solid rgba(131,193,198,0);
  transition: border-color 0.4s, transform 0.4s;
}

/* Inner circle */
.wt-node__circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(77,123,123,0.30);
  background: rgba(200,225,225,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
  position: relative;
  z-index: 2;
}

.wt-node__circle span {
  font-family: 'TAN Kindred', Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: rgba(77,123,123,0.60);
  transition: color 0.4s;
}

/* ── Bubbles ─────────────────────────────────────────────── */
.wt-node__bubbles {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
  pointer-events: none;
}

.wt-node__bubbles i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #83C1C6;
  opacity: 0;
  transform: translateY(0);
}

/* ── Active state ────────────────────────────────────────── */
.wt-node.active .wt-node__circle {
  background: radial-gradient(circle at 40% 35%, rgba(131,193,198,0.35) 0%, rgba(77,123,123,0.55) 100%);
  border-color: #83C1C6;
  box-shadow: 0 0 0 4px rgba(131,193,198,0.12), 0 0 24px rgba(131,193,198,0.3);
}

.wt-node.active .wt-node__circle span {
  color: #fff;
}

.wt-node.active .wt-node__ring {
  border-color: rgba(131,193,198,0.40);
  animation: wt-ring-pulse 2s ease-in-out infinite;
}

@keyframes wt-ring-pulse {
  0%, 100% { transform: scale(1);   opacity: 1; }
  50%       { transform: scale(1.5); opacity: 0; }
}

.wt-node.active .wt-node__bubbles i {
  animation: wt-bubble 1.8s ease-out forwards;
}
.wt-node.active .wt-node__bubbles i:nth-child(2) { animation-delay: 0.2s; }
.wt-node.active .wt-node__bubbles i:nth-child(3) { animation-delay: 0.45s; }

@keyframes wt-bubble {
  0%   { opacity: 0.9; transform: translateY(0)    scale(1);    }
  60%  { opacity: 0.6; transform: translateY(-28px) scale(0.9); }
  100% { opacity: 0;   transform: translateY(-52px) scale(0.5); }
}

/* ── Step cards ──────────────────────────────────────────── */
.wt-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.5vw, 32px);
}

.wt-step {
  text-align: center;
  opacity: 0.25;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.wt-step.active {
  opacity: 1;
  transform: translateY(0);
}

.wt-step__title {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal);
  margin-bottom: 10px;
  line-height: 1.1;
}

.wt-step__desc {
  font-size: clamp(0.78rem, 1.1vw, 0.88rem);
  line-height: 1.75;
  color: var(--text-2);
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 767px) {
  .wt-steps { grid-template-columns: repeat(2, 1fr); }
  .wt-track { height: 80px; }
  .wt-node { width: 40px; height: 40px; }
  .wt-node__circle span { font-size: 0.62rem; }
}

@media (max-width: 479px) {
  .wt-steps { grid-template-columns: 1fr; }
  .wt-track { display: none; }
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s8);
  position: relative;
}
.process__grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5% + 28px);
  right: calc(12.5% + 28px);
  height: 1px;
  background: linear-gradient(to right, var(--border2), var(--border2));
}

.process-step {
  text-align: center;
  padding-top: var(--s8);
}
.process-step__num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--s6);
  font-family: var(--serif);
  font-size: var(--size-xl);
  font-weight: 400;
  color: var(--accent);
  position: relative;
  z-index: 1;
  transition: background var(--t-base), border-color var(--t-base);
}
.process-step:hover .process-step__num {
  background: rgba(131,193,198,0.15);
  border-color: var(--accent);
}
.process-step__title {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: var(--size-xl);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--navy);
  margin-bottom: var(--s3);
}
.process-step__desc {
  font-size: var(--size-sm);
  color: var(--text-muted);
  line-height: 1.65;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  padding: var(--section-y) 0;
  background: var(--bg-alt);
}

.testimonials__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s6);
}

.review-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s8);
  transition: border-color var(--t-base), transform var(--t-slow);
}
.review-card:hover {
  border-color: var(--border2);
  transform: translateY(-4px);
}

.review-card__stars {
  display: flex;
  gap: 3px;
  margin-bottom: var(--s5);
  color: #F4B940;
  font-size: var(--size-sm);
}

.review-card__text {
  font-family: var(--serif);
  font-size: var(--size-lg);
  font-style: italic;
  font-weight: 400;
  color: var(--text-2);
  line-height: 1.6;
  margin-bottom: var(--s6);
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: var(--s4);
}
.review-card__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--surface2);
  border: 1.5px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: var(--size-lg);
  color: var(--accent);
  font-style: italic;
  overflow: hidden;
}
.review-card__name {
  font-size: var(--size-sm);
  font-weight: 500;
  color: var(--navy);
}
.review-card__origin {
  font-size: var(--size-xs);
  color: var(--text-muted);
}

/* ============================================================
   FINAL CTA SECTION
   ============================================================ */
.final-cta {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.final-cta__bg {
  position: absolute; inset: 0;
}
.final-cta__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.final-cta__bg::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(8,15,26,0.78);
}
.final-cta__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: var(--section-y) var(--section-x);
  width: 100%;
}
.final-cta h2 {
  font-family: var(--serif);
  font-size: var(--size-6xl);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--white);
  max-width: 800px;
  margin: var(--s5) auto var(--s6);
}
.final-cta h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-size: inherit;
  display: inline;
  text-transform: none;
  letter-spacing: inherit;
  color: var(--aqua-300);
}
.final-cta p {
  font-size: var(--size-md);
  color: rgba(200,225,225,0.8);
  max-width: 500px;
  margin: 0 auto var(--s10);
}
.final-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s5);
  flex-wrap: wrap;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--ink-950);
  border-top: 1px solid var(--border);
  padding: clamp(56px, 8vw, 96px) 0 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: clamp(32px, 5vw, 64px);
  margin-bottom: clamp(48px, 6vw, 72px);
}

.footer__brand-name {
  font-family: var(--serif);
  font-size: var(--size-3xl);
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.04em;
  margin-bottom: var(--s2);
}
.footer__brand-tag {
  font-size: var(--size-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--s6);
}
.footer__brand-desc {
  font-size: var(--size-sm);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: var(--s8);
  max-width: 300px;
}

.footer__socials {
  display: flex;
  gap: var(--s3);
}
.footer__social {
  width: 36px; height: 36px;
  border: 1px solid var(--border2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: border-color var(--t-base), color var(--t-base), background var(--t-base);
}
.footer__social:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(131,193,198,0.08);
}
.footer__social svg { width: 16px; height: 16px; }

.footer__col-title {
  font-size: var(--size-xs);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--s6);
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
}
.footer__link {
  font-size: var(--size-sm);
  color: var(--text-muted);
  transition: color var(--t-base);
}
.footer__link:hover { color: var(--white); }

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--s3);
  margin-bottom: var(--s5);
}
.footer__contact-item svg {
  width: 16px; height: 16px;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}
.footer__contact-item a,
.footer__contact-item span {
  font-size: var(--size-sm);
  color: var(--text-muted);
  transition: color var(--t-base);
}
.footer__contact-item a:hover { color: var(--white); }

.footer__bottom {
  border-top: 1px solid var(--border);
  padding: var(--s6) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s6);
  flex-wrap: wrap;
}
.footer__copy {
  font-size: var(--size-xs);
  color: var(--text-muted);
}
.footer__legal {
  display: flex;
  gap: var(--s6);
}
.footer__legal a {
  font-size: var(--size-xs);
  color: var(--text-muted);
  transition: color var(--t-base);
}
.footer__legal a:hover { color: var(--white); }

/* ============================================================
   PAGE HEROES (sub-pages)
   ============================================================ */
.page-hero {
  position: relative;
  min-height: clamp(380px, 50vh, 600px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-top: var(--nav-h);
}
.page-hero__bg {
  position: absolute; inset: 0;
}
.page-hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.page-hero__bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    170deg,
    rgba(8,15,26,0.3) 0%,
    rgba(8,15,26,0.75) 100%
  );
}
.page-hero__content {
  position: relative;
  z-index: 1;
  padding: var(--s20) var(--section-x);
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
}
.page-hero__label { margin-bottom: var(--s5); }
.page-hero__title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 7vw, 6.5rem);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--white);
  max-width: 700px;
  margin-bottom: var(--s5);
}
.page-hero__sub {
  font-size: var(--size-md);
  color: rgba(200,225,225,0.8);
  max-width: 480px;
}

/* ============================================================
   TOURS PAGE
   ============================================================ */
.tours-filters {
  padding: var(--s10) 0;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: var(--nav-h);
  z-index: 50;
}

.filters__inner {
  display: flex;
  align-items: center;
  gap: var(--s4);
  flex-wrap: wrap;
}
.filters__label {
  font-size: var(--size-xs);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  flex-shrink: 0;
  margin-right: var(--s2);
}

.filter-btn {
  padding: 8px 18px;
  border-radius: var(--r-full);
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: var(--size-sm);
  font-weight: 400;
  transition: all var(--t-base);
  cursor: pointer;
}
.filter-btn:hover {
  border-color: var(--border2);
  color: var(--navy);
}
.filter-btn.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  font-weight: 600;
}

.tours-grid-section {
  padding: var(--section-y) 0;
  background: var(--bg);
}

.tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s6);
}

.tour-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--t-slow), box-shadow var(--t-slow), border-color var(--t-base);
}
.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
  border-color: var(--border2);
}
.tour-card.hidden { display: none; }

.tour-card__img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.tour-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--out);
}
.tour-card:hover .tour-card__img img { transform: scale(1.07); }

.tour-card__badge {
  position: absolute;
  top: var(--s4); right: var(--s4);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(52,66,98,0.12);
  border-radius: var(--r-full);
  padding: 5px 12px;
  font-size: var(--size-xs);
  color: var(--teal);
  font-weight: 500;
}

.tour-card__body { padding: var(--s6); }

.tour-card__category {
  font-size: var(--size-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--s3);
}

.tour-card__title {
  font-family: var(--serif);
  font-size: var(--size-2xl);
  font-weight: 400;
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: var(--s3);
}

.tour-card__excerpt {
  font-size: var(--size-sm);
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: var(--s5);
}

.tour-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2);
  margin-bottom: var(--s5);
}
.tour-tag {
  padding: 4px 10px;
  background: rgba(131,193,198,0.08);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  font-size: var(--size-xs);
  color: var(--text-3);
}

.tour-card__footer {
  padding: var(--s4) var(--s6);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ============================================================
   TOUR DETAIL PAGE
   ============================================================ */
.tour-detail-hero {
  position: relative;
  height: 75vh;
  min-height: 500px;
  overflow: hidden;
}
.tour-detail-hero__img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.tour-detail-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8,15,26,0.2) 0%,
    rgba(8,15,26,0.8) 100%
  );
}
.tour-detail-hero__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: var(--s16) var(--section-x);
  max-width: var(--max-w);
  margin: 0 auto;
}
.tour-detail-hero__cat {
  font-size: var(--size-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: var(--s3);
  margin-bottom: var(--s5);
}
.tour-detail-hero__cat::before {
  content: '';
  width: 24px; height: 1px;
  background: var(--accent);
}
.tour-detail-hero__title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5.5vw, 5rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 700px;
  margin-bottom: var(--s5);
}
.tour-detail-hero__meta {
  display: flex;
  gap: var(--s6);
  flex-wrap: wrap;
}
.tour-detail-meta-item {
  display: flex;
  align-items: center;
  gap: var(--s2);
  font-size: var(--size-sm);
  color: rgba(200,225,225,0.8);
}
.tour-detail-meta-item svg { width: 16px; height: 16px; color: var(--accent); }

/* Sticky CTA */
.tour-sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 800;
  background: rgba(52, 66, 98, 0.97);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(131,193,198,0.2);
  padding: var(--s4) var(--section-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s6);
  transform: translateY(100%);
  transition: transform var(--t-slow);
}
.tour-sticky-cta.visible { transform: translateY(0); }
.tour-sticky-cta__info { flex: 1; }
.tour-sticky-cta__title {
  font-family: var(--serif);
  font-size: var(--size-xl);
  color: var(--white);
}
.tour-sticky-cta__actions {
  display: flex;
  gap: var(--s4);
  align-items: center;
}

/* Tour detail body */
.tour-detail-body {
  padding: var(--section-y) 0;
  background: var(--bg);
}
.tour-detail-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(32px, 4vw, 64px);
  align-items: flex-start;
}

.tour-detail-main {}

.tour-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s5);
  margin-bottom: var(--s12);
}
.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: var(--s4);
}
.highlight-item__icon {
  width: 40px; height: 40px;
  background: rgba(131,193,198,0.1);
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.highlight-item__icon svg { width: 18px; height: 18px; }
.highlight-item__label {
  font-size: var(--size-xs);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.highlight-item__value {
  font-size: var(--size-sm);
  color: var(--navy);
  font-weight: 500;
}

.detail-section {
  margin-bottom: var(--s12);
  padding-bottom: var(--s12);
  border-bottom: 1px solid var(--border);
}
.detail-section:last-child { border-bottom: none; }
.detail-section h3 {
  font-family: var(--serif);
  font-size: var(--size-2xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s6);
}
.detail-section p {
  font-size: var(--size-md);
  color: var(--text-2);
  line-height: 1.75;
}

.includes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s6);
}
.includes-col h4 {
  font-size: var(--size-sm);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: var(--s4);
}
.includes-col.inc h4 { color: #6FCF97; }
.includes-col.exc h4 { color: #EB5757; }
.includes-list { display: flex; flex-direction: column; gap: var(--s3); }
.includes-list li {
  display: flex;
  align-items: center;
  gap: var(--s3);
  font-size: var(--size-sm);
  color: var(--text-2);
}
.includes-list li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.inc .includes-list li::before { background: #6FCF97; }
.exc .includes-list li::before { background: #EB5757; }

/* Itinerary */
.itinerary { display: flex; flex-direction: column; gap: var(--s5); }
.itin-item {
  display: flex;
  gap: var(--s5);
}
.itin-item__time {
  flex-shrink: 0;
  width: 70px;
  font-size: var(--size-xs);
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.05em;
  padding-top: 3px;
}
.itin-item__content {
  flex: 1;
  padding-bottom: var(--s5);
  border-bottom: 1px solid var(--border);
}
.itin-item:last-child .itin-item__content { border-bottom: none; }
.itin-item__title {
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 4px;
}
.itin-item__desc {
  font-size: var(--size-sm);
  color: var(--text-muted);
  line-height: 1.6;
}

/* Tour gallery */
.tour-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: var(--s3);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: var(--s12);
}
.tour-gallery__item {
  overflow: hidden;
  cursor: pointer;
}
.tour-gallery__item:first-child {
  grid-row: span 2;
}
.tour-gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--out);
}
.tour-gallery__item:hover img { transform: scale(1.05); }

/* Sidebar booking card */
.booking-card {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r-lg);
  padding: var(--s8);
  position: sticky;
  top: calc(var(--nav-h) + 24px);
  box-shadow: var(--sh-md);
}
.booking-card__title {
  font-family: var(--serif);
  font-size: var(--size-2xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s2);
}
.booking-card__sub {
  font-size: var(--size-sm);
  color: var(--text-muted);
  margin-bottom: var(--s6);
}
.booking-card__divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: var(--s6) 0;
}
.booking-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--s4);
  font-size: var(--size-sm);
}
.booking-card__row-label { color: var(--text-muted); }
.booking-card__row-val { color: var(--navy); font-weight: 500; }
.booking-card__actions { display: flex; flex-direction: column; gap: var(--s3); margin-top: var(--s6); }
.booking-card__note {
  font-size: var(--size-xs);
  color: var(--text-muted);
  text-align: center;
  margin-top: var(--s4);
  line-height: 1.5;
}

/* ============================================================
   TRANSPORT PAGE
   ============================================================ */
.transport-intro {
  padding: var(--section-y) 0;
  background: var(--bg);
}
.transport-intro__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

.use-cases {
  padding: var(--section-y) 0;
  background: var(--bg-alt);
}

.use-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s6);
}
.use-case-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s8);
  transition: transform var(--t-slow), border-color var(--t-base);
}
.use-case-card:hover {
  transform: translateY(-4px);
  border-color: var(--border2);
}
.use-case-card__icon {
  width: 48px; height: 48px;
  background: rgba(131,193,198,0.1);
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: var(--s5);
}
.use-case-card__icon svg { width: 22px; height: 22px; }
.use-case-card__title {
  font-family: var(--serif);
  font-size: var(--size-xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s3);
}
.use-case-card__desc {
  font-size: var(--size-sm);
  color: var(--text-muted);
  line-height: 1.65;
}

/* Vehicle Selector */
.vehicle-selector {
  padding: var(--section-y) 0;
  background: var(--bg);
}

.selector-widget {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.selector-widget__header {
  padding: var(--s8) var(--s10);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.selector-widget__header h3 {
  font-family: var(--serif);
  font-size: var(--size-3xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s3);
}
.selector-widget__header p {
  font-size: var(--size-sm);
  color: var(--text-muted);
}

.selector-controls {
  padding: var(--s8) var(--s10);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s6);
  border-bottom: 1px solid var(--border);
}
.selector-control label {
  display: block;
  font-size: var(--size-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--s3);
}
.selector-control select {
  width: 100%;
  padding: 12px 16px;
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  color: var(--navy);
  font-size: var(--size-sm);
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2383C1C6' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  transition: border-color var(--t-base);
}
.selector-control select:focus { border-color: var(--accent); }

.selector-results {
  padding: var(--s8) var(--s10);
}
.selector-results__title {
  font-size: var(--size-sm);
  color: var(--text-muted);
  margin-bottom: var(--s6);
}
.vehicles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s5);
}
.vehicle-card {
  background: var(--bg-3);
  border: 2px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s6);
  text-align: center;
  transition: all var(--t-base);
  cursor: pointer;
}
.vehicle-card.recommended {
  border-color: var(--accent);
  background: rgba(131,193,198,0.06);
}
.vehicle-card.hidden { display: none; }
.vehicle-card__badge {
  display: inline-block;
  background: var(--navy);
  color: var(--white);
  font-size: var(--size-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: var(--r-full);
  margin-bottom: var(--s4);
}
.vehicle-card__icon {
  font-size: 2.5rem;
  margin-bottom: var(--s4);
}
.vehicle-card__name {
  font-family: var(--serif);
  font-size: var(--size-xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s3);
}
.vehicle-card__cap {
  font-size: var(--size-sm);
  color: var(--accent);
  font-weight: 500;
  margin-bottom: var(--s2);
}
.vehicle-card__desc {
  font-size: var(--size-xs);
  color: var(--text-muted);
  line-height: 1.55;
}

/* ============================================================
   PACKAGES PAGE
   ============================================================ */
.packages-intro {
  padding: var(--section-y) 0;
  background: var(--bg);
}

.packages-grid-full {
  padding: var(--section-y) 0;
  background: var(--bg-alt);
}

.pkg-full-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s8);
}
.pkg-full-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: transform var(--t-slow), box-shadow var(--t-slow);
}
.pkg-full-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
}
.pkg-full-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.pkg-full-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--out);
}
.pkg-full-card:hover .pkg-full-card__img img { transform: scale(1.05); }

.pkg-full-card__body { padding: var(--s8); }

.pkg-full-card__category {
  font-size: var(--size-xs);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--s4);
}
.pkg-full-card__title {
  font-family: var(--serif);
  font-size: var(--size-3xl);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: var(--s4);
}
.pkg-full-card__desc {
  font-size: var(--size-sm);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: var(--s6);
}
.pkg-full-card__details {
  display: flex;
  gap: var(--s6);
  flex-wrap: wrap;
  padding: var(--s5) 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: var(--s6);
}
.pkg-detail {
  display: flex;
  align-items: center;
  gap: var(--s2);
  font-size: var(--size-xs);
  color: var(--text-3);
}
.pkg-detail svg { width: 14px; height: 14px; }
.pkg-includes {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2);
  margin-bottom: var(--s6);
}
.pkg-include-tag {
  padding: 4px 10px;
  background: rgba(131,193,198,0.08);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  font-size: var(--size-xs);
  color: var(--text-3);
}

/* ============================================================
   QUOTE WIZARD
   ============================================================ */
.quote-page {
  min-height: 100vh;
  background: var(--bg);
  padding: calc(var(--nav-h) + 48px) 0 var(--section-y);
}

.wizard {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--section-x);
}

.wizard__header {
  text-align: center;
  margin-bottom: var(--s12);
}
.wizard__title {
  font-family: var(--serif);
  font-size: var(--size-5xl);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: var(--s5) auto var(--s5);
  max-width: 620px;
}
.wizard__title em {
  font-family: var(--serif);
  font-style: italic;
  font-size: inherit;
  display: inline;
  text-transform: none;
  letter-spacing: inherit;
  color: var(--teal);
}
.wizard__sub {
  font-size: var(--size-md);
  color: var(--text-2);
}

/* Progress bar */
.wizard__progress {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: var(--s12);
}
.progress-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s2);
  position: relative;
}
.progress-step::after {
  content: '';
  position: absolute;
  top: 16px;
  left: calc(50% + 16px);
  right: calc(-50% + 16px);
  height: 1px;
  background: var(--border2);
  transition: background var(--t-slow);
}
.progress-step:last-child::after { display: none; }
.progress-step.completed::after { background: var(--accent); }
.progress-step__dot {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--border2);
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size-xs);
  color: var(--text-muted);
  font-weight: 500;
  transition: all var(--t-base);
  position: relative;
  z-index: 1;
}
.progress-step.active .progress-step__dot {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
}
.progress-step.completed .progress-step__dot {
  border-color: var(--accent);
  background: rgba(131,193,198,0.15);
  color: var(--accent);
}
.progress-step__label {
  font-size: var(--size-xs);
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
}
.progress-step.active .progress-step__label { color: var(--accent); }
.progress-step.completed .progress-step__label { color: var(--teal); }

/* Step panels */
.wizard__step {
  display: none;
}
.wizard__step.active { display: block; }

.step-heading {
  font-family: var(--serif);
  font-size: var(--size-3xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s3);
}
.step-sub {
  font-size: var(--size-sm);
  color: var(--text-muted);
  margin-bottom: var(--s8);
}

/* Option cards in wizard */
.option-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s4);
  margin-bottom: var(--s8);
}
.option-card {
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s6);
  text-align: center;
  cursor: pointer;
  transition: all var(--t-base);
}
.option-card:hover { border-color: var(--border2); }
.option-card.selected {
  border-color: var(--accent);
  background: rgba(131,193,198,0.08);
}
.option-card__icon { font-size: 2rem; margin-bottom: var(--s4); }
.option-card__title {
  font-family: var(--serif);
  font-size: var(--size-lg);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s2);
}
.option-card__desc {
  font-size: var(--size-xs);
  color: var(--text-muted);
  line-height: 1.5;
}

/* Form fields */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s5);
  margin-bottom: var(--s5);
}
.form-row--full { grid-template-columns: 1fr; }

.form-group { display: flex; flex-direction: column; gap: var(--s2); }
.form-label {
  font-size: var(--size-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}
.form-input {
  width: 100%;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  color: var(--navy);
  font-size: var(--size-base);
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.form-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(131,193,198,0.1);
}
.form-input::placeholder { color: var(--text-muted); }
textarea.form-input { resize: vertical; min-height: 100px; }

/* Budget slider */
.budget-display {
  font-family: var(--serif);
  font-size: var(--size-4xl);
  font-weight: 400;
  color: var(--accent);
  text-align: center;
  margin: var(--s8) 0 var(--s6);
}
input[type="range"] {
  width: 100%;
  height: 3px;
  border-radius: var(--r-full);
  background: linear-gradient(to right, var(--accent) var(--pct, 50%), var(--surface2) var(--pct, 50%));
  appearance: none;
  cursor: pointer;
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--accent);
  box-shadow: var(--sh-aqua-sm);
  cursor: pointer;
}

/* Wizard summary */
.wizard__summary {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r-xl);
  padding: var(--s10);
}
.summary__title {
  font-family: var(--serif);
  font-size: var(--size-3xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s8);
  text-align: center;
}
.summary-list { display: flex; flex-direction: column; gap: var(--s5); }
.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: var(--s5);
  border-bottom: 1px solid var(--border);
}
.summary-item:last-child { border-bottom: none; }
.summary-item__label {
  font-size: var(--size-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  min-width: 140px;
}
.summary-item__val {
  font-size: var(--size-sm);
  color: var(--navy);
  text-align: right;
  font-weight: 500;
}

/* Wizard nav */
.wizard__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--s10);
  padding-top: var(--s8);
  border-top: 1px solid var(--border);
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-story {
  padding: var(--section-y) 0;
  background: var(--bg);
}
.about-story__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.about-story__img {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.about-story__img img { width: 100%; height: 100%; object-fit: cover; }

.about-story__copy .label { margin-bottom: var(--s6); }
.about-story__headline {
  font-family: var(--serif);
  font-size: var(--size-5xl);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: var(--s6);
}
.about-story__headline em {
  font-family: var(--serif);
  font-style: italic;
  font-size: inherit;
  display: inline;
  text-transform: none;
  letter-spacing: inherit;
  color: var(--teal);
}
.about-story__body {
  font-size: var(--size-md);
  color: var(--text-2);
  line-height: 1.8;
}
.about-story__body p + p { margin-top: var(--s6); }

.about-values {
  padding: var(--section-y) 0;
  background: var(--bg-alt);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s6);
}
.value-card {
  padding: var(--s8);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: border-color var(--t-base), transform var(--t-slow);
}
.value-card:hover {
  border-color: var(--border2);
  transform: translateY(-4px);
}
.value-card__num {
  font-family: var(--serif);
  font-size: var(--size-5xl);
  font-weight: 400;
  color: rgba(131,193,198,0.4);
  line-height: 1;
  margin-bottom: var(--s4);
}
.value-card__title {
  font-family: var(--serif);
  font-size: var(--size-xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s3);
}
.value-card__desc {
  font-size: var(--size-sm);
  color: var(--text-muted);
  line-height: 1.7;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section {
  padding: var(--section-y) 0;
  background: var(--bg);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
}

.contact-info__headline {
  font-family: var(--serif);
  font-size: var(--size-4xl);
  font-weight: 400;
  line-height: 1.1;
  color: var(--navy);
  margin: var(--s5) 0 var(--s6);
}
.contact-info__body {
  font-size: var(--size-md);
  color: var(--text-2);
  line-height: 1.75;
  margin-bottom: var(--s10);
}
.contact-items {
  display: flex;
  flex-direction: column;
  gap: var(--s5);
  margin-bottom: var(--s10);
}
.contact-item {
  display: flex;
  align-items: center;
  gap: var(--s5);
  padding: var(--s5) var(--s6);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  transition: border-color var(--t-base);
  cursor: pointer;
}
.contact-item:hover { border-color: var(--border2); }
.contact-item__icon {
  width: 44px; height: 44px;
  background: rgba(131,193,198,0.1);
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.contact-item__icon svg { width: 20px; height: 20px; }
.contact-item__label {
  font-size: var(--size-xs);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}
.contact-item__value {
  font-size: var(--size-sm);
  color: var(--navy);
  font-weight: 500;
}

.contact-form-card {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r-xl);
  padding: var(--s10);
}
.contact-form-card h3 {
  font-family: var(--serif);
  font-size: var(--size-2xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s2);
}
.contact-form-card p {
  font-size: var(--size-sm);
  color: var(--text-muted);
  margin-bottom: var(--s8);
}

/* ============================================================
   FAQ PAGE
   ============================================================ */
.faq-section {
  padding: var(--section-y) 0;
  background: var(--bg);
}
.faq-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: flex-start;
}
.faq-nav {
  position: sticky;
  top: calc(var(--nav-h) + 24px);
  display: flex;
  flex-direction: column;
  gap: var(--s2);
}
.faq-nav__btn {
  padding: 10px 16px;
  border-radius: var(--r-md);
  border: 1px solid transparent;
  font-size: var(--size-sm);
  color: var(--text-muted);
  text-align: left;
  transition: all var(--t-base);
  cursor: pointer;
}
.faq-nav__btn:hover {
  color: var(--navy);
  background: var(--surface);
}
.faq-nav__btn.active {
  color: var(--accent);
  background: rgba(131,193,198,0.08);
  border-color: var(--border2);
}

.faq-categories { display: flex; flex-direction: column; gap: var(--s10); }
.faq-category { display: none; }
.faq-category.active { display: block; }

.faq-category__title {
  font-family: var(--serif);
  font-size: var(--size-3xl);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: var(--s8);
  padding-bottom: var(--s6);
  border-bottom: 1px solid var(--border);
}

.faq-list { display: flex; flex-direction: column; gap: var(--s3); }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color var(--t-base);
}
.faq-item:hover { border-color: var(--border2); }
.faq-item.open { border-color: var(--border2); }

.faq-question {
  width: 100%;
  padding: var(--s5) var(--s6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  text-align: left;
  cursor: pointer;
  transition: background var(--t-base);
}
.faq-question:hover { background: rgba(52,66,98,0.03); }
.faq-question__text {
  font-size: var(--size-sm);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.5;
}
.faq-question__icon {
  width: 22px; height: 22px;
  flex-shrink: 0;
  border: 1px solid var(--border2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: transform var(--t-base), background var(--t-base), color var(--t-base);
}
.faq-item.open .faq-question__icon {
  transform: rotate(45deg);
  background: rgba(131,193,198,0.1);
  color: var(--accent);
  border-color: var(--accent);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--inout);
}
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer__inner {
  padding: 0 var(--s6) var(--s5);
  font-size: var(--size-sm);
  color: var(--text-muted);
  line-height: 1.75;
}

/* ============================================================
   UTILITIES
   ============================================================ */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.object-cover { object-fit: cover; }
.aspect-video { aspect-ratio: 16/9; }
.aspect-square { aspect-ratio: 1; }
.rounded { border-radius: var(--r-md); }
.rounded-lg { border-radius: var(--r-lg); }
.rounded-xl { border-radius: var(--r-xl); }
.border-b { border-bottom: 1px solid var(--border); }
.mt-4 { margin-top: var(--s4); }
.mt-6 { margin-top: var(--s6); }
.mt-8 { margin-top: var(--s8); }
.mb-4 { margin-bottom: var(--s4); }
.mb-6 { margin-bottom: var(--s6); }
.mb-8 { margin-bottom: var(--s8); }
.mb-10 { margin-bottom: var(--s10); }
.hidden { display: none !important; }
.block { display: block; }

/* Divider line */
.divider {
  width: 40px; height: 1.5px;
  background: var(--accent);
  margin: var(--s5) 0;
}
.divider--center { margin: var(--s5) auto; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .tours-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials__track { grid-template-columns: repeat(2, 1fr); }
  .process__grid { grid-template-columns: repeat(2, 1fr); }
  .process__grid::before { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--s10); }
}

@media (max-width: 900px) {
  .services__grid { grid-template-columns: 1fr; }
  .service-card { aspect-ratio: 16/8; }
  .brand-pos__inner,
  .transport-spot__inner,
  .transport-intro__inner,
  .about-story__inner,
  .contact-layout,
  .tour-detail-layout { grid-template-columns: 1fr; }
  .transport-spot__visual { order: 0; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .use-cases__grid { grid-template-columns: repeat(2, 1fr); }
  .vehicles-grid { grid-template-columns: repeat(2, 1fr); }
  .selector-controls { grid-template-columns: 1fr; }
  .pkg-full-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-nav { flex-direction: row; flex-wrap: wrap; position: static; }
  .option-cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .tour-highlights { grid-template-columns: 1fr 1fr; }
  .includes-grid { grid-template-columns: 1fr; }
  .tour-gallery { grid-template-columns: 1fr 1fr; }
  .tour-gallery__item:first-child { grid-row: auto; }
}

@media (max-width: 768px) {
  :root { --nav-h: 64px; }

  .nav__links,
  .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav__mobile { display: flex; }

  .hero__headline { font-size: clamp(2.8rem, 9vw, 5rem); }

  .exp-grid { grid-template-columns: 1fr; }
  .tours-grid { grid-template-columns: 1fr; }
  .testimonials__track { grid-template-columns: 1fr; }
  .pkg-grid { grid-template-columns: 1fr; }
  .process__grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .use-cases__grid { grid-template-columns: 1fr; }
  .vehicles-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }

  .hero__scroll { display: none; }
  /* float-wa is always icon-only */

  .tour-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .wizard__progress { display: none; }
  .option-cards { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .final-cta__actions { flex-direction: column; align-items: center; }
  .tour-highlights { grid-template-columns: 1fr; }
  .brand-pos__pillars { grid-template-columns: 1fr; }
}
