/* ==========================================================================
   FIVE-STAR DARK — the massagehotelamsterdam theme.
   Near-black grand-hotel luxury: champagne hairlines on #0E0C09, Libre Caslon
   Display for the big voice, Libre Caslon Text for the italic asides, Jost for
   labels and running text. Photography-led, ruled like a hotel ledger.

   Two :root blocks, deliberately:
     1. PALETTE — the build rewrites the value of every token named in
        sites/massagehotelamsterdam.json theme.palette / theme.fonts /
        theme.max / theme.reading. Token NAMES stay put.
     2. DERIVED — computed from block 1, never substituted.

   The legacy names (--ink, --muted, --faint, --rule, --cloud, --sky-*) also
   live in block 1: the shared templates this theme inherits — prices, faq,
   about, contact, booking, journal, legal, 404 — carry them in inline styles,
   so they must resolve to something correct on this dark ground.
   ========================================================================== */

/* ---- 1. PALETTE (build-substituted) ------------------------------------- */
:root {
  /* grounds */
  --bg: #0E0C09;
  --bg-2: #131009;
  --panel: #171310;
  --panel-2: #1C1712;

  /* champagne */
  --champ: #D3B583;
  --champ-hi: #EBD9AF;
  --champ-lo: #A8894F;

  /* text */
  --ivory: #F0E9DC;
  --muted: #A2977F;
  --faint: #776C58;

  /* hairlines */
  --hair: rgba(240,233,220,.12);
  --hair-soft: rgba(240,233,220,.06);

  --header-bg: rgba(14,12,9,.92);
  --wa: #25D366;
  --wa-dark: #1EA857;

  /* legacy aliases for the inherited shared templates */
  --ink: var(--ivory);
  --rule: var(--hair);
  --cloud: var(--bg-2);
  --sky-1: var(--panel);
  --sky-2: var(--panel);
  --sky-3: var(--panel);
  --gold: var(--champ);

  --serif: "Libre Caslon Display","Libre Caslon Text",Georgia,serif;
  --sans: "Jost","Helvetica Neue",Arial,sans-serif;
  --max: 1240px;
  --reading: 660px;
}

/* ---- 2. DERIVED (not substituted) --------------------------------------- */
:root {
  --serif-t: "Libre Caslon Text", Georgia, serif;
  --champ-wash: rgba(211,181,131,.08);
  --champ-line: rgba(211,181,131,.34);
  --sec: clamp(76px, 9vw, 118px);
  --gut: clamp(20px, 4.4vw, 56px);
  --ease: cubic-bezier(.25,.6,.3,1);
}

/* ---- reset --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}
/* one warm lamp, high in the corner */
body::before {
  content: "";
  position: fixed; inset: 0;
  background: radial-gradient(1100px 560px at 80% -6%, rgba(211,181,131,.05), transparent 62%);
  pointer-events: none; z-index: 0;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; margin: 0; cursor: pointer; }
