/* ============================================================
   A'LUXE MEDICAL AESTHETICS — luxury design system
   Palette: warm ink / champagne / gold / ivory
   Type: Cormorant Garamond (display) + Jost (UI)
   ============================================================ */

:root {
  --ink: #0b0a08;
  --ink-2: #14110d;
  --champagne: #eac8a7;
  --gold: #c9a06c;
  --gold-deep: #a87f4c;
  --ivory: #f7f2ea;
  --stone: #a99e8f;
  --hairline: rgba(234, 200, 167, 0.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--gold); color: var(--ink); }

/* Cormorant has long extenders (asc ~0.73em / desc ~0.29em). At line-height
   1.12 the stacked <br/> headings left only ~0.10em between a descender and
   the next line's ascender — legal but visually cramped. 1.2 opens it up. */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.2; text-wrap: balance; }
h1 {
  font-size: clamp(2.6rem, 6.4vw, 5.2rem); letter-spacing: 0.01em;
  line-height: 1.16; /* largest type needs the least relative leading */
  /* Cormorant defaults to oldstyle figures, where "1" reads as a small-cap I */
  font-variant-numeric: lining-nums; font-feature-settings: "lnum" 1;
}
h2 { font-size: clamp(2rem, 4.6vw, 3.6rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.3; }
em { font-style: italic; color: var(--champagne); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.section { padding: clamp(90px, 12vw, 160px) clamp(22px, 7vw, 120px); position: relative; }
.center { text-align: center; margin-top: 56px; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}

.section-sub { color: var(--stone); max-width: 46ch; margin-top: 20px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 17px 38px;
  border: 1px solid var(--gold);
  transition: all 0.35s ease;
  cursor: pointer;
}
.btn-gold { background: linear-gradient(135deg, var(--champagne), var(--gold)); color: var(--ink); border: none; }
.btn-gold:hover { filter: brightness(1.08); transform: translateY(-2px); box-shadow: 0 12px 34px rgba(201, 160, 108, 0.35); }
.btn-ghost { color: var(--champagne); }
.btn-ghost:hover { background: rgba(234, 200, 167, 0.08); }

/* ---------- nav ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(22px, 4.5vw, 60px);
  background: linear-gradient(rgba(11, 10, 8, 0.82), rgba(11, 10, 8, 0.55) 70%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234, 200, 167, 0.1);
}
.nav-brand { font-family: var(--serif); font-size: 1.55rem; letter-spacing: 0.06em; color: var(--ivory); display: flex; align-items: baseline; gap: 12px; }
.nav-brand-sub { font-family: var(--sans); font-size: 0.58rem; font-weight: 500; letter-spacing: 0.4em; color: var(--gold); }
.nav-links { display: flex; gap: clamp(16px, 2.6vw, 38px); }
.nav-links a { font-size: 0.74rem; font-weight: 400; letter-spacing: 0.26em; text-transform: uppercase; color: var(--stone); transition: color 0.3s; }
.nav-links a:hover { color: var(--champagne); }
.nav-cta { padding: 12px 26px; }

/* ---------- cinematic scrub sections ---------- */
.cinematic { position: relative; height: 260vh; background: var(--ink); }
.cinematic .sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.cinematic canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 50%, transparent 40%, rgba(11, 10, 8, 0.66) 100%),
    linear-gradient(rgba(11, 10, 8, 0.5), transparent 22%, transparent 78%, rgba(11, 10, 8, 0.72));
}
.overlay {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  text-align: center; padding: 0 6vw;
  pointer-events: none;
}
.overlay .reveal-line {
  grid-area: 1 / 1;
  opacity: 0;
  will-change: opacity, transform;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.55);
}
.overlay .eyebrow { margin-bottom: 22px; }
.overlay h1 .brand-sub { display: block; }
.lux-line { font-size: clamp(2.2rem, 5.4vw, 4.4rem); font-weight: 400; }
.scroll-hint {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  font-size: 0.66rem; letter-spacing: 0.5em; color: var(--champagne);
  transition: opacity 0.5s;
}
.scroll-hint::after {
  content: ""; display: block; width: 1px; height: 42px;
  margin: 10px auto 0; background: linear-gradient(var(--gold), transparent);
}

