/* ==========================================================================
   TRAVEL WITH SHANAN — digital flagship
   Palette and type are taken directly from the brand board:
     Sunset Gold #DE8F3D · Tropical Turquoise #00A7AD · Soft Sand #F5D7A6
     Deep Ocean Teal #007A80 · Warm Cocoa #6E4526 · Light Cream #FFF8EF
   Deep Ocean Teal is darkened to #04262B for the cinematic sections so the
   palette can carry a luxury dark mode without introducing a foreign colour.
   Type: Poppins (display) · Montserrat (body) · Caveat (brand script).
   Signature: the Signature Experience timeline — a gold rail with seven
   stations, reused for the ten-stage progress tracker.
   ========================================================================== */

/* ---------------------------------------------------------------- tokens */
:root {
  /* brand */
  --gold: #de8f3d;
  --gold-soft: #e8a65c;
  --gold-deep: #9a5b12;      /* gold as TEXT on light backgrounds — 5.1:1 */
  --turquoise: #00a7ad;
  --teal: #007a80;
  --ink: #04262b;            /* deep ocean teal, darkened for dark sections */
  --ink-2: #063138;
  --ink-3: #0a3b42;
  --sand: #f5d7a6;
  --sand-mute: #c9b48c;
  --cream: #fff8ef;
  --cream-2: #fbf1e3;
  --cocoa: #6e4526;
  --white: #ffffff;
  --muted: #6e6252;
  --hair-dark: rgba(245, 215, 166, 0.22);
  --hair-light: rgba(110, 69, 38, 0.16);

  /* type */
  --display: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --body: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --script: "Caveat", cursive;

  --t-micro: 0.68rem;
  --t-sm: 0.82rem;
  --t-base: clamp(0.95rem, 0.92rem + 0.16vw, 1.05rem);
  --t-lede: clamp(1.05rem, 0.98rem + 0.36vw, 1.28rem);
  --t-h4: clamp(1.05rem, 0.98rem + 0.34vw, 1.28rem);
  --t-h3: clamp(1.3rem, 1.14rem + 0.78vw, 1.85rem);
  --t-h2: clamp(1.8rem, 1.36rem + 1.9vw, 3rem);
  --t-h1: clamp(2.3rem, 1.5rem + 3.6vw, 4.6rem);

  --gap: clamp(1.5rem, 3vw, 2.6rem);
  --pad: clamp(3.75rem, 8vw, 7.5rem);
  --wrap: 1220px;
  --nav-h: 86px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 8px); -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--cocoa);
  font-family: var(--body);
  font-weight: 400;
  font-size: var(--t-base);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video, svg { display: block; max-width: 100%; }
img, video { height: auto; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 1.15em; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: var(--teal);
  margin: 0;
}

:focus-visible { outline: 2px solid var(--turquoise); outline-offset: 3px; }

.skip-link {
  position: fixed; left: 1rem; top: -120px; z-index: 999;
  background: var(--ink); color: var(--cream);
  padding: 0.9rem 1.4rem; text-decoration: none;
  font-size: var(--t-sm); letter-spacing: 0.12em; text-transform: uppercase;
  transition: top 0.25s;
}
.skip-link:focus { top: 1rem; }

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------------------------------------------------------------- layout */
.wrap { width: min(100% - 2.75rem, var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 2.75rem, 840px); margin-inline: auto; }

.section { padding-block: var(--pad); position: relative; }
.section--tight { padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.section--cream { background: var(--cream); }
.section--cream2 { background: var(--cream-2); }
.section--white { background: var(--white); }
.section--ink { background: var(--ink); color: var(--sand); }
.section--teal { background: var(--teal); color: var(--cream); }
.section--ink h1, .section--ink h2, .section--ink h3, .section--ink h4,
.section--teal h1, .section--teal h2, .section--teal h3, .section--teal h4 { color: var(--cream); }
.section--ink { --gold-ui: var(--gold); }

.grid { display: grid; gap: var(--gap); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 265px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr)); }