h1, h2, h3, h4, h5, p, figure, dl, dd { margin: 0; }
table { width: 100%; border-collapse: collapse; }
[hidden] { display: none !important; }
::selection { background: rgba(211,181,131,.3); color: #FFF9EC; }
:focus-visible { outline: 1px solid var(--champ); outline-offset: 3px; }
[id] { scroll-margin-top: 96px; }

/* ---- type ---------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ivory);
  letter-spacing: .005em;
  line-height: 1.12;
}
h1 { font-size: clamp(42px, 5.2vw, 74px); line-height: 1.06; text-wrap: balance; }
h2 { font-size: clamp(30px, 3.2vw, 44px); text-wrap: balance; }
h3 { font-size: clamp(20px, 2vw, 23px); line-height: 1.26; }
h4 { font-size: 17px; }
h1 em, h2 em { font-style: italic; font-family: var(--serif-t); color: var(--champ-hi); }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
b, strong { font-weight: 500; color: var(--champ); }
section { position: relative; padding-block: var(--sec); }

.wrap, .container {
  width: 100%; max-width: var(--max);
  margin-inline: auto; padding-inline: var(--gut);
  position: relative; z-index: 1;
}
.reading { max-width: var(--reading); margin-inline: auto; }
.reading.container { padding-inline: var(--gut); max-width: calc(var(--reading) + 2 * var(--gut)); }

.kicker, .label, .label-top {
  display: block;
  font-family: var(--sans);
  font-size: 11px; font-weight: 500;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--champ);
}
.label-top { margin-bottom: 22px; }
.lede {
  color: var(--muted);
  font-size: 17px; font-weight: 300;
  line-height: 1.72;
  max-width: 56ch;
}
.lit {
  font-family: var(--serif-t);
  font-size: clamp(1.02rem, 1.4vw, 1.12rem);
  line-height: 1.85;
  color: var(--muted);
}
.lit em { font-style: italic; color: var(--ivory); }
.small-print { font-size: 13.5px; color: var(--faint); }

/* prose that arrives from the shared templates (reading columns) */
.reading h2 { font-size: clamp(26px, 2.6vw, 34px); margin-top: 8px; }
.reading h3 { margin-bottom: 10px; }
.reading p { color: var(--muted); font-size: 15.5px; }
.reading li { color: var(--muted); }
.reading a { color: var(--ivory); }
.reading a:hover { color: var(--champ-hi); }

/* ---- buttons ------------------------------------------------------------- */
.btn, .btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  padding: 17px 32px; border: 1px solid var(--champ);
  color: var(--champ); background: transparent;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
  white-space: nowrap; text-align: center;
}
.btn--fill, .btn-primary { background: var(--champ); color: #171208; }
.btn--fill:hover, .btn-primary:hover { background: var(--champ-hi); border-color: var(--champ-hi); color: #171208; }
.btn--ghost, .btn-ghost { color: var(--champ); }
.btn--ghost:hover, .btn-ghost:hover { background: var(--champ-wash); }
.btn--wide { width: 100%; }
.acts { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.acts--centre { justify-content: center; margin-top: clamp(30px, 4vw, 44px); }
.acts--tight { gap: 12px; }

/* ---- reveal -------------------------------------------------------------- */
html.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
html.js .rv-2 { transition-delay: .12s; }
html.js .rv-3 { transition-delay: .24s; }
html.js .rv-4 { transition-delay: .36s; }
html.js .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---- 21+ bar ------------------------------------------------------------- */
.age-bar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap;
  padding: 13px var(--gut);
  background: var(--panel-2);
  border-top: 1px solid var(--champ-line);
  box-shadow: 0 -18px 40px rgba(0,0,0,.5);
}
body.age-bar-open .age-bar { display: flex; }
body.age-confirmed .age-bar { display: none !important; }
body.age-bar-open { padding-bottom: 92px; }
.age-bar__line {
  margin: 0; font-size: 12.5px; letter-spacing: .04em;
  color: var(--muted); max-width: 62ch; text-align: center;
}
.age-bar__btn {
  font-family: var(--sans); font-size: 11px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  background: var(--champ); color: #171208;
  padding: 11px 22px; white-space: nowrap;
  transition: background .3s ease;
}
.age-bar__btn:hover { background: var(--champ-hi); }
.age-note { text-align: center; font-size: 12px; color: var(--faint); padding: 10px var(--gut); margin: 0; border-bottom: 1px solid var(--hair-soft); }

/* ---- utility bar --------------------------------------------------------- */
.util-bar { border-bottom: 1px solid var(--hair-soft); position: relative; z-index: 2; }
.util-bar__in {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding-block: 11px;
  font-size: 10.5px; font-weight: 400; letter-spacing: .26em; text-transform: uppercase;
  color: var(--faint);
}
.util-bar__in b { font-weight: 500; color: var(--champ); }
.util-bar .dot { margin: 0 11px; color: var(--champ); opacity: .6; }

/* ---- header -------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 80;
  border-bottom: 1px solid var(--hair);
  background: transparent;
  transition: background .35s ease;
}
.site-header.is-set { background: var(--header-bg); backdrop-filter: blur(10px) saturate(130%); }
.site-header__in {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding-block: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ivory); }
.brand__mark { width: 34px; height: 26px; color: var(--champ); flex: none; }
.brand__stack { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.brand__name { font-family: var(--serif); font-size: 23px; letter-spacing: .02em; white-space: nowrap; }
.brand__city { font-size: 9px; font-weight: 500; letter-spacing: .52em; text-transform: uppercase; color: var(--champ); }
.site-header nav { display: flex; align-items: center; gap: 38px; }
a.nl {
  font-size: 11.5px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase;
  color: var(--muted); position: relative; padding: 6px 0;
  transition: color .25s ease; white-space: nowrap;
}
a.nl::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--champ); transition: width .3s ease;
}
a.nl:hover { color: var(--ivory); }
a.nl:hover::after { width: 100%; }
.nav-cta {
  font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: var(--champ); border: 1px solid var(--champ);
  padding: 11px 22px; white-space: nowrap;
  transition: background .3s ease, color .3s ease;
}
.nav-cta:hover { background: var(--champ); color: #171208; }
.nav-cta--alt { border-color: var(--hair); color: var(--muted); }
.nav-toggle { display: none; width: 40px; height: 40px; position: relative; flex: none; }
.nav-toggle i {
  position: absolute; left: 8px; right: 8px; height: 1px;
  background: var(--champ); transition: transform .3s ease;
}
.nav-toggle i:first-child { top: 16px; }
.nav-toggle i:last-child { bottom: 15px; }

/* ---- hero ---------------------------------------------------------------- */
.hero { padding-block: clamp(64px, 8vw, 108px); }
.hero--split .hero__grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(44px, 6vw, 84px); align-items: center;
}
.hero__copy .kicker { margin-bottom: 30px; }
.hero__copy h1 { margin-bottom: 32px; }
.hero__lede { margin-bottom: 42px; max-width: 52ch; }
.hero__fig { position: relative; margin: 0; }
.hero__frame {
  position: absolute; inset: 24px -24px -24px 24px;
  border: 1px solid var(--hair); pointer-events: none;
}
.hero__fig img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 18%;
  filter: sepia(.14) saturate(.86) contrast(1.04) brightness(.97);
}
.hero__fig figcaption {
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  margin-top: 16px;
}
.hero__cap-n { font-family: var(--serif-t); font-style: italic; font-size: 15px; color: var(--ivory); }
.hero__cap-z { font-size: 10px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: var(--faint); }

