:root {
  --bg: #F1ECE2;
  --bg-deep: #E8E1D2;
  --bg-dark: #1F1B16;
  --ink: #2A2620;
  --ink-soft: #4A4238;
  --muted: #8B7F6E;
  --line: rgba(42,38,32,0.14);
  --line-soft: rgba(42,38,32,0.08);
  --sage: #6B7A5A;
  --sage-deep: #4F5C42;
  --clay: #B8755C;
  --clay-deep: #8E5942;
  --gold: #B89968;

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Geist", -apple-system, system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

/* ── typography ───────────────────────────────────────────────────────── */
.display { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.01em; line-height: 1; }
.display-italic { font-family: var(--font-display); font-style: italic; font-weight: 400; }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.body-lg { font-size: 18px; line-height: 1.55; color: var(--ink-soft); }
.small { font-size: 13px; color: var(--muted); }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }

/* ── layout ───────────────────────────────────────────────────────────── */
.wrap { max-width: 1480px; margin: 0 auto; padding: 0 56px; }
@media (max-width: 800px) { .wrap { padding: 0 24px; } }

.section-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
}
hr.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
.rule-flex { flex: 1; height: 1px; background: var(--line); max-width: 240px; }

/* ── buttons ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
}
.btn-ink { background: var(--ink); color: var(--bg); }
.btn-ink:hover { background: var(--sage-deep); }
.btn-line { border: 1px solid var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--bg); }
.btn-bg { background: var(--bg); color: var(--ink); }
.btn-bg:hover { background: var(--bg-deep); }
.btn .arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px;
  transition: transform 0.2s ease;
}
.btn:hover .arrow { transform: translateX(3px); }

.lift { transition: transform 0.4s cubic-bezier(.2,.7,.2,1); }
.lift:hover { transform: translateY(-4px); }

::selection { background: var(--sage); color: var(--bg); }

.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: 0.4;
  mix-blend-mode: multiply;
  background-image: radial-gradient(rgba(42,38,32,0.06) 1px, transparent 1px);
  background-size: 3px 3px;
}

/* ── Utility bar ──────────────────────────────────────────────────────── */
.utility-bar {
  background: var(--bg-dark);
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 60;
}
.utility-bar .wrap {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 56px;
  gap: 16px;
  flex-wrap: wrap;
}
.utility-bar .meta { display: flex; align-items: center; gap: 22px; }
.utility-bar .meta span.label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
}
.utility-bar .sep { width: 1px; height: 12px; background: rgba(255,255,255,0.2); display: inline-block; }
.utility-bar .actions { display: flex; align-items: center; gap: 22px; }
.utility-bar .phone { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.utility-bar .phone .dot { width: 6px; height: 6px; border-radius: 99px; background: var(--clay); }
.utility-bar .social { display: flex; align-items: center; gap: 6px; }
.utility-bar a { color: inherit; }

/* ── Site header / nav ────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(241,236,226,0.92);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .nav-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 56px;
  gap: 24px;
}
.site-header .nav-left, .site-header .nav-right {
  display: flex; gap: 28px; align-items: center;
}
.site-header .nav-right { justify-content: flex-end; }
.site-header .nav-item {
  font-family: var(--font-sans); font-size: 13px; letter-spacing: 0.03em;
  font-weight: 400; color: var(--ink);
  padding: 6px 2px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
  display: inline-flex; align-items: center; gap: 6px;
  cursor: pointer;
}
.site-header .nav-item.has-children:hover,
.site-header .nav-item.is-open { border-bottom-color: var(--ink); }
.site-header .logo {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.site-header .logo-mark { display: block; width: 40px; height: 40px; object-fit: contain; }
.site-header .logo-mark svg { display: block; }
.site-header .logo-word {
  font-family: var(--font-display); font-size: 20px; letter-spacing: 0.08em; font-weight: 400;
}
.site-header .logo-tag {
  font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.32em;
  color: var(--muted); margin-top: -2px;
}

.mega {
  position: absolute; top: 100%; left: 0; right: 0;
  background: var(--bg);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  display: none;
  animation: fadeDown 0.2s ease;
}
.mega.is-open { display: block; }
.mega .mega-grid {
  padding: 32px 56px 40px;
  display: grid;
  grid-template-columns: 200px 1fr 320px;
  gap: 48px;
}
.mega .mega-grid > div.mega-intro .display { font-size: 38px; line-height: 1.05; }
.mega .mega-grid > div.mega-intro .display-italic { font-size: 16px; color: var(--muted); margin-top: 8px; }
.mega .mega-items {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 32px;
}
.mega .mega-items a {
  display: flex; flex-direction: column; padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
  transition: padding .2s;
}
.mega .mega-items a:hover { padding-left: 8px; }
.mega .mega-items a .row { display: flex; justify-content: space-between; align-items: baseline; }
.mega .mega-items a .name { font-family: var(--font-display); font-size: 22px; }
.mega .mega-featured {
  background: var(--bg-deep);
  padding: 20px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.mega .mega-featured .ph-warm {
  position: absolute; inset: 0; opacity: 0.6;
  background: #D9C9B0;
  background-image: repeating-linear-gradient(135deg, transparent 0 12px, rgba(42,38,32,0.06) 12px 13px);
}
.mega .mega-featured .inside {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; height: 100%;
  justify-content: space-between; gap: 24px; min-height: 180px;
}

@keyframes fadeDown { from { opacity: 0; transform: translateY(-6px);} to { opacity: 1; transform: none; } }

/* ── Hero ─────────────────────────────────────────────────────────────── */
.hero { position: relative; padding-top: 36px; padding-bottom: 64px; }
.hero .grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: stretch;
}
.hero .text {
  padding-top: 32px;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 620px;
}
.hero .meta-row {
  display: flex; align-items: center; gap: 14px; margin-bottom: 40px;
}
.hero .meta-row .rule-flex { max-width: none; }
.hero .meta-row .season {
  font-family: var(--font-mono); letter-spacing: 0.12em;
  text-transform: uppercase; font-size: 10px; color: var(--muted);
}
.hero h1.display {
  font-size: clamp(56px, 7.2vw, 108px);
  letter-spacing: -0.018em;
  line-height: 0.95;
}
.hero h1 .display-italic { color: var(--sage-deep); }
.hero .lede { margin-top: 36px; max-width: 480px; font-size: 18px; }

