/* ============================================================
   ORVELLA SALON — LUXURY DESIGN SYSTEM v2
   Palette + type derived from brand's own Instagram content system
   and interior photography. See /knowledge for full rationale.
   ============================================================ */

:root {
  /* Core — burgundy is the PRIMARY brand colour (confirmed from IG grid) */
  --wine-deep:     #4A1620;
  --wine:          #5C1A22;
  --wine-light:    #7B2D35;
  --crimson:       #A82334;

  /* Base — warm dark, from walnut interior panelling */
  --walnut:        #3D2419;
  --walnut-deep:   #2A1A15;
  --ink:           #150F0C;
  --ink-soft:      #1E1611;

  /* Gold — typography + ornament only, never large fill (~10-12%) */
  --gold:          #C9A961;
  --gold-light:    #E5CC8E;
  --gold-antique:  #B8935A;
  --gold-deep:     #8A6D35;

  /* Light surfaces */
  --cream:         #F5E6D3;
  --parchment:     #F7F3EB;
  --beige:         #EDDCC4;

  /* Tertiary — marble columns + velvet seating, sparing use */
  --verde:         #2E3D33;

  /* Semantic */
  --text-on-dark:       var(--cream);
  --text-on-dark-dim:   rgba(245,230,211,0.62);
  --text-on-light:      var(--ink);
  --text-on-light-dim:  rgba(21,15,12,0.62);
  --rule-on-dark:       rgba(201,169,97,0.20);
  --rule-on-light:      rgba(21,15,12,0.11);

  /* Glass */
  --glass-dark:    rgba(21,15,12,0.55);
  --glass-border:  rgba(201,169,97,0.18);

  /* Type */
  --font-script:  'Italianno', cursive;
  --font-display: 'Playfair Display', 'Cormorant Garamond', serif;
  --font-body:    'Montserrat', 'Jost', sans-serif;

  /* Spacing — increased for editorial breathing room */
  --section-y: clamp(6rem, 12vw, 11rem);
  --section-x: clamp(1.5rem, 6vw, 6rem);
  --container: 1320px;

  /* Motion */
  --ease-lux: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── RESET ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body {
  background: var(--ink);
  color: var(--text-on-light);
  font-family: var(--font-body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.6;
}
body.loading { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--section-x); }
.wrap-narrow { max-width: 900px; margin: 0 auto; padding: 0 var(--section-x); }

/* ── GRAIN TEXTURE — makes flat colour feel like material ── */
.grain::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  opacity: 0.035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.grain > * { position: relative; z-index: 2; }

/* ── TYPE UTILITIES ────────────────────────────────────── */
.script { font-family: var(--font-script); font-weight: 400; }
.display { font-family: var(--font-display); font-weight: 500; }
.label {
  font-family: var(--font-body); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
}
.label--gold { color: var(--gold); }
.label--wine { color: var(--wine); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.12; }

/* ── LOADER ────────────────────────────────────────────── */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
#loader .ldr-medallion {
  width: clamp(90px, 14vw, 130px); height: auto; opacity: 0;
  filter: drop-shadow(0 0 26px rgba(201,169,97,0.32));
}
#loader .ldr-wordmark { width: clamp(105px, 15vw, 165px); height: auto; opacity: 0; margin-top: 1.4rem; }
/* Deliberately NOT the logo's typeface — a distinct, quieter voice under the
   brand mark. Montserrat Light, wide-tracked, flanked by hairline rules. */
#loader .ldr-tagline {
  margin-top: 1rem; opacity: 0;
  display: flex; align-items: center; gap: 0.85rem;
  color: var(--cream); font-family: var(--font-body); font-weight: 300;
  font-size: clamp(0.62rem, 1.3vw, 0.76rem); letter-spacing: 0.48em; text-transform: uppercase;
}
#loader .ldr-tagline-rule { width: 20px; height: 1px; background: rgba(201,169,97,0.55); transform-origin: center; }
#loader .ldr-sub {
  margin-top: 0.85rem; opacity: 0; color: var(--gold);
  font-size: 0.58rem; letter-spacing: 0.35em; text-transform: uppercase;
}
/* .ldr-bar removed — the client asked for a more minimal loader with no
   gold progress line. Medallion + wordmark + tagline is the whole moment now. */
