/* ==========================================================================
   River Side by Darjeeling Trips — site.css (v2 "Muga")
   Tokens mirror DESIGN.md. Invent nothing outside :root.
   ========================================================================== */

/* ---------- self-hosted fonts (OFL) ---------- */
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/cormorant-garamond-latin-300-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 300; font-display: swap; src: url("../fonts/cormorant-garamond-latin-300-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/cormorant-garamond-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-garamond-latin-500-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/cormorant-rupee.woff2") format("woff2"); unicode-range: U+20B9; }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/cormorant-rupee.woff2") format("woff2"); unicode-range: U+20B9; }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-rupee.woff2") format("woff2"); unicode-range: U+20B9; }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 300 700; font-display: swap; src: url("../fonts/jost-latin-wght-normal.woff2") format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 300 700; font-display: swap; src: url("../fonts/figtree-rupee.woff2") format("woff2"); unicode-range: U+20B9; }

:root {
  /* colour */
  --night: #070706;
  --night-2: #0E0D0B;
  --night-3: #16140F;
  --night-4: #1F1C16;
  --ivory: #F3EDE2;
  --ivory-2: #C3B9A8;
  --ash: #908676;
  --gold: #D9B35E;
  --gold-deep: #9C7630;
  --gold-soft: rgba(217, 179, 94, .16);
  --hair: rgba(217, 179, 94, .22);
  --hair-2: rgba(243, 237, 226, .1);
  --input-line: #6E6450;
  --ink: #15100A;
  --ok: #9BCB9F;
  --err: #F09A86;
  --warn: #E7C27A;
  --muga-text: linear-gradient(105deg, #a47c32 0%, #d3a646 18%, #f3da92 32%, #fff6d6 40%, #e7c46c 48%, #b98c36 62%, #efd384 80%, #a47c32 100%);
  --muga-btn: linear-gradient(105deg, #c2923a 0%, #e3bd62 22%, #f6e2a2 38%, #fff6d6 44%, #ecca76 52%, #c99a3d 66%, #f1d68a 84%, #c2923a 100%);

  /* v1 aliases (dashboard + booking components) */
  --bg: var(--night); --bg-raised: var(--night-2); --bg-sunken: #040403; --surface: var(--night-3); --surface-2: var(--night-4);
  --line: var(--hair-2); --line-strong: rgba(243, 237, 226, .18); --line-input: var(--input-line);
  --text: var(--ivory); --text-muted: var(--ivory-2); --text-subtle: var(--ash);
  --accent: var(--gold); --accent-hover: #E8C878; --accent-ink: var(--ink); --accent-tint: var(--gold-soft); --accent-line: rgba(217, 179, 94, .5);

  /* type */
  --font-display: "Cormorant Garamond", "Cormorant", "Iowan Old Style", Georgia, serif;
  --font-body: "Jost", "Futura", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --t-display: clamp(2.75rem, 1.9rem + 3.4vw, 4.25rem);
  --t-h2: clamp(2.125rem, 1.6rem + 2vw, 3.25rem);
  --t-h3: clamp(1.5rem, 1.25rem + .9vw, 2rem);
  --t-lead: clamp(1.125rem, 1rem + .5vw, 1.375rem);
  --t-body: 1rem;
  --t-small: .9rem;
  --t-label: .75rem;

  /* space */
  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px; --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px; --s10: 128px;
  --gutter: 20px;
  --section-y: 96px;
  --header-h: 80px;
  --max: 1240px;

  /* shape & depth */
  --r-pill: 999px; --r-card: 18px; --r-media: 16px; --r-input: 12px; --r-cell: 10px;
  --shadow-float: 0 30px 80px -30px rgba(0, 0, 0, .8);

  /* motion */
  --ease: cubic-bezier(.16, 1, .3, 1);
  --t-fast: 200ms; --t-med: 420ms; --t-slow: 900ms;

  /* layers */
  --z-bar: 40; --z-header: 50; --z-cursor: 55; --z-sheet: 60; --z-viewer: 70; --z-preloader: 90;
}
@media (min-width: 768px) { :root { --gutter: 32px; --section-y: 128px; } }
@media (min-width: 1024px) { :root { --gutter: 48px; --section-y: 160px; --t-body: 1.0625rem; } }

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 12px); }
html:not(.lenis) { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-stopped { overflow: clip; }
.lenis.lenis-smooth iframe { pointer-events: none; }
body {
  margin: 0; background: var(--night); color: var(--ivory);
  font-family: var(--font-body); font-size: var(--t-body); font-weight: 400; line-height: 1.75;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
p, h1, h2, h3, h4, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.08; letter-spacing: -.005em; text-wrap: balance; }
h2 { font-size: var(--t-h2); }
h3 { font-size: var(--t-h3); line-height: 1.15; }
em { font-style: italic; }
strong { font-weight: 500; }
p { text-wrap: pretty; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
main:focus { outline: none; }
.icon { display: inline-block; vertical-align: -0.2em; flex: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 100; background: var(--gold); color: var(--ink); padding: 12px 18px; border-radius: var(--r-pill); font-weight: 500; text-decoration: none; transition: top var(--t-fast); }
.skip-link:focus { top: 12px; }
.nowrap { white-space: nowrap; }
.muted { color: var(--ivory-2); }
.tiny { font-size: .8125rem; }
.num { font-variant-numeric: tabular-nums; }

/* ---------- type helpers ---------- */
.label { font-family: var(--font-body); font-size: var(--t-label); font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.label-ash { color: var(--ash); }
.display { font-size: var(--t-display); font-weight: 300; line-height: 1.02; letter-spacing: -.01em; }
.display em, h2 em, h3 em { font-style: italic; font-weight: 400; }
h2 em, h3 em { color: var(--gold); }
.lead { font-family: var(--font-display); font-size: var(--t-lead); font-weight: 400; line-height: 1.55; color: var(--ivory-2); }
.shine {
  background: var(--muga-text); background-size: 250% 100%; background-position: 100% 0;
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
  animation: sheen 7s ease-in-out infinite;
}
@keyframes sheen { 0%, 100% { background-position: 100% 0; } 50% { background-position: 0% 0; } }
@media (forced-colors: active) { .shine { color: CanvasText; -webkit-text-fill-color: CanvasText; background: none; } }
.eyebrow { font-size: var(--t-label); font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--ash); margin-bottom: var(--s3); }
.lead-sm { color: var(--ivory-2); max-width: 36em; }

/* ---------- layout ---------- */
.container { width: 100%; max-width: calc(var(--max) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); position: relative; }
.band { background: var(--night-2); }
.sec-head { max-width: 44rem; margin-bottom: var(--s8); }
.sec-head .label { display: inline-flex; align-items: center; gap: 14px; margin-bottom: var(--s5); }
.sec-head .label::before { content: ""; width: 36px; height: 1px; background: var(--gold); }
.sec-head h2 + p { margin-top: var(--s5); color: var(--ivory-2); max-width: 36em; }
.sec-head-center { margin-inline: auto; text-align: center; }
.sec-head-center .label { justify-content: center; }
.hairline { height: 1px; background: linear-gradient(90deg, transparent, var(--hair) 12%, var(--hair) 88%, transparent); transform-origin: left center; }

/* ---------- buttons ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 30px; border-radius: var(--r-pill); border: 1px solid transparent;
  font-family: var(--font-body); font-size: .8125rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; overflow: hidden; isolation: isolate;
  transition: color var(--t-fast), border-color var(--t-fast), background-color var(--t-fast), transform var(--t-fast) var(--ease), box-shadow var(--t-med);
}
.btn:active { transform: scale(.98); }
.btn-gold, .btn-primary {
  color: var(--ink); background: var(--muga-btn); background-size: 250% 100%; background-position: 100% 0;
  box-shadow: inset 0 0 0 1px rgba(255, 240, 190, .45), 0 12px 34px -14px rgba(217, 179, 94, .7);
  transition: background-position 1.4s var(--ease), box-shadow var(--t-med), transform var(--t-fast) var(--ease);
}
.btn-gold::after, .btn-primary::after {
  content: ""; position: absolute; inset: -2px; z-index: -1; pointer-events: none;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .7) 50%, transparent 65%);
  transform: translateX(-130%); animation: glint 6.5s var(--ease) infinite 2.5s; mix-blend-mode: soft-light;
}
.btn-gold:hover, .btn-primary:hover { background-position: 0 0; box-shadow: inset 0 0 0 1px rgba(255, 245, 205, .7), 0 16px 44px -12px rgba(217, 179, 94, .85); }
@keyframes glint { 0%, 72% { transform: translateX(-130%); } 88%, 100% { transform: translateX(130%); } }
.btn-line, .btn-secondary { color: var(--ivory); border-color: var(--hair); background: rgba(7, 7, 6, .25); }
.btn-line:hover, .btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.btn-ghost { background: transparent; color: var(--ivory); padding-inline: 14px; }
.btn-ghost:hover { color: var(--gold); }
.btn-sm { min-height: 42px; padding: 0 20px; font-size: .75rem; }
.btn-block { width: 100%; }
.btn[aria-disabled="true"], .btn:disabled { opacity: .45; cursor: not-allowed; pointer-events: none; filter: saturate(.6); }
.btn[data-continue][aria-disabled="true"] { pointer-events: auto; }
.btn[aria-disabled="true"]::after, .btn:disabled::after { display: none; }
.btn.is-loading { pointer-events: none; opacity: .8; }
.button-row { display: flex; flex-wrap: wrap; gap: var(--s3); align-items: center; }
.link-gold { color: var(--ivory); text-decoration: none; background: linear-gradient(var(--gold), var(--gold)) 0 100% / 100% 1px no-repeat; padding-bottom: 2px; transition: color var(--t-fast), background-size var(--t-med) var(--ease); }
.link-gold:hover { color: var(--gold); }
.icon-btn {
  display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: rgba(7, 7, 6, .35); border: 1px solid var(--hair); color: var(--ivory); transition: border-color var(--t-fast), color var(--t-fast), opacity var(--t-fast);
}
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }
.icon-btn:disabled { opacity: .3; cursor: not-allowed; }
.icon-btn-sm { width: 40px; height: 40px; }
.chip { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: var(--r-pill); border: 1px solid var(--hair); color: var(--ivory-2); font-size: .875rem; text-decoration: none; }
.chip:hover, .chip[aria-current="true"] { color: var(--ink); background: var(--gold); border-color: var(--gold); }

/* ---------- brand lockup ---------- */
.lockup { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 5px; text-decoration: none; color: var(--ivory); line-height: 1; }
.lockup-name { font-family: var(--font-display); font-weight: 500; font-size: 1.375rem; letter-spacing: .34em; margin-right: -.34em; text-transform: uppercase; }
.lockup-by { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-style: italic; font-size: .9375rem; color: var(--ivory-2); }
.lockup-by img { height: 22px; width: auto; }
.lockup-lg .lockup-name { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.25rem); letter-spacing: .3em; }
.lockup-lg .lockup-by { font-size: 1.125rem; gap: 12px; }
.lockup-lg .lockup-by img { height: 34px; }

/* ---------- header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: var(--z-header); height: var(--header-h); transition: background-color var(--t-med), transform .6s var(--ease), height var(--t-med), border-color var(--t-med); border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(7, 7, 6, .82); -webkit-backdrop-filter: blur(14px) saturate(140%); backdrop-filter: blur(14px) saturate(140%); border-bottom-color: var(--hair-2); height: 72px; }
.site-header.is-hidden { transform: translateY(-100%); }
.page-solid .site-header { background: rgba(7, 7, 6, .92); border-bottom-color: var(--hair-2); }
.header-inner { height: 100%; display: flex; align-items: center; gap: var(--s6); }
.primary-nav { display: none; margin-left: auto; }
.primary-nav ul { display: flex; gap: 6px; }
.primary-nav a { position: relative; display: inline-flex; align-items: center; height: 44px; padding: 0 14px; color: var(--ivory); text-decoration: none; font-size: .75rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; opacity: .8; transition: opacity var(--t-fast), color var(--t-fast); }
.primary-nav a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 8px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.primary-nav a:hover, .primary-nav a[aria-current="true"] { opacity: 1; color: var(--gold); }
.primary-nav a:hover::after, .primary-nav a[aria-current="true"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: var(--s3); }
.header-cta { display: none; }
.menu-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 18px; border-radius: var(--r-pill); border: 1px solid var(--hair); background: rgba(7, 7, 6, .35); color: var(--ivory); font-size: .75rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.menu-toggle .bars { display: grid; gap: 5px; width: 18px; }
.menu-toggle .bars i { height: 1px; background: currentColor; display: block; }
.menu-toggle .bars i:last-child { width: 60%; justify-self: end; }
@media (min-width: 640px) { .header-cta { display: inline-flex; } }
@media (min-width: 1100px) { .primary-nav { display: block; } .header-actions { margin-left: var(--s3); } .menu-toggle { display: none; } }
@media (max-width: 479px) { .lockup-name { font-size: 1.125rem; letter-spacing: .28em; } .lockup-by img { height: 18px; } .lockup-by { font-size: .8125rem; } }

/* menu overlay */
.menu-sheet { position: fixed; inset: 0; z-index: var(--z-sheet); background: radial-gradient(120% 80% at 80% 0%, rgba(217, 179, 94, .1), transparent 55%), var(--night); overflow-y: auto; }
.menu-sheet[hidden] { display: none; }
.menu-sheet-inner { min-height: 100%; display: flex; flex-direction: column; gap: var(--s6); padding: 14px var(--gutter) calc(32px + env(safe-area-inset-bottom)); }
.menu-sheet-top { display: flex; align-items: center; justify-content: space-between; min-height: 60px; }
.menu-links { display: grid; margin-top: var(--s5); }
.menu-links li { overflow: hidden; border-bottom: 1px solid var(--hair-2); }
.menu-links a { display: flex; align-items: baseline; gap: 16px; padding: 14px 0; font-family: var(--font-display); font-size: 2.25rem; font-weight: 300; line-height: 1.1; text-decoration: none; }
.menu-links a span { font-family: var(--font-body); font-size: .6875rem; letter-spacing: .24em; color: var(--gold); }
.menu-links a:hover { color: var(--gold); }
.menu-foot { margin-top: auto; display: grid; gap: var(--s4); color: var(--ivory-2); font-size: .9375rem; }
.menu-foot a { color: var(--ivory); }
@media (prefers-reduced-motion: no-preference) {
  .menu-sheet:not([hidden]) .menu-links li a { animation: rise .8s var(--ease) both; }
  .menu-sheet:not([hidden]) .menu-links li:nth-child(2) a { animation-delay: .05s; }
  .menu-sheet:not([hidden]) .menu-links li:nth-child(3) a { animation-delay: .1s; }
  .menu-sheet:not([hidden]) .menu-links li:nth-child(4) a { animation-delay: .15s; }
  .menu-sheet:not([hidden]) .menu-links li:nth-child(5) a { animation-delay: .2s; }
  .menu-sheet:not([hidden]) .menu-links li:nth-child(6) a { animation-delay: .25s; }
  @keyframes rise { from { transform: translateY(105%); } to { transform: none; } }
  .menu-sheet:not([hidden]) { animation: fade .4s ease both; }
  @keyframes fade { from { opacity: 0; } to { opacity: 1; } }
}

/* flash messages */
.flash-wrap { padding-top: calc(var(--header-h) + var(--s4)); display: grid; gap: var(--s2); }
.page-home .flash-wrap { position: absolute; left: 0; right: 0; z-index: 5; }
.alert { display: flex; gap: 12px; align-items: flex-start; padding: 14px 18px; border-radius: var(--r-input); border: 1px solid var(--hair); background: rgba(22, 20, 15, .92); }
.alert p { margin: 0; }
.alert-error { border-color: rgba(240, 154, 134, .55); } .alert-error .icon { color: var(--err); }
.alert-success .icon { color: var(--ok); }
.alert-warning .icon, .alert-info .icon { color: var(--gold); }

/* ---------- preloader ---------- */
.preloader { position: fixed; inset: 0; z-index: var(--z-preloader); display: grid; place-items: center; background: var(--night); }
.preloader[hidden] { display: none; }
.pl-inner { display: grid; justify-items: center; gap: 18px; }
.pl-word { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.75rem, 1rem + 3vw, 2.75rem); letter-spacing: .42em; margin-right: -.42em; text-transform: uppercase; overflow: hidden; }
.pl-line { width: 180px; height: 1px; background: var(--muga-btn); background-size: 250% 100%; transform: scaleX(0); }
.pl-by { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-style: italic; color: var(--ivory-2); opacity: 0; }
.pl-by img { height: 26px; width: auto; }
.no-js .preloader, .reduce-motion .preloader { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: clip; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; transform-origin: 50% 60%; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(180deg, rgba(7, 7, 6, .72) 0%, rgba(7, 7, 6, .2) 22%, rgba(7, 7, 6, .15) 45%, rgba(7, 7, 6, .82) 78%, var(--night) 100%),
  radial-gradient(90% 60% at 20% 90%, rgba(7, 7, 6, .75), transparent 70%); }