.hero .ctas {
  display: flex; gap: 14px; margin-bottom: 32px; flex-wrap: wrap;
}
.hero .trust {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  padding-top: 28px; border-top: 1px solid var(--line);
}
.hero .trust .small { color: var(--ink-soft); font-size: 13px; }

.hero .media { position: relative; min-height: 620px; }
.hero .media .primary {
  position: absolute; top: 0; right: 0; width: 82%; height: 75%;
  overflow: hidden; border-radius: 2px;
  background: var(--bg-deep);
}
.hero .media .primary img { width: 100%; height: 100%; object-fit: cover; }
.hero .media .tag {
  position: absolute; top: 20px; left: 20px;
  background: rgba(241,236,226,0.92); backdrop-filter: blur(6px);
  padding: 8px 14px; border-radius: 99px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
  z-index: 5;
}
.hero .media .tag .dot { width: 6px; height: 6px; border-radius: 99px; background: var(--clay); }
.hero .media .detail {
  position: absolute; bottom: 0; left: 0; width: 44%; height: 38%;
  overflow: hidden; border-radius: 2px;
  border: 8px solid var(--bg);
  box-shadow: 0 8px 24px rgba(42,38,32,0.08);
}
.hero .media .detail img { width: 100%; height: 100%; object-fit: cover; }
.hero .media .quote-card {
  position: absolute; bottom: 12%; right: -2%;
  background: var(--ink); color: var(--bg);
  padding: 22px 24px;
  max-width: 260px;
  border-radius: 2px;
  z-index: 6;
  transform: rotate(-1.5deg);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.hero .media .quote-card .display-italic { font-size: 22px; line-height: 1.2; color: rgba(255,255,255,0.95); }
.hero .media .quote-card .who {
  margin-top: 14px; display: flex; align-items: center; gap: 10px;
}
.hero .media .quote-card .who .bar { width: 8px; height: 1px; background: var(--gold); }
.hero .media .quote-card .eyebrow { color: rgba(255,255,255,0.7); }

.marquee {
  margin-top: 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 18px 0;
}
.marquee .track {
  display: flex; gap: 56px; white-space: nowrap;
  animation: marquee 38s linear infinite;
  font-family: var(--font-display); font-size: 32px; font-style: italic;
  color: var(--ink-soft);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-33.33%); }
}