.split { display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-left { grid-template-columns: 1.15fr 0.85fr; }
  .split--wide-right { grid-template-columns: 0.85fr 1.15fr; }
  .split--top { align-items: start; }
  .split--flip > :first-child { order: 2; }
}

/* ------------------------------------------------------------ typography */
.eyebrow {
  display: block; font-family: var(--display); font-weight: 500;
  font-size: var(--t-micro); letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 1.25rem;
}
.section--ink .eyebrow, .section--teal .eyebrow, .hero .eyebrow, .phero .eyebrow { color: var(--gold); }

.display-1 { font-size: var(--t-h1); font-weight: 600; }
.display-2 { font-size: var(--t-h2); font-weight: 600; }
.display-3 { font-size: var(--t-h3); font-weight: 600; }
.display-4 { font-size: var(--t-h4); font-weight: 600; }

.lede { font-size: var(--t-lede); font-weight: 300; line-height: 1.72; max-width: 58ch; }
.section--ink .lede, .section--teal .lede { color: var(--sand); }

.script { font-family: var(--script); font-weight: 700; font-size: 1.55em; line-height: 0.9; color: var(--gold-deep); }
.section--ink .script, .section--teal .script, .hero .script { color: var(--gold); }

.muted { color: var(--muted); }
.section--ink .muted, .section--teal .muted { color: var(--sand-mute); }
.center { text-align: center; }
.center .lede { margin-inline: auto; }

.rule { width: 54px; height: 2px; background: var(--gold); margin-top: 1.5rem; }
.center .rule { margin-inline: auto; }
.hair { height: 1px; border: 0; background: var(--hair-light); margin: 0; }
.section--ink .hair, .section--teal .hair { background: var(--hair-dark); }

.section-head { margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem); }
.section-head .lede { margin-top: 1.3rem; }

/* --------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.65rem;
  font-family: var(--display); font-weight: 500;
  font-size: var(--t-sm); letter-spacing: 0.16em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; text-align: center;
  padding: 1.1rem 2rem; min-height: 54px; border-radius: 4px;
  border: 1px solid var(--gold); background: var(--gold); color: var(--ink);
  transition: background 0.35s var(--ease), color 0.35s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s;
  box-shadow: 0 10px 26px rgba(222, 143, 61, 0.24);
}
.btn:hover { background: var(--gold-soft); border-color: var(--gold-soft); transform: translateY(-2px); }
.btn svg { flex: none; }
.btn--teal { background: var(--teal); border-color: var(--teal); color: var(--white); box-shadow: 0 10px 26px rgba(0, 122, 128, 0.22); }
.btn--teal:hover { background: #00696e; border-color: #00696e; color: var(--white); }
.btn--outline { background: transparent; color: var(--teal); border-color: var(--teal); box-shadow: none; }
.btn--outline:hover { background: var(--teal); color: var(--white); }
.btn--ghost { background: transparent; color: var(--cream); border-color: rgba(245, 215, 166, 0.5); box-shadow: none; }
.btn--ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.btn--sm { padding: 0.7rem 1.3rem; min-height: 44px; font-size: 0.7rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.link {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--display); font-weight: 500;
  font-size: var(--t-sm); letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; color: var(--gold-deep);
  padding: 0.5rem 0; border-bottom: 1px solid var(--hair-light);
  transition: gap 0.35s var(--ease), border-color 0.35s;
}
.link:hover { gap: 0.95rem; border-bottom-color: var(--gold); }
.section--ink .link, .section--teal .link { color: var(--gold); border-bottom-color: var(--hair-dark); }

/* ------------------------------------------------------------------- nav */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 90;
  border-bottom: 1px solid transparent;
  transition: background 0.45s var(--ease), border-color 0.45s, backdrop-filter 0.45s;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.75rem; min-height: var(--nav-h); }
.nav.is-solid, .nav--solid {
  background: rgba(4, 38, 43, 0.9);
  backdrop-filter: saturate(150%) blur(14px);
  border-bottom-color: var(--hair-dark);
}