.hero-inner { position: relative; padding-top: calc(var(--header-h) + 40px); padding-bottom: clamp(28px, 6vh, 64px); width: 100%; }
.hero .label { margin-bottom: var(--s5); display: inline-flex; gap: 14px; align-items: center; }
.hero .label::before { content: ""; width: 36px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 12.5em; }
.hero-sub { margin-top: var(--s5); max-width: 32em; color: var(--ivory); opacity: .88; font-size: 1.0625rem; }
.hero-book {
  margin-top: var(--s7); display: grid; grid-template-columns: 1fr; gap: 1px; max-width: 980px;
  border: 1px solid var(--hair); border-radius: 22px; background: rgba(7, 7, 6, .55); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); overflow: hidden;
}
.hb-field { display: none; text-decoration: none; padding: 16px 22px; border-right: 1px solid var(--hair-2); transition: background-color var(--t-fast); }
.hb-field:hover { background: rgba(217, 179, 94, .07); }
.hb-field small { display: block; font-size: .6875rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.hb-field span { display: block; margin-top: 4px; font-family: var(--font-display); font-size: 1.25rem; color: var(--ivory); }
.hb-action { display: flex; align-items: center; gap: var(--s4); padding: 10px; }
.hb-action .btn { flex: 1; }
.hb-price { display: none; }
.hero-meta { margin-top: var(--s4); display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: .875rem; color: var(--ivory-2); }
.hero-meta strong { color: var(--ivory); font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; }
.hero-meta .dot { color: var(--gold); }
@media (min-width: 900px) {
  .hero-book { grid-template-columns: 1fr 1fr 1fr auto; align-items: stretch; }
  .hb-field { display: block; }
  .hb-action { padding: 10px 10px 10px 18px; }
  .hb-price { display: block; text-align: right; line-height: 1.2; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ivory-2); }
  .hb-price strong { display: block; font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0; text-transform: none; color: var(--ivory); font-weight: 500; }
}
.seal { position: absolute; right: var(--gutter); top: calc(var(--header-h) + 28px); width: 132px; height: 132px; display: none; }
.seal svg { width: 100%; height: 100%; animation: spin 38s linear infinite; }
.seal text { font-family: var(--font-body); font-size: 9.6px; letter-spacing: .3em; fill: var(--gold); text-transform: uppercase; }
.seal img { position: absolute; inset: 0; margin: auto; width: 34px; height: auto; opacity: .95; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (min-width: 1100px) { .seal { display: block; top: auto; bottom: 64px; } }
.scroll-cue { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); display: none; flex-direction: column; align-items: center; gap: 10px; font-size: .6875rem; letter-spacing: .3em; text-transform: uppercase; color: var(--ivory-2); text-decoration: none; }
.scroll-cue i { width: 1px; height: 44px; background: linear-gradient(var(--gold), transparent); transform-origin: top; animation: cue 2.4s var(--ease) infinite; }
@keyframes cue { 0% { transform: scaleY(0); } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (min-width: 1100px) and (min-height: 760px) { .scroll-cue { display: flex; } }

/* ---------- intro statement ---------- */
.intro { padding-block: var(--section-y); }
.intro-statement { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.75rem, 1.1rem + 2.6vw, 3rem); line-height: 1.28; max-width: 22em; margin-inline: auto; text-align: center; }
.intro-statement .w { display: inline; }
.intro-statement .w.gold { font-style: italic; color: var(--gold); }
.intro-sign { margin-top: var(--s6); display: flex; justify-content: center; }

