/* Baseline Method: shared stylesheet
   Light brand pivot — warm cream bg, near-black ink, teal accent, Caveat cursive
   for accent phrases. System fonts + one webfont (Caveat via Bunny Fonts).
   No JavaScript. */

:root {
  --bg:         #f0e8d0;
  --bg-elev:    #f3eace;
  --bg-elev-2:  #f7f0d8;
  --paper:      #fbf6e8;
  --text:       #1a1a17;
  --muted:      #4d4b46;
  --faint:      #7a7872;
  --accent:     #4dccae;
  --accent-hi:  #62dcc0;
  --accent-ink: #0a1410;
  --accent-dim: rgba(77,204,174,0.14);
  --line:       rgba(0,0,0,0.12);
  --line-soft:  rgba(0,0,0,0.06);
  --ring:       rgba(77,204,174,0.50);
  --sans:       -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display:    -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --script:     "Playfair Display", "Georgia", "Times New Roman", serif;
  --maxw:       1100px;
  --pad:        clamp(1.2rem, 4vw, 2.5rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  min-height: 100vh;
  background:
    radial-gradient(110% 60% at 50% -5%, rgba(255,253,247,0.55) 0%, rgba(240,232,208,0) 60%) no-repeat,
    linear-gradient(180deg, var(--bg) 0%, #f5edd5 35%, #faf4e2 65%, #fefbf2 100%);
  background-attachment: fixed;
  color: var(--text);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--accent); color: var(--accent-ink); }
img { max-width: 100%; display: block; }

a { color: var(--text); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--accent); }

h1, h2, h3 { font-family: var(--display); font-weight: 900; line-height: 1.04; letter-spacing: -0.025em; color: var(--text); }
.script { font-family: var(--script); font-weight: 900; color: var(--accent); letter-spacing: -0.02em; line-height: 0.95; font-style: italic; }

:focus-visible { outline: 2px solid var(--ring); outline-offset: 3px; border-radius: 2px; }

.container { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.narrow { max-width: 740px; }

.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 1.2rem;
}

.muted { color: var(--muted); }
.faint { color: var(--faint); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(236,226,200,0.78);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { font-family: var(--sans); font-weight: 800; letter-spacing: 0.16em; font-size: 0.86rem; text-transform: uppercase; color: var(--text); }
.brand span { color: var(--accent); }
.brand:hover { color: var(--text); }
.nav-toggle, .nav-toggle-label { display: none; }
.nav-links { display: flex; align-items: center; gap: 2.1rem; list-style: none; }
.nav-links a { font-size: 0.9rem; color: var(--muted); font-weight: 500; }
.nav-links a:hover { color: var(--text); }
.nav-links .btn { color: var(--accent-ink); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--sans); font-size: 0.9rem; font-weight: 600;
  padding: 0.85rem 1.5rem; border-radius: 4px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
  letter-spacing: 0.01em;
}
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { background: var(--accent-hi); color: var(--accent-ink); transform: translateY(-1px); }
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-arrow::after { content: " →"; font-weight: 400; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
/* Hero eyebrow needs more weight + darker color to read over photographic backgrounds */
.hero .eyebrow { color: var(--text); font-weight: 800; font-size: 0.78rem; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(251,246,232,0.10) 0%, rgba(251,246,232,0.0) 40%, rgba(236,226,200,0.45) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: clamp(2rem, 6vh, 4.5rem) 0 clamp(2rem, 6vh, 4rem); }
.hero h1 { font-size: clamp(2.6rem, 7vw, 5.4rem); max-width: 13ch; line-height: 1.0; letter-spacing: -0.03em; }
.hero h1 .script { display: block; font-size: clamp(2.8rem, 8vw, 6rem); margin-top: 0.4rem; line-height: 0.95; }
.hero .lede { font-size: 0.98rem; line-height: 1.6; color: var(--text); max-width: 42ch; margin-top: 1.6rem; font-weight: 400; }
.hero .btn-row { margin-top: 2.2rem; }

/* Focus hero: side callout block */
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr); gap: 2.5rem; align-items: start; }
.callout {
  background: rgba(251,246,232,0.85);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 1.6rem 1.5rem;
  margin-top: 6rem;
  max-width: 360px; justify-self: end;
}
.callout .eyebrow { margin-bottom: 0.7rem; }
.callout p.lead { font-size: 1.05rem; line-height: 1.4; color: var(--text); font-weight: 500; margin-bottom: 1.1rem; }
.callout .btn { margin-bottom: 0.6rem; width: 100%; justify-content: center; }
.callout .alt { font-size: 0.82rem; color: var(--muted); }
.callout .alt a { color: var(--accent); }