/* ---------- reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- intro ---------- */
.intro { background: var(--ink); }
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.intro-copy p + p { margin-top: 20px; }
.intro-copy { color: var(--stone); font-size: 1.02rem; }
.intro-copy strong { color: var(--champagne); font-weight: 500; }

.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 30px; margin-top: clamp(60px, 8vw, 110px);
  border-top: 1px solid var(--hairline); padding-top: 46px;
}
.stat { text-align: center; }
.stat-num { font-family: var(--serif); font-size: clamp(2.4rem, 4.6vw, 3.6rem); color: var(--champagne); display: block; }
.stat-label { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--stone); }

/* ---------- services menu ---------- */
.services { background: var(--ink-2); }
/* Section header sits left, storefront photo fills the dead space on the right. */
.services-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.services-head-copy { min-width: 0; }
.services-head-media { margin: 0; min-width: 0; }
.services-head-media img {
  width: 100%; height: auto;
  border: 1px solid var(--hairline);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.services-head-media figcaption {
  margin-top: 14px; color: var(--stone);
  font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
}
@media (max-width: 960px) {
  .services-head { grid-template-columns: 1fr; gap: 34px; }
}
.menu { list-style: none; margin-top: clamp(40px, 6vw, 70px); }
.menu-item { padding: 34px 0; border-bottom: 1px solid var(--hairline); }
.menu-item:first-child { border-top: 1px solid var(--hairline); }
.menu-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.menu-head h3 { color: var(--ivory); }
.price {
  font-family: var(--sans); font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
  white-space: nowrap;
}
.menu-item p { color: var(--stone); max-width: 62ch; margin-top: 12px; font-size: 0.98rem; }
.menu-item { transition: background 0.4s, padding-left 0.4s; }
.menu-item:hover { background: linear-gradient(90deg, rgba(234, 200, 167, 0.05), transparent 70%); padding-left: 18px; }
.menu-flagship { background: linear-gradient(90deg, rgba(201, 160, 108, 0.1), transparent 75%); padding-left: 18px; border-left: 2px solid var(--gold); }
/* Linked menu rows: the whole row is the click target (stretched link). */
.menu-item { position: relative; }
.menu-head h3 a { transition: color 0.3s; }
.menu-head h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.menu-item:has(h3 a) { cursor: pointer; }
.menu-item:has(h3 a):hover h3 a { color: var(--champagne); }
.menu-item:has(h3 a):hover .menu-link { color: var(--champagne); }
.menu-link { color: var(--gold); font-size: 0.82rem; letter-spacing: 0.06em; white-space: nowrap; transition: color 0.3s; }

/* ---------- flagship ---------- */
.flagship { background: var(--ink); }
.flagship-card {
  max-width: 980px; margin: 0 auto;
  padding: clamp(44px, 7vw, 90px);
  background: linear-gradient(160deg, rgba(234, 200, 167, 0.08), rgba(20, 17, 13, 0.9) 55%);
  border: 1px solid rgba(234, 200, 167, 0.22);
  text-align: center;
}
.flagship-copy { color: var(--stone); max-width: 58ch; margin: 26px auto 0; }
.flagship-points { list-style: none; margin: 34px auto 0; max-width: 460px; text-align: left; }
.flagship-points li { padding: 12px 0 12px 34px; position: relative; border-bottom: 1px solid rgba(234, 200, 167, 0.1); color: var(--ivory); font-size: 0.98rem; }
.flagship-points li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.flagship-cta { margin-top: 44px; display: flex; align-items: center; justify-content: center; gap: 34px; flex-wrap: wrap; }
.flagship-price { font-family: var(--serif); font-size: 1.4rem; color: var(--champagne); }
.flagship-price strong { font-size: 1.9rem; font-weight: 600; }

/* ---------- journey ---------- */
.journey { background: var(--ink-2); text-align: center; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 4vw, 60px); margin-top: clamp(50px, 7vw, 90px); text-align: left; }
.step { padding: 38px 30px; border: 1px solid var(--hairline); background: rgba(11, 10, 8, 0.5); transition: transform 0.4s ease, border-color 0.4s; }
.step:hover { transform: translateY(-6px); border-color: rgba(234, 200, 167, 0.45); }
.step-num { font-family: var(--serif); font-size: 3rem; color: rgba(234, 200, 167, 0.28); display: block; margin-bottom: 16px; }
.step h3 { margin-bottom: 14px; color: var(--champagne); }
.step p { color: var(--stone); font-size: 0.96rem; }
.trust-strip { margin-top: clamp(50px, 7vw, 80px); font-size: 0.74rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }

/* ---------- faq ---------- */
.faq { background: var(--ink); }
.faq-list { max-width: 860px; margin-top: clamp(40px, 6vw, 60px); }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq details:first-child { border-top: 1px solid var(--hairline); }
.faq summary {
  cursor: pointer; list-style: none;
  font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem);
  padding: 26px 46px 26px 0; position: relative; color: var(--ivory);
  transition: color 0.3s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-weight: 300; font-size: 1.5rem; color: var(--gold);
  transition: transform 0.3s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details[open] summary { color: var(--champagne); }
.faq details p { padding: 0 0 28px; color: var(--stone); max-width: 70ch; }
.faq details p strong { color: var(--champagne); font-weight: 500; }

/* ---------- contact ---------- */
.contact { background: var(--ink-2); }
.contact-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: stretch; }
address { font-style: normal; margin-top: 30px; font-size: 1.05rem; line-height: 1.9; color: var(--ivory); }
address strong { font-family: var(--serif); font-size: 1.25rem; color: var(--champagne); font-weight: 500; }
.contact-lines { margin-top: 20px; color: var(--stone); line-height: 2.1; }
.contact-lines a { color: var(--champagne); border-bottom: 1px solid rgba(234, 200, 167, 0.3); transition: border-color 0.3s; }
.contact-lines a:hover { border-color: var(--champagne); }
.contact-ctas { margin-top: 36px; display: flex; gap: 18px; flex-wrap: wrap; }
.contact-panel { position: relative; min-height: 380px; border: 1px solid rgba(234, 200, 167, 0.2); background: radial-gradient(90% 90% at 70% 20%, rgba(201, 160, 108, 0.16), rgba(11, 10, 8, 0.4) 70%); display: grid; place-items: stretch; overflow: hidden; }
.panel-map {
  width: 100%; height: 100%; min-height: 380px; border: 0; display: block;
  /* Google's default map is near-white and fights the ink palette */
  filter: invert(0.92) hue-rotate(180deg) saturate(0.5) contrast(0.9);
}
.panel-inner { text-align: center; padding: 40px; }
.panel-mark { font-family: var(--serif); font-size: 6rem; color: var(--champagne); line-height: 1; display: block; margin-bottom: 18px; }
.panel-inner p { font-family: var(--serif); font-size: 1.6rem; font-style: italic; color: var(--stone); line-height: 1.4; }

/* ---------- footer ---------- */
.footer { padding: 70px clamp(22px, 7vw, 120px) 40px; border-top: 1px solid var(--hairline); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-brand { font-family: var(--serif); font-size: 1.3rem; letter-spacing: 0.04em; }
.footer-brand span { font-family: var(--sans); font-size: 0.56rem; letter-spacing: 0.38em; color: var(--gold); }
.footer-grid p { color: var(--stone); font-size: 0.9rem; margin-top: 12px; max-width: 34ch; }
.footer-grid nav { display: grid; gap: 12px; }
.footer-grid nav a { color: var(--stone); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; transition: color 0.3s; }
.footer-grid nav a:hover { color: var(--champagne); }
.footer-nap a { color: var(--champagne); }
.footer-legal { text-align: center; color: rgba(169, 158, 143, 0.55); font-size: 0.75rem; margin-top: 56px; letter-spacing: 0.08em; }

/* ---------- service subpages ---------- */
.svc-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  padding: clamp(120px, 16vw, 190px) clamp(22px, 7vw, 120px) clamp(56px, 7vw, 90px);
  background: var(--ink-2) url("assets/hero-poster.jpg") center / cover no-repeat;
  overflow: hidden;
}
.svc-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11, 10, 8, 0.86) 0%, rgba(11, 10, 8, 0.62) 40%, rgba(11, 10, 8, 0.94) 100%);
}
.svc-hero-inner { position: relative; z-index: 2; max-width: 900px; }
.svc-hero h1 { color: var(--ivory); }
.svc-hero .section-sub { max-width: 54ch; margin-top: 24px; }