/* ---------- ticker ---------- */
.ticker { border-block: 1px solid var(--hair); padding-block: 22px; overflow: hidden; background: var(--night-2); }
.ticker-track { display: flex; width: max-content; animation: ticker 42s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker ul { display: flex; align-items: center; flex: none; }
.ticker li { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; font-family: var(--font-display); font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem); font-style: italic; white-space: nowrap; color: var(--ivory); }
.ticker li::after { content: ""; width: 8px; height: 8px; transform: rotate(45deg); background: var(--gold); }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- story / chapters ---------- */
.story { overflow: clip; }
.story .container { position: relative; z-index: 1; }
.story-grid { display: grid; gap: var(--s8); }
.story-media { display: none; }
.chapter { display: grid; gap: var(--s4); padding-left: 28px; }
.chapter-num { display: flex; align-items: baseline; gap: 16px; }
.chapter-num b { font-family: var(--font-display); font-weight: 400; font-size: 2.5rem; line-height: 1; }
.chapter h3 { font-size: clamp(2rem, 1.5rem + 1.8vw, 2.75rem); font-weight: 300; font-style: italic; }
.chapter p { color: var(--ivory-2); max-width: 34em; }
.chapter-detail { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.chapter-photo { margin-top: var(--s3); border-radius: var(--r-media); overflow: hidden; aspect-ratio: 4 / 5; position: relative; }
.chapter-photo img { width: 100%; height: 118%; object-fit: cover; }
.chapter-photo button, .frame-btn { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
@media (min-width: 1024px) {
  .story-grid { grid-template-columns: 6fr 5fr; gap: var(--s9); align-items: start; }
  .story-media { display: block; position: sticky; top: calc(var(--header-h) + 24px); height: calc(100vh - var(--header-h) - 48px); max-height: 820px; }
  .sm-frame { position: relative; height: 100%; border-radius: 20px; overflow: hidden; background: var(--night-3); }
  .sm-frame figure { position: absolute; inset: 0; opacity: 0; transition: opacity 1s var(--ease); }
  .sm-frame figure.is-active { opacity: 1; }
  .sm-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 2.2s var(--ease); }
  .sm-frame figure.is-active img { transform: scale(1); }
  .sm-frame figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(7, 7, 6, .7)); pointer-events: none; }
  .sm-caption { position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ivory); pointer-events: none; }
  .sm-index { display: flex; gap: 10px; }
  .sm-index span { width: 26px; height: 1px; background: rgba(243, 237, 226, .3); transition: background-color .6s, width .6s var(--ease); }
  .sm-index span.is-active { background: var(--gold); width: 46px; }
  .story-chapters { display: grid; gap: 0; }
  .chapter { min-height: 78vh; align-content: center; padding-left: 40px; }
  .chapter-photo { display: none; }
}

/* ---------- a day at River Side ---------- */
.a-day { overflow: clip; }
.day-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: var(--s5); margin-bottom: var(--s7); }
.day-head .sec-head { margin-bottom: 0; }
.day-hint { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ash); }
.day-viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
.day-viewport::-webkit-scrollbar { display: none; }
.day-track { display: flex; gap: var(--s4); width: max-content; padding-bottom: 6px; }
.day-card { position: relative; width: min(78vw, 360px); flex: none; scroll-snap-align: start; border-radius: var(--r-card); overflow: hidden; background: var(--night-3); border: 1px solid var(--hair-2); display: flex; flex-direction: column; min-height: 470px; }
.day-card figure { position: relative; height: 290px; overflow: hidden; }
.day-card figure img { width: 100%; height: 118%; object-fit: cover; }
.day-card-body { padding: 22px 24px 26px; display: grid; gap: 8px; margin-top: auto; }
.day-time { font-family: var(--font-display); font-size: 2.25rem; line-height: 1; color: var(--gold); font-weight: 400; }
.day-card h3 { font-size: 1.625rem; font-weight: 400; }
.day-card p { color: var(--ivory-2); font-size: .9375rem; line-height: 1.6; }
.day-card-type { background: radial-gradient(120% 90% at 100% 0%, rgba(217, 179, 94, .14), transparent 60%), var(--night-3); }
.day-card-type .day-glyph { flex: 1; display: grid; place-items: center; color: var(--gold); opacity: .9; padding-top: 30px; }
.day-card-type .day-glyph svg { width: 120px; height: 120px; }
.day-card-type .tag { position: absolute; top: 18px; left: 22px; font-size: .6875rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ash); }
.day-progress { margin-top: var(--s6); height: 1px; background: var(--hair-2); position: relative; overflow: hidden; }
.day-progress i { position: absolute; inset: 0; background: var(--gold); transform-origin: left; transform: scaleX(0); }
@media (min-width: 1024px) {
  .day-card { width: 380px; min-height: 520px; }
  .day-card figure { height: 330px; }
  .js-motion .day-viewport { overflow: visible; scroll-snap-type: none; }
}