.loader-veil {
  position: fixed; inset: 0; z-index: 9998; background: var(--ink);
  transform-origin: top; pointer-events: none;
}

/* ── NAV — floating glassmorphism ──────────────────────── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem var(--section-x);
  background: transparent; border: 1px solid transparent; border-radius: 0;
  will-change: transform;
  /* Every property that .floating touches gets a matching transition here —
     without this, toggling .floating snaps instantly instead of emerging. */
  transition:
    background-color .8s var(--ease-lux),
    backdrop-filter .8s var(--ease-lux), -webkit-backdrop-filter .8s var(--ease-lux),
    border-color .8s var(--ease-lux),
    border-radius .7s var(--ease-lux),
    box-shadow .8s var(--ease-lux),
    padding .6s var(--ease-lux),
    top .6s var(--ease-lux), left .6s var(--ease-lux), right .6s var(--ease-lux);
}
#nav.floating {
  top: 0.85rem;
  left: max(1rem, calc((100vw - var(--container)) / 2));
  right: max(1rem, calc((100vw - var(--container)) / 2));
  padding: 0.85rem 1.75rem;
  background: var(--glass-dark);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.30);
}
/* Services page: content is dense and mostly light — the nav is always
   the floating glass pill (same shape .floating gives every other page
   only after 60px of scroll), not a full-width square bar on first paint. */
#nav.nav-dark {
  top: 0.85rem;
  left: max(1rem, calc((100vw - var(--container)) / 2));
  right: max(1rem, calc((100vw - var(--container)) / 2));
  padding: 0.85rem 1.75rem;
  background: var(--glass-dark);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.30);
}
.nav-logo { display: flex; align-items: center; gap: 0.65rem; }
.nav-logo img { height: 40px; width: auto; transition: height .5s var(--ease-lux); }
#nav.floating .nav-logo img { height: 32px; }
.nav-logo-text {
  font-family: var(--font-display); color: var(--gold);
  font-size: 1.05rem; letter-spacing: 0.14em;
}
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(245,230,211,0.72); transition: color .35s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease-lux);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta {
  padding: 0.7rem 1.5rem; border: 1px solid var(--gold);
  border-radius: 100px; color: var(--gold) !important;
  font-size: 0.64rem !important; transition: background .4s, color .4s !important;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--gold); color: var(--ink) !important; }
.nav-burger {
  display: none; background: none; border: none; cursor: pointer;
  width: 30px; height: 22px; position: relative; z-index: 1002; padding: 0;
}
.nav-burger span {
  display: block; position: absolute; left: 0; width: 100%; height: 1.5px;
  background: var(--gold); transition: transform .45s var(--ease-lux), opacity .3s;
}
.nav-burger span:nth-child(1) { top: 3px; }
.nav-burger span:nth-child(2) { top: 10px; }
.nav-burger span:nth-child(3) { top: 17px; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  #nav { top: 0; left: 0; right: 0; padding: 1.15rem var(--section-x); }
  /* The floating state exists on mobile too — an inset glass bar, not a
     stretched pill. Same language as desktop, proportioned for the width. */
  #nav.floating, #nav.nav-dark {
    top: 0.6rem; left: 0.75rem; right: 0.75rem;
    padding: 0.7rem 1.1rem;
    border-radius: 22px;
  }
  /* Desktop link list — mobile navigation now lives entirely in
     #mobileMenuOverlay (a standalone element, not nested here). */
  .nav-links { display: none; }
  .nav-burger { display: block; }
}

/* ── MOBILE MENU OVERLAY — standalone, not nested inside #nav ──────
   A full-screen panel living at the end of <body>, independent of any
   ancestor's stacking context. Deliberate: nesting the mobile menu
   inside #nav previously left it vulnerable to paint-order issues from
   transformed descendants elsewhere on the page (GSAP leaves an inline
   `transform` on hero CTA buttons after their entrance tween, which per
   spec creates a local stacking context — on some mobile browsers,
   combined with this panel's own backdrop-filter, that was enough for
   those buttons to render on top of the "open" menu). A decoupled,
   high-z-index sibling sidesteps the entire category of bug rather than
   patching the symptom. */