/* the shared small hero (prices, faq, about, …) and the profile plate */
.hero-small { padding-block: clamp(56px, 7vw, 92px) clamp(44px, 5vw, 64px); text-align: center; }
.hero-small h1 { max-width: 22ch; margin-inline: auto; }
.hero-small .lede { margin: 24px auto 0; }
.hero-small::after {
  content: ""; display: block; width: 1px; height: clamp(38px, 5vw, 60px);
  margin: clamp(30px, 4vw, 44px) auto 0;
  background: linear-gradient(180deg, var(--champ-line), transparent);
}
.hero--plate .acts { margin-top: 34px; }
.hero-small + section:not(.suite) { padding-top: clamp(16px, 3vw, 40px); }
/* 404 hero reuses .hero bare */
.hero .label-top { margin-bottom: 24px; }
.hero > .label-top, .hero > h1, .hero > .lede, .hero > p { position: relative; z-index: 1; }
section.hero:not(.hero--split):not(.hero-small) { text-align: center; padding-inline: var(--gut); }
section.hero:not(.hero--split):not(.hero-small) .lede { margin: 22px auto 0; }

/* ---- stat strip ----------------------------------------------------------- */
.stats { border-block: 1px solid var(--hair); background: var(--bg-2); }
.stats__in { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 32px 34px; border-left: 1px solid var(--hair-soft); }
.stat:first-child { border-left: none; padding-left: 0; }
.stat__n { font-family: var(--serif); font-size: 27px; color: var(--champ); line-height: 1.15; }
.stat__l { font-size: 10.5px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--faint); margin-top: 6px; }

/* ---- section heads -------------------------------------------------------- */
.sec-head {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 40px;
  margin-bottom: clamp(44px, 5.5vw, 64px);
}
.sec-head .kicker { margin-bottom: 18px; }
.sec-head > p { max-width: 44ch; color: var(--muted); font-size: 15.5px; text-align: right; margin: 0; }