/* ---------- gallery ---------- */
.gallery-grid { columns: 2; column-gap: 12px; }
.g-item { position: relative; display: block; width: 100%; margin: 0 0 12px; padding: 0; border: 0; background: var(--night-3); border-radius: 14px; overflow: hidden; break-inside: avoid; cursor: zoom-in; }
.g-item img { width: 100%; height: auto; transform: scale(1.12); transition: transform 1.4s var(--ease), filter .6s; }
.g-item:hover img { transform: scale(1.04); }
.g-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 14px; text-align: left; background: linear-gradient(transparent, rgba(7, 7, 6, .85)); font-family: var(--font-display); font-style: italic; font-size: 1.125rem; color: var(--ivory); opacity: 0; transform: translateY(8px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.g-item:hover figcaption, .g-item:focus-visible figcaption { opacity: 1; transform: none; }
@media (hover: none) { .g-item figcaption { opacity: 1; transform: none; font-size: 1rem; padding: 30px 12px 10px; } }
@media (min-width: 900px) { .gallery-grid { columns: 3; column-gap: 18px; } .g-item { margin-bottom: 18px; border-radius: 18px; } }
.gallery-note { margin-top: var(--s5); text-align: center; color: var(--ash); font-size: .8125rem; letter-spacing: .2em; text-transform: uppercase; }

/* ---------- amenities ---------- */
.amenity-grid { display: grid; gap: var(--s7) var(--s6); }
.amenity-group h3 { display: flex; align-items: center; gap: 12px; font-size: 1.625rem; font-weight: 400; padding-bottom: var(--s4); margin-bottom: var(--s4); border-bottom: 1px solid var(--hair); }
.amenity-group h3 .icon { color: var(--gold); }
.amenity-group ul { display: grid; gap: 10px; }
.amenity-group li { display: grid; grid-template-columns: 14px 1fr; gap: 12px; color: var(--ivory-2); font-size: .9375rem; line-height: 1.5; }
.amenity-group li::before { content: ""; width: 5px; height: 5px; margin-top: 9px; transform: rotate(45deg); background: var(--gold); }
.amenity-group small { color: var(--ash); }
@media (min-width: 640px) { .amenity-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .amenity-grid { grid-template-columns: repeat(5, 1fr); } }

/* ---------- for whom ---------- */
.whom-grid { display: grid; gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: 22px; overflow: hidden; }
.whom { padding: clamp(28px, 5vw, 56px); background: var(--night); display: grid; gap: var(--s4); align-content: start; }
.whom h3 { font-size: clamp(2rem, 1.6rem + 1.6vw, 2.75rem); font-weight: 300; font-style: italic; }
.whom ul { display: grid; gap: 12px; margin-top: var(--s3); }
.whom li { display: grid; grid-template-columns: 18px 1fr; gap: 12px; color: var(--ivory-2); }
.whom li .icon { color: var(--gold); margin-top: 5px; }
.whom-note { margin-top: var(--s6); display: flex; gap: 12px; align-items: center; justify-content: center; text-align: center; color: var(--ivory-2); font-family: var(--font-display); font-size: 1.25rem; font-style: italic; }
.whom-note .icon { color: var(--gold); }
@media (min-width: 900px) { .whom-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- rules ---------- */
.rules-grid { display: grid; gap: var(--s7); }
.rules-col h3 { display: flex; align-items: center; gap: 12px; font-size: 1.75rem; font-weight: 400; margin-bottom: var(--s4); }
.rules-yes .icon { color: var(--ok); } .rules-no .icon { color: var(--err); }
.rules-col ul { display: grid; border-top: 1px solid var(--hair); }
.rules-col li { display: flex; justify-content: space-between; align-items: baseline; gap: var(--s4); padding: 16px 0; border-bottom: 1px solid var(--hair-2); }
.rules-col li strong { font-weight: 400; font-family: var(--font-display); font-size: 1.3125rem; }
.rules-col li span { color: var(--ash); font-size: .875rem; text-align: right; }
.rules-essentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: 18px; overflow: hidden; }
.rules-essentials div { background: var(--night-2); padding: 22px 20px; }
.rules-essentials dt { font-size: .6875rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.rules-essentials dd { margin: 8px 0 0; font-family: var(--font-display); font-size: 1.375rem; line-height: 1.2; }
@media (max-width: 599px) { .rules-essentials { grid-template-columns: 1fr; } }
@media (min-width: 1024px) { .rules-grid { grid-template-columns: 1fr 1fr; gap: var(--s8); } .rules-essentials { grid-column: 1 / -1; } }

/* ---------- location & guide ---------- */
.place-grid { display: grid; gap: var(--s7); }
.wayfinding { display: grid; gap: var(--s5); margin: var(--s6) 0; }
.wayfinding li { display: grid; grid-template-columns: 44px 1fr; gap: var(--s4); align-items: start; }
.step-no { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--hair); font-family: var(--font-display); font-size: 1.25rem; color: var(--gold); }
.wayfinding strong { display: block; font-family: var(--font-display); font-size: 1.375rem; font-weight: 400; line-height: 1.25; }
.wayfinding span:not(.step-no) { color: var(--ivory-2); font-size: .9375rem; }
.map-frame { position: relative; min-height: 380px; border-radius: 20px; overflow: hidden; border: 1px solid var(--hair); background: radial-gradient(60% 60% at 50% 50%, rgba(217, 179, 94, .08), transparent 70%), repeating-linear-gradient(0deg, transparent 0 47px, var(--hair-2) 47px 48px), repeating-linear-gradient(90deg, transparent 0 47px, var(--hair-2) 47px 48px), var(--night-2); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.4) contrast(1.05) brightness(.92); }
.map-facade { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: var(--s3); text-align: center; padding: var(--s5); }
.map-facade .pin { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); position: relative; }
.map-facade .pin::after { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid var(--hair); }
.getting-here { margin-top: var(--s6); display: grid; }
.getting-here li { display: flex; justify-content: space-between; gap: var(--s4); padding: 14px 0; border-bottom: 1px solid var(--hair-2); }
.getting-here li span:last-child { color: var(--gold); font-family: var(--font-display); font-size: 1.1875rem; white-space: nowrap; }
.getting-here small { display: block; color: var(--ash); font-size: .8125rem; }
@media (min-width: 1024px) { .place-grid { grid-template-columns: 5fr 7fr; gap: var(--s9); align-items: stretch; } .map-frame { min-height: 100%; } }
.guide { margin-top: var(--s9); }
.guide-grid { display: grid; gap: 1px; background: var(--hair-2); border-top: 1px solid var(--hair-2); border-bottom: 1px solid var(--hair-2); }
.guide-item { background: var(--night); padding: 26px 0; display: grid; gap: 6px; }
.guide-item .d { font-size: .6875rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.guide-item h3 { font-size: 1.75rem; font-weight: 400; }
.guide-item p { color: var(--ivory-2); font-size: .9375rem; }
@media (min-width: 900px) { .guide-grid { grid-template-columns: repeat(5, 1fr); background: var(--hair-2); } .guide-item { padding: 30px 24px 30px 0; } .guide-item + .guide-item { padding-left: 24px; } }

/* ---------- booking section ---------- */
.book { background: radial-gradient(70% 60% at 85% 0%, rgba(217, 179, 94, .1), transparent 60%), var(--night-2); }
.exclusive-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; padding: 20px 24px; margin-bottom: var(--s6); border-radius: 18px; border: 1px solid var(--hair); background: linear-gradient(100deg, rgba(217, 179, 94, .12), rgba(217, 179, 94, .02)); }
.exclusive-card .seal-mini { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--gold); }
.exclusive-card .seal-mini img { width: 26px; }
.exclusive-card strong { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; }
.exclusive-card p { color: var(--ivory-2); font-size: .9375rem; }
.booker { display: grid; gap: var(--s5); align-items: start; }
.booker-calendar, .booker-summary { border-radius: 22px; border: 1px solid var(--hair); background: var(--night); }
.booker-calendar { padding: var(--s4); }
.booker-summary { padding: var(--s5); display: grid; gap: var(--s4); }
@media (min-width: 1024px) { .booker { grid-template-columns: minmax(0, 1fr) 390px; gap: var(--s6); } .booker-calendar { padding: var(--s6); } .booker-summary { position: sticky; top: calc(var(--header-h) + 24px); box-shadow: var(--shadow-float); } }
.cal-head { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); margin-bottom: var(--s3); }
.cal-hint { font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ivory-2); text-align: center; }
.cal-months { display: grid; gap: var(--s6); min-height: 340px; }
.cal-months.two { grid-template-columns: 1fr 1fr; }
.cal-loading { color: var(--ash); align-self: center; text-align: center; }
.cal-title { font-family: var(--font-display); font-size: 1.625rem; font-weight: 400; text-align: center; margin-bottom: var(--s3); }
.cal-grid { width: 100%; border-collapse: collapse; table-layout: fixed; }
.cal-grid th { font-size: .6875rem; font-weight: 500; letter-spacing: .14em; color: var(--ash); padding: 0 0 10px; text-align: center; }
.cal-grid td { padding: 2px 0; text-align: center; }
.day { position: relative; width: 100%; height: 44px; border: 0; border-radius: var(--r-cell); background: transparent; color: var(--ivory); font-variant-numeric: tabular-nums; font-size: .9375rem; transition: background-color var(--t-fast), color var(--t-fast); }
.day:hover:not([aria-disabled="true"]) { background: var(--night-4); }
.day.is-today { box-shadow: inset 0 0 0 1px var(--input-line); }
.day[aria-disabled="true"] { cursor: not-allowed; color: var(--ash); }
.day.is-past { color: #4A443B; }
.day.is-taken { color: var(--ash); text-decoration: line-through; text-decoration-color: rgba(217, 179, 94, .5); text-decoration-thickness: 1.5px; }
.day.is-checkout-only { color: var(--ivory); text-decoration: none; }
.day.is-checkout-only::after { content: ""; position: absolute; left: 50%; bottom: 6px; width: 14px; height: 1px; margin-left: -7px; background: var(--ash); }
.day.is-range { background: var(--gold-soft); border-radius: 0; color: var(--ivory); }
.day.is-range:hover { background: rgba(217, 179, 94, .26); }
.day.is-start, .day.is-end, .day.is-start:hover, .day.is-end:hover { background: var(--muga-btn); background-size: 250% 100%; color: var(--ink); font-weight: 600; }
.day.is-start.has-end { border-radius: var(--r-cell) 0 0 var(--r-cell); }
.day.is-end { border-radius: 0 var(--r-cell) var(--r-cell) 0; }
.day.is-start.is-end { border-radius: var(--r-cell); }
.day.is-beyond:not(.is-start) { color: var(--ash); }
.day .rate-dot { position: absolute; top: 6px; right: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.day.is-start .rate-dot, .day.is-end .rate-dot { background: var(--ink); }
.cal-legend { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s2) var(--s5); margin-top: var(--s4); padding-top: var(--s4); border-top: 1px solid var(--hair-2); font-size: .8125rem; color: var(--ash); }
.cal-legend span { display: inline-flex; align-items: center; gap: 8px; }
.lg { display: inline-block; width: 16px; height: 16px; border-radius: 5px; }
.lg-free { border: 1px solid var(--input-line); }
.lg-taken { background: repeating-linear-gradient(135deg, rgba(217, 179, 94, .5) 0 2px, transparent 2px 6px); border: 1px solid var(--hair); }
.lg-sel { background: var(--muga-btn); }
.cal-error { margin-top: var(--s3); color: var(--err); font-size: .9375rem; }
.noscript-form { display: grid; gap: var(--s3); }
.booker-dates { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--input-line); border-radius: 14px; overflow: hidden; }
.date-field { display: grid; gap: 2px; text-align: left; padding: 12px 16px; background: var(--night-3); border: 0; min-height: 68px; }
.date-field + .date-field { border-left: 1px solid var(--input-line); }
.date-field:hover { background: var(--night-4); }
.date-field.is-active { box-shadow: inset 0 -2px 0 var(--gold); }
.date-label { font-size: .6875rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.date-value { font-family: var(--font-display); font-size: 1.25rem; font-variant-numeric: tabular-nums; }
.date-value.is-empty { color: var(--ivory-2); }
.guests { border: 0; padding: 0; margin: 0; display: grid; gap: var(--s3); }
.stepper { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); }
.stepper-label { display: grid; line-height: 1.3; }
.stepper-label small { color: var(--ash); font-size: .8125rem; }
.stepper-controls { display: flex; align-items: center; gap: 10px; }
.stepper output { min-width: 28px; text-align: center; font-family: var(--font-display); font-size: 1.375rem; }
.guests-note { font-size: .8125rem; color: var(--ash); }
.price-box { padding-top: var(--s4); border-top: 1px solid var(--hair-2); }
.price-empty { color: var(--ivory-2); font-size: .9375rem; }
.price-lines { display: grid; gap: 8px; font-variant-numeric: tabular-nums; }
.price-lines div { display: flex; justify-content: space-between; gap: var(--s3); color: var(--ivory-2); }
.price-lines .total { color: var(--ivory); padding-top: 12px; margin-top: 4px; border-top: 1px solid var(--hair-2); align-items: baseline; }
.price-lines .total dd { font-family: var(--font-display); font-size: 1.75rem; font-weight: 500; }
.price-lines dd { margin: 0; }
.assurances { display: grid; gap: 8px; font-size: .875rem; color: var(--ivory-2); }
.assurances li { display: flex; gap: 10px; align-items: flex-start; }
.assurances .icon { color: var(--gold); margin-top: 2px; }
.booker-bar { display: none; }
@media (max-width: 1023px) {
  .booker-bar { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: var(--z-bar); display: flex; align-items: center; justify-content: space-between; gap: var(--s3); padding: 10px 10px 10px 20px; border-radius: var(--r-pill); background: rgba(14, 13, 11, .96); border: 1px solid var(--hair); box-shadow: var(--shadow-float); transition: transform var(--t-med) var(--ease), opacity var(--t-med); }
  .booker-bar[hidden] { display: flex; transform: translateY(140%); opacity: 0; visibility: hidden; pointer-events: none; }
  .booker-bar p { display: grid; line-height: 1.2; }
  .booker-bar strong { font-family: var(--font-display); font-size: 1.375rem; font-weight: 500; }
  .booker-bar p span { font-size: .75rem; color: var(--ash); }
}
.refund-strip { margin-top: var(--s6); display: grid; gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: 18px; overflow: hidden; }
.refund-strip div { background: var(--night); padding: 20px 22px; }
.refund-strip b { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 400; line-height: 1; }
.refund-strip .gold { color: var(--gold); }
.refund-strip span { display: block; margin-top: 8px; color: var(--ivory-2); font-size: .875rem; }
@media (min-width: 768px) { .refund-strip { grid-template-columns: repeat(3, 1fr); } }