.mobile-menu-overlay {
  position: fixed; inset: 0; z-index: 1400;
  background: rgba(21,15,12,0.97);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  padding-left: max(1.75rem, 6vw); padding-right: 1.75rem;
  gap: 2rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .5s var(--ease-lux), visibility .5s;
}
.mobile-menu-overlay.open { opacity: 1; visibility: visible; pointer-events: auto; }
.overlay-close {
  position: absolute; top: 1.5rem; right: 1.5rem; z-index: 1401;
  width: 44px; height: 44px; border: 1px solid var(--glass-border); border-radius: 50%;
  background: var(--glass-dark); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  color: var(--gold); font-size: 1.1rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center; padding: 0;
  transition: background .35s, box-shadow .35s;
}
.overlay-close:hover { background: rgba(201,169,97,0.14); box-shadow: 0 0 18px rgba(201,169,97,0.3); }
.overlay-links { list-style: none; display: flex; flex-direction: column; align-items: flex-start; gap: 0.15rem; }
.overlay-links a {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.8rem, 8vw, 2.6rem); color: var(--cream);
  padding: 0.55rem 0; display: inline-block; text-align: left;
  transition: color .3s;
}
.overlay-links a:hover, .overlay-links a.active { color: var(--gold); }
.overlay-cta { margin-top: 0.75rem; }
/* Entrance stagger is JS-driven (fromTo, self-contained per open) so these
   never depend on a pre-hidden CSS state — same progressive-enhancement
   rule the rest of the site follows: visible by default, only hidden once
   JS has confirmed it can actually animate them back in. */
@media (min-width: 901px) { .mobile-menu-overlay { display: none !important; } }

/* ── BUTTONS ───────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 0.75rem;
  padding: 1.05rem 2.4rem; font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  border: 1px solid transparent; cursor: pointer; position: relative;
  transition: background .45s, color .45s, border-color .45s, transform .2s var(--ease-lux);
}
.btn:active { transform: scale(0.98); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-light); }
.btn--outline-dark { border-color: rgba(201,169,97,0.5); color: var(--gold); }
.btn--outline-dark:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn--outline-light { border-color: rgba(92,26,34,0.4); color: var(--wine); }
.btn--outline-light:hover { background: var(--wine); color: var(--cream); border-color: var(--wine); }
.btn--wine { background: var(--wine); color: var(--cream); }
.btn--wine:hover { background: var(--wine-light); }

/* ── SECTIONS ──────────────────────────────────────────── */
.section { padding: var(--section-y) 0; position: relative; }
.section--dark    { background: var(--ink); color: var(--text-on-dark); }
.section--inksoft { background: var(--ink-soft); color: var(--text-on-dark); }
.section--wine    { background: var(--wine); color: var(--text-on-dark); }
.section--walnut  { background: var(--walnut); color: var(--text-on-dark); }
.section--light   { background: var(--parchment); color: var(--text-on-light); }
.section--cream   { background: var(--cream); color: var(--text-on-light); }
.overline { display: block; margin-bottom: 1.5rem; }

/* ── HERO — editorial composition ──────────────────────── */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img {
  width: 100%; height: 120%; object-fit: cover;
  filter: saturate(0.88) brightness(0.55); will-change: transform;
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(21,15,12,0.72) 0%, rgba(21,15,12,0.30) 45%, rgba(21,15,12,0.92) 100%),
    radial-gradient(ellipse at 30% 50%, rgba(21,15,12,0) 0%, rgba(21,15,12,0.55) 100%);
}
.hero-content { position: relative; z-index: 3; width: 100%; padding: 0 var(--section-x); }

/* Editorial hero type — RADIANCE is the hero, not "Find Your".
   Scaled down from an earlier pass that ran the word up to 12rem — at
   typical desktop widths that ceiling was reached almost immediately,
   reading as crowded rather than composed. More restrained scale, more
   air between elements: that's what actually reads as luxury. */
.hero-eyebrow { margin-bottom: clamp(2.25rem, 5.5vw, 4rem); overflow: hidden; }
.hero-eyebrow span { display: inline-block; color: var(--gold); }
.hero-lockup { max-width: 1100px; }
.hero-kicker {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  color: var(--cream); letter-spacing: 0.02em;
  margin-bottom: clamp(0.3rem, 1vw, 0.6rem); margin-left: 0.35em;
  opacity: 0.9;
}
.hero-word {
  display: block; font-family: var(--font-display); font-weight: 500;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.9; letter-spacing: -0.02em;
  color: var(--cream);
  text-transform: uppercase;
}
/* RADIANCE etc. is revealed as one block, not split into characters — the
   shimmer's background-clip:text needs a single text node to clip against. */