/* ---- the ledger rows (zones, menu, movements) ----------------------------- */
.zone-list { border-top: 1px solid var(--hair); }
.zone {
  display: grid;
  grid-template-columns: 84px 300px 1fr 150px;
  gap: 36px; align-items: baseline;
  padding: 38px 0; border-bottom: 1px solid var(--hair);
  transition: background .3s ease;
}
a.zone:hover { background: linear-gradient(90deg, rgba(211,181,131,.05), transparent 70%); }
.zone__num { font-family: var(--serif); font-size: 20px; color: var(--faint); letter-spacing: .08em; }
.zone__name { font-family: var(--serif); font-size: 26px; line-height: 1.2; color: var(--ivory); }
.zone__name small {
  display: block; font-family: var(--sans); font-size: 10px; font-weight: 500;
  letter-spacing: .3em; text-transform: uppercase; color: var(--champ); margin-top: 9px;
}
.zone__desc { color: var(--muted); font-size: 15.5px; max-width: 58ch; }
.zone__meta { text-align: right; font-family: var(--serif-t); font-style: italic; font-size: 16px; color: var(--champ); }
.zone__meta small {
  display: block; font-family: var(--sans); font-style: normal; font-size: 9.5px; font-weight: 500;
  letter-spacing: .3em; text-transform: uppercase; color: var(--faint); margin-top: 6px;
}
.zone--still { grid-template-columns: 84px 300px 1fr; }
.zone--still .zone__desc { max-width: 68ch; }
.menu__more { margin-top: clamp(32px, 4vw, 44px); text-align: center; }

/* ---- roster cards ---------------------------------------------------------- */
.roster, .rates { background: var(--bg-2); border-block: 1px solid var(--hair); }
.r-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 26px; }
.card { position: relative; display: block; }
.card__ph { display: block; overflow: hidden; background: var(--panel); }
.card__ph img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 16%;
  filter: sepia(.16) saturate(.8) contrast(1.05) brightness(.94);
  transition: filter .45s ease, transform .6s ease;
}
.card:hover .card__ph img {
  filter: sepia(.08) saturate(.95) contrast(1.04) brightness(1);
  transform: scale(1.035);
}
.card__meta { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 15px 2px 0; }
.card__nm { font-family: var(--serif); font-size: 19px; color: var(--ivory); }
.card__nm span { font-family: var(--serif-t); font-style: italic; font-size: 14px; color: var(--faint); margin-left: 8px; }
.card__zc { font-size: 9.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--champ); text-align: right; }
.r-foot {
  margin-top: clamp(40px, 5vw, 56px); padding-top: 30px; border-top: 1px solid var(--hair-soft);
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
}
.r-foot p { color: var(--muted); font-size: 14.5px; max-width: 60ch; margin: 0; }

/* ---- desk steps ------------------------------------------------------------ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--hair); }
.step { border-right: 1px solid var(--hair); padding: 8px 32px; }
.step__n { font-family: var(--serif); font-size: 16px; color: var(--champ); letter-spacing: .14em; display: block; margin-bottom: 20px; }
.step h3 { margin-bottom: 13px; }
.step p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---- rates ------------------------------------------------------------------ */
.rate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 34px; }
.rate {
  border: 1px solid var(--hair); background: var(--panel);
  padding: clamp(34px, 4vw, 50px) clamp(28px, 3.6vw, 50px) clamp(30px, 3.6vw, 44px);
  transition: border-color .3s ease, background .3s ease;
}
.rate:hover { border-color: var(--champ-line); background: var(--panel-2); }
.rate__label { display: block; font-size: 10.5px; font-weight: 500; letter-spacing: .32em; text-transform: uppercase; color: var(--champ); margin-bottom: 20px; }
.rate__price { display: flex; align-items: baseline; gap: 14px; margin-bottom: 18px; }
.rate__amt { font-family: var(--serif); font-size: clamp(44px, 4.6vw, 58px); line-height: 1; color: var(--ivory); }
.rate__per { font-family: var(--serif-t); font-style: italic; font-size: 16px; color: var(--faint); }
.rate h3 { margin-bottom: 10px; }
.rate p { color: var(--muted); font-size: 14.5px; max-width: 44ch; margin: 0; }
.rate-note {
  display: flex; justify-content: space-between; align-items: center; gap: 26px; flex-wrap: wrap;
  border-top: 1px solid var(--hair-soft); padding-top: 28px;
}
.rate-note p { color: var(--muted); font-size: 14.5px; margin: 0; }
.rate-note a { color: var(--ivory); border-bottom: 1px solid var(--champ-line); }
.rate-note a:hover { color: var(--champ-hi); border-bottom-color: var(--champ); }
.rate-note__pay { font-size: 10.5px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: var(--faint); }
.rate-note__pay b { color: var(--champ); font-weight: 500; }
.rate-note--slim { justify-content: center; text-align: center; margin-top: 30px; }
.related { margin-top: clamp(36px, 5vw, 52px); text-align: center; color: var(--muted); font-size: 15px; line-height: 2.1; }
.related .kicker { margin-bottom: 10px; }
.related a { color: var(--ivory) !important; }
.related a:hover { color: var(--champ-hi) !important; }