/* ── Pillars ──────────────────────────────────────────────────────────── */
.pillars { padding: 120px 0 100px; }
.pillars .head {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; margin-bottom: 80px; align-items: end;
}
.pillars .head h2 { font-size: clamp(48px, 5.6vw, 84px); line-height: 1; letter-spacing: -0.018em; }
.pillars .grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.pillar {
  position: relative;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 32px 32px 24px;
  display: flex; flex-direction: column;
  min-height: 560px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease;
}
.pillar:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(42,38,32,0.08); }
.pillar .watermark {
  position: absolute; top: -10px; right: 16px;
  font-size: 180px; font-weight: 300; color: var(--line-soft);
  line-height: 1; font-style: italic; pointer-events: none;
  font-family: var(--font-display);
}
.pillar .cover { height: 240px; margin-bottom: 24px; position: relative; overflow: hidden; border-radius: 2px; }
.pillar h3 { font-size: 44px; line-height: 1.02; font-weight: 400; }
.pillar .italic { font-family: var(--font-display); font-style: italic; font-size: 18px; color: var(--muted); margin-top: 2px; }
.pillar .desc { margin-top: 14px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }
.pillar ul {
  list-style: none; margin-top: 20px; flex: 1; position: relative; z-index: 2;
}
.pillar ul li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 14px; color: var(--ink);
  opacity: 0.9;
}
.pillar ul li:last-child { border-bottom: none; }
.pillar .more { margin-top: 24px; align-self: flex-start; background: var(--bg); }