.lockup { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.lockup img { width: 54px; height: 54px; }
.lockup__name {
  display: block; font-family: var(--display); font-weight: 600; font-size: 1.02rem;
  letter-spacing: 0.02em; color: var(--cream); line-height: 1.1;
}
.lockup__name em { font-style: normal; font-family: var(--script); font-weight: 700; font-size: 1.3em; color: var(--sand); }
.lockup__tag {
  display: block; font-family: var(--display); font-weight: 400;
  font-size: 0.56rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-top: 0.35rem;
}

.nav__links { display: flex; align-items: center; gap: clamp(0.85rem, 1.5vw, 1.6rem); }
.nav__links a {
  font-family: var(--display); font-weight: 400;
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; color: rgba(255, 248, 239, 0.82);
  padding-block: 0.75rem; position: relative; white-space: nowrap;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0.45rem; height: 1px; width: 0;
  background: var(--gold); transition: width 0.35s var(--ease);
}
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { width: 100%; }
.nav__links a[aria-current="page"] { color: var(--cream); }

.nav__toggle {
  display: none; width: 48px; height: 48px; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--hair-dark); border-radius: 4px;
  color: var(--cream); cursor: pointer;
}
.nav__drawer { display: none; }

@media (max-width: 1140px) {
  .nav__links { display: none; }
  .nav__toggle { display: inline-flex; }
  .nav { background: rgba(4, 38, 43, 0.94); backdrop-filter: blur(12px); }
  .nav__drawer[data-open="true"] { display: block; padding: 1.25rem 0 2.25rem; border-top: 1px solid var(--hair-dark); }
  .nav__drawer a {
    display: block; padding: 0.9rem 0; text-decoration: none;
    font-family: var(--display); font-weight: 500; font-size: 1.05rem; color: var(--cream);
    border-bottom: 1px solid rgba(245, 215, 166, 0.12);
  }
  .nav__drawer .btn { margin-top: 1.4rem; }
}

/* ------------------------------------------------------------------ hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; background: var(--ink); overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 38, 43, 0.78) 0%, rgba(4, 38, 43, 0.34) 42%, rgba(4, 38, 43, 0.92) 100%),
    radial-gradient(120% 78% at 50% 42%, rgba(4, 38, 43, 0) 28%, rgba(4, 38, 43, 0.6) 100%);
}
.hero__frame { position: absolute; inset: clamp(0.85rem, 2vw, 2rem); border: 1px solid rgba(245, 215, 166, 0.28); pointer-events: none; z-index: 1; border-radius: 6px; }
.hero__inner { position: relative; z-index: 2; padding-block: calc(var(--nav-h) + 3.5rem) 6rem; text-align: center; }
.hero__crest { width: clamp(78px, 9vw, 104px); margin: 0 auto 1.75rem; }
.hero h1 { color: var(--cream); font-size: var(--t-h1); font-weight: 600; max-width: 20ch; margin-inline: auto; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .lede { color: rgba(255, 248, 239, 0.88); margin: 1.9rem auto 2.5rem; }
.hero .btn-row { justify-content: center; }
.hero__scroll {
  position: absolute; left: 50%; bottom: 1.9rem; transform: translateX(-50%); z-index: 2;
  color: var(--sand-mute); font-family: var(--display); font-size: 0.6rem;
  letter-spacing: 0.28em; text-transform: uppercase; text-decoration: none;
  display: flex; flex-direction: column-reverse; align-items: center; gap: 0.65rem;
}
.hero__scroll span { display: block; width: 1px; height: 38px; background: linear-gradient(var(--gold), transparent); }

.phero { position: relative; background: var(--ink); color: var(--cream); overflow: hidden; }
.phero__media { position: absolute; inset: 0; }
.phero__media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.phero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,38,43,0.88) 0%, rgba(4,38,43,0.55) 55%, rgba(4,38,43,0.96) 100%); }
.phero__inner { position: relative; z-index: 1; padding-block: calc(var(--nav-h) + clamp(2.75rem, 6vw, 5rem)) clamp(2.75rem, 6vw, 5rem); }
.phero h1 { font-size: var(--t-h2); }
.phero .lede { margin-top: 1.4rem; }
.crumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sand-mute); margin-bottom: 1.1rem; }
.crumbs a { text-decoration: none; color: var(--sand-mute); display: inline-block; padding-block: 0.3rem; }
.crumbs a:hover { color: var(--gold); }

/* --------------------------------------------------- trust rail (glass) */
.trustrail { position: relative; z-index: 5; margin-top: -3.25rem; }
.trustrail__inner {
  background: rgba(255, 248, 239, 0.93);
  backdrop-filter: saturate(150%) blur(16px);
  border: 1px solid rgba(222, 143, 61, 0.35);
  border-radius: 6px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 26px 60px rgba(4, 38, 43, 0.18);
}
.trustrail__item { padding: 1.6rem 1.35rem; text-align: center; border-right: 1px solid var(--hair-light); }
.trustrail__item:last-child { border-right: 0; }
.trustrail__item svg { color: var(--teal); margin: 0 auto 0.65rem; }
.trustrail__item strong { display: block; font-family: var(--display); font-weight: 500; font-size: 0.86rem; color: var(--teal); margin-bottom: 0.25rem; }
.trustrail__item span { font-size: 0.74rem; color: var(--muted); line-height: 1.45; display: block; }
@media (max-width: 900px) { .trustrail__inner { grid-template-columns: repeat(2, 1fr); } .trustrail__item:nth-child(2) { border-right: 0; } }
@media (max-width: 560px) { .trustrail { margin-top: -1.75rem; } .trustrail__inner { grid-template-columns: 1fr; } .trustrail__item { border-right: 0; border-bottom: 1px solid var(--hair-light); } }

