/* =====================================================================
   ALAYA TOURS — "First Light" design system
   Palette: Dawn Gold · Terracotta Clay · Dusk Indigo · Sand/Bone · Charcoal · Sage Moss
   Type: Fraunces (display) + Karla (body)
   ===================================================================== */

:root {
  --gold: #E3A857;
  --gold-d: #C98C3B;
  --gold-l: #F2CF97;
  --clay: #C1622D;
  --indigo: #2E3A59;
  --indigo-2: #3A4A70;
  --night: #19203A;
  --night-2: #121729;
  --sand: #F2E8D8;
  --bone: #F8F3EA;
  --paper: #FFFCF6;
  --ink: #2B2620;
  --ink-2: #5A5248;
  --ink-3: #8A8177;
  --sage: #7C8467;
  --line: rgba(43, 38, 32, .12);
  --line-l: rgba(255, 255, 255, .16);

  --accent: var(--gold);
  --accent-ink: var(--ink);

  --f-display: "Fraunces", Georgia, "Times New Roman", serif;
  --f-body: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;

  --fs-hero: clamp(3.1rem, 8.4vw, 7.8rem);
  --fs-h1: clamp(2.7rem, 6.2vw, 5.6rem);
  --fs-h2: clamp(2rem, 4.1vw, 3.5rem);
  --fs-h3: clamp(1.25rem, 1.9vw, 1.55rem);
  --fs-lede: clamp(1.1rem, 1.5vw, 1.3rem);

  --r-sm: 10px;
  --r: 18px;
  --r-lg: 28px;
  --arch: 999px 999px var(--r) var(--r);

  --gut: clamp(16px, 4vw, 48px);
  --sec: clamp(72px, 10vw, 140px);
  --ease: cubic-bezier(.22, .8, .2, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --shadow: 0 1px 2px rgba(25, 32, 58, .06), 0 12px 32px -12px rgba(25, 32, 58, .22);
  --shadow-lg: 0 2px 4px rgba(25, 32, 58, .06), 0 30px 60px -20px rgba(25, 32, 58, .35);
  --hdr-h: 76px;
}

.theme-journeys { --accent: var(--gold); }
.theme-expeditions { --accent: var(--clay); }
.theme-retreats { --accent: var(--sage); }
.theme-reserve { --accent: var(--gold); }
.theme-concierge { --accent: var(--indigo-2); }

/* ---------------------------------------------------------------- base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr-h) + 64px); }
body {
  margin: 0; background: var(--bone); color: var(--ink);
  font: 400 17px/1.65 var(--f-body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body::after { /* film grain */
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 400; line-height: 1.04; letter-spacing: -.02em; margin: 0; font-variation-settings: "SOFT" 50, "opsz" 144; }
h2 em, h1 em, .em, p em.hl { font-style: italic; font-variation-settings: "SOFT" 100, "opsz" 144; color: var(--accent-hl, var(--clay)); }
p { margin: 0 0 1em; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { top: 12px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: 1340px; margin: 0 auto; padding: 0 var(--gut); }
.wrap-narrow { width: 100%; max-width: 780px; margin: 0 auto; padding: 0 var(--gut); }
.sec { padding: var(--sec) 0; position: relative; }
.center { text-align: center; }
.ic { width: 20px; height: 20px; flex: none; }

.eyebrow {
  font: 600 .74rem/1.3 var(--f-body); letter-spacing: .2em; text-transform: uppercase; color: var(--clay);
  margin: 0 0 18px; display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .7; }
.h-sm { font-size: 1.35rem; margin-bottom: 18px; }
.h-md { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-bottom: 22px; }

/* section head */
.sh { max-width: 760px; margin-bottom: clamp(32px, 4vw, 56px); }
.sh.center { margin-left: auto; margin-right: auto; text-align: center; }
.sh.center .eyebrow::before { display: none; }
.sh-title { font-size: var(--fs-h2); }
.sh-text { font-size: var(--fs-lede); color: var(--ink-2); margin: 20px 0 0; max-width: 620px; }
.sh.center .sh-text { margin-left: auto; margin-right: auto; }
.sec-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(32px, 4vw, 56px); }
.sec-top .sh { margin-bottom: 0; }
.sec-tools { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

.link-arrow { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .98rem; border-bottom: 1px solid currentColor; padding-bottom: 3px; transition: gap .35s var(--ease), color .2s; }
.link-arrow .ic { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.link-arrow:hover { gap: 14px; color: var(--clay); }

/* ---------------------------------------------------------------- buttons */
.btn {
  --bh: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: var(--bh); padding: 0 26px;
  border-radius: 999px; font-weight: 600; font-size: .98rem; letter-spacing: .01em; white-space: nowrap; position: relative; overflow: hidden;
  transition: transform .3s var(--ease), background-color .3s, color .3s, box-shadow .3s, border-color .3s; isolation: isolate;
}
.btn .ic { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover .ic { transform: translateX(3px); }
.btn:active { transform: scale(.97); }
.btn-sm { --bh: 40px; padding: 0 18px; font-size: .9rem; }
.btn-lg { --bh: 58px; padding: 0 32px; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn-gold { background: var(--gold); color: var(--night); box-shadow: 0 10px 24px -12px rgba(201, 140, 59, .8); }
.btn-gold::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, .45) 50%, transparent 80%); transform: translateX(-120%); transition: transform .8s var(--ease); }
.btn-gold:hover { background: var(--gold-l); }
.btn-gold:hover::before { transform: translateX(120%); }
.btn-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .45); backdrop-filter: blur(6px); background: rgba(255, 255, 255, .04); }
.btn-ghost:hover { background: #fff; color: var(--night); border-color: #fff; }
.btn-line { border: 1px solid var(--line); color: var(--ink); background: transparent; }
.btn-line:hover { border-color: var(--ink); background: var(--ink); color: var(--bone); }
.btn-dark { background: var(--night); color: #fff; }

/* ---------------------------------------------------------------- header */
.hdr { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--hdr-h); transition: background-color .4s, box-shadow .4s, transform .45s var(--ease), color .3s; color: #fff; }
.hdr-in { height: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--gut); display: flex; align-items: center; gap: 28px; }
.hdr-logo { flex: none; }
.logo { display: block; position: relative; }
.logo img { height: 34px; width: auto; transition: opacity .3s; }
.logo .logo-light { position: absolute; inset: 0; opacity: 0; }
.hdr .logo .logo-dark { opacity: 0; }
.hdr .logo .logo-light { opacity: 1; }
.hdr.is-solid, .hdr-solid .hdr, .menu-open .hdr { background: rgba(248, 243, 234, .88); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.hdr.is-solid .logo .logo-dark, .hdr-solid .hdr .logo .logo-dark, .menu-open .hdr .logo-dark { opacity: 1; }
.hdr.is-solid .logo .logo-light, .hdr-solid .hdr .logo .logo-light, .menu-open .hdr .logo-light { opacity: 0; }
.hdr.is-hidden { transform: translateY(-100%); }
.nav { display: flex; align-items: center; gap: 4px; margin: 0 auto; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; font-weight: 500; font-size: .96rem; border-radius: 999px; position: relative; transition: background .25s; }
.nav-link::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav-link:hover::after, .nav-link[aria-current]::after { transform: scaleX(1); }
.chev { width: 12px; height: 12px; transition: transform .3s; }
.hdr-actions { display: flex; align-items: center; gap: 14px; }

/* mega menu */
.nav-item { position: relative; }
.mega { position: fixed; left: 0; right: 0; top: var(--hdr-h); padding: 0 var(--gut); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .3s, transform .4s var(--ease), visibility .3s; color: var(--ink); }
.has-mega:hover .mega, .has-mega:focus-within .mega, .has-mega.open .mega { opacity: 1; visibility: visible; transform: none; }
.has-mega:hover .chev, .has-mega.open .chev { transform: rotate(180deg); }
.mega-in { max-width: 1240px; margin: 10px auto 0; background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 18px; display: grid; grid-template-columns: 1fr 280px; gap: 18px; }
.mega-lines { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.mega-line { position: relative; border-radius: var(--r); overflow: hidden; min-height: 250px; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; isolation: isolate; }
.mega-line-img { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .8s var(--ease); }
.mega-line::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(18, 23, 41, .85)); }
.mega-line:hover .mega-line-img { transform: scale(1.07); }
.mega-line-for { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.mega-line strong { font: 400 1.7rem/1.1 var(--f-display); margin: 4px 0; }
.mega-line-txt { font-size: .86rem; opacity: .85; line-height: 1.35; min-height: 2.7em; }
.mega-side { display: flex; flex-direction: column; gap: 8px; }
.mega-next { background: var(--night); color: #fff; border-radius: var(--r); padding: 22px; display: flex; flex-direction: column; gap: 4px; flex: 1; justify-content: flex-end; background-image: radial-gradient(120% 80% at 50% 120%, rgba(227, 168, 87, .5), transparent 60%); }
.mega-next .eyebrow { color: var(--gold); margin-bottom: 8px; }
.mega-next strong { font: 400 1.6rem/1.1 var(--f-display); }
.mega-next .link-arrow { margin-top: 12px; align-self: flex-start; color: var(--gold); }
.mega-all { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; border-radius: 12px; font-weight: 600; font-size: .93rem; background: var(--bone); transition: background .25s; }
.mega-all:hover { background: var(--sand); }
.mega-all .ic { width: 16px; height: 16px; }

/* currency switch */
.cur-switch { --i: 0; position: relative; display: inline-grid; grid-template-columns: repeat(3, 1fr); padding: 3px; border-radius: 999px; border: 1px solid currentColor; border-color: color-mix(in srgb, currentColor 28%, transparent); isolation: isolate; flex: none; }
.cur-switch button { position: relative; z-index: 1; font-size: .75rem; font-weight: 700; letter-spacing: .06em; padding: 6px 10px; border-radius: 999px; min-width: 44px; transition: color .3s; opacity: .75; }
.cur-switch button[aria-pressed="true"] { color: var(--night); opacity: 1; }
.cur-pill { position: absolute; z-index: 0; top: 3px; bottom: 3px; left: 3px; width: calc((100% - 6px) / 3); border-radius: 999px; background: var(--gold); transform: translateX(calc(var(--i) * 100%)); transition: transform .45s var(--ease); }
html[data-cur="USD"] .cur-switch { --i: 1; }
html[data-cur="EUR"] .cur-switch { --i: 2; }

/* burger + mobile nav */
.burger { display: none; width: 44px; height: 44px; border-radius: 50%; position: relative; }
.burger span { position: absolute; left: 12px; right: 12px; height: 1.6px; background: currentColor; transition: transform .45s var(--ease), top .3s; }
.burger span:first-child { top: 17px; }
.burger span:last-child { top: 25px; }
.menu-open .burger span:first-child { top: 21px; transform: rotate(45deg); }
.menu-open .burger span:last-child { top: 21px; transform: rotate(-45deg); }
.mnav { position: fixed; inset: 0; z-index: 90; background: var(--bone); padding: calc(var(--hdr-h) + 16px) var(--gut) 32px; clip-path: circle(0% at calc(100% - 44px) 38px); transition: clip-path .7s var(--ease-in-out); overflow-y: auto; visibility: hidden; }
.menu-open .mnav { clip-path: circle(150% at calc(100% - 44px) 38px); visibility: visible; }
.menu-open { overflow: hidden; }
.mnav-in { display: flex; flex-direction: column; gap: 32px; min-height: 100%; }
.mnav-links { display: flex; flex-direction: column; }
.mnav-links a { font: 400 clamp(1.7rem, 7vw, 2.4rem)/1.1 var(--f-display); padding: 12px 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; opacity: 0; transform: translateY(16px); transition: opacity .5s, transform .6s var(--ease); }
.mnav-links a small { font: 600 .66rem/1 var(--f-body); letter-spacing: .18em; text-transform: uppercase; color: var(--clay); margin-bottom: 6px; }
.menu-open .mnav-links a { opacity: 1; transform: none; }
.menu-open .mnav-links a:nth-child(2) { transition-delay: .04s } .menu-open .mnav-links a:nth-child(3) { transition-delay: .08s }
.menu-open .mnav-links a:nth-child(4) { transition-delay: .12s } .menu-open .mnav-links a:nth-child(5) { transition-delay: .16s }
.menu-open .mnav-links a:nth-child(6) { transition-delay: .2s } .menu-open .mnav-links a:nth-child(7) { transition-delay: .24s }
.menu-open .mnav-links a:nth-child(8) { transition-delay: .28s } .menu-open .mnav-links a:nth-child(9) { transition-delay: .32s }
.mnav-foot { margin-top: auto; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.mnav-mail { font-weight: 600; }

/* ---------------------------------------------------------------- sun mark */
.sun-img { display: block; width: 100%; height: auto; user-select: none; pointer-events: none; }
.hero-sun, .ph-sun, .done-sun { animation: sun-rise 1.8s var(--ease) both .15s; }
@keyframes sun-rise { from { opacity: 0; transform: translateY(14%); } to { transform: none; } }

/* ---------------------------------------------------------------- HOME HERO */
.hero { --dawn: 0; position: relative; min-height: max(100svh, 700px); color: #fff; overflow: hidden; display: flex; align-items: center; padding: calc(var(--hdr-h) + 40px) 0 90px; isolation: isolate; }
.hero-sky { position: absolute; inset: 0; z-index: -3;
  background:
    radial-gradient(90% 60% at 62% 108%, rgba(227, 168, 87, calc(.55 + var(--dawn) * .35)), transparent 62%),
    radial-gradient(60% 40% at 62% 100%, rgba(193, 98, 45, calc(.45 + var(--dawn) * .2)), transparent 70%),
    linear-gradient(180deg, var(--night-2) 0%, var(--night) 38%, var(--indigo) 72%, #5b4a58 100%);
}
.hero-sky::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(242, 207, 151, 0), rgba(242, 207, 151, .22)); opacity: var(--dawn); }
.stars { position: absolute; inset: 0; opacity: calc(.8 - var(--dawn)); background-image:
  radial-gradient(1px 1px at 12% 18%, #fff 50%, transparent), radial-gradient(1px 1px at 28% 8%, #fff 50%, transparent),
  radial-gradient(1.4px 1.4px at 44% 22%, #fff 50%, transparent), radial-gradient(1px 1px at 63% 12%, #fff 50%, transparent),
  radial-gradient(1px 1px at 78% 26%, #fff 50%, transparent), radial-gradient(1.2px 1.2px at 88% 9%, #fff 50%, transparent),
  radial-gradient(1px 1px at 8% 38%, #fff 50%, transparent), radial-gradient(1px 1px at 35% 34%, #fff 50%, transparent),
  radial-gradient(1px 1px at 52% 5%, #fff 50%, transparent), radial-gradient(1px 1px at 94% 40%, #fff 50%, transparent),
  radial-gradient(1px 1px at 70% 40%, #fff 50%, transparent), radial-gradient(1.3px 1.3px at 20% 52%, #fff 50%, transparent);
  animation: twinkle 6s ease-in-out infinite alternate; }
@keyframes twinkle { from { opacity: calc(.45 - var(--dawn)); } to { opacity: calc(.9 - var(--dawn)); } }
.hero-sunwrap { position: absolute; z-index: -2; left: 50%; bottom: -2%; width: min(1180px, 118vw); transform: translate(-50%, calc(24% - var(--dawn) * 20%)); opacity: calc(.26 + var(--dawn) * .4); pointer-events: none; }
.hero-in { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero-eyebrow { color: var(--gold-l); display: flex; letter-spacing: .2em; margin-bottom: 22px; animation: fade-up 1s var(--ease) both; }
.ph-kicker { display: flex; color: var(--gold-l); letter-spacing: .2em; margin-bottom: 20px; }
.ph-title .ph-kicker { font-style: normal; }
.hero-title { font-size: var(--fs-hero); line-height: .95; letter-spacing: -.035em; font-weight: 350; }
.hero-title em { color: var(--gold); font-weight: 300; }
.ht-line { display: block; overflow: hidden; padding-bottom: .06em; }
.ht-line > * { display: inline-block; animation: rise 1.2s var(--ease) both; }
.ht-line:nth-child(2) > * { animation-delay: .15s; }
@keyframes rise { from { transform: translateY(105%); } to { transform: none; } }
.hero-sub { font-size: var(--fs-lede); max-width: 520px; color: rgba(255, 255, 255, .82); margin: 28px 0 36px; animation: fade-up 1s var(--ease) .5s both; }
.hero-sub em { color: var(--gold-l); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; animation: fade-up 1s var(--ease) .65s both; }
@keyframes fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero-pill { margin-top: 34px; display: inline-flex; align-items: center; gap: 12px; padding: 10px 16px 10px 14px; border-radius: 999px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); backdrop-filter: blur(10px); font-size: .9rem; animation: fade-up 1s var(--ease) .8s both; transition: background .3s; max-width: 100%; }
.hero-pill:hover { background: rgba(255, 255, 255, .16); }
.hero-pill b { color: var(--gold-l); font-weight: 600; margin-right: 4px; }
.hero-pill .ic { width: 16px; height: 16px; }
.hp-days { font-weight: 700; color: var(--night); background: var(--gold); padding: 2px 9px; border-radius: 999px; font-size: .78rem; white-space: nowrap; }
.hp-days:empty { display: none; }
.hp-dot { width: 8px; height: 8px; border-radius: 50%; background: #7fd18b; box-shadow: 0 0 0 0 rgba(127, 209, 139, .7); animation: pulse 2s infinite; flex: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(127, 209, 139, 0); } 100% { box-shadow: 0 0 0 0 rgba(127, 209, 139, 0); } }
.hero-arches { position: relative; height: min(620px, 70vh); }
.arch { position: absolute; border-radius: var(--arch); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(255, 255, 255, .18); transition: transform .8s var(--ease); animation: fade-up 1.2s var(--ease) both; will-change: transform; }
.arch img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.arch:hover img { transform: scale(1.06); }
.arch span { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 16px; font: 400 1.05rem/1.2 var(--f-display); background: linear-gradient(transparent, rgba(18, 23, 41, .8)); }
.arch-1 { width: 48%; height: 66%; right: 0; top: 0; animation-delay: .3s; }
.arch-2 { width: 42%; height: 58%; left: 2%; top: 12%; animation-delay: .45s; }
.arch-3 { width: 34%; height: 38%; right: 20%; bottom: 0; animation-delay: .6s; z-index: 2; }
.hero-scroll, .thero-scroll { position: absolute; left: 50%; bottom: 26px; width: 26px; height: 42px; border: 1.5px solid rgba(255, 255, 255, .5); border-radius: 20px; transform: translateX(-50%); }
.hero-scroll span, .thero-scroll span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 3px; background: var(--gold); animation: scroll-dot 1.8s var(--ease) infinite; }
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* marquee */
.marquee { overflow: hidden; background: var(--gold); color: var(--night); padding: 18px 0; white-space: nowrap; position: relative; z-index: 2; }
.marquee-track { display: inline-flex; align-items: center; animation: marquee 40s linear infinite; }
.marquee span { font: italic 400 clamp(1.3rem, 2.4vw, 2rem)/1 var(--f-display); padding: 0 28px; }
.marquee i { font-style: normal; font-size: 1.1rem; opacity: .6; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* intro */
.intro-in { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: end; }
.intro-big { font: 350 clamp(1.8rem, 3.6vw, 3.1rem)/1.15 var(--f-display); letter-spacing: -.02em; margin: 0; }
.intro-big em { color: var(--clay); font-style: italic; }
.intro-side { color: var(--ink-2); font-size: 1.05rem; }

/* ---------------------------------------------------------------- line panels (accordion) */
.lines-sec { background: var(--paper); }
.lps { display: flex; gap: 12px; height: clamp(520px, 64vh, 640px); }
.lp { position: relative; flex: 1; border-radius: var(--r-lg); overflow: hidden; color: #fff; isolation: isolate; transition: flex-grow .8s var(--ease); min-width: 0; }
.lp.is-open { flex-grow: 4.2; }
.lp-img { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transform: scale(1.08); transition: transform 1.4s var(--ease); }
.lp.is-open .lp-img { transform: scale(1); }
.lp-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(18, 23, 41, .15), rgba(18, 23, 41, .88)); transition: background .6s; }
.lp:not(.is-open) .lp-shade { background: linear-gradient(180deg, rgba(18, 23, 41, .45), rgba(18, 23, 41, .9)); }
.lp-tab { position: absolute; inset: 24px 0 24px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; transition: opacity .4s; }
.lp-n { font: 600 .8rem/1 var(--f-body); letter-spacing: .12em; color: var(--accent); }
.lp-vname { writing-mode: vertical-rl; transform: rotate(180deg); font: 400 1.9rem/1 var(--f-display); letter-spacing: -.01em; }
.lp.is-open .lp-tab { opacity: 0; }
.lp-body { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(24px, 3vw, 44px); display: flex; flex-direction: column; gap: 10px; max-width: 620px; opacity: 0; transform: translateY(24px); transition: opacity .5s, transform .7s var(--ease); pointer-events: none; }
.lp.is-open .lp-body { opacity: 1; transform: none; transition-delay: .25s; pointer-events: auto; }
.lp-for { font: 700 .72rem/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; color: var(--accent); }
.theme-retreats .lp-for, .theme-retreats .mega-line-for { color: #b9c29d; }
.theme-expeditions .lp-for, .theme-expeditions .mega-line-for { color: #f08f5a; }
.lp-name { font: 350 clamp(2.6rem, 5vw, 4.4rem)/.95 var(--f-display); letter-spacing: -.03em; }
.lp-head { font: italic 400 1.3rem/1.3 var(--f-display); color: var(--gold-l); }
.lp-desc { color: rgba(255, 255, 255, .82); max-width: 460px; }
.lp-cta { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; margin-top: 8px; }
.lp-cta .ic { transition: transform .3s var(--ease); }
.lp:hover .lp-cta .ic { transform: translateX(4px); }

/* ---------------------------------------------------------------- cards */
.cards { display: grid; gap: clamp(18px, 2vw, 28px); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.tc, .pc { position: relative; display: flex; flex-direction: column; background: var(--paper); border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 1px 0 var(--line); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.tc:hover, .pc:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tc-link { position: absolute; inset: 0; z-index: 3; }
.tc-media, .pc-media { position: relative; aspect-ratio: 4/3; overflow: hidden; margin: 10px 10px 0; border-radius: calc(var(--r-lg) - 8px); }
.tc-media img, .pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.tc:hover .tc-media img, .pc:hover .pc-media img { transform: scale(1.06); }
.tc-line { position: absolute; left: 14px; top: 14px; background: var(--paper); color: var(--ink); font: 700 .68rem/1 var(--f-body); letter-spacing: .14em; text-transform: uppercase; padding: 8px 11px; border-radius: 999px; display: inline-flex; gap: 7px; align-items: center; }
.tc-line::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.chip { display: inline-flex; align-items: center; gap: 7px; font: 700 .68rem/1 var(--f-body); letter-spacing: .1em; text-transform: uppercase; padding: 8px 11px; border-radius: 999px; }
.tc-media .chip { position: absolute; right: 14px; top: 14px; }
.chip-open { background: var(--night); color: #fff; }
.chip-open i { width: 7px; height: 7px; border-radius: 50%; background: #7fd18b; animation: pulse 2s infinite; }
.chip-tba { background: rgba(255, 252, 246, .9); color: var(--ink-2); backdrop-filter: blur(6px); }
.chip-sold { background: var(--clay); color: #fff; }
.tc-body, .pc-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.tc-meta, .pc-meta { font-size: .82rem; color: var(--ink-3); font-weight: 500; margin: 0 0 8px; display: flex; gap: 12px; flex-wrap: wrap; }
.tc-title, .pc-title { font-size: 1.55rem; line-height: 1.12; margin-bottom: 10px; transition: color .3s; }
.tc:hover .tc-title, .pc:hover .pc-title { color: var(--clay); }
.tc-sum, .pc-ex { color: var(--ink-2); font-size: .95rem; margin: 0 0 18px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tc-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); }
.tc-price { display: flex; flex-direction: column; }
.tc-from { font-size: .75rem; color: var(--ink-3); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.tc-price .price { font: 500 1.45rem/1.1 var(--f-display); }
.tc-go { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background .3s, border-color .3s, transform .4s var(--ease); }
.tc:hover .tc-go { background: var(--gold); border-color: var(--gold); transform: rotate(45deg); }
.price { font-variant-numeric: tabular-nums; transition: opacity .25s; }
.price.swap { opacity: 0; }
.pc-cat { color: var(--clay); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }

/* departures */
.departures { background: var(--bone); padding-bottom: calc(var(--sec) * .8); overflow: hidden; }
.ft { display: grid; grid-template-columns: 1.15fr 1fr; background: var(--night); color: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.ft-media { position: relative; min-height: 460px; overflow: hidden; }
.ft-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.ft:hover .ft-media img { transform: scale(1.04); }
.ft-badge { position: absolute; left: 18px; top: 18px; background: rgba(18, 23, 41, .7); backdrop-filter: blur(8px); padding: 9px 14px; border-radius: 999px; font-size: .82rem; font-weight: 600; display: inline-flex; gap: 9px; align-items: center; }
.ft-body { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; background-image: radial-gradient(100% 60% at 100% 110%, rgba(227, 168, 87, .3), transparent 60%); }
.ft-body .eyebrow { color: var(--gold); }
.ft h3 { font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 18px; }
.ft-scene { font: italic 400 1.18rem/1.45 var(--f-display); color: rgba(255, 255, 255, .85); margin-bottom: 22px; }
.ft-hl { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 8px; }
.ft-hl li { padding-left: 24px; position: relative; color: rgba(255, 255, 255, .8); font-size: .95rem; }
.ft-hl li::before { content: ""; position: absolute; left: 0; top: .72em; width: 12px; height: 1px; background: var(--gold); }
.ft-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; padding: 20px 0; border-top: 1px solid var(--line-l); margin-top: auto; }
.ft-price small { display: block; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; opacity: .6; }
.ft-price .price { font: 400 2.3rem/1 var(--f-display); color: var(--gold); display: block; margin: 4px 0; }
.ft-price > span:last-child { font-size: .82rem; opacity: .6; }
.ft-meta { display: flex; gap: 14px; font-size: .86rem; opacity: .85; flex-wrap: wrap; }
.ft-meta span { display: inline-flex; align-items: center; gap: 6px; }
.ft-meta .ic { width: 16px; height: 16px; }
.ft-count:not(:empty) { color: var(--gold); font-weight: 700; }
.ft-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.ft .btn-line { color: #fff; border-color: var(--line-l); }
.ft .btn-line:hover { background: #fff; color: var(--night); }

.rail-wrap { margin-top: 28px; }
.rail { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 20px max(var(--gut), calc((100vw - 1340px) / 2 + var(--gut))) 36px; scrollbar-width: none; cursor: grab; }
.rail::-webkit-scrollbar { display: none; }
.rail.dragging { cursor: grabbing; scroll-snap-type: none; }
.rail.dragging a { pointer-events: none; }
.rail-card { flex: 0 0 clamp(280px, 28vw, 380px); scroll-snap-align: start; }
.rail .tc:hover { transform: translateY(-4px); box-shadow: 0 1px 2px rgba(25, 32, 58, .05), 0 10px 22px -14px rgba(25, 32, 58, .28); }
.rail-nav { display: flex; justify-content: flex-end; gap: 10px; }
.rail-btn { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background .3s, color .3s; }
.rail-btn:first-child .ic { transform: rotate(180deg); }
.rail-btn:hover { background: var(--ink); color: var(--bone); }

/* calendar */
.cal { background: var(--sand); }
.cal-row { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(12, minmax(96px, 1fr)); gap: 8px; overflow-x: auto; scrollbar-width: none; }
.cal-row::-webkit-scrollbar { display: none; }
.cal-m { min-height: 190px; border-top: 1px solid rgba(43, 38, 32, .25); padding-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.cal-mn { font: 500 .78rem/1 var(--f-body); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.cal-m.has { border-top: 2px solid var(--ink); }
.cal-m.has .cal-mn { color: var(--ink); font-weight: 700; }
.cal-trip { display: flex; flex-direction: column; gap: 2px; background: var(--paper); border-radius: 14px; padding: 12px; border-left: 3px solid var(--accent); transition: transform .35s var(--ease), box-shadow .35s; }
.cal-trip:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cal-d { font: 400 1.3rem/1 var(--f-display); }
.cal-trip strong { font-size: .88rem; line-height: 1.25; font-weight: 600; }
.cal-s { font-size: .72rem; color: var(--ink-3); }

/* name */
.name { background: var(--night); color: #fff; overflow: hidden; }
.name::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 50% 0%, rgba(227, 168, 87, .18), transparent 70%); }
.name .wrap { position: relative; }
.name-head { text-align: center; margin-bottom: clamp(40px, 6vw, 80px); }
.name-head .eyebrow { color: var(--gold); }
.name-head .eyebrow::before { display: none; }
.name-word { font-size: clamp(5rem, 17vw, 14rem); line-height: .85; letter-spacing: -.05em; font-weight: 300; color: var(--bone); }
.name-say { font: 500 1rem/1 var(--f-body); letter-spacing: .3em; color: var(--gold-l); margin: 18px 0; }
.name-lede { font: italic 400 clamp(1.2rem, 2vw, 1.6rem)/1.4 var(--f-display); color: rgba(255, 255, 255, .8); max-width: 640px; margin: 0 auto; }
.meanings { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-l); border-radius: var(--r-lg); overflow: hidden; }
.meaning { background: var(--night); padding: clamp(28px, 3vw, 44px); transition: background .5s; }
.meaning:hover { background: #20294a; }
.m-lang { font: 700 .72rem/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.meaning h3 { font-size: clamp(2.4rem, 4vw, 3.4rem); margin: 18px 0 14px; font-style: italic; font-weight: 300; }
.meaning p { color: rgba(255, 255, 255, .72); }
.m-feel { font: italic 400 1.1rem/1.4 var(--f-display); color: var(--gold-l) !important; margin: 0; }

/* voice */
.voice-in { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.vxs { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.vx-btn { width: 100%; text-align: left; background: var(--paper); border-radius: var(--r); padding: 26px 70px 26px 28px; position: relative; display: grid; box-shadow: 0 1px 0 var(--line); transition: background .5s, color .5s, box-shadow .4s; }
.vx-btn > span:not(.vx-hint) { grid-area: 1/1; transition: opacity .5s, transform .6s var(--ease), filter .5s; }
.vx-not { font: 400 clamp(1.25rem, 2vw, 1.6rem)/1.3 var(--f-display); color: var(--ink-3); text-decoration: line-through; text-decoration-color: var(--clay); text-decoration-thickness: 2px; }
.vx-yes { font: 400 clamp(1.1rem, 1.7vw, 1.35rem)/1.4 var(--f-display); opacity: 0; transform: translateY(12px); filter: blur(4px); }
.vx-hint { position: absolute; right: 22px; top: 50%; width: 36px; height: 36px; margin-top: -18px; border-radius: 50%; background: var(--sand); display: grid; place-items: center; transition: transform .5s var(--ease), background .4s; }
.vx-hint .ic { width: 16px; height: 16px; }
.vx-btn:hover { box-shadow: var(--shadow); }
.vx-btn[aria-expanded="true"] { background: var(--night); color: #fff; }
.vx-btn[aria-expanded="true"] .vx-not { opacity: 0; transform: translateY(-12px); filter: blur(4px); }
.vx-btn[aria-expanded="true"] .vx-yes { opacity: 1; transform: none; filter: none; }
.vx-btn[aria-expanded="true"] .vx-hint { transform: rotate(-180deg); background: var(--gold); color: var(--night); }

/* pillars */
.pillars-sec { background: var(--paper); }
.pillars-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.pillars-head { position: sticky; top: calc(var(--hdr-h) + 40px); }
.pillars { list-style: none; margin: 0; padding: 0; counter-reset: p; }
.pillar { display: grid; grid-template-columns: 70px 1fr; gap: 4px 20px; padding: 30px 0; border-top: 1px solid var(--line); }
.pillar:last-child { border-bottom: 1px solid var(--line); }
.pillar-n { grid-row: span 2; font: 300 2.4rem/1 var(--f-display); color: var(--gold-d); }
.pillar h3 { font-size: var(--fs-h3); }
.pillar p { color: var(--ink-2); margin: 6px 0 0; }

/* founders */
.founders-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.founders-pics { position: relative; height: clamp(460px, 48vw, 620px); }
.fp { position: absolute; margin: 0; border-radius: var(--arch); overflow: hidden; box-shadow: var(--shadow-lg); }
.fp img { width: 100%; height: 100%; object-fit: cover; }
.fp figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 16px; color: #fff; font-size: .82rem; background: linear-gradient(transparent, rgba(18, 23, 41, .75)); }
.fp-1 { width: 58%; height: 82%; left: 0; top: 0; }
.fp-2 { width: 50%; height: 64%; right: 0; bottom: 0; border: 8px solid var(--bone); }
.fp-sun { position: absolute; width: 150px; right: 6%; top: 4%; opacity: .9; }
.founders-copy h2 { font-size: var(--fs-h2); margin-bottom: 24px; }
.founders-copy > p { color: var(--ink-2); font-size: 1.05rem; }
.founders-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0 34px; }
.founders-duo div { padding: 18px 20px; background: var(--paper); border-radius: var(--r); }
.founders-duo strong { font: 400 1.4rem/1.2 var(--f-display); display: block; margin-bottom: 4px; }
.founders-duo span { font-size: .9rem; color: var(--ink-2); }

/* photo strip */
.strip { padding: 0 0 var(--sec); overflow: hidden; }
.strip-label { display: flex; justify-content: space-between; max-width: 1340px; margin: 0 auto 20px; padding: 0 var(--gut); font-weight: 600; font-size: .9rem; color: var(--ink-2); }
.strip-label a { color: var(--clay); }
.strip-track { display: flex; gap: 14px; width: max-content; animation: marquee 80s linear infinite; }
.strip:hover .strip-track { animation-play-state: paused; }
.strip-track img { width: 210px; height: 280px; object-fit: cover; border-radius: var(--r); flex: none; filter: saturate(.9); transition: filter .4s, transform .5s var(--ease); }
.strip-track img:nth-child(3n+2) { border-radius: var(--arch); margin-top: 26px; height: 254px; }
.strip-track img:hover { filter: saturate(1.1); transform: translateY(-6px); }

/* edge */
.edge { background: var(--sand); }
.edges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.edge-i { background: var(--paper); border-radius: var(--r-lg); padding: 30px 26px; transition: transform .5s var(--ease), box-shadow .5s; }
.edge-i:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.edge-i .ic { width: 34px; height: 34px; color: var(--clay); margin-bottom: 22px; }
.edge-i h3 { font-size: 1.45rem; margin-bottom: 10px; }
.edge-i p { color: var(--ink-2); font-size: .95rem; margin: 0; }

/* journal teaser + WE band */
.we-band { margin-top: 28px; display: grid; grid-template-columns: auto auto 1fr auto; gap: 8px 28px; align-items: center; padding: 26px 30px; border-radius: var(--r-lg); background: #1f3b33; color: #fff; position: relative; overflow: hidden; transition: transform .5s var(--ease); }
.we-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 100% 50%, rgba(227, 168, 87, .25), transparent 60%); }
.we-band > * { position: relative; }
.we-band:hover { transform: translateY(-4px); }
.we-k { font: 700 .7rem/1 var(--f-body); letter-spacing: .18em; text-transform: uppercase; color: #9fd5b9; }
.we-band strong { font: italic 400 1.8rem/1 var(--f-display); }
.we-t { color: rgba(255, 255, 255, .78); font-size: .95rem; }
.we-go { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: var(--night); display: grid; place-items: center; }

/* newsletter */
.news { background: var(--night); color: #fff; padding: clamp(64px, 8vw, 110px) 0; position: relative; overflow: hidden; }
.news::before { content: ""; position: absolute; left: 50%; bottom: -60%; width: 900px; height: 900px; margin-left: -450px; border-radius: 50%; background: radial-gradient(circle, rgba(227, 168, 87, .28), transparent 60%); }
.news-in { position: relative; display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.news .eyebrow { color: var(--gold); }
.news h2 { font-size: var(--fs-h2); margin-bottom: 16px; }
.news-copy p { color: rgba(255, 255, 255, .72); font-size: 1.05rem; }
.news-row { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 10px; align-items: end; }
.news .fld { position: relative; }
.news .fld-err { position: absolute; top: 100%; left: 0; margin-top: 4px; color: #f3a47a; }
.news .fld label { color: rgba(255, 255, 255, .6); }
.news .fld input { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .18); color: #fff; }
.news .fld input::placeholder { color: rgba(255, 255, 255, .4); }
.news .btn { --bh: 56px; }
.news .fld input { height: 56px; }
.news .fine { color: rgba(255, 255, 255, .5); margin-top: 12px; }
.news .form-done { color: #fff; }

/* ---------------------------------------------------------------- forms */
.form { display: grid; gap: 16px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fld { display: flex; flex-direction: column; gap: 7px; min-width: 0; border: 0; padding: 0; margin: 0; }
.fld label, .fld legend { font-size: .82rem; font-weight: 600; color: var(--ink-2); }
.req { color: var(--clay); margin-left: 3px; }
.fld input, .fld select, .fld textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--bone); border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px; transition: border-color .25s, box-shadow .25s, background .25s; appearance: none; -webkit-appearance: none;
}
.fld select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' fill='none' stroke='%232B2620' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px; padding-right: 40px; }
.fld textarea { resize: vertical; min-height: 96px; }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: 0; border-color: var(--gold-d); box-shadow: 0 0 0 4px rgba(227, 168, 87, .22); background: var(--paper); }
.fld input:-webkit-autofill { -webkit-text-fill-color: var(--ink); box-shadow: 0 0 0 100px var(--paper) inset; caret-color: var(--ink); }
/* newsletter sits on dark indigo: keep fields dark while focused or autofilled */
.news .fld input:focus { background: rgba(255, 255, 255, .1); color: #fff; border-color: var(--gold); }
.news .fld input:-webkit-autofill, .news .fld input:-webkit-autofill:hover, .news .fld input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff; caret-color: #fff; box-shadow: 0 0 0 100px #2a3250 inset; border-color: rgba(255, 255, 255, .18); transition: background-color 9999s ease-out 0s; }
.news .fld input:-webkit-autofill:focus { box-shadow: 0 0 0 100px #2a3250 inset, 0 0 0 4px rgba(227, 168, 87, .22); border-color: var(--gold); }
.fld.invalid input, .fld.invalid select, .fld.invalid textarea { border-color: var(--clay); }
.fld-err { font-size: .78rem; color: var(--clay); min-height: 0; }
.fld-err:empty { display: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: .92rem; color: var(--ink-2); cursor: pointer; position: relative; }
.check input { position: absolute; opacity: 0; width: 22px; height: 22px; margin: 0; cursor: pointer; }
.check .box { width: 22px; height: 22px; border-radius: 7px; border: 1.5px solid rgba(43, 38, 32, .3); display: grid; place-items: center; flex: none; transition: background .25s, border-color .25s; background: var(--paper); }
.check .box .ic { width: 14px; height: 14px; stroke-width: 2.4; color: var(--night); opacity: 0; transform: scale(.5); transition: opacity .2s, transform .3s var(--ease); }
.check input:checked + .box { background: var(--gold); border-color: var(--gold); }
.check input:checked + .box .ic { opacity: 1; transform: none; }
.check input:focus-visible + .box { outline: 2px solid var(--gold); outline-offset: 2px; }
.check.fld { flex-direction: row; align-self: end; padding-bottom: 14px; }
.consent.invalid .box { border-color: var(--clay); }
.chk-group { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.chk-group legend { width: 100%; margin-bottom: 10px; }
.stepper { display: grid; grid-template-columns: 50px 1fr 50px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--bone); }
.stepper button { display: grid; place-items: center; transition: background .2s; }
.stepper button:hover { background: var(--sand); }
.stepper input { border: 0; border-radius: 0; text-align: center; font-weight: 700; font-size: 1.1rem; background: transparent; -moz-appearance: textfield; padding: 13px 0; }
.stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
.fine { font-size: .8rem; color: var(--ink-3); margin: 0; display: flex; align-items: center; gap: 8px; }
.fine.center { justify-content: center; }
.fine .ic { width: 16px; height: 16px; }
.form-error { background: rgba(193, 98, 45, .1); color: var(--clay); padding: 12px 16px; border-radius: 12px; font-size: .9rem; }
.btn.loading { pointer-events: none; }
.btn.loading span::after { content: "…"; }
.form-done { text-align: center; padding: 30px 10px; animation: fade-up .8s var(--ease); }
.form-done-sun { width: 150px; margin: 0 auto 12px; }
.form-done h3 { font-size: 2rem; margin-bottom: 10px; }
.form-done p { color: inherit; opacity: .8; max-width: 440px; margin: 0 auto; }

/* ---------------------------------------------------------------- page hero (inner pages) */
.ph { position: relative; min-height: min(78vh, 720px); display: flex; align-items: flex-end; color: #fff; padding: calc(var(--hdr-h) + 80px) 0 clamp(56px, 7vw, 96px); overflow: hidden; isolation: isolate; background: var(--night); }
.ph-bg { position: absolute; inset: 0; z-index: -1; }
.ph-bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 18s ease-out both; }
.ph-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18, 23, 41, .55) 0%, rgba(18, 23, 41, .25) 40%, rgba(18, 23, 41, .88) 100%); }
.ph-bg-sun { background: radial-gradient(80% 70% at 70% 110%, rgba(227, 168, 87, .5), transparent 60%), radial-gradient(50% 40% at 70% 100%, rgba(193, 98, 45, .4), transparent 70%), linear-gradient(180deg, var(--night-2), var(--indigo)); }
.ph-bg-sun::after { display: none; }
.ph-bg .ph-sun { position: absolute; right: -3%; bottom: -12%; width: min(720px, 86vw); height: auto; object-fit: contain; opacity: .45; animation: sun-rise 1.8s var(--ease) both .15s; }
@keyframes kenburns { from { transform: scale(1.12); } to { transform: scale(1); } }
.ph .eyebrow { color: var(--gold-l); }
.ph-title { font-size: var(--fs-h1); max-width: 980px; font-weight: 350; letter-spacing: -.03em; animation: fade-up 1s var(--ease) both; }
.ph-title em { color: var(--gold); font-style: italic; }
.ph-text { font-size: var(--fs-lede); max-width: 620px; color: rgba(255, 255, 255, .82); margin: 24px 0 0; animation: fade-up 1s var(--ease) .15s both; }
.ph .hero-ctas { margin-top: 34px; }
.ph-404 { min-height: 100svh; align-items: center; }

/* line hero */
.lhero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; color: #fff; padding: calc(var(--hdr-h) + 80px) 0 clamp(56px, 8vw, 110px); overflow: hidden; isolation: isolate; }
.lhero-bg { position: absolute; inset: 0; z-index: -1; }
.lhero-bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 20s ease-out both; }
.lhero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 23, 41, .88) 0%, rgba(18, 23, 41, .4) 60%, rgba(18, 23, 41, .2)), linear-gradient(0deg, rgba(18, 23, 41, .6), transparent 50%); }
.lhero-for { display: inline-flex; align-items: center; gap: 10px; font: 700 .76rem/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; color: var(--accent); margin: 20px 0 16px; }
.theme-retreats .lhero-for { color: #c3cba6; }
.lhero-title { font-size: clamp(4rem, 13vw, 11rem); line-height: .85; letter-spacing: -.045em; font-weight: 300; animation: fade-up 1s var(--ease) both; }
.lhero-head { font: italic 400 clamp(1.4rem, 2.6vw, 2.2rem)/1.2 var(--f-display); color: var(--gold-l); margin: 16px 0 12px; }
.lhero-desc { max-width: 560px; font-size: var(--fs-lede); color: rgba(255, 255, 255, .82); margin-bottom: 30px; }
.crumbs { display: flex; gap: 10px; font-size: .85rem; color: rgba(255, 255, 255, .7); }
.crumbs a:hover { color: var(--gold); }
.ldna { background: var(--sand); }
.lcards { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.lcard { background: var(--paper); border-radius: var(--r-lg); padding: 28px 24px; position: relative; transition: transform .5s var(--ease), box-shadow .5s; }
.lcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.lcard-n { position: absolute; right: 22px; top: 22px; font: 300 1.6rem/1 var(--f-display); color: var(--ink-3); }
.lcard .ic { width: 32px; height: 32px; color: var(--accent); margin-bottom: 26px; }
.theme-journeys .lcard .ic, .theme-reserve .lcard .ic { color: var(--gold-d); }
.lcard h3 { font-size: 1.45rem; margin-bottom: 10px; }
.lcard p { color: var(--ink-2); font-size: .93rem; margin: 0; }
.olines { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.oline { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 240px; padding: 24px; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.oline-img { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; transition: transform 1s var(--ease); }
.oline::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(transparent 30%, rgba(18, 23, 41, .85)); }
.oline > *:not(.oline-img) { position: relative; z-index: 1; }
.oline:hover .oline-img { transform: scale(1.06); }
.oline-for { font: 700 .7rem/1 var(--f-body); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.oline strong { font: 400 2.2rem/1.1 var(--f-display); margin-top: 6px; }
.oline .ic { position: absolute !important; right: 22px; bottom: 26px; }

/* arc callout */
.arc { position: relative; margin-top: 40px; background: var(--night); color: #fff; border-radius: var(--r-lg); padding: clamp(36px, 5vw, 64px) clamp(28px, 5vw, 64px); overflow: hidden; text-align: center; }
.arc-sun { width: 200px; margin: 0 auto 10px; }
.arc .eyebrow { color: var(--gold); }
.arc .eyebrow::before { display: none; }
.arc-text { font: italic 350 clamp(1.5rem, 2.8vw, 2.3rem)/1.3 var(--f-display); max-width: 820px; margin: 0 auto; }

/* steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: s; }
.step { position: relative; padding: 30px 26px; background: var(--paper); border-radius: var(--r-lg); }
.step-n { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--night); font: 500 1.3rem/1 var(--f-display); margin-bottom: 24px; }
.step h3 { font-size: 1.35rem; margin-bottom: 10px; }
.step p { color: var(--ink-2); font-size: .95rem; margin: 0; }
.ldna .step, .sand .step { background: var(--paper); }

/* enquire + cards */
.enquire { background: var(--paper); }
.enquire-in { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.enquire-copy { position: sticky; top: calc(var(--hdr-h) + 40px); }
.enquire-copy h2 { font-size: var(--fs-h2); margin-bottom: 20px; }
.enquire-copy p { color: var(--ink-2); font-size: 1.05rem; }
.enquire-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.enquire-list li { display: flex; gap: 12px; align-items: center; font-weight: 500; }
.enquire-list .ic { color: var(--night); background: var(--gold); border-radius: 50%; padding: 4px; width: 26px; height: 26px; }
.book-card { background: var(--paper); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 48px); box-shadow: var(--shadow); border: 1px solid var(--line); }
.enquire .book-card { background: var(--bone); }
.enquire .fld input, .enquire .fld select, .enquire .fld textarea { background: var(--paper); }
.book-head { margin-bottom: 28px; }
.book-head h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin-bottom: 14px; }
.book-head p { color: var(--ink-2); margin: 0; }

/* ---------------------------------------------------------------- trips index */
.trips-sec { padding-top: clamp(40px, 5vw, 64px); }
.filters { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding: 14px; background: var(--paper); border-radius: 999px; box-shadow: 0 1px 0 var(--line); position: sticky; top: calc(var(--hdr-h) + 10px); z-index: 20; }
.fchips { display: flex; gap: 6px; flex-wrap: wrap; min-width: 0; }
.fchip { padding: 10px 16px; border-radius: 999px; font-weight: 600; font-size: .9rem; border: 1px solid var(--line); transition: background .3s, color .3s, border-color .3s; display: inline-flex; gap: 8px; align-items: center; }
.fchip b { font-size: .72rem; background: var(--sand); color: var(--ink-2); border-radius: 999px; padding: 2px 7px; transition: background .3s; }
.fchip:hover { border-color: var(--ink); }
.fchip[aria-pressed="true"], .fchip[aria-current] { background: var(--night); color: #fff; border-color: var(--night); }
.fchip[aria-pressed="true"] b { background: var(--gold); color: var(--night); }
.ftools { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.ftoggle { display: inline-flex; align-items: center; gap: 10px; font-size: .88rem; font-weight: 600; cursor: pointer; }
.ftoggle input { position: absolute; opacity: 0; }
.ftoggle span { width: 40px; height: 24px; border-radius: 999px; background: var(--sand); position: relative; transition: background .3s; }
.ftoggle span::after { content: ""; position: absolute; left: 3px; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); transition: transform .35s var(--ease); }
.ftoggle input:checked + span { background: var(--gold); }
.ftoggle input:checked + span::after { transform: translateX(16px); }
.ftoggle input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.fsort select { font: inherit; font-size: .88rem; font-weight: 600; border: 1px solid var(--line); border-radius: 999px; padding: 9px 36px 9px 16px; background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' fill='none' stroke='%232B2620' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 12px center / 12px; appearance: none; color: var(--ink); cursor: pointer; }
.fcount { font-size: .9rem; color: var(--ink-3); margin: 28px 0 18px; }
.trips-grid .tc { transition: transform .5s var(--ease), box-shadow .5s var(--ease), opacity .4s; }
.trips-grid .tc.is-out { display: none; }
.trips-grid .tc.is-in { animation: fade-up .6s var(--ease) both; }
.fempty { text-align: center; padding: 40px 0; color: var(--ink-2); }
.fempty a { color: var(--clay); text-decoration: underline; }
.split-cta { padding-top: 0; }
.split-cta-in { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.scta { display: flex; flex-direction: column; gap: 10px; padding: clamp(28px, 4vw, 48px); border-radius: var(--r-lg); background: var(--night); color: #fff; transition: transform .5s var(--ease); background-image: radial-gradient(90% 90% at 100% 100%, rgba(227, 168, 87, .3), transparent 60%); }
.scta.theme-concierge { background-color: var(--indigo); background-image: radial-gradient(90% 90% at 100% 100%, rgba(193, 98, 45, .35), transparent 60%); }
.scta:hover { transform: translateY(-5px); }
.scta .eyebrow { color: var(--gold); margin: 0; }
.scta strong { font: 400 clamp(1.8rem, 3vw, 2.5rem)/1.1 var(--f-display); }
.scta > span:not(.eyebrow):not(.link-arrow) { color: rgba(255, 255, 255, .75); max-width: 420px; }
.scta .link-arrow { margin-top: 14px; align-self: flex-start; color: var(--gold); }

/* ---------------------------------------------------------------- TRIP PAGE */
.thero { position: relative; min-height: max(100svh, 680px); display: flex; align-items: flex-end; color: #fff; padding: calc(var(--hdr-h) + 60px) 0 clamp(80px, 9vw, 120px); overflow: hidden; isolation: isolate; }
.thero-bg { position: absolute; inset: 0; z-index: -1; }
.thero-bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 22s ease-out both; }
.thero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18, 23, 41, .5) 0%, transparent 30%, rgba(18, 23, 41, .35) 55%, rgba(18, 23, 41, .92) 100%); }
.thero-line { display: flex; align-items: center; gap: 10px; font: 700 .76rem/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; margin: 22px 0 18px; color: var(--gold-l); }
.line-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 30%, transparent); }
.thero-title { font-size: clamp(3.2rem, 9.5vw, 8.6rem); line-height: .9; letter-spacing: -.045em; font-weight: 300; max-width: 1100px; }
.thero-title .t-main { display: block; }
.thero-title .t-sub { display: block; font: italic 350 clamp(1.25rem, 2.3vw, 1.9rem)/1.25 var(--f-display); letter-spacing: -.01em; color: var(--gold-l); margin-top: 14px; animation: fade-up 1s var(--ease) .3s both; }
.lhero-h1 .lhero-for { display: flex; }
.lhero-h1 .lhero-title { display: block; }
.thero-title .w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; }
.thero-title .w > span { display: inline-block; animation: rise 1.1s var(--ease) both; animation-delay: calc(var(--wi) * 70ms); }
.thero-sub { max-width: 620px; font-size: var(--fs-lede); color: rgba(255, 255, 255, .85); margin: 22px 0 34px; animation: fade-up 1s var(--ease) .4s both; }
.thero-facts { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; animation: fade-up 1s var(--ease) .55s both; }
.thero-facts li { display: flex; align-items: center; gap: 12px; padding: 12px 18px 12px 14px; border-radius: 16px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .15); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.thero-facts .ic { color: var(--gold); width: 22px; height: 22px; }
.thero-facts span { display: flex; flex-direction: column; font-weight: 600; font-size: .95rem; line-height: 1.3; }
.thero-facts small { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .65; }

.tnav { position: sticky; top: 0; z-index: 60; background: rgba(248, 243, 234, .92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); transition: top .45s var(--ease); }
.hdr-visible .tnav { top: var(--hdr-h); }
.tnav-in { display: flex; align-items: center; gap: 20px; height: 64px; }
.tnav-links { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; flex: 1; mask-image: linear-gradient(90deg, #000 90%, transparent); }
.tnav-links::-webkit-scrollbar { display: none; }
.tnav-links a { white-space: nowrap; padding: 9px 14px; border-radius: 999px; font-size: .9rem; font-weight: 600; color: var(--ink-2); transition: background .3s, color .3s; }
.tnav-links a:hover { color: var(--ink); }
.tnav-links a.active { background: var(--night); color: #fff; }
.tnav-cta { opacity: 0; pointer-events: none; transition: opacity .3s; }
.show-tnav-cta .tnav-cta { opacity: 1; pointer-events: auto; }

.trip-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: clamp(32px, 5vw, 80px); align-items: start; padding-top: clamp(48px, 6vw, 80px); padding-bottom: clamp(56px, 7vw, 96px); }
.trip-aside { position: sticky; top: calc(64px + 24px); transition: top .45s var(--ease); }
.hdr-visible .trip-aside { top: calc(var(--hdr-h) + 64px + 24px); }
.tsec { padding: clamp(40px, 5vw, 64px) 0; border-bottom: 1px solid var(--line); }
.tsec:first-child { padding-top: 0; }
.tsec:last-child { border-bottom: 0; }
.tsec .sh-title { font-size: clamp(2rem, 3.6vw, 3rem); }

.scene { margin: 0 0 36px; position: relative; padding-left: clamp(0px, 4vw, 56px); }
.scene-mark { position: absolute; left: 0; top: 4px; color: var(--gold); display: none; }
.scene-mark .ic { width: 38px; height: 38px; }
.scene p { font: 350 clamp(1.6rem, 3vw, 2.5rem)/1.22 var(--f-display); letter-spacing: -.015em; margin: 0; }
.prose p { font-size: 1.08rem; color: var(--ink-2); }
.ov-prose { max-width: 700px; }
.glance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-radius: var(--r); overflow: hidden; margin: 36px 0 24px; border: 1px solid var(--line); }
.glance-i { background: var(--paper); padding: 20px; display: flex; flex-direction: column; gap: 4px; }
.glance-i .ic { color: var(--gold-d); width: 24px; height: 24px; margin-bottom: 8px; }
.glance-i small { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); }
.glance-i strong { font-weight: 600; font-size: .98rem; line-height: 1.35; }
.diff { display: flex; align-items: center; gap: 18px; padding: 18px 22px; background: var(--sand); border-radius: var(--r); margin-bottom: 36px; }
.diff p { margin: 0; font-size: .93rem; color: var(--ink-2); }
.diff-dots { display: flex; gap: 5px; flex: none; }
.diff-dots i { width: 10px; height: 24px; border-radius: 3px; background: rgba(43, 38, 32, .15); }
.diff-dots i.on { background: var(--clay); }
.hl ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.hl li { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); font-weight: 500; }
.hl li span { font: 400 .95rem/1.5 var(--f-display); color: var(--gold-d); }
.tgal { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 12px; margin-top: 36px; }
.tgal figure { margin: 0; border-radius: var(--r); overflow: hidden; aspect-ratio: 3/4; }
.tgal figure:first-child { aspect-ratio: auto; border-radius: var(--arch); }
.tgal img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.tgal figure:hover img { transform: scale(1.05); }

/* DNA */
.ache { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 20px; border: 1px solid var(--line); }
.ache-col { padding: 26px 28px; }
.ache-k { display: inline-flex; align-items: center; gap: 8px; font: 700 .72rem/1 var(--f-body); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.ache-k .ic { width: 16px; height: 16px; }
.ache-not { background: var(--paper); color: var(--ink-3); }
.ache-not p { text-decoration: line-through; text-decoration-color: rgba(193, 98, 45, .6); margin: 0; }
.ache-yes { background: var(--night); color: #fff; }
.ache-yes .ache-k { color: var(--gold); }
.ache-yes p { font: 400 1.15rem/1.45 var(--f-display); margin: 0; }
.lenses { display: grid; grid-template-columns: 220px 1fr; gap: 0; background: var(--paper); border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); }
.lens-tabs { display: flex; flex-direction: column; border-right: 1px solid var(--line); background: var(--bone); }
.lens-tabs button { display: flex; align-items: center; gap: 12px; padding: 18px 20px; text-align: left; font-weight: 600; font-size: .95rem; color: var(--ink-2); border-bottom: 1px solid var(--line); position: relative; transition: background .3s, color .3s; }
.lens-tabs button:last-child { border-bottom: 0; }
.lens-tabs button::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--clay); transform: scaleY(0); transition: transform .4s var(--ease); }
.lens-tabs button[aria-selected="true"] { background: var(--paper); color: var(--ink); }
.lens-tabs button[aria-selected="true"]::before { transform: scaleY(1); }
/* horizontal scroller with a "more this way" cue (shown only while there is more to scroll) */
.hs { position: relative; min-width: 0; }
.lenses > .hs { display: flex; --hs-bg: var(--bone); }
.lenses > .hs > .lens-tabs { flex: 1; min-width: 0; }
.hs-cue { position: absolute; top: 0; right: 0; bottom: 0; width: 72px; display: flex; align-items: center; justify-content: flex-end; padding: 0 4px 0 0; border: 0; background: linear-gradient(90deg, transparent, var(--hs-bg, var(--bone)) 60%); color: var(--ink); cursor: pointer; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.hs-days .hs-cue { right: -4px; }
.hs-cal { --hs-bg: var(--sand); }
.hs-cal .hs-cue { top: 13px; }
.hs-cue .ic { width: 30px; height: 30px; padding: 7px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 4px 12px rgba(43, 38, 32, .1); animation: hs-nudge 1.8s var(--ease) infinite; }
.hs.can-more .hs-cue { opacity: 1; visibility: visible; }
@keyframes hs-nudge { 0%, 60%, 100% { transform: translateX(0); } 30% { transform: translateX(4px); } }
.lens-tabs .ic { width: 20px; height: 20px; color: var(--gold-d); }
.lt-n { font: 400 .8rem/1 var(--f-display); color: var(--ink-3); min-width: 20px; }
.lens-panels { padding: clamp(26px, 4vw, 44px); min-height: 300px; display: flex; }
.lens-panel { animation: fade-up .6s var(--ease); display: flex; flex-direction: column; }
.lens-k { font: 700 .72rem/1 var(--f-body); letter-spacing: .16em; text-transform: uppercase; color: var(--clay); }
.lens-panel h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin: 4px 0 16px; }
.lens-panel p:not(.lens-k):not(.lens-asks) { font-size: 1.05rem; color: var(--ink-2); }
.lens-asks { margin: auto 0 0; padding-top: 18px; border-top: 1px dashed var(--line); font-size: .85rem; color: var(--ink-3); font-style: italic; }
.lens-asks::before { content: "The question this lens answers: "; font-style: normal; font-weight: 700; }
.lens-pre-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.lens-pre { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.lens-pre .ic { color: var(--accent); width: 26px; height: 26px; margin-bottom: 16px; }
.lens-pre strong { font: 400 1.3rem/1.2 var(--f-display); display: block; margin-bottom: 8px; }
.lens-pre p { font-size: .9rem; color: var(--ink-2); margin: 0; }
.lens-soon { display: flex; gap: 10px; align-items: center; font-size: .92rem; color: var(--ink-2); margin: 18px 0 0; }
.lens-soon .ic { color: var(--gold-d); }

/* itinerary */
.route { list-style: none; padding: 0; margin: 0 0 28px; display: flex; align-items: center; }
.route li { display: flex; align-items: center; gap: 10px; flex: 1; font-weight: 700; font-size: .92rem; position: relative; }
.route li:not(:last-child)::after { content: ""; flex: 1; height: 1px; margin: 0 12px; background: repeating-linear-gradient(90deg, var(--ink-3) 0 6px, transparent 6px 12px); }
.route li:last-child { flex: none; }
.route i { width: 14px; height: 14px; border-radius: 50%; border: 3px solid var(--gold); background: var(--bone); flex: none; }
.day-chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 6px 4px 8px; margin: -6px -4px 0; scroll-padding: 0 4px; }
.hs-days { margin-bottom: 28px; --hs-bg: var(--bone); }
.day-chips::-webkit-scrollbar { display: none; }
.day-chips a { flex: none; display: flex; flex-direction: column; padding: 12px 18px; border-radius: 14px; border: 1px solid var(--line); background: var(--paper); transition: border-color .3s, transform .3s var(--ease); }
.day-chips a:hover { border-color: var(--ink); transform: translateY(-2px); }
.day-chips b { font: 400 1.1rem/1.1 var(--f-display); }
.day-chips span { font-size: .78rem; color: var(--ink-3); }
.days { list-style: none; padding: 0 0 0 56px; margin: 0; position: relative; display: grid; gap: 28px; }
.days-line { position: absolute; left: 18px; top: 10px; bottom: 10px; width: 2px; background: var(--line); border-radius: 2px; }
.days-line span { position: absolute; left: 0; top: 0; width: 100%; height: var(--p, 0%); background: linear-gradient(var(--gold), var(--clay)); border-radius: 2px; }
.day { display: grid; grid-template-columns: 260px 1fr; gap: 28px; position: relative; }
.day::before { content: ""; position: absolute; left: -46px; top: 18px; width: 16px; height: 16px; border-radius: 50%; background: var(--bone); border: 3px solid var(--gold); z-index: 1; }
.day-media { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4/5; align-self: start; }
.day-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.day:hover .day-media img { transform: scale(1.05); }
.day-num { position: absolute; left: 14px; bottom: 10px; font: 300 3.4rem/1 var(--f-display); color: #fff; text-shadow: 0 2px 20px rgba(0, 0, 0, .35); }
.day-k { display: flex; align-items: center; gap: 6px; font: 700 .74rem/1 var(--f-body); letter-spacing: .14em; text-transform: uppercase; color: var(--clay); margin-bottom: 10px; }
.day-k .ic { width: 15px; height: 15px; }
.day-body h3 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); margin-bottom: 14px; }
.day-body > p { color: var(--ink-2); }
.day-note { display: flex; gap: 10px; align-items: flex-start; background: var(--sand); padding: 14px 16px; border-radius: 12px; font: italic 400 1rem/1.45 var(--f-display); color: var(--ink) !important; }
.day-note .ic { color: var(--clay); width: 18px; height: 18px; margin-top: 3px; }
.day-tags { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }
.day-tags li { font-size: .78rem; font-weight: 600; padding: 6px 11px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); }
.scout { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.scout li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); opacity: .6; }
.scout li.done, .scout li.now { opacity: 1; }
.scout li > span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); }
.scout .done > span { background: var(--night); color: var(--gold); border-color: var(--night); }
.scout .now > span { background: var(--gold); color: var(--night); border-color: var(--gold); animation: pulse-gold 2s infinite; }
@keyframes pulse-gold { 0% { box-shadow: 0 0 0 0 rgba(227, 168, 87, .6); } 70% { box-shadow: 0 0 0 12px rgba(227, 168, 87, 0); } 100% { box-shadow: 0 0 0 0 rgba(227, 168, 87, 0); } }
.scout strong { font: 400 1.3rem/1.3 var(--f-display); }
.scout p { margin: 4px 0 0; color: var(--ink-2); font-size: .95rem; }

/* inclusions */
.incl { display: grid; grid-template-columns: 1.2fr 1fr; gap: 14px; }
.incl-col { border-radius: var(--r-lg); padding: 28px; }
.incl-yes { background: var(--paper); border: 1px solid var(--line); }
.incl-no { background: var(--sand); display: flex; flex-direction: column; }
.incl h3 { font-size: 1.4rem; margin-bottom: 16px; }
.incl ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.incl li { display: flex; gap: 12px; font-size: .97rem; }
.incl li .ic { width: 22px; height: 22px; padding: 4px; border-radius: 50%; flex: none; margin-top: 1px; }
.incl-yes li .ic { background: var(--night); color: #fff; stroke-width: 2.4; }
.incl-no li .ic { background: rgba(193, 98, 45, .14); color: var(--clay); stroke-width: 2.4; }
.incl-help { margin-top: auto; padding: 16px; border-radius: 14px; background: var(--paper); display: flex; align-items: center; gap: 14px; font-size: .9rem; transition: transform .3s var(--ease); }
.incl-no ul { margin-bottom: 24px; }
.incl-help:hover { transform: translateY(-2px); }
.incl-help .ic { color: var(--clay); }

/* flights */
.fl-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fl-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.fl-head { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; padding: 18px 22px; background: var(--night); color: #fff; }
.fl-head strong { font: 400 1.2rem/1.2 var(--f-display); }
.fl-tag { font: 700 .66rem/1 var(--f-body); letter-spacing: .16em; text-transform: uppercase; background: var(--gold); color: var(--night); padding: 6px 9px; border-radius: 999px; }
.fl-no { width: 100%; font-size: .82rem; opacity: .7; font-weight: 600; letter-spacing: .02em; }
.fl-seg { display: grid; grid-template-columns: 1fr minmax(60px, 1.2fr) 1fr; align-items: center; gap: 10px; padding: 18px 22px; border-bottom: 1px dashed var(--line); }
.fl-seg:last-child { border-bottom: 0; }
.fl-pt { display: flex; flex-direction: column; }
.fl-pt b { font: 400 1.9rem/1 var(--f-display); letter-spacing: -.01em; }
.fl-pt span { font-size: .8rem; color: var(--ink-3); margin: 3px 0 6px; }
.fl-pt time { font-weight: 700; font-size: .98rem; font-variant-numeric: tabular-nums; }
.fl-to { text-align: right; align-items: flex-end; }
.fl-plus { font-size: .66rem; color: var(--clay); margin-left: 3px; font-weight: 700; }
.fl-line { display: flex; align-items: center; gap: 6px; color: var(--gold-d); }
.fl-line span { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, var(--ink-3) 0 4px, transparent 4px 8px); }
.fl-line .ic { width: 18px; height: 18px; }
.fl-next { margin: 0; padding: 10px 22px 16px; font-size: .8rem; color: var(--ink-2); background: var(--bone); }
.fl-help { margin-top: 14px; background: var(--sand); }

/* getting ready */
.tips { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tip { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.tip .ic { width: 30px; height: 30px; color: var(--clay); margin-bottom: 16px; }
.tip h3 { font-size: 1.3rem; margin-bottom: 8px; }
.tip p { color: var(--ink-2); font-size: .95rem; margin: 0; }
.pack { margin-top: 16px; background: var(--night); color: #fff; border-radius: var(--r-lg); padding: clamp(24px, 3vw, 36px); }
.pack-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.pack-head h3 { font-size: 1.5rem; display: flex; align-items: center; gap: 12px; }
.pack-head .ic { color: var(--gold); width: 28px; height: 28px; }
.pack-count { font-size: .9rem; opacity: .8; }
.pack-count b { color: var(--gold); font-size: 1.1rem; }
.pack-bar { height: 4px; background: rgba(255, 255, 255, .12); border-radius: 4px; margin: 16px 0 22px; overflow: hidden; }
.pack-bar span { display: block; height: 100%; width: 0; background: var(--gold); transition: width .5s var(--ease); }
.pack ul { list-style: none; padding: 0; margin: 0 0 18px; columns: 2; column-gap: 28px; }
.pack li { break-inside: avoid; padding: 7px 0; }
.pack .check { color: rgba(255, 255, 255, .85); font-size: .95rem; align-items: center; }
.pack .check .box { background: transparent; border-color: rgba(255, 255, 255, .35); }
.pack .check input:checked + .box { background: var(--gold); border-color: var(--gold); }
.pack .check:has(input:checked) { color: rgba(255, 255, 255, .45); text-decoration: line-through; }
.pack .fine { color: rgba(255, 255, 255, .5); }

/* guides */
.guides { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.guide { display: grid; grid-template-columns: 120px 1fr; gap: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; }
.guide img { width: 120px; height: 150px; object-fit: cover; border-radius: var(--arch); }
.guide h3 { font-size: 1.4rem; }
.guide-role { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--clay); margin: 6px 0 10px; }
.guide p:not(.guide-role) { font-size: .92rem; color: var(--ink-2); margin-bottom: 12px; }
.guide-soc { display: flex; gap: 6px; }
.guide-soc a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background .3s, color .3s; }
.guide-soc a:hover { background: var(--ink); color: #fff; }
.guide-soc .ic { width: 16px; height: 16px; }

/* faqs */
.faqs { border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font: 400 clamp(1.1rem, 1.6vw, 1.3rem)/1.35 var(--f-display); transition: color .3s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--clay); }
.faq summary i { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); position: relative; flex: none; transition: background .3s, transform .4s var(--ease); }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; margin: -.75px 0 0 -6px; background: currentColor; transition: transform .4s var(--ease); }
.faq summary i::after { transform: rotate(90deg); }
.faq[open] summary i { background: var(--gold); border-color: var(--gold); transform: rotate(180deg); }
.faq[open] summary i::after { transform: rotate(0); }
.faq-a { padding: 0 60px 22px 0; color: var(--ink-2); animation: fade-up .5s var(--ease); }
.faq-a p { margin: 0; }
.ask { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 28px; padding: 24px 26px; background: var(--sand); border-radius: var(--r-lg); }
.ask strong { font: 400 1.3rem/1.3 var(--f-display); }
.ask p { margin: 4px 0 0; font-size: .92rem; color: var(--ink-2); }
.ask-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.ask .btn-line { background: var(--paper); border-color: transparent; }

/* booking */
.tbook { border-bottom: 0; padding-bottom: 0 !important; }
.tbook .book-card { background: var(--paper); position: relative; overflow: hidden; }
.tbook .book-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: linear-gradient(90deg, var(--gold), var(--clay)); }
.estimate { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.estimate > div { background: var(--night); color: #fff; padding: 18px 20px; display: flex; flex-direction: column; gap: 2px; }
.estimate > div:last-child { background: var(--indigo); }
.estimate small { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; opacity: .6; }
.estimate strong { font: 400 1.9rem/1.2 var(--f-display); color: var(--gold); font-variant-numeric: tabular-nums; }
.estimate span { font-size: .82rem; opacity: .7; }

/* aside booking card */
.bk { background: var(--paper); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); position: relative; overflow: hidden; }
.bk::before { content: ""; position: absolute; right: -80px; top: -80px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(227, 168, 87, .25), transparent 70%); pointer-events: none; }
.bk-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 22px; }
.bk-status { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.bk-count { font-size: .8rem; font-weight: 700; color: var(--clay); }
.bk .cur-switch { color: var(--ink); }
.bk-from { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); margin: 0; }
.bk-price { font: 400 clamp(2.4rem, 3.4vw, 3rem)/1.05 var(--f-display); letter-spacing: -.02em; margin: 4px 0 2px; }
.bk-price-tba { font-style: italic; color: var(--clay); }
.bk-basis { font-size: .85rem; color: var(--ink-3); margin-bottom: 20px; }
.bk-facts { list-style: none; padding: 16px 0; margin: 0 0 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 12px; }
.bk-facts li { display: flex; gap: 12px; align-items: flex-start; font-size: .93rem; font-weight: 500; }
.bk-facts .ic { color: var(--gold-d); width: 20px; height: 20px; margin-top: 1px; }
.bk-facts small { color: var(--ink-3); font-weight: 400; }
.dep-price { font-weight: 700; }
.bk .btn + .btn { margin-top: 10px; }
.bk-note { text-align: center; font-size: .8rem; color: var(--ink-3); margin: 14px 0 0; }
.bk-trust { display: flex; justify-content: space-between; gap: 6px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.bk-trust span { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: .72rem; font-weight: 600; color: var(--ink-2); text-align: center; flex: 1; }
.bk-trust .ic { color: var(--clay); width: 20px; height: 20px; }
.spots { margin-bottom: 18px; }
.spots-bar { height: 6px; border-radius: 6px; background: var(--sand); overflow: hidden; }
.spots-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), var(--clay)); }
.spots p { font-size: .85rem; margin: 8px 0 0; color: var(--ink-2); }

/* mobile bar */
.mbar { display: none; }

.related { background: var(--paper); }
.related .cards { margin-top: 0; }

/* ---------------------------------------------------------------- about */
.name-about { background: var(--night); }
.story-in { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.story-pic { position: sticky; top: calc(var(--hdr-h) + 40px); display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.story-pic img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--arch); }
.story-pic img:last-child { margin-top: 60px; border-radius: var(--r-lg); }
.story-copy h2 { font-size: var(--fs-h2); margin-bottom: 26px; }
.pull { margin: 40px 0 0; padding: 30px 0 0 28px; border-left: 2px solid var(--gold); font: italic 350 clamp(1.3rem, 2.2vw, 1.8rem)/1.35 var(--f-display); color: var(--ink); }
.pull cite { display: block; margin-top: 16px; font: 600 .9rem/1 var(--f-body); font-style: normal; color: var(--clay); }
.mission { background: var(--sand); }
.mission-in { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mv { background: var(--paper); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 52px); }
.mv-big { font: 400 clamp(1.6rem, 2.8vw, 2.4rem)/1.2 var(--f-display); letter-spacing: -.015em; color: var(--ink); }
.mv p:last-child { color: var(--ink-2); margin: 0; }
.founders-sec { background: var(--bone); }
.fcards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fcard { background: var(--paper); border-radius: var(--r-lg); padding: 16px 16px 26px; }
.fcard-img { aspect-ratio: 5/4; border-radius: calc(var(--r-lg) - 6px); overflow: hidden; margin-bottom: 22px; }
.fcard-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform 1.2s var(--ease); }
.fcard:hover .fcard-img img { transform: scale(1.04); }
.fcard h3, .fcard p { padding: 0 10px; }
.fcard h3 { font-size: 2rem; }
.fcard-title { font-size: .98rem; font-weight: 600; color: var(--ink); margin: 8px 0 2px; }
.fcard-role { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); margin: 0 0 12px; }
.fcard p:not(.fcard-role) { color: var(--ink-2); }
.fcard-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 16px 10px 0; border-top: 1px solid var(--line); margin: 0 0; flex-wrap: wrap; font-weight: 600; font-size: .92rem; }
.reels-wrap { display: grid; grid-template-columns: 1fr auto; gap: clamp(32px, 5vw, 80px); align-items: center; margin-top: clamp(56px, 7vw, 96px); }
.reels { display: flex; gap: 16px; }
.reel { position: relative; width: clamp(240px, 24vw, 320px); aspect-ratio: 9/16; margin: 0; border-radius: var(--r-lg); overflow: hidden; background: var(--night); box-shadow: var(--shadow-lg); }
.reel video { width: 100%; height: 100%; object-fit: cover; }
.reel-play { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(transparent 50%, rgba(18, 23, 41, .5)); transition: opacity .3s; }
.reel-play .ic { width: 64px; height: 64px; padding: 20px; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--night); transition: transform .4s var(--ease); }
.reel-play:hover .ic { transform: scale(1.1); }
.reel.playing .reel-play { opacity: 0; pointer-events: none; }
.cta-band { background: var(--night); color: #fff; text-align: center; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; left: 50%; bottom: -70%; width: 1000px; height: 1000px; margin-left: -500px; border-radius: 50%; background: radial-gradient(circle, rgba(227, 168, 87, .35), transparent 60%); }
.cta-band-in { position: relative; }
.cta-band h2 { font-size: var(--fs-h1); font-weight: 300; margin-bottom: 16px; }
.cta-band h2 em { color: var(--gold); }
.cta-band p { color: rgba(255, 255, 255, .75); font-size: var(--fs-lede); margin-bottom: 32px; }
.cta-band .hero-ctas { justify-content: center; animation: none; }

/* concierge */
.svcs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc { background: var(--paper); border-radius: var(--r-lg); padding: 32px 28px; border: 1px solid var(--line); }
.svc > .ic { width: 38px; height: 38px; color: var(--clay); margin-bottom: 24px; }
.svc h3 { font-size: 1.8rem; margin-bottom: 12px; }
.svc > p { color: var(--ink-2); font-size: .96rem; }
.svc-k { font-size: .72rem !important; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3) !important; margin: 22px 0 12px; }
.svc ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.svc li { display: flex; gap: 10px; font-size: .93rem; }
.svc li .ic { color: var(--gold-d); width: 18px; height: 18px; margin-top: 3px; }
.fee { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(28px, 5vw, 80px); align-items: center; background: var(--night); color: #fff; border-radius: var(--r-lg); padding: clamp(32px, 5vw, 64px); }
.fee .eyebrow { color: var(--gold); }
.fee h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
.fee h2 em { color: var(--gold); }
.fee > p { color: rgba(255, 255, 255, .8); font-size: 1.08rem; margin: 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }

/* contact */
.contact-side { display: flex; flex-direction: column; gap: 12px; }
.cline { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: var(--paper); border-radius: var(--r); transition: transform .3s var(--ease), box-shadow .3s; }
.cline:hover { transform: translateX(4px); box-shadow: var(--shadow); }
.cline .ic { width: 42px; height: 42px; padding: 10px; border-radius: 50%; background: var(--sand); color: var(--clay); }
.cline span { display: flex; flex-direction: column; font-weight: 600; }
.cline small { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.contact-tiles { display: grid; gap: 10px; margin-top: 20px; }
.ctile { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; padding: 20px 22px; border-radius: var(--r); background: var(--night); color: #fff; transition: transform .3s var(--ease); }
.ctile:hover { transform: translateY(-3px); }
.ctile strong { font: 400 1.2rem/1.3 var(--f-display); }
.ctile span { font-size: .88rem; opacity: .72; grid-column: 1; }
.ctile .ic { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--gold); }

/* ---------------------------------------------------------------- journal */
.jchips { margin-bottom: 36px; }
.jfeat { position: relative; display: grid; grid-template-columns: 1.3fr 1fr; background: var(--paper); border-radius: var(--r-lg); overflow: hidden; margin-bottom: 28px; transition: box-shadow .5s; }
.jfeat:hover { box-shadow: var(--shadow-lg); }
.jfeat-media { min-height: 420px; overflow: hidden; position: relative; }
.jfeat-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.jfeat:hover .jfeat-media img { transform: scale(1.04); }
.jfeat-body { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; }
.jfeat h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 6px 0 16px; }
.jfeat-body > p:not(.pc-meta) { color: var(--ink-2); }
.jfeat .link-arrow { align-self: flex-start; margin-top: 10px; }
.we { background: #1f3b33; color: #fff; overflow: hidden; }
.we::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 70% at 0% 100%, rgba(227, 168, 87, .22), transparent 70%), radial-gradient(40% 50% at 100% 0%, rgba(159, 213, 185, .18), transparent 70%); }
.we-panel { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.we .eyebrow { color: #9fd5b9; }
.we-title { font-size: clamp(3rem, 7vw, 6rem); line-height: .9; font-weight: 300; letter-spacing: -.04em; }
.we-title em { color: var(--gold); display: block; }
.we-tag { font: italic 400 1.3rem/1.4 var(--f-display); color: #cfe9dc; margin: 18px 0 12px; }
.we-intro > p:not(.eyebrow):not(.we-tag) { color: rgba(255, 255, 255, .75); margin-bottom: 28px; }
.we-posts { display: grid; gap: 12px; }
.we-post { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 12px; border-radius: var(--r); background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); transition: background .3s, transform .4s var(--ease); }
.we-post:hover { background: rgba(255, 255, 255, .12); transform: translateX(6px); }
.we-post-img { border-radius: 12px; overflow: hidden; aspect-ratio: 1; }
.we-post-img img { width: 100%; height: 100%; object-fit: cover; }
.we-ph { display: grid; place-items: center; background: linear-gradient(135deg, #2b5245, #1a3029); color: var(--gold); }
.we-ph .ic { width: 34px; height: 34px; }
.we-post-body { display: flex; flex-direction: column; gap: 4px; justify-content: center; }
.we-post-meta { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #9fd5b9; }
.we-post strong { font: 400 1.2rem/1.25 var(--f-display); }
.we-post-ex { font-size: .86rem; color: rgba(255, 255, 255, .65); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* post */
.progress { position: fixed; left: 0; right: 0; top: 0; height: 3px; z-index: 200; }
.progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold), var(--clay)); }
.post-head { padding: calc(var(--hdr-h) + clamp(40px, 7vw, 90px)) 0 clamp(32px, 4vw, 48px); text-align: center; }
.post-head .crumbs { justify-content: center; color: var(--ink-3); margin-bottom: 26px; }
.post-head .crumbs a:hover { color: var(--clay); }
.post-title { font-size: clamp(2.3rem, 5vw, 4.2rem); font-weight: 350; letter-spacing: -.03em; line-height: 1.04; }
.post-ex { font: italic 400 var(--fs-lede)/1.5 var(--f-display); color: var(--ink-2); margin: 22px auto 26px; max-width: 640px; }
.post-meta { display: flex; justify-content: center; align-items: center; gap: 14px; font-size: .88rem; color: var(--ink-3); flex-wrap: wrap; }
.post-meta img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.post-meta span:first-of-type { font-weight: 700; color: var(--ink); }
.post-hero { margin: 0 auto; }
.post-hero img { width: 100%; max-height: 640px; object-fit: cover; border-radius: var(--r-lg); }
.post-body { padding-top: clamp(40px, 5vw, 64px); padding-bottom: var(--sec); }
.prose { font-size: 1.12rem; line-height: 1.75; }
.post .prose p { color: #3d362e; font-size: 1.14rem; }
.prose h2 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin: 2em 0 .6em; line-height: 1.15; }
.prose h3 { font-size: 1.45rem; margin: 1.6em 0 .5em; }
.prose a { color: var(--clay); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { color: var(--ink); }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .4em; }
.prose li::marker { color: var(--gold-d); }
.prose blockquote { margin: 2em 0; padding: 28px 30px; background: var(--night); color: #fff; border-radius: var(--r-lg); }
.prose blockquote p { font: italic 350 1.45rem/1.4 var(--f-display) !important; color: #fff !important; margin: 0; }
.prose blockquote cite { display: block; margin-top: 14px; font: 600 .88rem/1 var(--f-body); color: var(--gold); font-style: normal; }
.prose figure { margin: 2em 0; }
.prose figure img { border-radius: var(--r); width: 100%; }
.prose figcaption { font-size: .85rem; color: var(--ink-3); margin-top: 10px; text-align: center; }
.prose hr { border: 0; height: 1px; background: var(--line); margin: 2.5em 0; }
.prose strong { color: var(--ink); }
.table-wrap { overflow-x: auto; margin: 1.8em 0; border-radius: var(--r); border: 1px solid var(--line); }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; background: var(--paper); }
.prose th, .prose td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose thead th { background: var(--night); color: #fff; font-weight: 600; }
.prose tbody td:first-child { font-weight: 700; }
.post-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 1.8em 0; }
.prose .post-lines a { text-decoration: none; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; font-size: .95rem; line-height: 1.5; display: block; transition: transform .3s var(--ease), box-shadow .3s; }
.prose .post-lines a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.post-lines strong { display: block; font: 400 1.35rem/1.2 var(--f-display); }
.post-lines span { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); margin: 6px 0 8px; }
.share { display: flex; align-items: center; gap: 8px; margin: 40px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.share > span { font-weight: 700; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-right: auto; color: var(--ink-3); }
.share a, .share button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; position: relative; transition: background .3s, color .3s; }
.share a:hover, .share button:hover { background: var(--ink); color: #fff; }
.share .ic { width: 17px; height: 17px; }
.copied { position: absolute; bottom: 110%; left: 50%; transform: translateX(-50%); background: var(--ink); color: #fff; font-size: .72rem; padding: 4px 8px; border-radius: 6px; opacity: 0; pointer-events: none; transition: opacity .3s; white-space: nowrap; }
.share button.done .copied { opacity: 1; }
.post-trip { position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; padding: 14px; background: var(--night); color: #fff; border-radius: var(--r-lg); margin-bottom: 28px; transition: transform .4s var(--ease); }
.post-trip:hover { transform: translateY(-4px); }
.post-trip img { width: 150px; height: 150px; object-fit: cover; border-radius: var(--arch); }
.post-trip .eyebrow { color: var(--gold); margin-bottom: 8px; }
.post-trip strong { font: 400 1.6rem/1.15 var(--f-display); display: block; }
.post-trip > div > span:not(.eyebrow) { display: block; font-size: .9rem; opacity: .75; margin: 6px 0 10px; }
.post-trip .post-trip-p { opacity: 1 !important; color: var(--gold); font-weight: 600; }
.author { display: grid; grid-template-columns: 84px 1fr; gap: 20px; padding: 24px; background: var(--paper); border-radius: var(--r-lg); border: 1px solid var(--line); }
.author img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; }
.author .eyebrow { display: flex; margin-bottom: 8px; }
.author strong { display: block; }
.author strong { font: 400 1.4rem/1.2 var(--f-display); }
.author p:last-child { font-size: .92rem; color: var(--ink-2); margin: 6px 0 0; }

/* ---------------------------------------------------------------- footer */
.ftr { background: var(--night-2); color: rgba(255, 255, 255, .78); position: relative; overflow: hidden; padding: clamp(64px, 8vw, 110px) 0 28px; }
.ftr-sun { position: absolute; right: -80px; top: -40px; width: 520px; opacity: .1; pointer-events: none; }
.ftr .wrap { position: relative; }
.ftr-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; padding-bottom: clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--line-l); }
.ftr-tag { font: 300 clamp(3rem, 8vw, 7rem)/.92 var(--f-display); letter-spacing: -.04em; color: var(--bone); margin: 0; }
.ftr-tag em { color: var(--gold); }
.ftr-cta { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.ftr-cta p { font: italic 400 1.2rem/1.4 var(--f-display); margin: 0; }
.ftr-cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 32px; padding: clamp(40px, 5vw, 64px) 0; }
.ftr-logo img { height: 40px; }
.ftr .logo .logo-dark { opacity: 0; }
.ftr .logo .logo-light { opacity: 1; }
.ftr-brand p { font-size: .93rem; max-width: 320px; margin-top: 20px; }
.ftr-say { color: var(--gold-l); font-size: .85rem !important; }
.ftr .ftr-h { font: 700 .72rem/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.ftr ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .95rem; }
.ftr ul a { transition: color .25s; }
.ftr ul a:hover { color: var(--gold); }
.ftr-social { display: flex; align-items: center; gap: 8px; }
.ftr-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-l); display: grid; place-items: center; transition: background .3s, color .3s; }
.ftr-social a:hover { background: var(--gold); color: var(--night); border-color: var(--gold); }
.ftr-social .ic { width: 17px; height: 17px; }
.ftr-note { font-size: .85rem; opacity: .6; }
.ftr-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--line-l); font-size: .84rem; opacity: .6; }
.to-top:hover { color: var(--gold); }

/* ---------------------------------------------------------------- reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------------------------------------------------------------- responsive */
@media (max-width: 1180px) {
  .fl-cards { grid-template-columns: 1fr; }
  .nav-link { padding: 10px 10px; font-size: .92rem; }
  .hdr-cta { display: none; }
  .trip-grid { grid-template-columns: minmax(0, 1fr) 340px; }
  .edges { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .day { grid-template-columns: 200px 1fr; }
}
@media (max-width: 1024px) {
  :root { --hdr-h: 68px; }
  .nav, .hdr-cur { display: none; }
  .burger { display: block; }
  .hdr-actions { margin-left: auto; }
  .hdr-cta { display: inline-flex; }
  .hero-in { grid-template-columns: 1fr; }
  .hero-arches { display: none; }
  .arch-1 { width: 38%; height: 100%; right: 0; top: 0; }
  .arch-2 { width: 32%; height: 82%; left: 0; top: 18%; }
  .arch-3 { width: 30%; height: 70%; left: 35%; right: auto; bottom: 0; }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .lps { flex-direction: column; height: auto; }
  .lp, .lp.is-open { flex: none; min-height: 380px; }
  .lp-tab { display: none; }
  .lp-body { opacity: 1; transform: none; pointer-events: auto; }
  .lp-shade, .lp:not(.is-open) .lp-shade { background: linear-gradient(180deg, rgba(18, 23, 41, .1), rgba(18, 23, 41, .88)); }
  .lp-img { transform: none; }
  .ft { grid-template-columns: 1fr; }
  .ft-media { min-height: 340px; }
  .intro-in, .voice-in, .pillars-wrap, .founders-in, .news-in, .enquire-in, .story-in, .we-panel, .two-col, .fee, .reels-wrap { grid-template-columns: 1fr; }
  .pillars-head, .enquire-copy, .story-pic { position: static; }
  .meanings { grid-template-columns: 1fr; }
  .trip-grid { grid-template-columns: minmax(0, 1fr); }
  .trip-aside { display: none; }
  .mbar { display: flex; align-items: center; gap: 12px; position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 80; padding: 10px 10px 10px 18px; background: rgba(25, 32, 58, .96); backdrop-filter: blur(14px); color: #fff; border-radius: 20px; box-shadow: 0 18px 40px -12px rgba(18, 23, 41, .6); transform: translateY(150%); transition: transform .5s var(--ease); }
  .mbar.show { transform: none; }
  .mbar-p { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; flex: 1; }
  .mbar-p small { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; opacity: .6; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mbar-p .price, .mbar-p strong { font: 400 1.35rem/1.15 var(--f-display); color: var(--gold); }
  .mbar-p > span:last-child { font-size: .76rem; opacity: .7; }
  .mbar-cur { font-size: .72rem; font-weight: 700; letter-spacing: .06em; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; padding: 8px 10px; }
  .mbar .btn { --bh: 48px; padding: 0 20px; }
  .page-trip .ftr { padding-bottom: 110px; }
  .tnav-cta { display: none; }
  .reels { justify-content: center; }
  .split-cta-in { grid-template-columns: 1fr; }
  .jfeat { grid-template-columns: 1fr; }
  .jfeat-media { min-height: 280px; }
  .filters { border-radius: var(--r-lg); position: static; }
  .ftr-cols { grid-template-columns: 1fr 1fr; }
  .ftr-brand { grid-column: 1 / -1; }
  .svcs { grid-template-columns: 1fr; }
  .olines { grid-template-columns: 1fr; }
  .oline { min-height: 180px; }
  .founders-pics { height: 480px; max-width: 520px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .cards-3 { grid-template-columns: 1fr; }
  .grid2 { grid-template-columns: 1fr; }
  .news-row { grid-template-columns: 1fr; }
  .news .btn { width: 100%; }
  .hero { padding-bottom: 80px; }
  .hero-title { font-size: 62px; }
  .hero-pill { font-size: .8rem; }
  .hero-scroll { display: none; }
  .edges { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .glance { grid-template-columns: 1fr 1fr; }
  .hl ul { grid-template-columns: 1fr; }
  .tgal { grid-template-columns: 1fr 1fr; }
  .tgal figure:first-child { grid-column: 1 / -1; aspect-ratio: 4/3; border-radius: var(--r); }
  .ache { grid-template-columns: 1fr; }
  .lenses { grid-template-columns: 1fr; }
  .lens-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); scrollbar-width: none; }
  .lens-tabs::-webkit-scrollbar { display: none; }
  .lens-tabs button { flex: none; border-bottom: 0; border-right: 1px solid var(--line); padding: 14px 16px; }
  .lens-tabs button::before { left: 0; right: 0; top: auto; bottom: 0; width: auto; height: 3px; transform: scaleX(0); }
  .lens-tabs button[aria-selected="true"]::before { transform: scaleX(1); }
  .lens-panels { min-height: 0; }
  .days { padding-left: 34px; }
  .days-line { left: 8px; }
  .day { grid-template-columns: 1fr; gap: 18px; }
  .day::before { left: -33px; }
  .day-media { aspect-ratio: 16/10; }
  .route { flex-wrap: wrap; gap: 8px 0; }
  .route li { font-size: .82rem; }
  .incl { grid-template-columns: 1fr; }
  .fl-cards { grid-template-columns: 1fr; }
  .tips { grid-template-columns: 1fr; }
  .pack ul { columns: 1; }
  .guides { grid-template-columns: 1fr; }
  .guide { grid-template-columns: 90px 1fr; }
  .guide img { width: 90px; height: 116px; }
  .estimate { grid-template-columns: 1fr; }
  .thero-facts li { flex: 1 1 calc(50% - 10px); padding: 10px 12px; }
  .thero-facts span { font-size: .85rem; }
  .fcards { grid-template-columns: 1fr; }
  .mission-in { grid-template-columns: 1fr; }
  .reel { width: min(300px, 80vw); flex: none; }
  .reels { width: 100%; }
  .founders-duo { grid-template-columns: 1fr; }
  .fp-sun { width: 100px; }
  .we-band { grid-template-columns: 1fr auto; }
  .we-band .we-t { grid-column: 1 / -1; }
  .we-band .we-k { grid-column: 1 / -1; }
  .we-post { grid-template-columns: 84px 1fr; }
  .post-trip { grid-template-columns: 90px 1fr; }
  .post-trip img { width: 90px; height: 110px; }
  .post-lines { grid-template-columns: 1fr; }
  .ftr-cols { grid-template-columns: 1fr; }
  .ftr-top { flex-direction: column; align-items: flex-start; }
  .faq-a { padding-right: 0; }
  .ask { flex-direction: column; align-items: flex-start; }
  .filters { flex-direction: column; align-items: stretch; }
  .fchips, .ftools { min-width: 0; max-width: 100%; }
  .ftools { gap: 12px; }
  .ftools { justify-content: space-between; }
  .fchips { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; margin: 0 -4px; padding: 0 4px; }
  .fchip { flex: none; }
  .strip-track img { width: 150px; height: 200px; }
  .strip-track img:nth-child(3n+2) { height: 180px; margin-top: 20px; }
  .cal-row { grid-template-columns: repeat(12, 120px); }
  .bk-trust span { font-size: .68rem; }
  .sec-top { align-items: flex-start; }
}

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