.hero-rule {
  width: 100%; max-width: 620px; height: 1px; background: var(--rule-on-dark);
  margin: clamp(2.25rem, 4.5vw, 3.5rem) 0 clamp(1.75rem, 3.5vw, 2.25rem); transform-origin: left;
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; align-items: center;
  margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem);
}
.hero-meta-item { font-size: 0.72rem; letter-spacing: 0.16em; color: var(--text-on-dark-dim); text-transform: uppercase; }
.hero-meta-item strong { color: var(--gold); font-weight: 500; }
.hero-sub { font-size: 0.98rem; color: var(--text-on-dark-dim); max-width: 430px; line-height: 1.85; margin-bottom: 2.5rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 2.5rem; right: var(--section-x); z-index: 3;
  display: flex; align-items: center; gap: 0.85rem;
  font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--text-on-dark-dim);
}
.hero-scroll-line { width: 46px; height: 1px; background: var(--gold); transform-origin: left; }
@media (max-width: 700px) { .hero-scroll { display: none; } }

/* Inner-page hero */
.hero--inner { min-height: 62svh; align-items: flex-end; }
.hero--inner .hero-content { padding-bottom: clamp(3rem, 7vw, 5rem); }
.hero--inner .hero-word { font-size: clamp(2.2rem, 5.5vw, 4.5rem); }

/* Mobile hero — composed in the upper-left, not centred through the
   viewport. The headline stays the one clear focal point; everything
   supporting it (kicker, meta, sub) steps back further than the fluid
   clamp() alone would take it, so the block reads as one considered
   unit instead of a stack of similarly-weighted lines. */
@media (max-width: 600px) {
  .hero-content { text-align: left; }
  .hero-eyebrow { margin-bottom: 1.5rem; }
  .hero-kicker { font-size: 0.9rem; margin-bottom: 0.2rem; }
  .hero-word { font-size: clamp(2.4rem, 11vw, 3.2rem); line-height: 0.98; }
  .hero--inner .hero-word { font-size: clamp(2rem, 9vw, 2.6rem); }
  .hero-rule { margin: 1.5rem 0 1.25rem; max-width: 220px; }
  .hero-meta { gap: 0.5rem 1.5rem; margin-bottom: 1.5rem; }
  .hero-meta-item { font-size: 0.62rem; }
  .hero-sub { font-size: 0.85rem; line-height: 1.7; margin-bottom: 1.75rem; max-width: 320px; }
  /* Shorter CTA footprint on mobile — same width-ish presence, less height.
     A tall pill reads fine on desktop; on a narrow screen it starts looking
     like a slab. Minimalism here means less box, not less clarity. */
  .btn { padding: 0.8rem 1.9rem; gap: 0.6rem; }
}

/* ── TRUST BAND ────────────────────────────────────────── */
.trust-band { background: var(--ink); border-top: 1px solid var(--rule-on-dark); border-bottom: 1px solid var(--rule-on-dark); padding: 2.25rem var(--section-x); }
.trust-band .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem clamp(2rem,6vw,5rem); align-items: center; }
.trust-unit { text-align: center; }
.trust-figure { font-family: var(--font-display); font-size: 1.9rem; color: var(--gold); line-height: 1; margin-bottom: 0.4rem; }
.trust-caption { font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--text-on-dark-dim); }
.trust-seal { height: 64px; width: auto; object-fit: contain; opacity: 0.9; }