/* ---- closing ----------------------------------------------------------------- */
.close { padding-block: clamp(96px, 11vw, 130px); text-align: center; }
.close--tight { padding-block: clamp(72px, 9vw, 100px); background: var(--bg-2); border-block: 1px solid var(--hair); }
.close .kicker { margin-bottom: 26px; }
.close h2 { font-size: clamp(34px, 4.4vw, 58px); max-width: 20ch; margin: 0 auto 18px; }
.close__sub { color: var(--muted); font-size: 16px; margin: 0 auto 40px; max-width: 54ch; }
.close__sub b { color: var(--champ); font-weight: 500; }

/* ---- suite (therapist profile) ------------------------------------------------ */
.suite { padding-top: 0; }
.suite__grid {
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(36px, 5vw, 72px); align-items: start;
}
.suite__plates { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.plate { margin: 0; position: relative; background: var(--panel); }
.plate img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 14%;
  filter: sepia(.14) saturate(.84) contrast(1.05) brightness(.95);
  transition: filter .5s ease;
}
.plate:hover img { filter: sepia(.06) saturate(.96) contrast(1.04) brightness(1); }
.plate:first-child { grid-column: 1 / -1; }
.plate:first-child img { aspect-ratio: 4 / 5; object-position: 50% 16%; }
/* an even photo count would strand the closing plate — let it run wide instead */
.plate:last-child:nth-child(even) { grid-column: 1 / -1; }
.plate:last-child:nth-child(even) img { aspect-ratio: 1 / 1; object-position: 50% 22%; }
.suite__card {
  position: sticky; top: 96px;
  border: 1px solid var(--hair); background: var(--panel);
  padding: clamp(26px, 3vw, 38px);
}
.suite__card-kicker {
  font-size: 10px; font-weight: 500; letter-spacing: .32em; text-transform: uppercase;
  color: var(--champ); margin: 0 0 14px;
}
.suite__card-kicker:not(:first-child) { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--hair-soft); }
.leaf__row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 18px;
  padding: 9px 0; border-bottom: 1px solid var(--hair-soft);
}
.leaf__row:last-child { border-bottom: none; }
.leaf__k { font-size: 10.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--faint); }
.leaf__v { font-family: var(--serif-t); font-size: 15px; color: var(--ivory); text-align: right; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  display: inline-block; font-size: 10.5px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--hair);
  padding: 7px 13px; transition: color .3s ease, border-color .3s ease;
}
a.tag:hover { color: var(--champ); border-color: var(--champ-line); }
.suite__cta { margin-top: 26px; display: grid; gap: 12px; }
.suite__cta-note { font-size: 12.5px; color: var(--faint); margin: 4px 0 0; text-align: center; }

/* ---- editorial pair ------------------------------------------------------------ */
.editorial--first { padding-top: clamp(40px, 5vw, 64px); }
.pair {
  display: grid; grid-template-columns: 340px 1fr;
  gap: clamp(36px, 6vw, 88px); align-items: start;
}
.pair__l .kicker { margin-bottom: 18px; }
.pair__l h2 { font-size: clamp(28px, 3vw, 40px); }
.pair__l .small-print { margin-top: 16px; max-width: 30ch; }
.pair__r { border-left: 1px solid var(--hair); padding-left: clamp(28px, 3.6vw, 56px); }
.pair__r .lit { margin-bottom: 1.2em; white-space: pre-line; }
.pair__r .lit:last-of-type { margin-bottom: 0; }
.pair__r .small-print { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--hair-soft); }