/* BUILT FOR audience row */
.built-for {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2.5rem;
  margin-top: 3rem; padding-top: 1.6rem;
  border-top: 1px solid var(--line-soft);
}
.built-for .label { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.7rem; color: var(--faint); font-weight: 700; }
.built-for .audiences { display: flex; flex-wrap: wrap; gap: 1.4rem 2.4rem; }
.built-for .audiences span { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; color: var(--muted); font-weight: 600; }

/* ---------- Sections ---------- */
section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; scroll-margin-top: 84px; }
section + section { border-top: 1px solid var(--line-soft); }
.section-title { font-size: clamp(2rem, 4.5vw, 3.2rem); max-width: 20ch; line-height: 1.05; letter-spacing: -0.025em; }
.section-lede { font-size: 1.05rem; line-height: 1.6; color: var(--muted); margin-top: 1.3rem; max-width: 58ch; }
.lead-statement { font-family: var(--display); font-weight: 800; font-size: clamp(1.6rem, 3.4vw, 2.4rem); line-height: 1.15; color: var(--text); max-width: 22ch; letter-spacing: -0.02em; }
.prose p { margin-top: 1.15rem; color: var(--muted); }
.prose p:first-child { margin-top: 0; }

.tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.9rem; }
.tag { font-size: 0.78rem; letter-spacing: 0.04em; padding: 0.45rem 0.95rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--paper); font-weight: 500; }
.pillars { list-style: none; padding: 0; margin: 2.2rem 0 0; }
.pillars li { font-family: var(--script); font-style: italic; font-weight: 900; font-size: clamp(1.5rem, 3.2vw, 2.1rem); line-height: 1.55; color: var(--text); letter-spacing: -0.015em; }
.section-index { list-style: none; padding: 0; margin: 2rem 0 0; border-top: 1px solid var(--line); }
.section-index li { font-family: var(--display); font-weight: 700; font-size: 0.95rem; padding: 0.85rem 0; border-bottom: 1px solid var(--line); color: var(--text); letter-spacing: 0.01em; }
.section-index li .roman { color: var(--accent); font-weight: 800; margin-right: 0.5em; }

/* ---------- Metrics ---------- */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin-top: 2.6rem; }
.metric { background: var(--paper); padding: 2rem 1.5rem; }
.metric .num { font-family: var(--display); font-weight: 900; font-size: clamp(2rem, 4.5vw, 3rem); color: var(--text); line-height: 1; letter-spacing: -0.03em; }
.metric .num span { font-size: 0.9rem; color: var(--muted); letter-spacing: 0; font-weight: 600; }
.metric .lbl { font-size: 0.84rem; color: var(--muted); margin-top: 0.7rem; line-height: 1.45; }

/* ---------- Cards / studies ---------- */
.cards { display: grid; gap: 1.2rem; margin-top: 2.6rem; }
.card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 8px; padding: 2rem; transition: border-color .2s ease, transform .2s ease; }
.card:hover { border-color: var(--line); transform: translateY(-2px); }
.card .kicker { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent); font-weight: 700; }
.card h3 { font-family: var(--display); font-weight: 800; font-size: 1.35rem; margin: 0.6rem 0 0.3rem; letter-spacing: -0.015em; }
.card .src { font-size: 0.82rem; color: var(--faint); margin-bottom: 0.9rem; font-style: italic; }
.card p { color: var(--muted); }