/* ---------------------------------------------------- cinematic parallax */
.cinema { position: relative; min-height: clamp(400px, 60vh, 620px); display: grid; align-items: center; overflow: hidden; isolation: isolate; background: var(--ink); }
.cinema__media { position: absolute; inset: -12% 0; z-index: -2; }
.cinema__media img { width: 100%; height: 100%; object-fit: cover; }
.cinema::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,38,43,0.93) 0%, rgba(4,38,43,0.6) 58%, rgba(4,38,43,0.34) 100%); }
.cinema__inner { padding-block: clamp(3.25rem, 7vw, 5.5rem); color: var(--cream); max-width: 610px; }
.cinema__inner .lede { color: var(--sand); }

/* ----------------------------------------------------------- image frame */
.framed { position: relative; margin: 0; border-radius: 6px; overflow: hidden; }
.framed img { width: 100%; height: 100%; object-fit: cover; }
.framed::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 248, 239, 0.4); pointer-events: none; border-radius: 3px; }
.framed--gold::after { border-color: rgba(222, 143, 61, 0.55); }
.framed--offset { box-shadow: clamp(10px, 1.8vw, 22px) clamp(10px, 1.8vw, 22px) 0 rgba(0, 167, 173, 0.2); }
.caption { margin-top: 0.9rem; font-family: var(--display); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }


/* ------------------------------------- typographic hero (no photography yet) */
.phero--type { background: linear-gradient(155deg, var(--teal) 0%, var(--ink) 62%); }
.phero--type::after {
  content: ""; position: absolute; inset: clamp(0.85rem, 2vw, 2rem);
  border: 1px solid rgba(245, 215, 166, 0.22); border-radius: 6px; pointer-events: none;
}
.visatag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--display); font-weight: 500; font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(222, 143, 61, 0.45); border-radius: 999px;
  padding: 0.45rem 1rem; margin: 0 0 1.2rem;
}
.routecode {
  display: flex; align-items: center; gap: 0.9rem; margin-bottom: 0.9rem;
  font-family: var(--display); font-weight: 300;
  font-size: clamp(1.6rem, 4.5vw, 3rem); letter-spacing: 0.1em; color: var(--gold);
}
.routecode svg { opacity: 0.65; }
.stay { border: 1px solid var(--hair-dark); border-radius: 6px; background: var(--ink-2); padding: clamp(1.4rem, 2.6vw, 2rem); height: 100%; }
.stay span { display: block; font-family: var(--display); font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.7rem; }
.stay h3 { color: var(--cream); font-size: var(--t-h4); margin-bottom: 0.5rem; }
.stay p { color: var(--sand-mute); font-size: 0.88rem; margin: 0; }