/* ---- questions ------------------------------------------------------------------ */
.questions { background: var(--bg-2); border-block: 1px solid var(--hair); }
.qa { border-top: 1px solid var(--hair); }
.qa details { border-bottom: 1px solid var(--hair); }
.qa summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding: 22px 2px;
  font-family: var(--serif); font-size: 19px; color: var(--ivory);
  transition: color .3s ease;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--champ-hi); }
.qa__sign { position: relative; flex: none; width: 13px; height: 13px; align-self: center; }
.qa__sign::before, .qa__sign::after {
  content: ""; position: absolute; background: var(--champ); transition: transform .3s ease;
}
.qa__sign::before { left: 0; right: 0; top: 6px; height: 1px; }
.qa__sign::after { top: 0; bottom: 0; left: 6px; width: 1px; }
.qa details[open] .qa__sign::after { transform: scaleY(0); }
.qa__a { color: var(--muted); font-size: 15px; padding: 0 2px 24px; max-width: 64ch; margin: 0; }

/* ---- footer ---------------------------------------------------------------------- */
.foot { border-top: 1px solid var(--hair); background: #0B0906; position: relative; z-index: 1; }
.foot__age { border-bottom: 1px solid var(--hair-soft); }
.foot__age .wrap { padding-block: 24px; text-align: center; }
.foot__age p { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin: 0; }
.foot__age b { color: var(--champ); font-weight: 500; }
.foot__grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 52px;
  padding-block: clamp(52px, 6vw, 72px) clamp(44px, 5vw, 60px);
}
.foot__mark { width: 40px; height: 30px; color: var(--champ); margin-bottom: 16px; }
.foot__b1 { font-family: var(--serif); font-size: 22px; margin: 0 0 4px; color: var(--ivory); }
.foot__b2 { font-size: 9px; font-weight: 500; letter-spacing: .5em; text-transform: uppercase; color: var(--champ); margin: 0 0 20px; }
.foot__note { color: var(--faint); font-size: 13.5px; max-width: 38ch; margin: 0; }
.foot h4 {
  font-family: var(--sans); font-size: 10.5px; font-weight: 500;
  letter-spacing: .3em; text-transform: uppercase; color: var(--champ);
  margin: 0 0 20px;
}
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 10px; }
.foot li a, .foot__desk p a { color: var(--muted); font-size: 14px; transition: color .25s ease; }
.foot li a:hover, .foot__desk p a:hover { color: var(--ivory); }
.foot__wa { font-family: var(--serif); font-size: 20px; color: var(--ivory); display: block; margin-bottom: 10px; }
.foot__wa:hover { color: var(--champ-hi); }
.foot__desk p { margin: 0 0 10px; }
.foot__base { border-top: 1px solid var(--hair-soft); }
.foot__base-in {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding-block: 24px;
}
.foot__base-in span { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #5A5140; }

/* ==========================================================================
   SHARED-TEMPLATE FURNITURE — the pages this theme inherits.
   ========================================================================== */

/* price table (prices page, service tariff, suite card) */
.price-table { max-width: 620px; margin-inline: auto; }
.price-table td { padding: 18px 2px; border-bottom: 1px solid var(--hair); vertical-align: baseline; }
.price-table tr:first-child td { border-top: 1px solid var(--hair); }
.price-table td:first-child { font-family: var(--serif); font-size: 19px; color: var(--ivory); }
.price-table td:last-child { text-align: right; font-family: var(--serif-t); font-style: italic; font-size: 18px; color: var(--champ); }
.price-table--mini { max-width: none; }
.price-table--mini td { padding: 9px 0; border-bottom: 1px solid var(--hair-soft); }
.price-table--mini tr:first-child td { border-top: none; }
.price-table--mini td:first-child { font-family: var(--sans); font-size: 13.5px; font-weight: 300; color: var(--muted); }
.price-table--mini td:last-child { font-size: 15px; }

/* therapists index grid */
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 26px; }
.t-card { display: block; }
.t-card .photo { overflow: hidden; background: var(--panel); }
.t-card .photo img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 16%;
  filter: sepia(.16) saturate(.8) contrast(1.05) brightness(.94);
  transition: filter .45s ease, transform .6s ease;
}
.t-card:hover .photo img {
  filter: sepia(.08) saturate(.95) contrast(1.04) brightness(1);
  transform: scale(1.035);
}
.t-card .name { font-family: var(--serif); font-size: 20px; color: var(--ivory); padding: 15px 2px 0; }
.t-card .meta { font-size: 10.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--faint); padding: 6px 2px 0; }