/* ---------- reviews ---------- */
.review-grid { display: grid; gap: var(--s5); }
.review { padding: var(--s6); border-radius: 18px; border: 1px solid var(--hair); display: grid; gap: var(--s3); }
.stars { display: flex; gap: 3px; color: var(--gold); }
.review blockquote p { font-family: var(--font-display); font-size: 1.375rem; font-style: italic; line-height: 1.45; }
.review figcaption { color: var(--ivory-2); font-size: .875rem; display: grid; }
.review figcaption span { color: var(--ash); }
@media (min-width: 900px) { .review-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; gap: var(--s7); }
@media (min-width: 1024px) { .faq-grid { grid-template-columns: 4fr 8fr; gap: var(--s9); } .faq-grid .sec-head { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; } }
.faq-list { border-top: 1px solid var(--hair); }
.faq { border-bottom: 1px solid var(--hair-2); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); min-height: 72px; padding: var(--s4) 0; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 1.375rem; line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { position: relative; flex: none; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--hair); }
.faq summary .plus::before, .faq summary .plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1px; margin: 0 0 0 -6px; background: var(--gold); transition: transform var(--t-med) var(--ease); }
.faq summary .plus::after { transform: rotate(90deg); }
.faq[open] summary .plus::after { transform: rotate(0); }
.faq summary:hover { color: var(--gold); }
.faq p { padding: 0 48px var(--s5) 0; color: var(--ivory-2); max-width: 44em; }

/* ---------- finale ---------- */
.finale { position: relative; min-height: 88vh; display: grid; place-items: center; text-align: center; overflow: clip; isolation: isolate; padding-block: var(--s9); }
.finale-media { position: absolute; inset: -10% 0; z-index: -2; }
.finale-media img { width: 100%; height: 100%; object-fit: cover; }
.finale::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 70% at 50% 50%, rgba(7, 7, 6, .55), rgba(7, 7, 6, .92)); }
.finale h2 { font-size: var(--t-display); font-weight: 300; }
.finale p { margin: var(--s5) auto 0; max-width: 30em; color: var(--ivory-2); }
.finale .button-row { justify-content: center; margin-top: var(--s7); }

/* ---------- footer ---------- */
.site-footer { position: relative; background: #040403; border-top: 1px solid var(--hair); padding: var(--s9) 0 calc(var(--s6) + 76px); overflow: hidden; }
.footer-top { display: grid; gap: var(--s7); padding-bottom: var(--s8); border-bottom: 1px solid var(--hair-2); }
.footer-note { max-width: 30em; color: var(--ivory-2); }
.footer-note strong { display: block; font-family: var(--font-display); font-size: 1.625rem; font-weight: 400; color: var(--ivory); margin-bottom: 6px; }
.footer-grid { display: grid; gap: var(--s6); padding-top: var(--s7); }
.footer-title { font-family: var(--font-body); font-size: .6875rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: var(--s4); }
.footer-col ul { display: grid; gap: 2px; }
.footer-col a { display: inline-flex; align-items: center; gap: 10px; min-height: 40px; color: var(--ivory-2); text-decoration: none; font-size: .9375rem; transition: color var(--t-fast); }
.footer-col a:hover { color: var(--gold); }
.footer-address { font-style: normal; color: var(--ivory); line-height: 1.7; }
.footer-address span { color: var(--ash); }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s4); margin-top: var(--s7); padding-top: var(--s5); border-top: 1px solid var(--hair-2); font-size: .8125rem; color: var(--ash); }
@media (min-width: 900px) { .footer-top { grid-template-columns: 1.3fr 1fr; align-items: end; } .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } .site-footer { padding-bottom: var(--s6); } }