/* Treatment cover (SVG editorial) */
.cover-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
  isolation: isolate;
}
.cover-wrap.is-fill {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
}
.cover-art {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 32px 32px 36px;
  z-index: 2;
}
.cover-art .top { display: flex; justify-content: space-between; align-items: flex-start; }
.cover-art .cover-logo { width: 28px; height: 28px; object-fit: contain; opacity: 0.45; flex-shrink: 0; }
.cover-art .label {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
}
.cover-art .title {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(24px, 10cqi, 52px); line-height: 0.98; letter-spacing: -0.015em;
}
.cover-art .sub {
  margin-top: 8px; font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.15em; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.cover-art .sub .bar { width: 16px; height: 1px; }
.cover-wrap:not(.is-fill) { container-type: inline-size; }

/* ── Emsella (featured campaign) ──────────────────────────────────────── */
.emsella {
  background: var(--bg-dark);
  color: rgba(255,255,255,0.92);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.emsella .bg-bolt {
  position: absolute; right: -2%; top: -5%;
  height: 115%; width: auto;
  opacity: 0.06; pointer-events: none;
}
.emsella .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.emsella .meta-row { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; color: rgba(255,255,255,0.55); }
.emsella .meta-row .rule-flex { background: rgba(255,255,255,0.15); }
.emsella h2 {
  font-size: clamp(60px, 8vw, 120px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  font-weight: 300;
  font-family: var(--font-display);
}
.emsella h2 .display-italic { color: var(--gold); }
.emsella .headline-wrap { position: relative; }
.emsella .lede { margin-top: 32px; color: rgba(255,255,255,0.72); max-width: 480px; font-size: 17px; }
.emsella .stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 48px; padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.emsella .stats .num { font-family: var(--font-display); font-size: 44px; font-weight: 300; line-height: 1; }
.emsella .stats .lbl { color: rgba(255,255,255,0.45); margin-top: 6px; }
.emsella .ctas { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.emsella .ctas .btn-gold { background: var(--gold); color: var(--bg-dark); }
.emsella .ctas .btn-ghost {
  border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.9);
}
.emsella .media { position: relative; aspect-ratio: 4 / 5; }
.emsella .media .frame {
  position: absolute; inset: 0; overflow: hidden; background: #332E26; border-radius: 2px;
}
.emsella .media .frame img { width: 100%; height: 100%; object-fit: cover; }
.emsella .media .frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(31,27,22,0) 55%, rgba(31,27,22,0.55) 100%);
}
.emsella .media .spec {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  background: rgba(31,27,22,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 20px; border-radius: 2px;
  z-index: 2;
}
.emsella .media .spec .eyebrow { color: rgba(255,255,255,0.5); margin-bottom: 8px; }
.emsella .media .spec .title { font-family: var(--font-display); font-size: 22px; color: rgba(255,255,255,0.95); }

/* ── Treatments ───────────────────────────────────────────────────────── */
.treatments { padding: 120px 0; background: var(--bg); }
.treatments .head {
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: 48px;
}
.treatments .head h2 { font-size: clamp(48px, 5.6vw, 84px); line-height: 1; letter-spacing: -0.018em; }
.treatments .filters {
  display: flex; gap: 8px; margin-bottom: 32px; flex-wrap: wrap;
  padding-bottom: 24px; border-bottom: 1px solid var(--line);
  align-items: center;
}
.treatments .filters .chip {
  padding: 8px 16px;
  border-radius: 99px;
  border: 1px solid var(--line);
  background: transparent; color: var(--ink);
  font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.05em;
  transition: all .2s ease;
  cursor: pointer;
}
.treatments .filters .chip.is-active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.treatments .filters .chip .count { opacity: 0.6; margin-left: 4px; }
.treatments .filters .spacer { flex: 1; }
.treatments .count-out { align-self: center; }

.treatments .row {
  display: grid;
  grid-template-columns: 60px 280px 1fr 120px 80px 30px;
  gap: 24px;
  align-items: center;
  padding: 22px 12px;
  border-bottom: 1px solid var(--line-soft);
  transition: background .2s ease, padding-left .2s ease;
}
.treatments .row:first-of-type { border-top: 1px solid var(--line-soft); }
.treatments .row:hover { background: var(--bg-deep); padding-left: 24px; }
.treatments .row .name { font-family: var(--font-display); font-size: 28px; line-height: 1.05; }
.treatments .row .cat { margin-top: 4px; }
.treatments .row .cat.cat-Aesthetics { color: var(--clay-deep); }
.treatments .row .cat.cat-Menopause { color: var(--gold); }
.treatments .row .cat.cat-Wellness { color: var(--sage-deep); }
.treatments .row .lead { font-family: var(--font-display); font-style: italic; font-size: 18px; color: var(--ink-soft); }
.treatments .row .time, .treatments .row .from {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted);
}
.treatments .row .from { font-size: 13px; text-transform: none; letter-spacing: 0; }

.treatments .row.is-hidden { display: none; }

.treatments .finance {
  margin-top: 48px;
  padding: 32px 40px;
  background: var(--bg-deep);
  border-radius: 2px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.treatments .finance .title { font-family: var(--font-display); font-size: 28px; }

/* ── About ────────────────────────────────────────────────────────────── */
.about { padding: 140px 0 100px; background: var(--bg-deep); }
.about .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
.about .portrait { position: sticky; top: 100px; }
.about .portrait .frame { aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; background: var(--bg); }
.about .portrait .frame img { width: 100%; height: 100%; object-fit: cover; }
.about .sig-bar {
  margin-top: 28px; padding: 20px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.about .sig-bar .name { font-family: var(--font-display); font-size: 22px; }
.about .sig-bar .sig {
  font-family: var(--font-display); font-style: italic;
  font-size: 32px; color: var(--clay-deep);
  transform: rotate(-4deg);
  font-weight: 300;
}
.about h2 { font-size: clamp(40px, 4.6vw, 64px); line-height: 1.04; letter-spacing: -0.015em; }
.about h2 .display-italic { color: var(--sage-deep); }
.about .meta-row { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.about .copy { margin-top: 48px; display: grid; grid-template-columns: 1fr; gap: 28px; max-width: 540px; }
.about .copy p { font-size: 17px; line-height: 1.65; color: var(--ink-soft); }
.about .values { margin-top: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.about .values .label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--clay); margin-bottom: 10px; }
.about .values h3 { font-family: var(--font-display); font-weight: 400; font-size: 24px; line-height: 1.15; }
.about .values p { margin-top: 8px; font-size: 14px; color: var(--ink-soft); line-height: 1.55; }
.about .pullquote {
  margin-top: 64px; padding: 24px 28px;
  border: 1px solid var(--line); border-radius: 2px;
  display: flex; justify-content: space-between; align-items: center;
  background: var(--bg); gap: 24px;
}
.about .pullquote .q { font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--ink); }

/* ── Testimonials ─────────────────────────────────────────────────────── */
.testimonials { padding: 120px 0; background: var(--bg); }
.testimonials .head { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.testimonials .head .counter { margin-left: auto; }
.testimonials .grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px;
  align-items: center; min-height: 480px;
}
.testimonials blockquote {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(34px, 3.6vw, 52px); line-height: 1.18; letter-spacing: -0.01em;
  animation: fadeUp .55s ease;
}
.testimonials .meta {
  margin-top: 40px; display: flex; align-items: center; gap: 20px;
  padding-top: 24px; border-top: 1px solid var(--line); max-width: 540px;
}
.testimonials .meta img { width: 56px; height: 56px; border-radius: 99px; object-fit: cover; flex-shrink: 0; }
.testimonials .meta .name { font-family: var(--font-display); font-size: 22px; }
.testimonials .meta .stars { display: flex; gap: 4px; }
.testimonials .nav { display: flex; flex-direction: column; gap: 14px; }
.testimonials .nav button {
  display: grid; grid-template-columns: 48px 1fr 16px;
  gap: 16px; padding: 16px; align-items: center; text-align: left;
  background: transparent; border: 1px solid var(--line); border-radius: 2px;
  transition: all .2s ease;
  cursor: pointer;
}
.testimonials .nav button.is-active { background: var(--bg-deep); border-color: var(--ink); }
.testimonials .nav button img { width: 48px; height: 48px; border-radius: 99px; object-fit: cover; }
.testimonials .nav button .who { font-family: var(--font-display); font-size: 18px; }

.testimonial-slide { display: none; }
.testimonial-slide.is-active { display: block; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(8px);} to { opacity:1; transform: none;} }

/* ── Visit ────────────────────────────────────────────────────────────── */
.visit { padding: 120px 0 100px; background: var(--bg); }
.visit .head { display: flex; align-items: center; gap: 14px; margin-bottom: 48px; }
.visit .grid {
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 32px; min-height: 540px;
}
.visit .map-card {
  position: relative; border-radius: 2px; overflow: hidden;
  background: var(--bg-deep);
  display: flex; flex-direction: column;
}
.visit .map { position: relative; flex: 1; min-height: 360px; overflow: hidden; }
.visit .map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.visit .map-label {
  position: absolute; left: 14px; bottom: 12px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
  background: var(--bg); padding: 4px 8px; border-radius: 2px;
}
.visit .info-bar {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px;
  padding: 28px 32px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.visit .info-bar .h { font-family: var(--font-display); font-size: 22px; line-height: 1.2; }

.visit .right { display: flex; flex-direction: column; gap: 18px; }
.visit .book-card {
  background: var(--ink); color: var(--bg);
  padding: 36px 32px; border-radius: 2px;
  flex: 1 1 auto;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 220px; position: relative; overflow: hidden;
}
.visit .book-card .logo-watermark {
  position: absolute; right: -32px; bottom: -32px;
  width: 220px; height: 220px;
  opacity: 0.08; pointer-events: none; object-fit: contain;
}
.visit .book-card .display { font-size: 38px; line-height: 1.04; }
.visit .book-card .display .display-italic { color: var(--gold); }
.visit .book-card p { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 12px; max-width: 340px; }
.visit .book-card .btn { background: var(--bg); color: var(--ink); align-self: flex-start; margin-top: 20px; }
.visit .news {
  background: var(--bg-deep);
  padding: 32px; border-radius: 2px;
}
.visit .news .h { font-family: var(--font-display); font-size: 28px; line-height: 1.1; margin-bottom: 16px; }
.visit .news form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.visit .news input[type="email"] {
  padding: 14px 16px; background: var(--bg);
  border: 1px solid var(--line); border-radius: 2px;
  font-family: var(--font-sans); font-size: 14px; color: var(--ink); outline: none;
}
.visit .news .small { font-size: 11px; margin-top: 12px; }
.visit .news .ok {
  padding: 14px 16px; border-radius: 2px;
  background: var(--sage); color: white; font-size: 14px;
}

/* ── Footer ───────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--bg-dark); color: rgba(255,255,255,0.85);
  padding: 80px 0 32px; position: relative; overflow: hidden;
}
.site-footer .top-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.site-footer .brand .logo-mark { display: block; width: 48px; height: 48px; object-fit: contain; }
.site-footer .brand .word { font-family: var(--font-display); font-size: 24px; margin-top: 16px; color: rgba(255,255,255,0.95); }
.site-footer .brand .tagline { font-family: var(--font-display); font-style: italic; font-size: 16px; color: rgba(255,255,255,0.5); margin-top: 4px; }
.site-footer .brand .social { margin-top: 28px; display: flex; gap: 12px; }
.site-footer .brand .social a {
  width: 36px; height: 36px; border-radius: 99px;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.85);
}
.site-footer .col .eyebrow { color: rgba(255,255,255,0.45); margin-bottom: 16px; }
.site-footer .col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.site-footer .col ul li a { font-size: 13.5px; color: rgba(255,255,255,0.78); }
.site-footer .wordmark {
  padding: 64px 0 32px; text-align: center;
  font-family: var(--font-display); font-weight: 300;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.02em; line-height: 0.9;
}
.site-footer .wordmark .big { font-size: clamp(80px, 13vw, 220px); }
.site-footer .wordmark .big .display-italic { color: var(--gold); }
.site-footer .wordmark .est {
  margin-top: 12px; font-size: 13px;
  font-family: var(--font-mono); letter-spacing: 0.32em;
  color: rgba(255,255,255,0.4); text-transform: uppercase;
}
.site-footer .meta {
  padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.12);
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px;
  font-size: 12px; color: rgba(255,255,255,0.5);
  font-family: var(--font-mono); letter-spacing: 0.06em;
}
.site-footer .meta .center { text-align: center; }
.site-footer .meta .right { text-align: right; }
.site-footer .meta a { display: inline-flex; align-items: center; gap: 8px; }
.site-footer .meta a .arrow-rot { display: inline-block; transform: rotate(-90deg); }

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero .grid, .pillars .grid, .pillars .head,
  .emsella .grid, .testimonials .grid, .visit .grid,
  .about .grid, .treatments .head,
  .clinic-hero-grid, .financing-head, .financing-plans,
  .contact-hero-grid, .contact-body-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .financing-plans { grid-template-columns: 1fr; }
  .financing-membership { grid-template-columns: 1fr; }
  .pillars .grid { gap: 20px; }
  .site-footer .top-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .site-header .nav-grid { grid-template-columns: auto 1fr auto; }
  .site-header .nav-left, .site-header .nav-right { display: none; }
  .mega .mega-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hero { padding-bottom: 32px; }
  .hero .media { min-height: 420px; }
  .hero .text { min-height: auto; }
  .treatments .row {
    grid-template-columns: 40px 1fr 60px;
    gap: 12px;
  }
  .treatments .row .lead, .treatments .row .from, .treatments .row .time { display: none; }
  .visit .info-bar { grid-template-columns: 1fr; }
  .site-footer .top-grid { grid-template-columns: 1fr; }
  .site-footer .meta { grid-template-columns: 1fr; }
  .site-footer .meta .center, .site-footer .meta .right { text-align: left; }
  .utility-bar .wrap { padding: 10px 24px; }
  .utility-bar .meta, .utility-bar .actions { gap: 12px; }
  .utility-bar .actions .social .label-text { display: none; }
  .about .values { grid-template-columns: 1fr; }
}

/* ── Clinic page ──────────────────────────────────────────────────────── */
.clinic-page { width: 100%; overflow-x: clip; }

.clinic-hero { padding: 60px 0 80px; border-bottom: 1px solid var(--line); }
.clinic-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 64px; align-items: end; }
.clinic-hero-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.clinic-hero-title { font-size: clamp(64px, 8vw, 132px); line-height: 0.92; letter-spacing: -0.02em; }
.clinic-accent-sage { color: var(--sage-deep); }
.clinic-accent-clay { color: var(--clay-deep); }
.clinic-hero-lede { margin-top: 36px; max-width: 540px; font-size: 18px; }
.clinic-hero-ctas { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.clinic-hero-media { aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; }

.financing {
  padding: 120px 0 80px;
  background: var(--bg-deep);
  scroll-margin-top: 100px;
}
.financing-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: end; margin-bottom: 64px;
}
.financing-head h2 { font-size: clamp(48px, 5.6vw, 84px); line-height: 1; letter-spacing: -0.018em; }
.financing-lede { font-size: 17px; max-width: 480px; }
.financing-plans {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.financing-plan {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 18px;
  min-height: 360px;
}
.financing-plan-top { display: flex; align-items: center; justify-content: space-between; }
.financing-plan-top .eyebrow.is-accent { color: var(--clay-deep); }
.financing-plan .plan-name { font-size: 40px; line-height: 1; }
.financing-plan .plan-lead { margin-top: 10px; font-size: 15px; color: var(--ink-soft); line-height: 1.5; }
.financing-plan .plan-terms {
  padding: 10px 14px; background: var(--bg-deep); border-radius: 2px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
}
.financing-plan ul { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.financing-plan li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-soft); }
.financing-plan .dot { width: 6px; height: 6px; border-radius: 99px; background: var(--sage); margin-top: 6px; flex-shrink: 0; }
.financing-plan .plan-cta { align-self: flex-start; background: var(--bg); margin-top: auto; }
.financing-membership {
  margin-top: 48px; padding: 32px 40px;
  background: var(--ink); color: var(--bg); border-radius: 2px;
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
}
.financing-membership .eyebrow { color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.financing-membership .membership-title { font-size: 28px; line-height: 1.1; }
.financing-membership .membership-title .display-italic { color: var(--gold); }
.financing-membership .btn { background: var(--bg); color: var(--ink); }

.clinic-page #about,
.clinic-page #testimonials { scroll-margin-top: 100px; }

/* ── Pillar pages (Aesthetics / Menopause / Wellness) ─────────────────── */
main.pillar-page {
  width: 100%;
  max-width: none;
  overflow-x: clip;
}
.pillar-page[data-pillar="wellness"]   { --pillar-accent: var(--sage-deep); --pillar-accent-soft: var(--sage); }
.pillar-page[data-pillar="menopause"]  { --pillar-accent: var(--clay-deep); --pillar-accent-soft: var(--clay); }
.pillar-page[data-pillar="aesthetics"] { --pillar-accent: var(--gold); --pillar-accent-soft: var(--gold); }
.pillar-accent { color: var(--pillar-accent); }

.pillar-hero { padding: 60px 0 100px; border-bottom: 1px solid var(--line); }
.pillar-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: end; }
.pillar-hero-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.pillar-hero-title { font-size: clamp(64px, 8vw, 132px); line-height: 0.92; letter-spacing: -0.02em; }
.pillar-hero-lede { margin-top: 36px; max-width: 540px; font-size: 18px; }
.pillar-hero-ctas { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.pillar-hero-media { aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; }

.pillar-body {
  padding: 80px 0;
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
.pillar-sections { min-width: 0; width: 100%; }
.pillar-treatment-media,
.pillar-treatment-copy { min-width: 0; width: 100%; }
.pillar-toc { position: sticky; top: 100px; align-self: start; min-width: 0; }
.pillar-toc-list { list-style: none; display: flex; flex-direction: column; gap: 2px; border-top: 1px solid var(--line); }
.pillar-toc-link {
  display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px;
  padding: 12px 0; color: var(--ink-soft); border-bottom: 1px solid var(--line-soft);
  transition: padding-left .25s ease, color .2s;
}
.pillar-toc-link.is-active { padding-left: 12px; color: var(--ink); }
.pillar-toc-link.is-active .toc-num { color: var(--pillar-accent); }
.pillar-toc-link.is-active .toc-name { font-size: 20px; font-style: italic; font-family: var(--font-display); }
.pillar-toc-link .toc-name { font-family: var(--font-display); font-size: 18px; line-height: 1.1; transition: font-size .2s; }
.pillar-toc-card { margin-top: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 2px; background: var(--bg); }

.pillar-treatment { padding: 80px 0; scroll-margin-top: 100px; }
.pillar-treatment + .pillar-treatment { border-top: 1px solid var(--line-soft); }
.pillar-treatment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.pillar-treatment.is-flip .pillar-treatment-media { order: 2; }
.pillar-treatment.is-flip .pillar-treatment-copy { order: 1; }
.pillar-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 16px; border: 1px solid var(--line); }
.pillar-stat { padding: 16px 14px; }
.pillar-stat.has-border { border-right: 1px solid var(--line); }
.pillar-stat .stat-label { margin-bottom: 6px; font-size: 9px; }
.pillar-stat .stat-value { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink); line-height: 1.35; }
.pillar-treatment-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.pillar-treatment-title { font-size: clamp(44px, 4.4vw, 64px); line-height: 1.02; letter-spacing: -0.015em; }
.pillar-treatment-italic { font-size: 22px; color: var(--muted); margin-top: 2px; }
.pillar-treatment-lede { margin-top: 24px; font-size: 17px; line-height: 1.65; color: var(--ink-soft); max-width: 540px; }
.pillar-treats { margin-top: 32px; }
.pillar-treats ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.pillar-treats li { display: flex; gap: 10px; align-items: baseline; font-size: 14.5px; color: var(--ink-soft); }
.pillar-treats .dot { width: 6px; height: 6px; border-radius: 99px; background: var(--pillar-accent-soft); margin-top: 6px; flex-shrink: 0; }
.pillar-expect { margin-top: 32px; padding: 20px; background: var(--bg-deep); border-radius: 2px; }
.pillar-expect p { font-size: 15.5px; line-height: 1.65; color: var(--ink); }

.pillar-faq { margin-top: 32px; }
.faq-item { border-top: 1px solid var(--line); padding: 14px 0; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center; width: 100%;
  text-align: left; font-family: var(--font-display); font-size: 20px; color: var(--ink); padding: 4px 0;
}
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, margin-top .25s ease; }
.faq-a p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); padding-bottom: 8px; }
.faq-item.is-open .faq-a { max-height: 300px; margin-top: 8px; }
.faq-item .faq-icon-minus { display: none; }
.faq-item.is-open .faq-icon-plus { display: none; }
.faq-item.is-open .faq-icon-minus { display: block; }