/* services index grid */
.s-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.s-card {
  display: block; border: 1px solid var(--hair); background: var(--panel);
  padding: 34px 30px 30px;
  transition: border-color .3s ease, background .3s ease;
}
.s-card:hover { border-color: var(--champ-line); background: var(--panel-2); }
.s-card .num { font-size: 10px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: var(--champ); margin-bottom: 16px; }
.s-card .nm { font-family: var(--serif); font-size: 22px; color: var(--ivory); margin-bottom: 10px; }
.s-card .ds { font-family: var(--serif-t); font-style: italic; font-size: 14px; color: var(--faint); }

/* journal index */
.journal-list { border-top: 1px solid var(--hair); }
.journal-item { display: block; padding: 34px 2px; border-bottom: 1px solid var(--hair); transition: background .3s ease; }
.journal-item:hover { background: linear-gradient(90deg, rgba(211,181,131,.05), transparent 70%); }
.journal-item .date { font-size: 10px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: var(--faint); margin-bottom: 12px; }
.journal-item h3 { font-size: clamp(21px, 2.2vw, 26px); margin-bottom: 10px; }
.journal-item:hover h3 { color: var(--champ-hi); }
.journal-item .lede { font-size: 15px; }

/* booking form */
form[data-booking] { margin-top: 8px; }
.form-row { margin-top: 26px; }
.form-row .label { display: block; margin-bottom: 10px; }
.form-row select, .form-row input {
  width: 100%; appearance: none;
  font-family: var(--sans); font-weight: 300; font-size: 15px;
  color: var(--ivory); background: var(--panel);
  border: 1px solid var(--hair); padding: 15px 16px;
  transition: border-color .3s ease;
}
.form-row select:focus, .form-row input:focus { outline: none; border-color: var(--champ-line); }
.form-row option { background: var(--panel); color: var(--ivory); }
.form-row input::-webkit-calendar-picker-indicator { filter: invert(.75) sepia(.3); }