/* ---------- Long-form studies (Research findings) ---------- */
.studies { display: flex; flex-direction: column; gap: clamp(3rem, 6vw, 5rem); margin-top: 2.8rem; }
.study { max-width: 760px; }
.study .kicker { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--accent); font-weight: 700; }
.study h3 { font-family: var(--display); font-weight: 900; font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin: 0.55rem 0 0.45rem; letter-spacing: -0.02em; line-height: 1.1; }
.study .src { font-size: 0.85rem; color: var(--faint); margin-bottom: 1.3rem; font-style: italic; }
.study .lead { color: var(--text); font-weight: 600; font-size: 1.1rem; line-height: 1.55; margin: 0 0 0.9rem; max-width: 60ch; }
.study p { color: var(--muted); line-height: 1.65; margin-top: 1rem; max-width: 64ch; }
.study-table { width: 100%; max-width: 640px; margin-top: 1.8rem; border-collapse: collapse; }
.study-table th { font-family: var(--sans); font-weight: 800; color: var(--accent); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.7rem; text-align: left; padding: 0.7rem 1rem 0.7rem 0; border-bottom: 1px solid var(--line); }
.study-table td { font-family: var(--display); font-weight: 600; font-size: 0.95rem; color: var(--text); padding: 0.75rem 1rem 0.75rem 0; border-bottom: 1px solid var(--line-soft); }
.study-table tr:last-child td { border-bottom: none; }
.study-table td:first-child { color: var(--accent); font-weight: 800; }

/* ---------- Reading list ---------- */
.reading-section { margin-top: 3rem; }
.reading-section > h3 { font-size: 1.5rem; font-weight: 800; }
.reading-section > .sub { color: var(--muted); margin: 0.5rem 0 1.4rem; max-width: 70ch; }
.book-list { list-style: none; display: grid; gap: 0; border-top: 1px solid var(--line-soft); }
.book { display: grid; grid-template-columns: 2.4rem 1fr; gap: 1rem; padding: 1.1rem 0.7rem; border-bottom: 1px solid var(--line-soft); align-items: baseline; border-radius: 6px; transition: background .15s ease; }
.book:hover { background: var(--paper); }
.book .n { font-family: var(--sans); font-weight: 700; color: var(--accent); font-size: 0.95rem; letter-spacing: 0.04em; }
.book .title { font-weight: 800; color: var(--text); font-size: 1.05rem; letter-spacing: -0.005em; }
.book a.title:hover { color: var(--accent); }
.book .author { color: var(--accent); font-size: 0.9rem; font-weight: 600; }
.book .desc { color: var(--muted); font-size: 0.95rem; margin-top: 0.3rem; }