.pillar-inter { padding: 80px 0 120px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.pillar-inter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pillar-inter-card {
  display: grid; grid-template-columns: 180px 1fr 16px; gap: 24px; padding: 24px;
  background: var(--bg); border: 1px solid var(--line); border-radius: 2px; align-items: center;
}
.pillar-inter-thumb { aspect-ratio: 1/1; overflow: hidden; position: relative; border-radius: 2px; }

@media (max-width: 1100px) {
  .pillar-hero-grid, .pillar-body, .pillar-treatment-grid, .pillar-inter-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pillar-toc { position: static; }
  .pillar-treatment.is-flip .pillar-treatment-media,
  .pillar-treatment.is-flip .pillar-treatment-copy { order: unset; }
  .pillar-inter-card { grid-template-columns: 120px 1fr 16px; }
}
@media (max-width: 700px) {
  .pillar-hero { padding-bottom: 60px; }
  .pillar-treats ul { grid-template-columns: 1fr; }
  .pillar-stats { grid-template-columns: 1fr; }
  .pillar-stat.has-border { border-right: none; border-bottom: 1px solid var(--line); }
  .pillar-inter-card { grid-template-columns: 1fr; }
}

/* ── Contact page ─────────────────────────────────────────────────────── */
.contact-page { width: 100%; overflow-x: clip; }

.contact-hero { padding: 60px 0 80px; border-bottom: 1px solid var(--line); }
.contact-hero-grid {
  display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 64px; align-items: end;
}
.contact-hero-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.contact-hero-title { font-size: clamp(64px, 8vw, 132px); line-height: 0.92; letter-spacing: -0.02em; }
.contact-accent { color: var(--clay-deep); }
.contact-hero-lede { margin-top: 28px; max-width: 540px; font-size: 18px; }
.contact-hero-actions { display: flex; flex-direction: column; gap: 12px; }
.contact-action-btn { justify-content: space-between; padding: 18px 22px; }

.contact-body { padding: 80px 0 100px; }
.contact-body-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start;
}
.contact-form-title { font-size: 44px; line-height: 1.04; margin-bottom: 28px; }
.contact-fields-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px;
}
.contact-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.contact-field .req { color: var(--clay); }
.contact-field input,
.contact-field textarea {
  padding: 12px 14px; background: var(--bg);
  border: 1px solid var(--line); border-radius: 2px;
  font-family: var(--font-sans); font-size: 14.5px; color: var(--ink); outline: none;
}
.contact-field textarea { padding: 14px 16px; resize: vertical; line-height: 1.55; }
.contact-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.contact-chip {
  padding: 10px 16px; border-radius: 99px;
  border: 1px solid var(--line); background: transparent; color: var(--ink);
  font-family: var(--font-sans); font-size: 13px; letter-spacing: 0.04em; cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.contact-chip.is-active { border-color: var(--ink); background: var(--ink); color: var(--bg); }
.contact-form-foot {
  margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.contact-form-foot .small { font-size: 12px; }
.contact-thanks {
  padding: 32px 28px; border: 1px solid var(--sage);
  border-radius: 2px; background: var(--bg-deep);
}
.contact-thanks .thanks-label { color: var(--sage-deep); margin-bottom: 8px; }
.contact-thanks .thanks-title { font-size: 28px; margin-bottom: 10px; }
.contact-thanks .thanks-body { font-size: 15px; color: var(--ink-soft); }

.contact-info { display: flex; flex-direction: column; gap: 16px; }
.contact-visit-card {
  background: var(--ink); color: var(--bg);
  padding: 36px 32px; border-radius: 2px;
  position: relative; overflow: hidden;
}
.contact-visit-card .logo-watermark {
  position: absolute; right: -28px; bottom: -28px;
  width: 200px; height: 200px; opacity: 0.07; pointer-events: none; object-fit: contain;
}
.contact-visit-card .visit-label { color: rgba(255,255,255,0.55); margin-bottom: 12px; }
.contact-visit-card .visit-addr { font-size: 30px; line-height: 1.1; }
.contact-visit-card .visit-city { font-size: 20px; color: rgba(255,255,255,0.65); }
.contact-visit-card .visit-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12);
}
.contact-visit-card .meta-label { color: rgba(255,255,255,0.5); margin-bottom: 4px; }
.contact-visit-card .meta-value { font-family: var(--font-display); font-size: 18px; }
.contact-visit-card a.meta-value { color: inherit; }

.contact-map {
  border-radius: 2px; overflow: hidden; border: 1px solid var(--line);
  position: relative; aspect-ratio: 5/3; background: var(--bg-deep);
}
.contact-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-map .directions {
  position: absolute; bottom: 16px; right: 16px;
  background: var(--bg); padding: 10px 16px;
  border: 1px solid var(--ink); border-radius: 99px;
  font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.04em;
  display: flex; align-items: center; gap: 8px;
}

.contact-social {
  padding: 20px 24px; border: 1px solid var(--line); border-radius: 2px;
  background: var(--bg); display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.contact-social .handle { font-size: 18px; }
.contact-social .social-btns { display: flex; gap: 8px; flex-shrink: 0; }
.contact-social .social-btns a {
  width: 40px; height: 40px; border-radius: 99px; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
}

@media (max-width: 700px) {
  .contact-fields-row { grid-template-columns: 1fr; }
  .contact-form-foot { flex-direction: column; align-items: flex-start; }
  .contact-visit-card .visit-meta { grid-template-columns: 1fr; }
  .contact-social { flex-direction: column; align-items: flex-start; }
}