/* ---- responsive ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .site-header nav { gap: 24px; }
  .zone { grid-template-columns: 64px 250px 1fr 130px; gap: 26px; }
  .zone--still { grid-template-columns: 64px 250px 1fr; }
}

@media (max-width: 920px) {
  a.nl { display: none; }
  .nav-cta--alt { display: none; }
  .nav-toggle { display: block; }
  .site-header nav.open a.nl { display: block; }
  .site-header nav.open {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--header-bg); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--hair);
    padding: 10px var(--gut) 22px;
  }
  .site-header nav.open a.nl { padding: 13px 0; width: 100%; border-bottom: 1px solid var(--hair-soft); }
  .site-header nav.open .nav-cta { margin-top: 16px; }

  .hero--split .hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .hero__frame { inset: 16px -12px -12px 16px; }
  .stats__in { grid-template-columns: 1fr 1fr; }
  .stat { padding: 24px 26px; }
  .stat:nth-child(odd) { border-left: none; padding-left: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--hair-soft); }
  .sec-head { flex-direction: column; align-items: flex-start; }
  .sec-head > p { text-align: left; }
  .zone { grid-template-columns: 52px 1fr 120px; gap: 18px; }
  .zone__desc { grid-column: 2 / span 2; grid-row: 2; }
  .zone--still { grid-template-columns: 52px 1fr; }
  .zone--still .zone__desc { grid-column: 2; }
  .r-grid, .r-grid--four { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
  .steps { grid-template-columns: 1fr 1fr; border-top: 1px solid var(--hair); }
  .step { padding: 28px 24px; border-bottom: 1px solid var(--hair); }
  .rate-grid { grid-template-columns: 1fr; }
  .suite__grid { grid-template-columns: 1fr; }
  .suite__card { position: static; }
  .pair { grid-template-columns: 1fr; gap: 30px; }
  .pair__r { border-left: none; padding-left: 0; border-top: 1px solid var(--hair); padding-top: 30px; }
  .t-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 18px; }
  .s-grid { grid-template-columns: 1fr 1fr; }
  .foot__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  h1 { font-size: clamp(36px, 10.5vw, 44px); }
  .util-bar__lead { display: none; }
  .util-bar__in { justify-content: center; }
  .brand__name { font-size: 20px; }
  .hero { padding-block: 48px 64px; }
  .hero__lede { margin-bottom: 34px; }
  .zone, .zone--still { grid-template-columns: 40px 1fr; gap: 12px 14px; padding: 28px 0; }
  .zone__num { grid-column: 1; grid-row: 1; }
  .zone__meta { grid-column: 2; grid-row: 1; text-align: right; }
  .zone__meta small { margin-top: 3px; }
  .zone__name { grid-column: 1 / span 2; grid-row: 2; font-size: 22px; }
  .zone__desc { grid-column: 1 / span 2; grid-row: 3; }
  .zone--still .zone__name { grid-row: 1; grid-column: 2; }
  .zone--still .zone__desc { grid-row: 2; }
  .steps { grid-template-columns: 1fr; }
  .r-grid, .r-grid--four { gap: 24px 12px; }
  .card__nm { font-size: 16px; }
  .card__zc { display: none; }
  .rate { padding: 32px 24px 28px; }
  .suite__plates { gap: 12px; }
  .s-grid { grid-template-columns: 1fr; }
  .t-grid { gap: 24px 12px; }
  .t-card .name { font-size: 17px; }
  .t-card .meta { letter-spacing: .12em; }
  .foot__grid { grid-template-columns: 1fr; gap: 36px; padding-block: 48px 40px; }
  .foot__base-in { justify-content: center; text-align: center; }
  .acts .btn { width: 100%; }
  .age-bar { gap: 10px; padding: 12px 18px 14px; }
  body.age-bar-open { padding-bottom: 132px; }
}

/* ---- mobile dock ----------------------------------------------------------
   On phones the desk holds the bottom edge of every page: WhatsApp filled in
   champagne, Telegram in a champagne-ruled frame once the site has an
   account. Hidden above 768px. The 21+ strip on this theme is ALSO
   bottom-docked, so while it stands open it sits on the dock's shoulder and
   the page is padded clear of both. */
.mdock { display: none; }
@media (max-width: 768px) {
  :root { --mdock-h: 64px; }
  .mdock {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    display: flex; align-items: stretch; gap: 9px;
    padding: 10px var(--gut) calc(10px + env(safe-area-inset-bottom, 0px));
    background: var(--header-bg);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border-top: 1px solid var(--champ-line);
    box-shadow: 0 -16px 36px rgba(0,0,0,.45);
  }
  .mdock a {
    flex: 1 1 0; min-width: 0; min-height: 44px;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--sans); font-size: 12px; font-weight: 500;
    letter-spacing: .22em; text-transform: uppercase; white-space: nowrap;
    transition: background .3s ease, color .3s ease;
  }
  .mdock__wa { background: var(--champ); color: #171208; }
  .mdock__wa:hover { background: var(--champ-hi); }
  .mdock__tg { border: 1px solid var(--champ); color: var(--champ); }
  .mdock__tg:hover { background: var(--champ-wash); }
  /* the dock now carries WhatsApp, so the masthead keeps only brand + burger —
     with the ruled CTA in the row, brand + CTA + toggle ran wider than a phone
     and pushed the burger past the right edge */
  .site-header .nav-cta { display: none; }
  .site-header nav.open .nav-cta { display: inline-block; }
  /* the page and its footer always clear the bar */
  body { padding-bottom: calc(var(--mdock-h) + env(safe-area-inset-bottom, 0px)); }
  /* the 21+ strip steps up over the dock, never onto it */
  .age-bar { bottom: calc(var(--mdock-h) + env(safe-area-inset-bottom, 0px)); }
  body.age-bar-open { padding-bottom: calc(148px + var(--mdock-h)); }
}