/* ---------- mobile book bar ---------- */
.book-bar { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: var(--z-bar); display: flex; align-items: center; justify-content: space-between; gap: var(--s3); padding: 10px 10px 10px 20px; border-radius: var(--r-pill); background: rgba(14, 13, 11, .96); border: 1px solid var(--hair); box-shadow: var(--shadow-float); transition: transform var(--t-med) var(--ease), opacity var(--t-med); }
.book-bar[hidden] { display: flex; transform: translateY(140%); opacity: 0; pointer-events: none; visibility: hidden; }
.book-bar p { display: grid; line-height: 1.2; }
.book-bar strong { font-family: var(--font-display); font-size: 1.375rem; font-weight: 500; }
.book-bar p span { font-size: .75rem; color: var(--ash); }
@media (min-width: 1024px) { .book-bar { display: none !important; } }

/* ---------- immersive viewer ---------- */
.immersive { position: fixed; inset: 0; z-index: var(--z-viewer); background: rgba(4, 4, 3, .96); overflow: hidden; }
.immersive[hidden] { display: none; }
.im-stage { position: absolute; inset: 0; overflow: hidden; }
.im-img { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; will-change: transform; }
.im-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 4, 3, .55) 0%, transparent 25%, transparent 55%, rgba(4, 4, 3, .88) 100%); pointer-events: none; }
.im-bg { position: absolute; inset: -12%; width: 124%; height: 124%; object-fit: cover; filter: blur(48px) brightness(.4) saturate(1.1); opacity: 0; transition: opacity .6s; }
.im-contain .im-bg { opacity: 1; }
.im-contain .im-img { object-fit: contain; top: 76px; bottom: 170px; left: var(--gutter); right: var(--gutter); width: calc(100% - var(--gutter) * 2); height: calc(100% - 246px); }
.im-contain .im-stage::after { background: linear-gradient(180deg, rgba(4, 4, 3, .4) 0%, transparent 18%, transparent 70%, rgba(4, 4, 3, .6) 100%); }
@media (min-width: 900px) { .im-contain .im-img { bottom: 40px; height: calc(100% - 116px); left: 22%; right: 22%; width: 56%; } }
.im-top { position: absolute; top: 0; left: 0; right: 0; z-index: 3; display: flex; justify-content: space-between; align-items: center; padding: 18px var(--gutter); }
.im-count { font-family: var(--font-display); font-size: 1.25rem; color: var(--ivory-2); font-variant-numeric: tabular-nums; }
.im-count b { color: var(--gold); font-weight: 400; }
.im-caption { position: absolute; left: var(--gutter); right: var(--gutter); bottom: calc(28px + env(safe-area-inset-bottom)); z-index: 3; display: grid; gap: 6px; max-width: 34em; will-change: transform; }
.im-caption h2 { font-size: clamp(2rem, 1.5rem + 2.4vw, 3.5rem); font-weight: 300; font-style: italic; }
.im-caption p { color: var(--ivory-2); }
.im-nav { position: absolute; right: var(--gutter); bottom: calc(28px + env(safe-area-inset-bottom)); z-index: 4; display: flex; gap: 10px; }
.im-tools { display: flex; gap: 10px; }
.im-fly { position: fixed; z-index: calc(var(--z-viewer) + 1); object-fit: cover; pointer-events: none; border-radius: 16px; }
@media (max-width: 639px) { .im-caption { bottom: calc(92px + env(safe-area-inset-bottom)); } .im-nav { left: var(--gutter); right: auto; } }

/* ---------- cursor ---------- */
.cursor { display: none; position: fixed; left: 0; top: 0; z-index: var(--z-cursor); width: 84px; height: 84px; margin: -42px 0 0 -42px; pointer-events: none; }
.has-cursor .cursor { display: block; }
.cursor span { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; background: rgba(7, 7, 6, .5); border: 1px solid var(--gold); color: var(--gold); font-size: .6875rem; font-weight: 500; letter-spacing: .22em; text-indent: .22em; text-transform: uppercase; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transform: scale(.3); transition: opacity .3s, transform .5s var(--ease); }
.cursor.is-on span { opacity: 1; transform: none; }
.has-cursor [data-immersive] { cursor: none; }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }

/* ---------- flow pages (booking steps, status, contact, policies) ---------- */
.page-solid main { padding-top: var(--header-h); }
.flow { padding: var(--s7) 0 var(--s9); }
.steps { display: flex; gap: var(--s2); flex-wrap: wrap; margin-bottom: var(--s7); font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ash); }
.steps li { display: inline-flex; align-items: center; gap: 10px; }
.steps li + li::before { content: ""; width: 28px; height: 1px; background: var(--hair); margin-right: 4px; }
.steps .n { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--hair); font-family: var(--font-display); font-size: 1rem; letter-spacing: 0; }
.steps [aria-current="step"] { color: var(--ivory); }
.steps [aria-current="step"] .n { background: var(--muga-btn); border-color: transparent; color: var(--ink); }
.steps .done .n { border-color: var(--gold); color: var(--gold); }
.steps .done a { color: var(--ivory-2); }
.flow-grid { display: grid; gap: var(--s7); align-items: start; }
@media (min-width: 1024px) { .flow-grid { grid-template-columns: minmax(0, 1fr) 410px; gap: var(--s9); } .flow-aside { position: sticky; top: calc(var(--header-h) + 24px); } }
@media (max-width: 1023px) { .flow-aside { display: none; } }
.flow-title { font-size: var(--t-h2); font-weight: 300; margin-bottom: var(--s4); }
.flow-intro { color: var(--ivory-2); margin-bottom: var(--s7); max-width: 38em; }
.summary-card { border-radius: 20px; border: 1px solid var(--hair); background: var(--night-2); overflow: hidden; }
.summary-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.summary-body { padding: var(--s5); display: grid; gap: var(--s4); }
.summary-body h2 { font-size: 1.75rem; }
.summary-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--hair-2); border-radius: 14px; overflow: hidden; }
.summary-dates div { background: var(--night-3); padding: 12px 14px; }
.summary-dates dt { font-size: .6875rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.summary-dates dd { margin: 2px 0 0; font-family: var(--font-display); font-size: 1.1875rem; line-height: 1.3; }
.summary-dates dd small { display: block; font-family: var(--font-body); font-size: .8125rem; color: var(--ash); }
.summary-meta { display: flex; justify-content: space-between; gap: var(--s3); color: var(--ivory-2); font-size: .9375rem; }
.summary-meta a { color: var(--ivory); }
.summary-mobile { margin-bottom: var(--s5); }
.summary-mobile > summary { display: flex; justify-content: space-between; align-items: center; gap: var(--s3); padding: 16px 18px; border-radius: 14px; border: 1px solid var(--hair); background: var(--night-2); cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 1.25rem; }
.summary-mobile > summary::-webkit-details-marker { display: none; }
.summary-mobile[open] > summary { border-radius: 14px 14px 0 0; }
.summary-mobile .summary-card { border-top: 0; border-radius: 0 0 14px 14px; }
@media (min-width: 1024px) { .summary-mobile { display: none; } }
.policy-list { display: grid; gap: 8px; font-size: .875rem; color: var(--ivory-2); }
.policy-list li { display: grid; grid-template-columns: 16px 1fr; gap: 10px; }
.policy-list .icon { margin-top: 3px; color: var(--gold); }

/* forms */
.form { display: grid; gap: var(--s5); max-width: 660px; }
.form-row { display: grid; gap: var(--s5); }
@media (min-width: 640px) { .form-row-2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 8px; }
.field label, .field legend { font-size: .75rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--ivory); }
.field .optional { letter-spacing: .06em; text-transform: none; color: var(--ash); font-weight: 400; }
.help { font-size: .8125rem; color: var(--ash); }
.input, .field input[type="text"], .field input[type="email"], .field input[type="tel"], .field input[type="date"], .field input[type="number"], .field input[type="password"], .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 13px 16px; border-radius: var(--r-input); border: 1px solid var(--input-line); background: var(--night-3); color: var(--ivory); min-width: 0;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.field textarea { min-height: 104px; resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 17px) 50%; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 44px; }
.field input:focus, .field select:focus, .field textarea:focus, .input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.field input::placeholder, .field textarea::placeholder { color: var(--ash); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--err); }
.field-error { display: flex; gap: 6px; align-items: flex-start; color: var(--err); font-size: .875rem; }
input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(.8) sepia(.5); }
.choice-cards { border: 0; padding: 0; margin: 0; display: grid; gap: 10px; }
.choice-cards legend { margin-bottom: 8px; padding: 0; }
.choice-cards .options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.choice span { display: flex; align-items: center; gap: 12px; min-height: 60px; padding: 12px 18px; border-radius: 14px; border: 1px solid var(--input-line); background: var(--night-3); font-family: var(--font-display); font-size: 1.3125rem; transition: border-color var(--t-fast), background-color var(--t-fast); }
.choice span .icon { color: var(--ash); }
.choice input:checked + span { border-color: var(--gold); background: var(--gold-soft); }
.choice input:checked + span .icon { color: var(--gold); }
.choice input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.check { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; }
.check input { width: 22px; height: 22px; margin: 3px 0 0; accent-color: var(--gold); }
.check label { font-size: .9375rem; letter-spacing: 0; text-transform: none; font-weight: 400; color: var(--ivory-2); }
.check a { color: var(--ivory); }
.error-summary { padding: var(--s4) var(--s5); border-radius: 14px; border: 1px solid rgba(240, 154, 134, .55); background: rgba(240, 154, 134, .06); }
.error-summary h2 { font-family: var(--font-body); font-size: 1rem; font-weight: 500; display: flex; gap: 8px; align-items: center; color: var(--err); margin-bottom: 8px; }
.error-summary ul { display: grid; gap: 4px; }
.error-summary a { color: var(--ivory); }
.form-submit { display: grid; gap: var(--s3); }
.form-submit .help { font-size: .875rem; color: var(--ivory-2); }