/* ── SECTION HEADS ─────────────────────────────────────── */
.section-head { max-width: 720px; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title { font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.08; letter-spacing: -0.015em; }
.section-title .script { color: var(--gold); font-size: 1.35em; line-height: 0.8; }
.section-lead { font-size: 1.02rem; line-height: 1.9; color: var(--text-on-light-dim); margin-top: 1.75rem; max-width: 520px; }
.section--dark .section-lead, .section--walnut .section-lead, .section--wine .section-lead, .section--inksoft .section-lead { color: var(--text-on-dark-dim); }
.rule-sm { width: 54px; height: 1px; background: var(--gold); margin: 1.75rem 0; transform-origin: left; }
.center .rule-sm { margin-left: auto; margin-right: auto; }

/* ── EDITORIAL SPLIT ───────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.split--offset { grid-template-columns: 1fr 1.15fr; }
@media (max-width: 900px) { .split, .split--offset { grid-template-columns: 1fr; } }
.img-frame { position: relative; overflow: hidden; }
.img-frame img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.img-frame--tall { aspect-ratio: 4/5; }
.img-frame--wide { aspect-ratio: 3/2; }

/* ── SERVICES — editorial index, not cards ─────────────── */
.svc-list { border-top: 1px solid var(--rule-on-dark); }
.svc-row {
  display: grid; grid-template-columns: 5rem 1fr auto;
  align-items: center; gap: 2rem;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
  border-bottom: 1px solid var(--rule-on-dark);
  position: relative; overflow: hidden; transition: padding-left .6s var(--ease-lux);
}
.svc-row:hover { padding-left: 1.5rem; }
.svc-num { font-family: var(--font-display); font-size: 0.85rem; color: var(--gold-deep); letter-spacing: 0.1em; }
.svc-body { min-width: 0; }
.svc-name {
  font-family: var(--font-display); font-size: clamp(1.7rem, 4vw, 3rem);
  color: var(--cream); line-height: 1.05; letter-spacing: -0.01em;
  transition: color .5s var(--ease-lux);
}
.svc-row:hover .svc-name { color: var(--gold); }
.svc-desc { font-size: 0.88rem; color: var(--text-on-dark-dim); margin-top: 0.6rem; max-width: 460px; line-height: 1.8; }
.svc-meta { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); white-space: nowrap; }
.svc-preview {
  position: absolute; top: 50%; right: 12%; width: 220px; height: 280px;
  transform: translate(0, -50%) scale(0.94); opacity: 0; pointer-events: none;
  overflow: hidden; z-index: 5; transition: opacity .5s var(--ease-lux), transform .6s var(--ease-lux);
}
.svc-preview img { width: 100%; height: 100%; object-fit: cover; }
.svc-row:hover .svc-preview { opacity: 1; transform: translate(0, -50%) scale(1); }
@media (max-width: 900px) {
  .svc-row { grid-template-columns: 3rem 1fr; }
  .svc-meta { grid-column: 2; margin-top: 0.75rem; }
  .svc-preview { display: none; }
  .svc-row:hover { padding-left: 0; }
}

/* ── ATMOSPHERE — full bleed cinematic ─────────────────── */
.atmos { position: relative; height: 100svh; overflow: hidden; }
.atmos-img { position: absolute; inset: 0; }
.atmos-img img { width: 100%; height: 118%; object-fit: cover; filter: brightness(0.5) saturate(0.9); will-change: transform; }
.atmos::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(21,15,12,0.6), rgba(21,15,12,0.2) 50%, rgba(21,15,12,0.85));
}
.atmos-content {
  position: relative; z-index: 3; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 var(--section-x);
}
.atmos-title { font-size: clamp(2.2rem, 6vw, 5rem); color: var(--cream); line-height: 1.05; max-width: 16ch; }
.atmos-title .script { color: var(--gold); font-size: 1.3em; }

/* ── REVIEW WALL — all reviews present at once, glass panels ───────
   No rotation, no per-card stagger. Trust reads from being able to see
   several at a glance, not from motion. The whole wall reveals as one unit. */
.review-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .review-wall { grid-template-columns: 1fr; } }
.review-panel {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(16px) saturate(120%); -webkit-backdrop-filter: blur(16px) saturate(120%);
  border: 1px solid rgba(21,15,12,0.08);
  box-shadow: 0 24px 60px rgba(21,15,12,0.05);
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.75rem, 3.5vw, 2.25rem);
  display: flex; flex-direction: column;
}
.review-mark { font-family: var(--font-display); font-size: 2.75rem; color: var(--gold-antique); opacity: 0.5; line-height: 0.5; margin-bottom: 1rem; display: block; }
.review-text {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 1.05rem; line-height: 1.75; color: var(--text-on-light); flex: 1; margin-bottom: 1.75rem;
}
.review-meta { display: flex; flex-direction: column; gap: 0.35rem; padding-top: 1.25rem; border-top: 1px solid rgba(21,15,12,0.08); }
.review-stars { color: var(--gold-antique); font-size: 0.72rem; letter-spacing: 0.15em; }
.review-name { font-family: var(--font-display); font-size: 0.95rem; color: var(--wine); }
.review-service { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-on-light-dim); }