/* ----------------------------------------------------------------- cards */
.card {
  background: var(--white); border: 1px solid var(--hair-light); border-radius: 6px;
  padding: clamp(1.5rem, 2.8vw, 2.2rem); height: 100%;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(4, 38, 43, 0.1); border-color: var(--gold); }
.card h3 { font-size: var(--t-h4); margin-bottom: 0.65rem; }
.card p { font-size: 0.92rem; color: var(--muted); margin-bottom: 0; }
.card svg { color: var(--teal); margin-bottom: 1.1rem; }
.card__num { display: block; font-family: var(--display); font-size: 0.66rem; letter-spacing: 0.28em; color: var(--gold-deep); margin-bottom: 1rem; }
.card--dark { background: var(--ink-2); border-color: var(--hair-dark); }
.card--dark h3 { color: var(--cream); }
.card--dark p { color: var(--sand-mute); }
.card--dark svg { color: var(--gold); }
.card--dark .card__num { color: var(--gold); }
.card--flat:hover { transform: none; box-shadow: none; border-color: var(--hair-light); }

/* experience / destination tile */
.tile { position: relative; display: block; text-decoration: none; color: inherit; border-radius: 6px; overflow: hidden; height: 100%; }
.tile__img { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--ink); }
.tile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.tile:hover .tile__img img { transform: scale(1.06); }
.tile__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,38,43,0.05) 35%, rgba(4,38,43,0.88) 100%); }
.tile__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem 1.4rem; z-index: 2; }
.tile__body h3 { color: var(--cream); font-size: var(--t-h4); }
.tile__body p { color: rgba(245, 215, 166, 0.86); font-size: 0.82rem; margin: 0.45rem 0 0; }
.tile__kicker { display: block; font-family: var(--display); font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.tile--wide .tile__img { aspect-ratio: 16 / 10; }

/* collection card */
.collection { position: relative; border: 1px solid var(--hair-light); border-radius: 6px; background: var(--white); padding: clamp(1.5rem, 3vw, 2.2rem); height: 100%; display: flex; flex-direction: column; gap: 0.9rem; transition: border-color 0.4s var(--ease), transform 0.4s var(--ease); }
.collection:hover { border-color: var(--gold); transform: translateY(-5px); }
.collection__no { font-family: var(--script); font-size: 2.2rem; line-height: 1; color: var(--gold); }
.collection h3 { font-size: var(--t-h4); }
.collection p { font-size: 0.9rem; color: var(--muted); margin: 0; }
.collection ul { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: auto; padding-top: 0.9rem; }
.collection li { font-family: var(--display); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); border: 1px solid var(--hair-light); border-radius: 999px; padding: 0.3rem 0.7rem; }

/* ------------------------------------- SIGNATURE: the experience timeline */
.timeline { display: grid; gap: clamp(1.75rem, 4vw, 3rem); }
@media (min-width: 900px) { .timeline { grid-template-columns: 0.42fr 0.58fr; align-items: start; } }

.timeline__nav { position: relative; padding-left: 2.9rem; }
.timeline__nav::before { content: ""; position: absolute; left: 10px; top: 1.1rem; bottom: 1.1rem; width: 1px; background: linear-gradient(var(--gold), rgba(222, 143, 61, 0.16)); }
.timeline__btn {
  position: relative; display: block; width: 100%; text-align: left;
  background: none; border: 0; cursor: pointer; padding: 0.7rem 0; color: inherit;
  font-family: var(--display); font-weight: 500; font-size: 1.02rem;
  color: var(--sand-mute); transition: color 0.3s;
}
.timeline__btn::before {
  content: ""; position: absolute; left: -2.9rem; top: 1.05rem;
  width: 21px; height: 21px; border-radius: 50%;
  border: 1px solid var(--gold); background: var(--ink); transition: background 0.35s, box-shadow 0.35s;
}
.timeline__btn small { display: block; font-family: var(--body); font-weight: 400; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.15rem; }
.timeline__btn:hover { color: var(--cream); }
.timeline__btn[aria-selected="true"] { color: var(--cream); }
.timeline__btn[aria-selected="true"]::before { background: var(--gold); box-shadow: 0 0 0 5px rgba(222, 143, 61, 0.18); }