/* pay & status */
.hold-note { display: flex; gap: 10px; align-items: center; padding: 14px 18px; border-radius: 14px; background: var(--gold-soft); border: 1px solid var(--hair); font-size: .9375rem; }
.hold-note .icon { color: var(--gold); }
.pay-panel { display: grid; gap: var(--s4); padding: var(--s6); border-radius: 22px; border: 1px solid var(--hair); background: var(--night-2); max-width: 660px; }
.pay-total { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s3); }
.pay-total .amount { font-family: var(--font-display); font-size: 2.75rem; font-weight: 400; }
.methods { display: flex; flex-wrap: wrap; gap: 6px; }
.methods li { padding: 5px 12px; border-radius: var(--r-pill); border: 1px solid var(--hair-2); font-size: .8125rem; color: var(--ivory-2); }
.test-panel { display: grid; gap: var(--s3); padding: var(--s4); border-radius: 14px; border: 1px dashed var(--warn); color: var(--ivory-2); font-size: .9375rem; }
.test-panel strong { color: var(--warn); }
.pay-status { min-height: 1.5em; }
.pay-status.is-error { color: var(--err); }
.status-hero { display: grid; gap: var(--s4); margin-bottom: var(--s6); }
.status-badge { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 7px 16px; border-radius: var(--r-pill); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; border: 1px solid; }
.status-badge.ok { color: var(--ok); border-color: rgba(155, 203, 159, .45); }
.status-badge.warn { color: var(--warn); border-color: rgba(231, 194, 122, .45); }
.status-badge.err { color: var(--err); border-color: rgba(240, 154, 134, .45); }
.status-badge.muted { color: var(--ivory-2); border-color: var(--hair); }
.booking-ref { font-weight: 500; letter-spacing: .08em; font-variant-numeric: tabular-nums; color: var(--gold); }
.next-steps { display: grid; gap: var(--s5); counter-reset: step; }
.next-steps li { display: grid; grid-template-columns: 44px 1fr; gap: var(--s4); }
.next-steps li::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--hair); color: var(--gold); font-family: var(--font-display); font-size: 1.25rem; }
.next-steps strong { display: block; font-family: var(--font-display); font-size: 1.3125rem; font-weight: 400; }
.next-steps span { color: var(--ivory-2); font-size: .9375rem; }
.panel { padding: var(--s6); border-radius: 22px; border: 1px solid var(--hair); background: var(--night-2); display: grid; gap: var(--s4); }
.panel h2 { font-size: 2rem; }
.stack { display: grid; gap: var(--s5); }

/* prose / policies */
.prose { max-width: 46rem; }
.prose h1 { font-size: var(--t-h2); font-weight: 300; margin-bottom: var(--s3); }
.prose h2 { font-size: 1.75rem; margin: var(--s7) 0 var(--s3); }
.prose p, .prose li { color: var(--ivory-2); }
.prose p + p { margin-top: var(--s3); }
.prose ul { list-style: none; display: grid; gap: 8px; }
.prose ul li { position: relative; padding-left: 22px; }
.prose ul li::before { content: ""; position: absolute; left: 2px; top: .7em; width: 5px; height: 5px; transform: rotate(45deg); background: var(--gold); }
.prose a { color: var(--ivory); }
.policy-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--s7); }
.refund-table { display: grid; gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: 18px; overflow: hidden; margin: var(--s4) 0 var(--s5); }
.refund-table div { display: grid; grid-template-columns: 110px 1fr; gap: var(--s4); align-items: baseline; background: var(--night-2); padding: 18px 20px; }
.refund-table b { font-family: var(--font-display); font-size: 1.75rem; font-weight: 400; color: var(--gold); }
.refund-table span { color: var(--ivory); }

/* contact */
.contact-grid { display: grid; gap: var(--s7); }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 5fr 7fr; gap: var(--s9); } }
.channel-list { display: grid; gap: var(--s3); margin-top: var(--s6); }
.channel { display: grid; grid-template-columns: 48px 1fr; gap: var(--s4); align-items: center; padding: var(--s4); border-radius: 18px; border: 1px solid var(--hair-2); text-decoration: none; transition: border-color var(--t-fast); }
.channel:hover { border-color: var(--gold); }
.channel .icon-wrap { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--hair); color: var(--gold); }
.channel strong { font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; }
.channel small { display: block; color: var(--ash); font-size: .8125rem; }
.error-page { min-height: 70vh; display: grid; place-content: center; text-align: center; gap: var(--s5); padding: var(--s9) var(--gutter); }
.error-page .button-row { justify-content: center; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker-track { animation: none; flex-wrap: wrap; width: auto; }
  .ticker-track ul[aria-hidden] { display: none; }
  .ticker ul { flex-wrap: wrap; justify-content: center; row-gap: 8px; }
}

/* ==========================================================================
   v2 motion + story layer (appended; overrides above where noted)
   ========================================================================== */