.breadcrumb { font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--stone); margin-bottom: 20px; }
.breadcrumb a { color: var(--gold); transition: color 0.3s; }
.breadcrumb a:hover { color: var(--champagne); }
.breadcrumb span { margin: 0 10px; color: rgba(169, 158, 143, 0.5); }

.svc-intro { background: var(--ink); }
.svc-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 90px); align-items: start; }
.svc-intro-grid p { color: var(--stone); }
.svc-intro-grid p + p { margin-top: 20px; }
.svc-intro-grid strong { color: var(--champagne); font-weight: 400; }

.svc-list { background: var(--ink-2); }
/* Pages that run several sub-groups back to back (botox, t-shape) read as dead
   space with the full stacked .section padding. Tighten only the gaps *between*
   consecutive groups — the first group's top and the last group's bottom keep
   the page rhythm. Opt in with class="pg-dense" on <body>. */
body.pg-dense .svc-list + .svc-list { padding-top: clamp(46px, 5.5vw, 76px); }
body.pg-dense .svc-list:has(+ .svc-list) { padding-bottom: clamp(46px, 5.5vw, 76px); }
.svc-affirm { font-size: 0.78rem; letter-spacing: 0.06em; color: rgba(169, 158, 143, 0.72); margin-top: 8px; }
.menu-item .svc-affirm { margin-top: 8px; }
.svc-meta { color: var(--ivory) !important; font-size: 0.92rem !important; margin-top: 14px !important; }
.svc-meta strong { color: var(--champagne); font-weight: 500; }
.svc-benefits { list-style: none; margin-top: 16px; max-width: 62ch; }
.svc-benefits li { position: relative; padding: 6px 0 6px 24px; color: var(--stone); font-size: 0.94rem; }
.svc-benefits li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.svc-addon {
  display: inline-block; margin-top: 18px; padding: 9px 20px;
  border: 1px solid var(--hairline); background: rgba(234, 200, 167, 0.05);
  font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--champagne);
}
.svc-note { margin-top: clamp(34px, 5vw, 54px); color: rgba(169, 158, 143, 0.7); font-size: 0.84rem; max-width: 70ch; }