/* ── FEATURED / SIGNATURE CARDS ────────────────────────── */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr; } }
.feat-card { position: relative; overflow: hidden; aspect-ratio: 3/4; }
.feat-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.88) brightness(0.8); transition: transform 1.1s var(--ease-lux), filter .6s; will-change: transform; }
.feat-card:hover img { transform: scale(1.07); filter: saturate(0.95) brightness(0.88); }
.feat-card::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(21,15,12,0) 35%, rgba(21,15,12,0.92) 100%); }
.feat-card-content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 2rem; }
.feat-card-tag { font-size: 0.6rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.7rem; display:block; }
.feat-card-name { font-family: var(--font-display); font-size: 1.65rem; color: var(--cream); margin-bottom: 0.45rem; line-height: 1.15; }
.feat-card-price { font-size: 0.75rem; letter-spacing: 0.12em; color: var(--text-on-dark-dim); }

/* ── PRICE TABLES ──────────────────────────────────────── */
.price-cat { margin-bottom: 4.5rem; scroll-margin-top: 7rem; }
.price-cat-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; border-bottom: 1px solid var(--wine); padding-bottom: 1rem; margin-bottom: 1.25rem; }
.price-cat-name { font-family: var(--font-display); font-size: clamp(1.6rem,3.5vw,2.4rem); color: var(--wine); }
.price-row { display: flex; justify-content: space-between; align-items: baseline; padding: 0.9rem 0; border-bottom: 1px solid var(--rule-on-light); gap: 1rem; }
.price-row-name { font-size: 0.92rem; }
.price-row-dots { flex: 1; border-bottom: 1px dotted rgba(21,15,12,0.22); margin: 0 0.85rem; transform: translateY(-4px); }
.price-row-value { font-family: var(--font-display); font-size: 1.05rem; color: var(--wine); white-space: nowrap; }
.price-row--feat { background: rgba(201,169,97,0.10); margin: 0 -1rem; padding-left: 1rem; padding-right: 1rem; }
.price-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,243,235,0.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule-on-light);
  display: flex; overflow-x: auto; padding: 0 var(--section-x); scrollbar-width: none;
}
.price-nav::-webkit-scrollbar { display: none; }
.price-nav a { padding: 1.1rem 1.15rem; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; color: var(--text-on-light-dim); transition: color .3s; }
.price-nav a.active { color: var(--wine); }
/* A single indicator glides between tabs instead of each tab snapping its
   own underline on and off — one continuous motion reads as more considered. */
.price-nav-indicator { position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--wine); pointer-events: none; }

/* ── BRIDAL PACKAGES — editorial tiers ─────────────────── */
.pkg-hero { border: 1px solid var(--gold); padding: clamp(2.25rem, 5vw, 4rem); position: relative; background: linear-gradient(150deg, rgba(201,169,97,0.07), transparent 60%); }
.pkg-badge { position: absolute; top: 0; right: 0; background: var(--gold); color: var(--ink); font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; padding: 0.5rem 1.15rem; }
.pkg-name { font-family: var(--font-display); font-size: clamp(1.6rem,3.5vw,2.5rem); color: var(--gold); margin-bottom: 0.5rem; line-height: 1.1; }
.pkg-price { font-family: var(--font-display); font-size: clamp(2.2rem,5vw,3.4rem); color: var(--cream); margin-bottom: 2rem; line-height: 1; }
.pkg-list { font-size: 0.87rem; color: var(--text-on-dark-dim); line-height: 2.1; margin-bottom: 2.25rem; }
.pkg-list li::before { content: '·'; color: var(--gold); margin-right: 0.75rem; }
.pkg-tier { border-top: 1px solid var(--rule-on-dark); padding: clamp(1.75rem,3.5vw,2.5rem) 0; display: grid; grid-template-columns: 1fr auto; gap: 1.5rem 2rem; align-items: start; }
.pkg-tier-name { font-family: var(--font-display); font-size: clamp(1.25rem,2.6vw,1.75rem); color: var(--cream); margin-bottom: 0.5rem; }
.pkg-tier-note { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); }
.pkg-tier-list { font-size: 0.85rem; color: var(--text-on-dark-dim); line-height: 1.95; margin-top: 0.9rem; max-width: 560px; }
.pkg-tier-price { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2.1rem); color: var(--gold); white-space: nowrap; }
@media (max-width: 700px) { .pkg-tier { grid-template-columns: 1fr; } }