.timeline__panel { border: 1px solid var(--hair-dark); border-radius: 6px; padding: clamp(1.6rem, 3.4vw, 2.6rem); background: var(--ink-2); }
.timeline__panel[hidden] { display: none; }
.timeline__panel h3 { font-size: var(--t-h3); margin-bottom: 0.9rem; }
.timeline__panel p { color: var(--sand); margin-bottom: 1.4rem; }
.timeline__panel ul { display: grid; gap: 0.65rem; }
.timeline__panel li { position: relative; padding-left: 1.5rem; font-size: 0.92rem; color: var(--sand-mute); }
.timeline__panel li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 8px; height: 1px; background: var(--gold); }

/* -------------------------------------------- rail (process / tracker) */
.rail { position: relative; padding-left: 3rem; }
.rail::before { content: ""; position: absolute; left: 10px; top: 0.6rem; bottom: 0.6rem; width: 1px; background: linear-gradient(var(--gold), rgba(222, 143, 61, 0.15)); }
.rail li { position: relative; padding-bottom: 2.3rem; }
.rail li:last-child { padding-bottom: 0; }
.rail li::before {
  content: ""; position: absolute; left: -3rem; top: 0.5rem; width: 21px; height: 21px;
  border-radius: 50%; border: 1px solid var(--gold); background: var(--cream);
}
.section--ink .rail li::before, .section--teal .rail li::before { background: var(--ink); }
.rail li::after { content: ""; position: absolute; left: calc(-3rem + 7px); top: calc(0.5rem + 7px); width: 7px; height: 7px; border-radius: 50%; background: transparent; }
.rail li.is-done::after, .rail li.is-current::after { background: var(--gold); }
.rail li.is-current::before { box-shadow: 0 0 0 5px rgba(222, 143, 61, 0.18); }
.rail li.is-pending::before { border-color: rgba(222, 143, 61, 0.32); }
.rail li.is-pending h3 { color: var(--sand-mute); }
.rail__step { display: block; font-family: var(--display); font-size: 0.62rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.35rem; }
.section--ink .rail__step, .section--teal .rail__step { color: var(--gold); }
.rail h3 { font-size: var(--t-h4); margin-bottom: 0.3rem; }
.rail p { font-size: 0.9rem; color: var(--muted); margin: 0; }
.section--ink .rail p, .section--teal .rail p { color: var(--sand-mute); }
.rail--compact li { padding-bottom: 1.5rem; }
.badge { display: inline-block; margin-left: 0.6rem; font-family: var(--display); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); background: var(--gold); border-radius: 999px; padding: 0.18rem 0.6rem; vertical-align: middle; }

/* ------------------------------------------------------- destination bits */
.factlist { display: grid; gap: 0; border-top: 1px solid var(--hair-light); }
.factlist div { display: grid; grid-template-columns: 11rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--hair-light); }
.factlist dt { font-family: var(--display); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); }
.factlist dd { margin: 0; font-size: 0.95rem; }
@media (max-width: 640px) { .factlist div { grid-template-columns: 1fr; gap: 0.35rem; } }

.ticks { display: grid; gap: 0.7rem; }
.ticks li { position: relative; padding-left: 1.8rem; font-size: 0.95rem; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 0.45em; width: 9px; height: 5px;
  border-left: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(-45deg);
}

.itinerary { counter-reset: day; display: grid; gap: 1.2rem; }
.itinerary li { counter-increment: day; display: grid; grid-template-columns: 4.5rem 1fr; gap: 1.2rem; align-items: baseline; padding-bottom: 1.2rem; border-bottom: 1px solid var(--hair-light); }
.itinerary li::before { content: "Day " counter(day); font-family: var(--display); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); }
.itinerary h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.itinerary p { font-size: 0.92rem; color: var(--muted); margin: 0; }
@media (max-width: 560px) { .itinerary li { grid-template-columns: 1fr; gap: 0.35rem; } }