html { scrollbar-gutter: stable; background: var(--night); scrollbar-color: #4a3f2a var(--night); }
.im-open, .im-open body { overflow: hidden; }

/* hero: first paint waits for the motion script (failsafe after 2.5s) */
.js-motion:not(.motion-failed) [data-hero-in],
.js-motion:not(.motion-failed) [data-hero-title] { opacity: 0; }
.js-motion .preloader { animation: pl-fail .6s ease 4.5s forwards; }
.pl-skip .preloader, .motion-failed .preloader { display: none; }
@keyframes pl-fail { to { opacity: 0; visibility: hidden; } }
@media (min-width: 768px) { .hero-media img { filter: brightness(.8) saturate(.9) contrast(1.04); } }
.hero-meta li { display: inline-flex; align-items: center; }
.hero-meta li + li::before { content: ""; width: 5px; height: 5px; margin-right: 18px; transform: rotate(45deg); background: var(--gold); }
.hb-price { display: block; line-height: 1.2; font-size: .75rem; letter-spacing: .06em; color: var(--ivory-2); padding-left: 12px; }
.hb-price strong { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; letter-spacing: 0; color: var(--ivory); }
.hb-action { justify-content: space-between; }
.hb-action .btn { flex: 0 1 auto; }
@media (max-width: 899px) { .hero-book { border-radius: var(--r-pill); } .hb-action { padding: 8px 8px 8px 16px; } }
@media (min-width: 900px) { .hb-price { padding-left: 0; text-transform: none; letter-spacing: .04em; } }

/* split-text masks keep italic overhangs and descenders */
.split-line-mask { padding: 0 .12em .14em 0; margin: 0 -.12em -.14em 0; }

/* intro signature */
.intro-sign .label { display: inline-flex; align-items: center; gap: 14px; }
.intro-sign .label::before, .intro-sign .label::after { content: ""; width: 36px; height: 1px; background: var(--gold); }

/* the river thread (signature) */
.story-chapters { position: relative; --pad: 30px; }
.story-chapters .chapter { padding-left: var(--pad); position: relative; }
.story-chapters::before { content: ""; position: absolute; left: calc(var(--pad) / 2 - 6px); top: 12px; bottom: 12px; width: 1px; background: linear-gradient(var(--gold), var(--hair) 25%, var(--hair) 75%, var(--gold)); }
.thread-on .story-chapters::before { display: none; }
.river-thread { position: absolute; top: 0; left: -6px; width: var(--pad); height: 100%; overflow: visible; pointer-events: none; z-index: 0; }
.river-thread path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.rt-base { stroke: rgba(217, 179, 94, .16); stroke-width: 1; }
.rt-gold { stroke: url(#muga-stroke); stroke-width: 1.6; }
.rt-knot { fill: var(--night); stroke: var(--gold); stroke-width: 1; transition: fill .6s; }
.rt-knot.is-lit { fill: var(--gold); }
.rt-head { fill: #fff6d6; filter: drop-shadow(0 0 5px rgba(243, 218, 146, .95)) drop-shadow(0 0 12px rgba(217, 179, 94, .6)); }
.chapter-num b { color: var(--gold); transition: color .6s; }
.chapter.is-active .chapter-num b {
  background: var(--muga-text); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; animation: sheen 7s ease-in-out infinite;
}
.chapter-num .label { color: var(--ash); }
[data-parallax] img { position: absolute; left: 0; top: -9%; width: 100%; height: 118%; object-fit: cover; }
@media (min-width: 1024px) { .story-chapters { --pad: 56px; } }

/* a day at River Side */
.day-card figure img { position: absolute; top: 0; left: -8%; width: 116%; height: 100%; object-fit: cover; }
.day-glyph svg { stroke-width: .8; }
.hint-scroll { display: none; }
@media (min-width: 1024px) and (max-height: 699px) { .js-motion .day-viewport { overflow-x: auto; scroll-snap-type: x mandatory; } }
@media (min-width: 1024px) and (min-height: 700px) {
  .js-motion .a-day { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-block: calc(var(--header-h) + 8px) 40px; }
  .js-motion .a-day .day-head { margin-bottom: var(--s6); }
  .js-motion .a-day .day-card { min-height: 0; }
  .js-motion .a-day .day-card figure { height: min(330px, 36vh); }
  .js-motion .a-day .day-card-type .day-glyph { min-height: min(260px, 28vh); }
  .js-motion .hint-scroll { display: inline; }
  .js-motion .hint-touch { display: none; }
}

/* gallery + frames */
.g-item:focus-within figcaption { opacity: 1; transform: none; }
.frame-btn { z-index: 1; border-radius: inherit; }
.frame-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: -6px; }
.sm-frame .frame-btn { z-index: 3; }
.sm-frame .sm-caption { z-index: 4; }

/* guide */
.guide .sec-head { margin-bottom: var(--s6); }
.guide-title { font-size: var(--t-h3); font-weight: 300; font-style: italic; }
.guide-item h4 { font-family: var(--font-display); font-size: 1.625rem; font-weight: 400; line-height: 1.15; }
.guide-note { margin-top: var(--s4); }

/* booking extras */
.refund-more { margin-top: var(--s4); font-size: .9375rem; }
.menu-foot a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; text-decoration: none; }
.menu-foot p { font-size: .875rem; color: var(--ash); }
.whom-grid { margin-bottom: var(--s8); }
.whom .label { margin-bottom: 0; }

/* immersive caption in contain mode (desktop): sits in the left margin */
@media (min-width: 900px) {
  .im-contain .im-caption { max-width: calc(22% - var(--gutter) - 16px); }
  .im-contain .im-caption h2 { font-size: clamp(1.75rem, 1rem + 1.4vw, 2.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  .chapter.is-active .chapter-num b { animation: none; }
}
.js-motion .pl-inner { opacity: 0; }
@media (max-width: 599px) {
  .rules-col li { flex-direction: column; gap: 2px; }
  .rules-col li span { text-align: left; }
}
@media (max-width: 479px) {
  .intro-sign .label { letter-spacing: .18em; }
  .intro-sign .label::before, .intro-sign .label::after { display: none; }
}
.prose ul + p { margin-top: var(--s3); }
.rt-head { opacity: 0; }
.no-js .site-header { background: rgba(7, 7, 6, .92); border-bottom-color: var(--hair-2); }
/* prices and percentages read clearer with lining figures; Cormorant defaults to old-style */
.hb-price strong, .book-bar strong, .booker-bar strong, .price-lines, .pay-total .amount, .summary-dates dd, .date-value,
.refund-strip b, .refund-table b, .stepper output, .hero-meta, .getting-here, .guide-item .d, .rules-essentials dd { font-variant-numeric: lining-nums tabular-nums; }
@media (min-width: 900px) {
  .im-contain.im-wide .im-img { left: 8%; right: 8%; width: 84%; bottom: 150px; height: calc(100% - 226px); }
  .im-contain.im-wide .im-caption { max-width: 34em; }
  .im-contain.im-wide .im-caption h2 { font-size: clamp(2rem, 1.5rem + 2.4vw, 3.5rem); }
}

/* ==========================================================================
   v2.1 — icons, place photos, floating WhatsApp
   ========================================================================== */
/* hero facts with icons (replaces diamond separators) */
.hero-meta { gap: 8px 22px; }
.hero-meta li { gap: 8px; }
.hero-meta li + li::before { display: none; }
.hero-meta .icon { color: var(--gold); }

/* amenities: one icon per item */
.amenity-group li { grid-template-columns: 20px 1fr; gap: 10px; }
.amenity-group li::before { display: none; }
.amenity-group li .icon { color: var(--gold); margin-top: 3px; }

/* getting here */
.getting-here li { display: grid; grid-template-columns: 20px 1fr auto; gap: 12px; align-items: start; }
.getting-here li .icon { color: var(--gold); margin-top: 4px; }

/* rules essentials */
.rules-essentials dt { display: flex; align-items: center; gap: 8px; }

/* from our door: photo cards */
.place-viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-inline: calc(var(--gutter) * -1); padding: 4px var(--gutter) 8px; }
.place-viewport::-webkit-scrollbar { display: none; }
.place-grid-cards { display: flex; gap: var(--s4); width: max-content; }
.place { width: min(76vw, 300px); flex: none; scroll-snap-align: start; display: flex; flex-direction: column; gap: var(--s4); }
.place-figure { display: grid; gap: 8px; }
.place-frame { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-media); overflow: hidden; background: var(--night-3); }
.place-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.place-frame:hover img { transform: scale(1.04); }
.place-figure figcaption { font-size: .75rem; line-height: 1.5; color: var(--ash); }
.place-figure figcaption a { color: var(--ivory-2); text-decoration: underline; text-decoration-color: var(--hair); text-underline-offset: 3px; }
.place-figure figcaption a:hover { color: var(--gold); }
.place-glyph { aspect-ratio: 4 / 5; border-radius: var(--r-media); display: grid; place-items: center; color: var(--gold); border: 1px solid var(--hair-2); background: radial-gradient(120% 90% at 100% 0%, rgba(217, 179, 94, .14), transparent 60%), var(--night-3); margin-bottom: calc(1.5em + 8px); }
.place-glyph svg { width: 44%; height: auto; stroke-width: .8; }
.place-body { display: grid; gap: 6px; }
.place-body .d { display: flex; align-items: center; gap: 8px; font-size: .6875rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.place-body h4 { font-family: var(--font-display); font-size: 1.625rem; font-weight: 400; line-height: 1.15; }
.place-body p:last-child { color: var(--ivory-2); font-size: .9375rem; }
@media (min-width: 1100px) {
  .place-viewport { overflow: visible; margin-inline: 0; padding: 0; }
  .place-grid-cards { width: auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--s5); }
  .place { width: auto; }
}

/* floating WhatsApp */
.wa-float {
  position: fixed; right: max(16px, env(safe-area-inset-right)); bottom: calc(20px + env(safe-area-inset-bottom)); z-index: var(--z-bar);
  display: inline-flex; align-items: center; height: 58px; padding: 0 15px; border-radius: var(--r-pill); text-decoration: none; overflow: hidden;
  color: var(--ink); background: var(--muga-btn); background-size: 250% 100%; background-position: 100% 0;
  box-shadow: inset 0 0 0 1px rgba(255, 240, 190, .5), 0 16px 40px -14px rgba(0, 0, 0, .9), 0 10px 30px -12px rgba(217, 179, 94, .55);
  transition: background-position 1.2s var(--ease), bottom var(--t-med) var(--ease), transform var(--t-fast) var(--ease);
  animation: wa-in .8s var(--ease) 1.2s backwards;
}
.wa-float:hover { background-position: 0 0; }
.wa-float:active { transform: scale(.96); }
.wa-icon { display: grid; place-items: center; width: 28px; }
.wa-icon .icon { stroke-width: 1.7; }
.wa-label { max-width: 0; opacity: 0; white-space: nowrap; font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: max-width .5s var(--ease), opacity .3s, margin .5s var(--ease); }
.wa-float:hover .wa-label, .wa-float:focus-visible .wa-label { max-width: 220px; opacity: 1; margin: 0 6px 0 10px; }
.wa-float:focus-visible { outline: 2px solid var(--ivory); outline-offset: 3px; }
@keyframes wa-in { from { opacity: 0; transform: translateY(16px) scale(.9); } to { opacity: 1; transform: none; } }
@media (min-width: 1024px) { .wa-float { right: 28px; bottom: 28px; } }
@media (max-width: 1023px) {
  body:has(.book-bar:not([hidden])) .wa-float, body:has(.booker-bar:not([hidden])) .wa-float { bottom: calc(88px + env(safe-area-inset-bottom)); }
}
.im-open .wa-float, .menu-open .wa-float { visibility: hidden; }
@media (prefers-reduced-motion: reduce) { .wa-float { animation: none; } }
.place-viewport, .day-viewport { scroll-padding-inline: var(--gutter); }
@media (min-width: 1100px) { .seal { bottom: 118px; } }