/* ── JOURNEY STEPS ─────────────────────────────────────── */
.journey-step { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem,4vw,3.5rem); padding: clamp(2rem,4vw,3rem) 0; border-bottom: 1px solid var(--rule-on-dark); }
.journey-num { font-family: var(--font-display); font-size: clamp(2.5rem,6vw,4.5rem); color: var(--gold-deep); line-height: 0.9; }
.journey-title { font-family: var(--font-display); font-size: clamp(1.3rem,2.8vw,1.9rem); color: var(--cream); margin-bottom: 0.85rem; }
.journey-text { font-size: 0.92rem; color: var(--text-on-dark-dim); line-height: 1.9; max-width: 560px; }

/* ── FAQ ───────────────────────────────────────────────── */
.faq-item { border-bottom: 1px solid var(--rule-on-light); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.75rem 0; cursor: pointer; font-family: var(--font-display); font-size: clamp(1.05rem,2.2vw,1.35rem); color: var(--text-on-light); transition: color .35s; }
.faq-q:hover { color: var(--wine); }
.faq-q .plus { font-size: 1.1rem; color: var(--wine); transition: transform .45s var(--ease-lux); flex-shrink: 0; }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .55s var(--ease-lux); font-size: 0.94rem; color: var(--text-on-light-dim); line-height: 1.9; }
.faq-a-inner { padding-bottom: 1.75rem; max-width: 640px; }

/* ── GALLERY ───────────────────────────────────────────── */
.gal-grid { columns: 3 300px; column-gap: 1rem; }
.gal-grid figure { break-inside: avoid; margin-bottom: 1rem; overflow: hidden; position: relative; }
.gal-grid img { width: 100%; display: block; filter: saturate(0.9); transition: transform 1s var(--ease-lux), filter .5s; will-change: transform; }
.gal-grid figure:hover img { transform: scale(1.05); filter: saturate(1); }
@media (max-width: 700px) { .gal-grid { columns: 2 160px; column-gap: 0.6rem; } .gal-grid figure { margin-bottom: 0.6rem; } }

/* ── FOOTER — editorial ────────────────────────────────── */
footer { background: var(--ink); color: var(--text-on-dark); padding: clamp(4rem,8vw,7rem) 0 2.5rem; position: relative; }
.footer-statement { text-align: center; padding-bottom: clamp(3rem,6vw,5rem); border-bottom: 1px solid var(--rule-on-dark); }
.footer-logo { width: clamp(80px,10vw,110px); margin: 0 auto 2rem; opacity: 0.95; }
.footer-tagline { font-family: var(--font-script); color: var(--gold); font-size: clamp(2rem,5vw,3.4rem); line-height: 1; margin-bottom: 1.5rem; }
.footer-address { font-size: 0.8rem; letter-spacing: 0.14em; color: var(--text-on-dark-dim); line-height: 2; text-transform: uppercase; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.5rem; padding: 2.5rem 0; }
.footer-nav a { font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-on-dark-dim); transition: color .35s; }
.footer-nav a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding-top: 2rem; border-top: 1px solid var(--rule-on-dark); font-size: 0.66rem; letter-spacing: 0.1em; color: rgba(245,230,211,0.45); }
.footer-bottom strong { color: var(--gold); font-weight: 500; }