/* hotel card */
.hotel { border: 1px solid var(--hair-dark); border-radius: 6px; background: var(--ink-2); padding: clamp(1.4rem, 2.6vw, 2rem); height: 100%; display: flex; flex-direction: column; gap: 0.85rem; }
.hotel__area { font-family: var(--display); font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.hotel h3 { color: var(--cream); font-size: var(--t-h4); }
.hotel__stars { color: var(--gold); display: flex; gap: 3px; }
.hotel ul { display: grid; gap: 0.45rem; margin-top: auto; }
.hotel li { font-size: 0.85rem; color: var(--sand-mute); padding-left: 1.1rem; position: relative; }
.hotel li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 5px; height: 1px; background: var(--gold); }

/* ----------------------------------------------------------- testimonials */
.quote { border-left: 2px solid var(--gold); padding-left: 1.8rem; height: 100%; }
.quote blockquote { margin: 0 0 1.4rem; font-family: var(--display); font-weight: 300; font-size: var(--t-h4); line-height: 1.55; color: var(--cream); }
.quote figcaption { font-family: var(--display); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.quote figcaption span { display: block; color: var(--sand-mute); letter-spacing: 0.1em; margin-top: 0.35rem; }
.stars { color: var(--gold); display: flex; gap: 3px; margin-bottom: 1rem; }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr)); gap: 2rem; }
.stat { text-align: center; }
.stat b { display: block; font-family: var(--display); font-weight: 600; font-size: clamp(2rem, 3.6vw, 3rem); color: var(--gold); line-height: 1; }
.stat span { display: block; margin-top: 0.75rem; font-family: var(--display); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sand-mute); }

/* -------------------------------------------------------------- carousel */
.carousel__track { display: grid; grid-auto-flow: column; grid-auto-columns: min(84%, 350px); gap: 1.4rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1.4rem; }
.carousel__track > * { scroll-snap-align: start; }
.carousel__nav { display: flex; gap: 0.7rem; margin-top: 0.9rem; }
.carousel__btn { width: 46px; height: 46px; border: 1px solid var(--hair-dark); border-radius: 4px; background: transparent; color: var(--gold); cursor: pointer; display: grid; place-items: center; transition: background 0.3s, color 0.3s; }
.carousel__btn:hover:not([disabled]) { background: var(--gold); color: var(--ink); }
.carousel__btn[disabled] { opacity: 0.3; cursor: default; }

/* ------------------------------------------------------------------- faq */
.faq details { border-top: 1px solid var(--hair-light); }
.faq details:last-of-type { border-bottom: 1px solid var(--hair-light); }
.faq summary { cursor: pointer; list-style: none; padding: 1.4rem 2.75rem 1.4rem 0; font-family: var(--display); font-weight: 500; font-size: var(--t-h4); color: var(--teal); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0.3rem; top: 50%; transform: translateY(-50%); color: var(--gold-deep); font-family: var(--body); font-weight: 300; font-size: 1.6rem; }
.faq details[open] summary::after { content: "\2013"; }
.faq p { max-width: 70ch; color: var(--muted); padding-bottom: 1.4rem; margin: 0; }

/* ----------------------------------------------------------------- forms */
.field { display: block; margin-bottom: 1.4rem; }
.field > span { display: block; font-family: var(--display); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.6rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.95rem 1.05rem; font-family: var(--body); font-size: 1rem; font-weight: 400;
  color: var(--cocoa); background: var(--white); border: 1px solid var(--hair-light); border-radius: 4px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--turquoise); box-shadow: 0 0 0 3px rgba(0, 167, 173, 0.14); }
.field textarea { min-height: 125px; resize: vertical; }

.choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 0.8rem; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice span {
  display: flex; align-items: center; min-height: 64px; padding: 0.95rem 1.15rem;
  border: 1px solid var(--hair-light); border-radius: 4px; background: var(--white);
  font-size: 0.94rem; cursor: pointer; transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.choice input:checked + span { border-color: var(--gold); background: rgba(222, 143, 61, 0.1); }
.choice input:focus-visible + span { outline: 2px solid var(--turquoise); outline-offset: 3px; }
.choice span:hover { transform: translateY(-2px); }

.finder { background: var(--white); border: 1px solid var(--hair-light); border-radius: 6px; padding: clamp(1.5rem, 3.6vw, 3rem); }
.finder__meta { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--display); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.9rem; }
.finder__bar { height: 2px; background: var(--hair-light); margin-bottom: 2.2rem; position: relative; border-radius: 2px; }
.finder__bar i { position: absolute; inset: 0 auto 0 0; background: var(--gold); border-radius: 2px; transition: width 0.5s var(--ease); }
.finder fieldset { border: 0; margin: 0; padding: 0; }
.finder legend { font-family: var(--display); font-weight: 600; font-size: var(--t-h3); color: var(--teal); margin-bottom: 0.5rem; }
.finder__hint { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.6rem; }
.finder__actions { display: flex; justify-content: space-between; gap: 0.9rem; margin-top: 2.2rem; flex-wrap: wrap; }
.finder__summary { display: grid; gap: 0.6rem; margin: 1.3rem 0 1.9rem; }
.finder__summary div { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--hair-light); padding-bottom: 0.45rem; font-size: 0.9rem; }
.finder__summary dt { font-family: var(--display); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.finder__summary dd { margin: 0; }
.hp { position: absolute; left: -9999px; }
.formstatus {
  margin: 1rem 0 0; padding: 0.9rem 1.1rem; border-radius: 4px;
  font-size: 0.88rem; border: 1px solid var(--hair-light);
}
.formstatus[data-state="working"] { color: var(--muted); }
.formstatus[data-state="ok"] { border-color: var(--teal); color: var(--teal); background: rgba(0, 122, 128, 0.07); }
.formstatus[data-state="error"] { border-color: var(--gold); color: var(--cocoa); background: rgba(222, 143, 61, 0.1); }
.formstatus a { color: var(--teal); }

/* ---------------------------------------------------------------- footer */
.footer { background: var(--ink); color: var(--sand-mute); padding-block: clamp(3.25rem, 6vw, 5.5rem) 2.25rem; }
.footer a { color: var(--sand-mute); text-decoration: none; transition: color 0.3s; }
.footer a:hover { color: var(--gold); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 0.85fr 0.85fr 1.15fr; gap: clamp(2rem, 4vw, 3.25rem); }
.footer h2 { font-family: var(--display); font-size: 0.64rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer li { margin-bottom: 0.25rem; font-size: 0.88rem; }
.footer li a { display: inline-block; padding-block: 0.35rem; }
.footer .lockup img { width: 62px; height: 62px; }
.socials { display: flex; gap: 0.7rem; margin-top: 1.4rem; }
.socials a { width: 42px; height: 42px; border: 1px solid var(--hair-dark); border-radius: 50%; display: grid; place-items: center; }
.socials a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.colophon { margin-top: clamp(2.25rem, 4.5vw, 3.5rem); padding-top: 1.6rem; border-top: 1px solid var(--hair-dark); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: 0.72rem; }
.colophon nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.colophon nav a { display: inline-block; padding-block: 0.3rem; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 215px), 1fr)); } }

/* ------------------------------------------------------------- whatsapp */
.wa {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 85;
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: var(--teal); color: var(--cream); border: 1px solid var(--turquoise);
  box-shadow: 0 14px 32px rgba(4, 38, 43, 0.32); transition: background 0.3s, transform 0.3s;
}
.wa:hover { background: var(--turquoise); transform: translateY(-2px); }

/* ---------------------------------------------------------------- motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal--d1 { transition-delay: 0.1s; }
.reveal--d2 { transition-delay: 0.2s; }
.reveal--d3 { transition-delay: 0.3s; }

@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero__media img { animation: kenburns 24s var(--ease) forwards; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

@media print { .nav, .wa, .hero__scroll, .btn { display: none !important; } body { background: #fff; color: #000; } }
