/* ---- self-hosted fonts (scripts/selfhost-demo-fonts.py) ---- */
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:500;font-display:swap;src:url(fonts/cormorant-garamond-italic-500.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(fonts/cormorant-garamond-normal-500.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(fonts/cormorant-garamond-normal-500.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Figtree';font-style:normal;font-weight:400;font-display:swap;src:url(fonts/figtree-normal-400.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Figtree';font-style:normal;font-weight:500;font-display:swap;src:url(fonts/figtree-normal-400.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Figtree';font-style:normal;font-weight:600;font-display:swap;src:url(fonts/figtree-normal-400.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

/* ---- metric-matched fallbacks (scripts/demo-font-fallbacks.py) ---- */
@font-face{font-family:'Figtree Fallback';font-style:normal;font-weight:400;src:local('Arial'), local('Liberation Sans'), local('Helvetica Neue'), local('Helvetica'), local('Roboto');size-adjust:100.08%;ascent-override:94.93%;descent-override:24.98%;line-gap-override:0.00%}
@font-face{font-family:'Figtree Fallback';font-style:normal;font-weight:500;src:local('Arial'), local('Liberation Sans'), local('Helvetica Neue'), local('Helvetica'), local('Roboto');size-adjust:100.08%;ascent-override:94.93%;descent-override:24.98%;line-gap-override:0.00%}
@font-face{font-family:'Figtree Fallback';font-style:normal;font-weight:600;src:local('Arial Bold'), local('Liberation Sans Bold'), local('Helvetica Neue Bold'), local('Helvetica Bold'), local('Roboto Bold');size-adjust:92.57%;ascent-override:102.63%;descent-override:27.01%;line-gap-override:0.00%}
/* ---- end fallbacks ---- */

/* ============================================================
   Solace Med Spa - design system
   A Nelanor concept build at Scale-up scope (eight pages). The site's one job is
   a booked consultation. Everything on it either answers the question a first-time
   visitor has (what will it cost, will it hurt, who is doing it) or gets them to
   the booking page.

   Palette: cream #FAF7F2 · sand #EFE8DD · linen #E3D9CB · clay #8C5238
            moss #2F3D35 (text and the one strong surface) · ink #1F2622
   Type: Cormorant Garamond (display) + Figtree (body)
   ============================================================ */

:root {
  --cream: #FAF7F2;
  --sand: #EFE8DD;
  --linen: #E3D9CB;
  --clay: #8C5238; /* was #A9694A: 4.1:1 on cream and 4.4:1 under white text, both under the AA floor (a11y gate) */
  --clay-deep: #7F4A32;
  --moss: #2F3D35;
  --ink: #1F2622;
  --muted: #5E665F;
  --rule: rgba(31, 38, 34, 0.16);
  --rule-soft: rgba(31, 38, 34, 0.09);
  --error: #8A2E1A;
  --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body: "Figtree", "Figtree Fallback", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 0.8, 0.35, 1);
}

*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
address { font-style: normal; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; border-radius: 2px; }

.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--moss); color: #fff; font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 12px; }

.container { width: min(1120px, 100% - 40px); margin-inline: auto; }
@media (max-width: 640px) { .container { width: min(1120px, 100% - 32px); } }

/* ---------- type ---------- */
h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: clamp(2.7rem, 6.2vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); }
em.soft { font-style: italic; color: var(--clay); }
.eyebrow { font-weight: 600; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay); }
.lede { font-size: 1.15rem; line-height: 1.55; color: var(--muted); max-width: 34rem; }
.muted { color: var(--muted); }
p + p { margin-top: 0.9em; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 12px 24px; border-radius: 999px; border: 1.5px solid transparent;
  font-family: var(--body); font-weight: 600; font-size: 1rem; letter-spacing: 0.01em;
  text-decoration: none; cursor: pointer; transition: background-color .18s var(--ease), transform .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(0.99); }
.btn-primary { background: var(--moss); color: #fff; }
.btn-primary:hover { background: #24302A; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-clay { background: var(--clay); color: #fff; }
.btn-clay:hover { background: var(--clay-deep); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(250, 247, 242, 0.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--rule-soft); }
.site-nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.brand { font-family: var(--display); font-weight: 600; font-size: 1.6rem; letter-spacing: 0.04em; text-decoration: none; white-space: nowrap; }
.brand small { display: block; font-family: var(--body); font-weight: 500; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay); line-height: 1; margin-top: 2px; }
.site-nav ul { display: flex; align-items: center; gap: 22px; }
.site-nav ul a:not(.btn) { font-weight: 500; text-decoration: none; padding: 6px 0; border-bottom: 1.5px solid transparent; font-size: 0.98rem; }
.site-nav ul a[aria-current="page"] { border-bottom-color: var(--clay); }
.site-nav ul a:not(.btn):hover { border-bottom-color: var(--ink); }
.nav-book { min-height: 42px; padding: 8px 18px; font-size: 0.95rem; }
.menu-toggle { display: none; }
@media (max-width: 860px) {
  .site-nav ul { display: none; }
  .site-nav.is-open ul { display: grid; position: absolute; left: 0; right: 0; top: 100%; gap: 0; padding: 8px 20px 18px; background: var(--cream); border-bottom: 1px solid var(--rule-soft); }
  .site-nav.is-open ul li a:not(.btn) { display: block; padding: 12px 0; border-bottom: 1px solid var(--rule-soft); font-size: 1.05rem; }
  .site-nav.is-open ul li:last-child { padding-top: 14px; }
  .nav-right { display: flex; align-items: center; gap: 10px; }
  .menu-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1.5px solid var(--rule); border-radius: 999px; background: transparent; cursor: pointer; color: var(--ink); }
  .menu-toggle svg { width: 20px; height: 20px; }
}
@media (min-width: 861px) { .nav-right .btn { display: none; } }