/* Coverage-area price tiers inside a treatment family (Face / +Neck / +Décolleté) */
.tier-list { list-style: none; margin-top: 24px; max-width: 660px; border-top: 1px solid var(--hairline); }
.tier-list li { display: flex; align-items: baseline; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(234, 200, 167, 0.09); }
.tier-area { flex: 1; color: var(--ivory); font-size: 0.94rem; }
.tier-price { font-size: 0.88rem; font-weight: 500; letter-spacing: 0.16em; color: var(--champagne); white-space: nowrap; }
.tier-affirm { font-size: 0.71rem; color: rgba(169, 158, 143, 0.6); white-space: nowrap; min-width: 172px; text-align: right; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .svc-intro-grid { grid-template-columns: 1fr; }
  .svc-hero { min-height: 52vh; }
  .tier-list li { flex-wrap: wrap; gap: 4px 14px; }
  .tier-area { flex: 1 0 100%; }
  .tier-affirm { min-width: 0; text-align: left; }
  .nav-links { display: none; }
  .intro-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 38px 20px; }
  .steps { grid-template-columns: 1fr; }
  .menu-head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .cinematic { height: 220vh; }
  .contact-panel, .panel-map { min-height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   NAV — Services mega-menu
   Flat A–Z list of every treatment page, laid out 6 rows x 3
   columns so it reads down each column instead of one long row.
   CSS-only: :hover for mice, :focus-within for keyboard.
   ============================================================ */
.nav-item { position: relative; display: flex; align-items: center; }
.nav-trigger { display: inline-flex; align-items: center; gap: 8px; }
.nav-trigger::after {
  content: ""; width: 5px; height: 5px; margin-top: -3px; opacity: 0.65;
  border-right: 1px solid currentColor; border-bottom: 1px solid currentColor;
  transform: rotate(45deg); transition: transform 0.3s, opacity 0.3s;
}
.nav-item:hover .nav-trigger::after,
.nav-item:focus-within .nav-trigger::after { transform: rotate(225deg) translate(-2px, -2px); opacity: 1; }

.mega {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  /* transparent bridge so the panel survives the trip from trigger to list */
  padding-top: 16px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s;
}
.nav-item:hover .mega,
.nav-item:focus-within .mega { opacity: 1; visibility: visible; pointer-events: auto; }

.mega-inner {
  width: min(780px, calc(100vw - 48px));
  padding: 24px clamp(20px, 2.4vw, 32px) 20px;
  background: rgba(14, 12, 9, 0.95);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--hairline);
  border-top: 1px solid rgba(201, 160, 108, 0.5);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.55);
  transform: translateY(-8px); transition: transform 0.28s ease;
}
.nav-item:hover .mega-inner,
.nav-item:focus-within .mega-inner { transform: translateY(0); }

.mega-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px;
  padding-bottom: 13px; margin-bottom: 8px; border-bottom: 1px solid var(--hairline);
}
.mega-head .eyebrow { font-size: 0.62rem; letter-spacing: 0.36em; color: var(--gold); }
.nav-links .mega-all {
  font-size: 0.62rem; letter-spacing: 0.2em; color: var(--stone); white-space: nowrap;
}
.nav-links .mega-all:hover { color: var(--champagne); }

.mega-grid {
  display: grid; grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(14px, 2vw, 26px);
}
.nav-links .mega-grid a {
  font-family: var(--serif); font-size: 0.98rem; font-weight: 400;
  letter-spacing: 0.01em; text-transform: none; color: var(--ivory);
  padding: 8px 8px 8px 13px; border-left: 1px solid transparent;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.nav-links .mega-grid a:hover,
.nav-links .mega-grid a:focus-visible {
  color: var(--champagne); border-left-color: var(--gold);
  background: linear-gradient(90deg, rgba(201, 160, 108, 0.13), transparent 80%);
}
.nav-links .mega-grid a[aria-current="page"] { color: var(--gold); border-left-color: var(--gold-deep); }

@media (prefers-reduced-motion: reduce) {
  .mega, .mega-inner, .nav-trigger::after { transition: none; }
}

/* ============================================================
   MOBILE NAV — hamburger + full-screen panel (<=960px)
   The desktop .nav-links (and its mega-menu) are display:none
   below 960px, so this panel is the only nav phones ever see.
   ============================================================ */
.nav-toggle {
  display: none; position: relative; z-index: 2;
  width: 42px; height: 34px; padding: 0; cursor: pointer;
  background: none; border: 1px solid var(--hairline); border-radius: 2px;
}
.nav-toggle span {
  position: absolute; left: 11px; width: 18px; height: 1px; background: var(--champagne);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
}
.nav-toggle span:nth-child(1) { top: 12px; }
.nav-toggle span:nth-child(2) { top: 16px; }
.nav-toggle span:nth-child(3) { top: 20px; }
body.mnav-open .nav-toggle span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
body.mnav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.mnav-open .nav-toggle span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }

.mobile-nav { display: none; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav-cta { display: none; }          /* Book Now lives in the panel instead */

  .mobile-nav {
    display: block; position: fixed; inset: 0; z-index: 55;
    background: rgba(11, 10, 8, 0.97);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    opacity: 0; visibility: hidden;
    transition: opacity 0.32s ease, visibility 0.32s;
  }
  body.mnav-open .mobile-nav { opacity: 1; visibility: visible; }
  body.mnav-open { overflow: hidden; }

  .mobile-nav-inner {
    padding: 86px clamp(22px, 6vw, 40px) 46px;
    opacity: 0; transform: translateY(-14px);
    transition: transform 0.36s ease 0.04s, opacity 0.36s ease 0.04s;
  }
  body.mnav-open .mobile-nav-inner { opacity: 1; transform: none; }

  .mnav-primary { display: grid; gap: 0; padding-bottom: 18px; border-bottom: 1px solid var(--hairline); }
  .mnav-primary a { font-family: var(--serif); font-size: 1.34rem; color: var(--ivory); padding: 4px 0; }
  .mnav-primary a:hover, .mnav-primary a:active { color: var(--champagne); }

  .mnav-label { margin: 22px 0 2px; font-size: 0.62rem; letter-spacing: 0.36em; color: var(--gold); }

  .mnav-services { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 18px; }
  .mnav-services a {
    font-size: 0.82rem; color: var(--stone); padding: 9px 0;
    border-bottom: 1px solid rgba(234, 200, 167, 0.08); transition: color 0.25s;
  }
  .mnav-services a:hover, .mnav-services a:active { color: var(--champagne); }
  .mnav-services a[aria-current="page"] { color: var(--gold); }

  .mnav-foot { margin-top: 30px; display: flex; flex-direction: column; align-items: stretch; gap: 20px; }
  .mnav-foot .btn { text-align: center; }
  .mnav-tel { font-family: var(--serif); font-size: 1.35rem; color: var(--champagne); text-align: center; }
}

@media (max-width: 359px) { .mnav-services { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER — treatment directory + legal links
   ============================================================ */
.footer-services { padding-bottom: 42px; margin-bottom: 42px; border-bottom: 1px solid var(--hairline); }
.footer-services .eyebrow { font-size: 0.62rem; letter-spacing: 0.36em; color: var(--gold); margin-bottom: 20px; }
.footer-services-grid {
  display: grid; grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: repeat(4, 1fr);
  gap: 11px clamp(16px, 2.2vw, 32px);
}
.footer-services-grid a { color: var(--stone); font-size: 0.85rem; transition: color 0.3s; }
.footer-services-grid a:hover { color: var(--champagne); }
.footer-services-grid a[aria-current="page"] { color: var(--gold); }

.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 24px; }
.footer-legal-links { display: inline-flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-legal-links a { color: var(--stone); transition: color 0.3s; }
.footer-legal-links a:hover { color: var(--champagne); }

@media (max-width: 960px) {
  .footer-services-grid { grid-auto-flow: row; grid-template-rows: none; grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   LEGAL PAGES — privacy / terms
   ============================================================ */
.legal-date { margin-top: 18px; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.legal { padding-top: clamp(50px, 6vw, 80px); }
.legal-inner { max-width: 74ch; margin: 0 auto; }
.legal-inner h2 {
  font-size: clamp(1.25rem, 2.1vw, 1.6rem); margin-top: 50px;
  padding-top: 26px; border-top: 1px solid var(--hairline);
}
.legal-inner h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.legal-inner p { color: var(--stone); font-size: 0.98rem; line-height: 1.85; margin-top: 16px; }
.legal-inner a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.legal-inner a:hover { color: var(--champagne); }
.legal-inner strong { color: var(--ivory); font-weight: 500; }
.legal-list { margin-top: 18px; padding-left: 0; list-style: none; }
.legal-list li {
  position: relative; padding-left: 22px; margin-top: 12px;
  color: var(--stone); font-size: 0.98rem; line-height: 1.8;
}
.legal-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.legal-contact { line-height: 2; }

@media (prefers-reduced-motion: reduce) {
  .mobile-nav, .mobile-nav-inner, .nav-toggle span { transition: none; }
}