/* ---------- Founders ---------- */
.founders { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-top: 2.6rem; }
.founder img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; border: 1px solid var(--line-soft); filter: contrast(1.02); }
.founder h3 { font-size: 1.45rem; font-weight: 800; margin-top: 1.3rem; }
.founder .role { color: var(--accent); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.18em; margin-top: 0.3rem; font-weight: 700; }
.founder p { color: var(--muted); font-size: 0.96rem; margin-top: 1rem; }
.founder-note { color: var(--faint); font-style: italic; margin-top: 2rem; text-align: center; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band .lead-statement { margin: 0 auto 2rem; text-align: center; }
.cta-band .btn-row { justify-content: center; }
.cta-note { color: var(--faint); margin-top: 1.5rem; font-size: 0.92rem; }

/* ---------- Forms (shared) ---------- */
.form { margin-top: 2.6rem; max-width: 600px; }
.field { margin-bottom: 1.6rem; }
.field > label, .field legend { display: block; font-size: 0.92rem; color: var(--text); margin-bottom: 0.55rem; font-weight: 700; }
.field .opt { color: var(--faint); font-weight: 400; }
.field input[type="text"], .field input[type="email"], .field input[type="date"], .field input[type="number"], .field textarea, .field select {
  width: 100%; background: var(--paper); color: var(--text);
  border: 1px solid var(--line); border-radius: 6px; padding: 0.85rem 1rem;
  font-family: var(--sans); font-size: 1rem; line-height: 1.5;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-dim);
}
.field textarea { resize: vertical; min-height: 140px; }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
fieldset.field { border: 0; padding: 0; }
.form button[type="submit"] { margin-top: 0.5rem; border: 0; cursor: pointer; font-size: 0.95rem; padding: 0.9rem 1.8rem; }
.form-note { color: var(--faint); font-size: 0.85rem; margin-top: 1.4rem; line-height: 1.6; }
.form-note a { color: var(--accent); }
.req { color: var(--accent); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line-soft); padding: 3.5rem 0; background: transparent; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; align-items: flex-start; }
.footer-tag { font-family: var(--display); font-weight: 700; font-size: 1.15rem; max-width: 24ch; color: var(--text); line-height: 1.3; letter-spacing: -0.005em; }
.footer-links { display: flex; gap: 2.6rem; flex-wrap: wrap; }
.footer-col h4 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--faint); margin-bottom: 0.9rem; font-weight: 700; }
.footer-col a, .footer-col span { display: block; color: var(--muted); font-size: 0.92rem; margin-bottom: 0.5rem; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { margin-top: 3rem; padding-top: 1.8rem; border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; color: var(--faint); font-size: 0.85rem; }
.footer-bottom a { color: var(--faint); }
.footer-bottom a:hover { color: var(--muted); }

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  .nav-toggle-label { display: block; cursor: pointer; width: 26px; height: 20px; position: relative; }
  .nav-toggle-label span, .nav-toggle-label span::before, .nav-toggle-label span::after {
    content: ""; position: absolute; left: 0; width: 26px; height: 2px; background: var(--text); transition: .2s ease;
  }
  .nav-toggle-label span { top: 9px; }
  .nav-toggle-label span::before { top: -7px; }
  .nav-toggle-label span::after { top: 7px; }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line-soft); max-height: 0; overflow: hidden; transition: max-height .25s ease; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 1rem var(--pad); width: 100%; border-top: 1px solid var(--line-soft); }
  .nav-links .btn { margin: 1rem var(--pad); display: inline-block; width: auto; }
  .nav-toggle:checked ~ .nav-links { max-height: 420px; }
  .nav-toggle:checked ~ .nav-toggle-label span { background: transparent; }
  .nav-toggle:checked ~ .nav-toggle-label span::before { top: 0; transform: rotate(45deg); }
  .nav-toggle:checked ~ .nav-toggle-label span::after { top: 0; transform: rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .callout { margin-top: 2rem; justify-self: start; max-width: 100%; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .founders { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { flex-direction: column; }
  .built-for { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

/* ---------- Intake / clinical form ---------- */
.intake-intro { color: var(--muted); max-width: 64ch; font-size: 1.08rem; }
.intake-section { margin-top: 4.5rem; padding-top: 3.4rem; border-top: 1px solid var(--line-soft); }
.intake-section:first-of-type { border-top: 0; margin-top: 2.8rem; padding-top: 0; }
.intake-section > .eyebrow { font-size: 0.78rem; letter-spacing: 0.22em; margin-bottom: 1.7rem; }
.intake-section > .desc { color: var(--muted); margin: 0.6rem 0 2.5rem; }
.intake-section .field { margin-bottom: 2.1rem; }
.intake-section .field > label, .intake-section .field legend { margin-bottom: 1rem; }
.intake-section .q { margin-bottom: 2.3rem; }
.intake-section .q-text { color: var(--text); margin-bottom: 1rem; line-height: 1.55; }
.intake-section .q-text .n { color: var(--accent); font-weight: 700; margin-right: 0.5rem; }
.intake-section .q .note { margin-top: 1.2rem; }
.intake-section .q .note input[type="text"] { width: 100%; background: var(--paper); color: var(--text); border: 1px solid var(--line); border-radius: 6px; padding: 0.6rem 0.85rem; font-family: var(--sans); font-size: 0.95rem; }
.intake-section .subsec { font-family: var(--sans); font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent); margin: 3.2rem 0 0.7rem; }
.intake-section .cite { color: var(--faint); font-size: 0.8rem; font-style: italic; margin-bottom: 1.7rem; }
.ack { display: grid; grid-template-columns: 4rem 1fr; gap: 1.1rem; align-items: start; padding: 1.2rem 0; border-bottom: 1px solid var(--line-soft); }
.ack input[type="text"] { width: 3.6rem; text-align: center; background: var(--paper); color: var(--text); border: 1px solid var(--line); border-radius: 6px; padding: 0.55rem 0.3rem; font-weight: 700; }
.ack p { color: var(--muted); margin: 0; }
.ack p strong { color: var(--text); }
.sign-row { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.sign-row .field { flex: 1; min-width: 220px; margin-bottom: 0; }

/* ---------- Custom form controls ---------- */
.radio-group { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.radio-group label, .checks label {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.6rem 0.95rem; border: 1px solid var(--line-soft);
  border-radius: 6px; background: var(--paper); color: var(--muted);
  cursor: pointer; font-weight: 500; margin-bottom: 0;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.checks { display: grid; gap: 0.65rem; }
.radio-group label:hover, .checks label:hover { border-color: var(--faint); color: var(--text); }
.radio-group label:has(input:checked), .checks label:has(input:checked) {
  border-color: var(--accent); background: var(--accent-dim); color: var(--text);
}
.radio-group input[type="radio"], .scale input[type="radio"] {
  appearance: none; -webkit-appearance: none; margin: 0; cursor: pointer; flex: none;
  width: 1.15rem; height: 1.15rem;
  border: 1.5px solid var(--faint); border-radius: 50%;
  background: transparent; transition: all .15s ease;
}
.radio-group input[type="radio"]:checked, .scale input[type="radio"]:checked {
  border-color: var(--accent); background: var(--accent);
  box-shadow: inset 0 0 0 3.5px var(--paper);
}
.checks input[type="checkbox"] {
  appearance: none; -webkit-appearance: none; margin: 0; cursor: pointer; flex: none; position: relative;
  width: 1.2rem; height: 1.2rem;
  border: 1.5px solid var(--faint); border-radius: 4px; background: transparent; transition: all .15s ease;
}
.checks input[type="checkbox"]:checked { border-color: var(--accent); background: var(--accent); }
.checks input[type="checkbox"]:checked::after {
  content: ""; position: absolute; left: 0.4rem; top: 0.16rem;
  width: 0.28rem; height: 0.56rem;
  border: solid var(--paper); border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.radio-group input:focus-visible, .scale input:focus-visible, .checks input:focus-visible { outline: 2px solid var(--ring); outline-offset: 2px; }

.scale { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.5rem; }
.scale .end { color: var(--faint); font-size: 0.85rem; padding: 0 0.3rem; }
.scale label {
  display: inline-flex; flex-direction: column; align-items: center; gap: 0.4rem;
  font-size: 0.82rem; color: var(--muted); cursor: pointer;
  min-width: 1.6rem; padding: 0.4rem 0.25rem; border-radius: 6px; border: 1px solid transparent;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.scale label:hover { background: var(--paper); color: var(--text); }
.scale label:has(input:checked) { background: var(--accent-dim); border-color: var(--accent); color: var(--text); }

.intake-section .checks + .note,
.intake-section .radio-group + .note,
.intake-section .scale + .note { margin-top: 1.4rem; }
.intake-section .note input[type="text"]::placeholder { font-style: italic; }


/* Variant: tinted hero image — for darker images (like the mountain) that need to
   blend into the cream palette so text reads cleanly. Image becomes atmosphere. */
.hero--tinted .hero-bg img {
  opacity: 0.85;
  /* Oversized + left-anchored so the mountain peak sits right of center (its right edge crops off-screen) */
  position: absolute; left: 0; top: 0;
  width: 130%; height: 100%;
  object-fit: cover; object-position: center;
  /* Fade the image out at the bottom so the hero blends into the cream section below */
  mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(0,0,0,0) 100%);
}
.hero--tinted::after {
  background:
    /* Strong cream wash on top-left where the text sits (eyebrow + headline + lede need this) */
    linear-gradient(105deg, rgba(240,232,208,0.80) 0%, rgba(240,232,208,0.40) 30%, rgba(240,232,208,0.10) 55%, rgba(240,232,208,0) 70%),
    /* Soft bottom fade that lines up with the image mask, smoothing into body bg */
    linear-gradient(180deg, rgba(240,232,208,0) 60%, var(--bg) 100%);
}