/* ── BOOKING MODAL ─────────────────────────────────────── */
.modal-overlay {
  position: fixed; inset: 0; z-index: 1500;
  background: rgba(10,7,5,0.75); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center; padding: 1.25rem;
  opacity: 0; visibility: hidden;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal {
  background: var(--ink-soft); border: 1px solid var(--glass-border);
  width: 100%; max-width: 620px; max-height: 88svh; overflow-y: auto;
  position: relative; transform: translateY(24px) scale(0.97);
}
.modal-head { padding: 2.25rem 2.25rem 1.5rem; border-bottom: 1px solid var(--rule-on-dark); position: sticky; top: 0; background: var(--ink-soft); z-index: 3; }
.modal-close { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; color: var(--gold); font-size: 1.4rem; cursor: pointer; line-height: 1; padding: 0.25rem; }
.modal-eyebrow { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.modal-title { font-family: var(--font-display); font-size: 1.7rem; color: var(--cream); line-height: 1.15; }
.modal-progress { display: flex; gap: 0.4rem; margin-top: 1.5rem; }
.modal-progress span { flex: 1; height: 1px; background: var(--rule-on-dark); transition: background .5s; }
.modal-progress span.done { background: var(--gold); }
.modal-body { padding: 2rem 2.25rem 2.25rem; }
.modal-step { display: none; }
.modal-step.active { display: block; }
.opt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; }
@media (max-width: 520px) { .opt-grid { grid-template-columns: 1fr; } }
.opt {
  border: 1px solid var(--rule-on-dark); background: transparent; color: var(--cream);
  padding: 1.05rem 1.15rem; text-align: left; cursor: pointer; font-size: 0.88rem;
  transition: border-color .35s, background .35s, color .35s; font-family: var(--font-body);
}
.opt:hover { border-color: var(--gold); background: rgba(201,169,97,0.07); }
.opt.selected { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.opt-note { display: block; font-size: 0.68rem; color: var(--text-on-dark-dim); margin-top: 0.3rem; letter-spacing: 0.04em; }
.opt.selected .opt-note { color: rgba(21,15,12,0.7); }
.modal-field { margin-bottom: 1.25rem; }
.modal-label { display: block; font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.modal-input {
  width: 100%; background: transparent; border: 1px solid var(--rule-on-dark);
  color: var(--cream); padding: 1rem 1.15rem; font-size: 0.92rem; font-family: var(--font-body);
  transition: border-color .35s;
}
.modal-input:focus { outline: none; border-color: var(--gold); }
.modal-input::-webkit-calendar-picker-indicator { filter: invert(0.75) sepia(1) saturate(2) hue-rotate(3deg); cursor: pointer; }
.modal-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.modal-back { background: none; border: none; color: var(--text-on-dark-dim); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: color .3s; }
.modal-back:hover { color: var(--gold); }
.modal-back[hidden] { visibility: hidden; }
.summary-row { display: flex; justify-content: space-between; gap: 1.5rem; padding: 0.95rem 0; border-bottom: 1px solid var(--rule-on-dark); }
.summary-key { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep); }
.summary-val { font-family: var(--font-display); font-size: 1.02rem; color: var(--cream); text-align: right; }

/* ── GOLD SHIMMER — ported from react-bits ShinyText ────
   Slow metallic sweep. Used sparingly: hero word, key figures. */
.shimmer {
  background: linear-gradient(
    100deg,
    var(--gold) 20%,
    var(--gold-light) 42%,
    #FFF4D6 50%,
    var(--gold-light) 58%,
    var(--gold) 80%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: shimmer-sweep 7s linear infinite;
}
@keyframes shimmer-sweep {
  0%   { background-position: 180% 0; }
  100% { background-position: -80% 0; }
}
.gsap-off .shimmer { animation: none; }

/* ── SCROLL REVEAL ──────────────────────────────────────
   Progressive enhancement: content is VISIBLE by default.
   Elements are only hidden once JS has confirmed it can
   actually animate them (html.anim-ready, set at runtime).
   If GSAP is blocked, throttled, or errors — nothing is lost. */
.anim-ready .reveal,
.anim-ready [data-stagger] > *,
.anim-ready [data-line-reveal] { opacity: 0; }
.anim-ready .rule-sm { transform: scaleX(0); }
.anim-ready .hero-kicker,
.anim-ready .hero-word,
.anim-ready .hero-sub,
.anim-ready .hero-meta-item,
.anim-ready .hero-ctas .btn,
.anim-ready .hero-scroll { opacity: 0; }
.anim-ready .hero-eyebrow span { transform: translateY(110%); }

/* ── MISC ──────────────────────────────────────────────── */
.text-center { text-align: center; }
.mt-lg { margin-top: 3rem; }
.mt-xl { margin-top: 4.5rem; }

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