/* ---------- hero ---------- */
.hero { padding: 40px 0 24px; }
.hero-grid { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1fr 1.05fr; gap: 56px; } .hero { padding: 64px 0 40px; } }
.hero h1 { margin-top: 14px; }
.hero .lede { margin-top: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-photo img { border-radius: 14px; aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.hero-photo figcaption { margin-top: 8px; font-size: 0.85rem; color: var(--muted); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px 26px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--rule); font-size: 0.92rem; color: var(--muted); }

/* ---------- sections ---------- */
.section { padding: 56px 0; }
@media (min-width: 900px) { .section { padding: 84px 0; } }
.section-head { max-width: 40rem; }
.section-head h2 { margin-top: 12px; }
.section-head p { margin-top: 14px; color: var(--muted); }
.section--sand { background: var(--sand); }
.section--moss { background: var(--moss); color: #E9E2D6; }
.section--moss h2, .section--moss h3 { color: #fff; }
.section--moss .eyebrow { color: #D9A98C; }
.section--moss .muted { color: #C2C9C3; }

/* concerns grid */
.concerns { display: grid; gap: 14px; margin-top: 34px; }
@media (min-width: 640px) { .concerns { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .concerns { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
.concern {
  display: flex; flex-direction: column; gap: 8px; padding: 26px 24px; border-radius: 14px; background: #fff;
  border: 1px solid var(--rule-soft); text-decoration: none; transition: transform .18s var(--ease), border-color .18s var(--ease);
}
.concern:hover { transform: translateY(-2px); border-color: var(--clay); }
.concern .eyebrow { color: var(--muted); }
.concern h3 { font-size: 1.65rem; }
.concern p { color: var(--muted); font-size: 0.98rem; }
.concern .from { margin-top: auto; padding-top: 10px; font-weight: 600; color: var(--clay); font-size: 0.95rem; }

/* visit steps */
.visit { display: grid; gap: 22px; margin-top: 34px; counter-reset: v; }
@media (min-width: 800px) { .visit { grid-template-columns: repeat(3, 1fr); gap: 36px; } }
.visit li { position: relative; padding-top: 16px; border-top: 1px solid var(--rule); }
.visit li::before { counter-increment: v; content: counter(v); font-family: var(--display); font-size: 2.4rem; line-height: 1; color: var(--clay); }
.visit h3 { margin-top: 8px; font-size: 1.5rem; }
.visit p { margin-top: 8px; color: var(--muted); }

/* split */
.split { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 64px; } .split.flip > :first-child { order: 2; } }
.split img { border-radius: 14px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.split h2 { margin-top: 12px; }
.split p { margin-top: 14px; color: var(--muted); }
.checklist { margin-top: 18px; display: grid; gap: 10px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); }
.section--moss .checklist li { color: #E9E2D6; }
.section--moss .checklist li::before { background: #D9A98C; }
.checklist li::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 999px; background: var(--clay); margin-top: 0.6em; }

/* providers */
.people { display: grid; gap: 24px; margin-top: 34px; }
@media (min-width: 800px) { .people { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.person img { border-radius: 14px; aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }
.person .placeholder { border-radius: 14px; aspect-ratio: 3 / 4; background: var(--linen); display: grid; place-items: center; font-family: var(--display); font-size: 3rem; color: var(--moss); }
.person h3 { margin-top: 14px; font-size: 1.5rem; }
.person .role { color: var(--clay); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }
.person p { margin-top: 8px; color: var(--muted); font-size: 0.98rem; }

/* pricing */
.price-groups { display: grid; gap: 32px; margin-top: 34px; }
@media (min-width: 900px) { .price-groups { grid-template-columns: 1fr 1fr; gap: 48px; } }
.price-group h3 { font-size: 1.7rem; padding-bottom: 10px; border-bottom: 1.5px solid var(--ink); }
.price-group dl { margin-top: 6px; }
.price-group dl div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--rule-soft); }
.price-group dt { font-weight: 500; }
.price-group dt small { display: block; font-weight: 400; color: var(--muted); font-size: 0.9rem; }
.price-group dd { font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 600; }
.price-note { margin-top: 24px; padding: 20px 22px; background: #fff; border-radius: 12px; border: 1px solid var(--rule-soft); color: var(--muted); font-size: 0.95rem; }

/* faq */
.faq { margin-top: 30px; border-top: 1px solid var(--rule); max-width: 46rem; }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; font-family: var(--display); font-weight: 500; font-size: 1.45rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--body); font-size: 1.4rem; color: var(--clay); flex: none; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 0 18px; color: var(--muted); }

/* treatment pages */
.page-head { padding: 48px 0 20px; }
.page-head h1 { margin-top: 12px; }
.page-head .lede { margin-top: 16px; }
.treatments { margin-top: 28px; display: grid; gap: 20px; }
@media (min-width: 800px) { .treatments { grid-template-columns: 1fr 1fr; gap: 24px; } }
.treatment { padding: 26px; border-radius: 14px; background: #fff; border: 1px solid var(--rule-soft); }
.treatment h3 { font-size: 1.7rem; }
.treatment .meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 8px; font-size: 0.88rem; color: var(--muted); }
.treatment p { margin-top: 12px; color: var(--muted); }
.treatment .good { margin-top: 12px; font-size: 0.95rem; }
.treatment .good strong { color: var(--ink); }
.treatment .actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.treatment .actions .from { font-weight: 600; color: var(--ink); }
.honest { margin-top: 28px; padding: 24px; border-radius: 14px; background: var(--sand); max-width: 46rem; }
.honest h3 { font-size: 1.5rem; }
.honest p { margin-top: 8px; color: var(--muted); }

/* book page */
.book-grid { display: grid; gap: 36px; }
@media (min-width: 960px) { .book-grid { grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: start; } }
.form { margin-top: 24px; display: grid; gap: 20px; }
.form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.form legend { font-weight: 600; padding: 0; margin-bottom: 8px; }
.field label { display: block; font-weight: 600; margin-bottom: 6px; }
.field .hint { font-weight: 400; color: var(--muted); font-size: 0.9rem; margin-left: 6px; }
.field input, .field textarea, .field select { width: 100%; font: inherit; color: var(--ink); background: #fff; border: 1.5px solid var(--rule); border-radius: 10px; padding: 12px 14px; min-height: 50px; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--moss); outline: 3px solid rgba(169, 105, 74, 0.3); outline-offset: 0; }
.field.invalid input, .field.invalid select { border-color: var(--error); }
.field-error { color: var(--error); font-size: 0.92rem; margin-top: 6px; }
.two { display: grid; gap: 20px; }
@media (min-width: 640px) { .two { grid-template-columns: 1fr 1fr; } }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--rule); background: #fff; font-weight: 500; font-size: 0.95rem; transition: background-color .15s, border-color .15s; }
.chip input:checked + span { background: var(--moss); border-color: var(--moss); color: #fff; }
.chip input:focus-visible + span { outline: 3px solid var(--clay); outline-offset: 2px; }
.form .note { font-size: 0.9rem; color: var(--muted); }
.form-success { display: none; padding: 26px; border-radius: 14px; background: #fff; border: 1.5px solid var(--moss); }
.form-success.is-on { display: block; }
.form-success h3 { font-size: 1.7rem; }
.form-success p { margin-top: 8px; color: var(--muted); }
.book-aside .card { padding: 24px; background: #fff; border-radius: 14px; border: 1px solid var(--rule-soft); }
.book-aside .card + .card { margin-top: 16px; }
.book-aside h3 { font-size: 1rem; font-family: var(--body); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay); }
.book-aside .big { font-family: var(--display); font-size: 1.9rem; text-decoration: none; display: inline-block; margin-top: 6px; }
.book-aside dl div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--rule-soft); font-size: 0.95rem; }

/* CTA band */
.cta-band { padding: 56px 0; background: var(--moss); color: #fff; }
.cta-band .inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 32px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #C8CFC9; max-width: 34rem; margin-top: 8px; }
.cta-band .btn-ghost { color: #fff; border-color: #fff; }
.cta-band .btn-ghost:hover { background: #fff; color: var(--moss); }

/* ---------- footer ---------- */
.site-footer { padding: 44px 0 28px; background: var(--ink); color: #C8CFC9; font-size: 0.95rem; }
.site-footer .cols { display: grid; gap: 24px; }
@media (min-width: 800px) { .site-footer .cols { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; } }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: #D9A98C; }
.site-footer h3 { color: #fff; font-family: var(--body); font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.site-footer ul { margin-top: 10px; display: grid; gap: 6px; }
.site-footer a { color: #E9E2D6; text-decoration-color: rgba(233, 226, 214, 0.35); text-underline-offset: 3px; }
.site-footer a:hover { color: #fff; }
.site-footer .legal { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.85rem; color: #98A29B; }
.site-footer .legal p + p { margin-top: 6px; }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(12px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { transform: none; transition: opacity .3s; }
  .btn, .concern { transition: none; }
}
