/* =========================================================
   Steady Ground Therapy — stylesheet
   Warm forest-green + clay palette, serif display headings.
   ========================================================= */

:root {
  --ink: #1c2622;
  --ink-soft: #4a5751;
  --muted: #6f7c75;
  --forest: #1f4d3a;
  --forest-deep: #163a2c;
  --moss: #2f6b4f;
  --sage: #a9c5b4;
  --sage-light: #d8e6dd;
  --cream: #f6f1e7;
  --sand: #ebe3d3;
  --sand-deep: #dcd1bb;
  --clay: #c9613f;
  --clay-deep: #a84c2f;
  --white: #ffffff;
  --line: rgba(28, 38, 34, 0.12);
  --shadow: 0 10px 30px rgba(28, 38, 34, 0.08);
  --shadow-lg: 0 24px 60px rgba(28, 38, 34, 0.14);
  --radius: 18px;
  --radius-sm: 10px;
  --font-display: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-body: 'Manrope', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --container: 1180px;
  --gutter: clamp(1rem, 4vw, 2.5rem);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: var(--forest); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--clay-deep); }
p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
  color: var(--ink);
}
h1 em, h2 em, .page-hero__title em { font-style: italic; color: var(--clay); }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; border-radius: 4px; }

.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 1rem; top: -4rem; background: var(--forest); color: var(--white); padding: 0.6rem 1rem; border-radius: 0 0 8px 8px; z-index: 100; }
.skip-link:focus { top: 0; }

.icon { width: 1.15em; height: 1.15em; flex: none; vertical-align: -0.2em; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--clay-deep); margin-bottom: 0.9rem;
}
.eyebrow--light { color: var(--sage); }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.6; color: var(--ink-soft); max-width: 40rem; }
.section__title { font-size: clamp(1.9rem, 3.4vw, 2.8rem); max-width: 22ch; }
.section__title--sm { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.section__sub { color: var(--ink-soft); max-width: 44rem; font-size: 1.08rem; }
.section__head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.section__head--row { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; flex-wrap: wrap; }
.section__foot { margin-top: 2rem; }
.text-link { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; text-decoration: none; }
.text-link:hover .icon { transform: translateX(3px); }
.text-link .icon { transition: transform 0.2s; }
.note { color: var(--muted); font-size: 0.95rem; margin-top: 2rem; max-width: 60ch; }
.link-button { background: none; border: 0; padding: 0; color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.8rem 1.35rem; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: 0.98rem; text-decoration: none; line-height: 1.2;
  transition: transform 0.15s, background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--lg { padding: 1rem 1.6rem; font-size: 1.05rem; }
.btn--sm { padding: 0.55rem 1rem; font-size: 0.9rem; }
.btn--clay { background: var(--clay); color: var(--white); box-shadow: 0 8px 20px rgba(201, 97, 63, 0.3); }
.btn--clay:hover { background: var(--clay-deep); color: var(--white); }
.btn--forest { background: var(--forest); color: var(--white); }
.btn--forest:hover { background: var(--forest-deep); color: var(--white); }
.btn--outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn--outline:hover { background: var(--forest); color: var(--white); }
.btn--outline-light { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.55); }
.btn--outline-light:hover { background: var(--white); color: var(--forest); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 241, 231, 0.9);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 4px 24px rgba(28, 38, 34, 0.06); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--ink); }
.brand__mark { width: 42px; height: 42px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; letter-spacing: -0.01em; }
.brand__sub { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--moss); }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav__list { display: flex; gap: 0.25rem; list-style: none; }
.site-nav__list a {
  display: block; padding: 0.5rem 0.8rem; border-radius: 999px;
  font-weight: 600; font-size: 0.95rem; text-decoration: none; color: var(--ink-soft);
}
.site-nav__list a:hover { background: var(--sand); color: var(--ink); }
.site-nav__list a[aria-current="page"] { color: var(--forest); background: var(--sage-light); }
.nav-toggle {
  display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line);
  background: var(--white); color: var(--ink); align-items: center; justify-content: center;
}
.nav-toggle .icon { width: 1.5rem; height: 1.5rem; }
.nav-toggle__close { display: none; }
.site-header.is-open .nav-toggle__open { display: none; }
.site-header.is-open .nav-toggle__close { display: block; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2.5rem, 6vw, 4.5rem); }
.hero::before {
  content: ''; position: absolute; inset: auto -10% -40% auto; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle at center, rgba(169, 197, 180, 0.45), transparent 65%); pointer-events: none;
}
.hero__inner { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero__title { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.02; max-width: 12ch; margin-bottom: 1.2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1.8rem 0 2rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; list-style: none; font-size: 0.92rem; font-weight: 600; color: var(--ink-soft); }
.hero__trust li { display: inline-flex; align-items: center; gap: 0.45rem; }
.hero__trust .icon { color: var(--moss); }
.hero__visual { position: relative; }
.hero__art { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(28, 38, 34, 0.12)); }
.hero__card {
  position: absolute; left: -8%; bottom: 6%; background: var(--white); border-radius: var(--radius);
  padding: 1.1rem 1.4rem; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 0.15rem;
  border-left: 5px solid var(--clay);
}
.hero__card-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.hero__card-phone { font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; text-decoration: none; color: var(--forest); }
.hero__card-hours { font-size: 0.85rem; color: var(--ink-soft); }

/* ---------- Stats ---------- */
.stats { background: var(--forest); color: var(--white); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 1.6rem 1.5rem; border-left: 1px solid rgba(255, 255, 255, 0.12); display: flex; flex-direction: column; gap: 0.2rem; }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat__value { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 500; color: var(--sage); line-height: 1; }
.stat__label { font-size: 0.92rem; color: rgba(255, 255, 255, 0.78); }

/* ---------- Sections ---------- */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section--tall { padding: clamp(5rem, 12vw, 9rem) 0; }
.section--sand { background: var(--sand); }
.section--forest { background: var(--forest); color: rgba(255, 255, 255, 0.86); }
.section--forest .section__title, .section--forest h3 { color: var(--white); }
.section--forest p { color: rgba(255, 255, 255, 0.82); }

.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split--reverse .split__copy { order: 1; }
.split--reverse .split__media { order: 2; }
.split--narrow { grid-template-columns: 0.8fr 1.2fr; align-items: start; }

/* ---------- Service cards ---------- */
.service {
  background: var(--white); border-radius: var(--radius); padding: 1.8rem 1.6rem; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 0.6rem; border-top: 4px solid var(--sage);
  transition: transform 0.2s, box-shadow 0.2s;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--sage-light); color: var(--forest); display: grid; place-items: center; }
.service__icon .icon { width: 26px; height: 26px; }
.service__title { font-size: 1.35rem; margin: 0.4rem 0 0; }
.service p { color: var(--ink-soft); font-size: 0.98rem; flex: 1; }
.ticks { list-style: none; display: flex; flex-direction: column; gap: 0.35rem; font-size: 0.92rem; font-weight: 600; }
.ticks li { display: flex; align-items: center; gap: 0.5rem; }
.ticks .icon { color: var(--clay); }
.ticks--row { flex-direction: row; flex-wrap: wrap; gap: 0.5rem 1.4rem; }

/* ---------- About split ---------- */
.photo-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.photo-frame--a { transform: rotate(-2deg); }
.photo-frame--b { transform: rotate(1.5deg); }
.split__media { position: relative; }
.pull-quote {
  position: relative; margin: -2.5rem 1.5rem 0 auto; max-width: 80%; background: var(--clay); color: var(--white);
  padding: 1.3rem 1.5rem; border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.pull-quote p { font-family: var(--font-display); font-size: 1.15rem; line-height: 1.4; color: var(--white); margin-bottom: 0.5rem; }
.pull-quote span { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.85; }
.features { list-style: none; display: flex; flex-direction: column; gap: 1.3rem; margin: 1.8rem 0 2rem; }
.feature { display: flex; gap: 1rem; align-items: flex-start; }
.feature__icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--white); color: var(--moss); display: grid; place-items: center; box-shadow: var(--shadow); }
.feature h3 { font-size: 1.15rem; margin-bottom: 0.25rem; font-family: var(--font-body); font-weight: 700; }
.feature p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Approach rows ---------- */
.approach-list { border-top: 1px solid var(--line); }
.approach-row {
  display: grid; grid-template-columns: 3rem 5.5rem 1fr 2rem; gap: 1.5rem; align-items: center;
  padding: 1.6rem 0; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit;
  transition: background 0.2s, padding 0.2s;
}
.approach-row:hover { background: var(--white); padding-left: 1rem; padding-right: 1rem; color: inherit; }
.approach-row__index { font-family: var(--font-display); font-size: 1.4rem; color: var(--clay); }
.approach-row__label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); background: var(--forest); padding: 0.35rem 0.6rem; border-radius: 6px; text-align: center; }
.approach-row__body { display: flex; flex-direction: column; gap: 0.2rem; }
.approach-row__title { font-family: var(--font-display); font-size: 1.45rem; }
.approach-row__text { color: var(--ink-soft); font-size: 0.98rem; }
.approach-row__arrow { color: var(--forest); transition: transform 0.2s; }
.approach-row:hover .approach-row__arrow { transform: translateX(4px); }

/* ---------- Steps ---------- */
.steps { list-style: none; display: flex; flex-direction: column; gap: 0; counter-reset: step; position: relative; }
.step { display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; position: relative; padding-bottom: 2rem; }
.step:last-child { padding-bottom: 0; }
.step::before { content: ''; position: absolute; left: 2rem; top: 3.4rem; bottom: 0.2rem; width: 2px; background: var(--line); transform: translateX(-50%); }
.step:last-child::before { display: none; }
.step__num { width: 4rem; height: 4rem; border-radius: 50%; background: var(--white); color: var(--forest); display: grid; place-items: center; font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; box-shadow: var(--shadow); position: relative; z-index: 1; border: 2px solid var(--sage); }
.step__title { font-size: 1.35rem; margin: 0.9rem 0 0.4rem; }
.step__body p { color: var(--ink-soft); margin: 0; }
.section--forest .steps .step::before { background: rgba(255, 255, 255, 0.2); }
.section--forest .step__num { background: var(--forest-deep); color: var(--sage); border-color: rgba(255, 255, 255, 0.2); box-shadow: none; }
.section--forest .step__body p { color: rgba(255, 255, 255, 0.78); }
.steps--compact .step { grid-template-columns: 3rem 1fr; gap: 1rem; padding-bottom: 1.4rem; }
.steps--compact .step::before { left: 1.5rem; top: 3rem; }
.steps--compact .step__num { width: 3rem; height: 3rem; font-size: 1.05rem; }
.steps--compact .step__title { font-size: 1.15rem; margin-top: 0.55rem; }
.steps--compact .step__body p { font-size: 0.95rem; }

/* ---------- Stories ---------- */
.story {
  position: relative; margin: 0; background: var(--white); border-radius: var(--radius); padding: 2.2rem 1.7rem 1.7rem; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 1rem;
}
.story__quote-mark { position: absolute; top: -1rem; left: 1.4rem; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--clay); color: var(--white); display: grid; place-items: center; }
.story__quote { margin: 0; font-family: var(--font-display); font-size: 1.12rem; line-height: 1.5; flex: 1; }
.story__quote p { margin: 0; }
.story__by { display: flex; flex-direction: column; gap: 0.1rem; border-top: 1px solid var(--line); padding-top: 0.9rem; }
.story__name { font-weight: 700; }
.story__context { font-size: 0.85rem; color: var(--muted); }
.story--large { padding: 3rem clamp(1.6rem, 5vw, 4rem) 2.2rem; margin-bottom: 2rem; background: var(--forest); color: var(--white); }
.story--large .story__quote { font-size: clamp(1.35rem, 2.4vw, 1.9rem); max-width: 34ch; color: var(--white); }
.story--large .story__by { border-top-color: rgba(255, 255, 255, 0.2); }
.story--large .story__context { color: var(--sage); }
.story--large .story__quote-mark { background: var(--clay); }

/* ---------- Guides / resources ---------- */
.guide {
  display: flex; flex-direction: column; gap: 0.5rem; background: var(--white); border-radius: var(--radius); padding: 1.7rem 1.6rem;
  box-shadow: var(--shadow); text-decoration: none; color: inherit; border: 1px solid transparent; transition: border-color 0.2s, transform 0.2s;
}
.guide:hover { border-color: var(--sage); transform: translateY(-3px); color: inherit; }
.guide__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--sand); color: var(--forest); display: grid; place-items: center; }
.guide__format { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay-deep); margin-top: 0.4rem; }
.guide__title { font-family: var(--font-display); font-size: 1.35rem; }
.guide__text { color: var(--ink-soft); font-size: 0.97rem; }
.guide--full .text-link { margin-top: 0.6rem; }
.books { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.book { display: flex; gap: 1rem; background: var(--white); padding: 1.2rem 1.3rem; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.book__icon { flex: none; width: 40px; height: 40px; border-radius: 10px; background: var(--sage-light); color: var(--forest); display: grid; place-items: center; }
.book__title { font-size: 1.15rem; margin-bottom: 0.1rem; }
.book__author { font-size: 0.85rem; font-weight: 700; color: var(--clay-deep); margin-bottom: 0.3rem; }
.book p:last-child { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }
.ext { display: flex; flex-direction: column; gap: 0.35rem; padding: 1.4rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: inherit; background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; }
.ext:hover { border-color: var(--forest); box-shadow: var(--shadow); color: inherit; }
.ext__name { font-weight: 700; font-size: 1.08rem; display: flex; align-items: center; gap: 0.4rem; color: var(--forest); }
.ext__detail { color: var(--ink-soft); font-size: 0.95rem; flex: 1; }
.ext__contact { font-family: var(--font-display); font-size: 1.15rem; color: var(--clay-deep); margin-top: 0.3rem; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 0.7rem; }
.faq__item { background: var(--white); border-radius: var(--radius-sm); box-shadow: var(--shadow); overflow: hidden; }
.faq__q { list-style: none; cursor: pointer; padding: 1.1rem 3.2rem 1.1rem 1.4rem; font-weight: 700; font-size: 1.05rem; position: relative; }
.faq__q::-webkit-details-marker { display: none; }
.faq__marker { position: absolute; right: 1.2rem; top: 50%; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: var(--sand); transform: translateY(-50%); }
.faq__marker::before, .faq__marker::after { content: ''; position: absolute; background: var(--forest); left: 50%; top: 50%; transform: translate(-50%, -50%); transition: transform 0.2s; }
.faq__marker::before { width: 0.7rem; height: 2px; }
.faq__marker::after { width: 2px; height: 0.7rem; }
.faq__item[open] .faq__marker::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__a { padding: 0 1.4rem 1.2rem; color: var(--ink-soft); }
.faq__a p { margin: 0; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--forest-deep); color: var(--white); padding: clamp(3rem, 6vw, 5rem) 0; position: relative; overflow: hidden; }
.cta-band::after { content: ''; position: absolute; right: -10%; top: -40%; width: 40vw; height: 40vw; max-width: 520px; max-height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 97, 63, 0.35), transparent 65%); pointer-events: none; }
.cta-band__inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cta-band__title { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 0.4rem; }
.cta-band__text p { margin: 0; color: rgba(255, 255, 255, 0.8); max-width: 44rem; }
.cta-band__actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }

/* ---------- Crisis strip ---------- */
.crisis { background: var(--sand); border-top: 4px solid var(--clay); padding: 2rem 0; }
.crisis__inner { display: flex; justify-content: space-between; gap: 2rem; align-items: center; flex-wrap: wrap; }
.crisis__title { font-family: var(--font-body); font-size: 1.05rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.3rem; }
.crisis__title .icon { color: var(--clay); }
.crisis__text p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; max-width: 60ch; }
.crisis__line { display: flex; flex-direction: column; text-decoration: none; background: var(--white); padding: 1rem 1.4rem; border-radius: var(--radius-sm); box-shadow: var(--shadow); min-width: 260px; }
.crisis__label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.crisis__number { font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; color: var(--forest); }
.crisis__note { font-size: 0.82rem; color: var(--ink-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, 0.78); padding-top: 3.5rem; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; }
.footer__name { font-family: var(--font-display); font-size: 1.4rem; color: var(--white); margin-bottom: 0.5rem; }
.footer__tagline { font-size: 0.95rem; }
.footer__badge { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; color: var(--sage); font-weight: 600; }
.footer__heading { font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); margin-bottom: 1rem; }
.footer__list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.95rem; }
.footer__list a { color: rgba(255, 255, 255, 0.85); text-decoration: none; }
.footer__list a:hover { color: var(--white); text-decoration: underline; }
.footer__list--contact li > * { display: inline-flex; align-items: flex-start; gap: 0.5rem; overflow-wrap: anywhere; }
.footer__list--contact .icon { color: var(--sage); margin-top: 0.2rem; }
.footer__hours li { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px dashed rgba(255, 255, 255, 0.12); padding-bottom: 0.4rem; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding: 1.4rem 0; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.88rem; }
.footer__bottom p { margin: 0; }
.footer__legal { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; }
.footer__legal a, .footer__legal button { color: rgba(255, 255, 255, 0.78); text-decoration: none; font-size: 0.88rem; }
.footer__legal a:hover, .footer__legal button:hover { color: var(--white); text-decoration: underline; }

/* ---------- Cookie banner ---------- */
.cookie-banner { position: fixed; inset: auto 1rem 1rem; z-index: 60; display: flex; justify-content: center; }
.cookie-banner[hidden] { display: none; }
.cookie-banner__inner {
  width: min(760px, 100%); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 1.2rem 1.4rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; border: 1px solid var(--line);
}
.cookie-banner p { margin: 0; flex: 1 1 320px; font-size: 0.93rem; color: var(--ink-soft); }
.cookie-banner__actions { display: flex; gap: 0.6rem; }

/* ---------- Page hero ---------- */
.page-hero { padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.page-hero--sand { background: var(--sand); }
.page-hero--forest { background: var(--forest); color: var(--white); }
.page-hero--forest .page-hero__title { color: var(--white); }
.page-hero--forest .lead { color: rgba(255, 255, 255, 0.82); }
.page-hero--forest .eyebrow { color: var(--sage); }
.page-hero::after { content: ''; position: absolute; right: -6%; bottom: -60%; width: 34vw; height: 34vw; max-width: 460px; max-height: 460px; border-radius: 50%; background: rgba(169, 197, 180, 0.35); pointer-events: none; }
.page-hero--forest::after { background: rgba(201, 97, 63, 0.25); }
.page-hero__inner { position: relative; max-width: 46rem; }
.page-hero__title { font-size: clamp(2.3rem, 5vw, 3.8rem); }

/* ---------- Values / team / mini ---------- */
.value { background: var(--white); border-radius: var(--radius); padding: 1.8rem 1.7rem; box-shadow: var(--shadow); position: relative; }
.value__num { font-family: var(--font-display); color: var(--clay); font-size: 1.2rem; display: block; margin-bottom: 0.5rem; }
.value h3 { font-size: 1.35rem; }
.value p { margin: 0; color: var(--ink-soft); }
.person { background: var(--white); border-radius: var(--radius); padding: 2rem 1.7rem; box-shadow: var(--shadow); text-align: center; }
.person__avatar { width: 84px; height: 84px; border-radius: 50%; background: var(--forest); color: var(--sage); display: grid; place-items: center; margin: 0 auto 1rem; font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; }
.person__name { font-size: 1.35rem; margin-bottom: 0.2rem; }
.person__role { font-size: 0.85rem; font-weight: 700; color: var(--clay-deep); letter-spacing: 0.02em; margin-bottom: 0.8rem; }
.person p:last-child { margin: 0; color: var(--ink-soft); font-size: 0.97rem; }
.mini { background: var(--white); border-radius: var(--radius); padding: 1.6rem 1.5rem; box-shadow: var(--shadow); }
.mini__num { display: inline-grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--clay); color: var(--white); font-weight: 700; margin-bottom: 0.8rem; }
.mini h3 { font-size: 1.2rem; }
.mini p { margin: 0; color: var(--ink-soft); font-size: 0.97rem; }

/* ---------- Approach page ---------- */
.jump { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin-bottom: 2.5rem; }
.jump__label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-right: 0.4rem; }
.jump a { padding: 0.4rem 0.9rem; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; font-weight: 600; font-size: 0.9rem; background: var(--white); }
.jump a:hover { border-color: var(--forest); }
.method { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(1.5rem, 4vw, 4rem); padding: clamp(2rem, 4vw, 3.5rem) 0; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.method:last-of-type { border-bottom: 1px solid var(--line); }
.method--alt .method__side { order: 2; }
.method__label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); background: var(--forest); padding: 0.35rem 0.7rem; border-radius: 6px; margin-bottom: 1rem; }
.method__title { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.method__short { color: var(--ink-soft); font-size: 1.08rem; }
.method__body p { color: var(--ink-soft); }
.method__helps { font-family: var(--font-body); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay-deep); margin: 1.4rem 0 0.6rem; }

/* ---------- Contact ---------- */
.contact-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-methods { display: flex; flex-direction: column; gap: 1rem; }
.method-card { display: flex; flex-direction: column; gap: 0.2rem; background: var(--white); border-radius: var(--radius); padding: 1.4rem 1.5rem; box-shadow: var(--shadow); text-decoration: none; color: inherit; border-left: 4px solid var(--sage); }
a.method-card:hover { border-left-color: var(--clay); color: inherit; }
.method-card__icon { width: 40px; height: 40px; border-radius: 10px; background: var(--sage-light); color: var(--forest); display: grid; place-items: center; margin-bottom: 0.5rem; }
.method-card__label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.method-card__value { font-family: var(--font-display); font-size: 1.35rem; color: var(--forest); overflow-wrap: anywhere; }
.method-card__note { font-size: 0.9rem; color: var(--ink-soft); }
.method-card__hours { list-style: none; display: flex; flex-direction: column; gap: 0.3rem; margin-top: 0.3rem; font-size: 0.95rem; }
.method-card__hours li { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px dashed var(--line); padding-bottom: 0.3rem; }

.form { background: var(--white); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 1.2rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; border: 0; padding: 0; margin: 0; min-width: 0; }
.field label, .field legend { font-weight: 700; font-size: 0.95rem; }
.field legend { margin-bottom: 0.5rem; padding: 0; }
.field__hint { margin: 0; font-size: 0.85rem; color: var(--muted); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea {
  width: 100%; font: inherit; padding: 0.75rem 0.9rem; border-radius: var(--radius-sm); border: 1.5px solid var(--sand-deep); background: var(--cream); color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--forest); box-shadow: 0 0 0 4px rgba(47, 107, 79, 0.15); background: var(--white); }
.field textarea { resize: vertical; min-height: 130px; }
.field--error input, .field--error textarea { border-color: var(--clay); }
.field__error { margin: 0; color: var(--clay-deep); font-size: 0.88rem; font-weight: 600; }
.req { color: var(--clay); }
.opt { font-weight: 500; color: var(--muted); font-size: 0.85rem; }
.radios { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.radio { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.55rem 0.95rem; border-radius: 999px; border: 1.5px solid var(--sand-deep); background: var(--cream); cursor: pointer; font-weight: 600; font-size: 0.93rem; }
.radio:has(input:checked) { border-color: var(--forest); background: var(--sage-light); }
.radio input { accent-color: var(--forest); margin: 0; }
.check { display: flex; gap: 0.7rem; align-items: flex-start; font-weight: 500; font-size: 0.95rem; cursor: pointer; }
.check input { accent-color: var(--forest); margin-top: 0.3rem; width: 1.1rem; height: 1.1rem; flex: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__note { margin: 0; font-size: 0.85rem; color: var(--muted); display: flex; align-items: center; gap: 0.4rem; }
.form .btn { align-self: flex-start; }
.alert { background: #fbeee9; border: 1px solid rgba(201, 97, 63, 0.4); color: var(--clay-deep); padding: 1rem 1.2rem; border-radius: var(--radius-sm); margin-bottom: 1.2rem; }
.success { background: var(--white); border-radius: var(--radius); padding: 2.2rem; box-shadow: var(--shadow); border-top: 4px solid var(--moss); }
.success__icon { width: 56px; height: 56px; border-radius: 50%; background: var(--sage-light); color: var(--forest); display: grid; place-items: center; margin-bottom: 1rem; }
.success__icon .icon { width: 28px; height: 28px; }
.success h2 { font-size: 1.8rem; }

/* ---------- Prose (legal, 404) ---------- */
.prose { max-width: 46rem; }
.prose--center { text-align: center; margin-inline: auto; }
.prose h1 { font-size: clamp(2rem, 4vw, 3rem); }
.prose h2 { font-size: 1.5rem; margin-top: 2.2rem; }
.prose p, .prose li { color: var(--ink-soft); }
.prose ul { padding-left: 1.3rem; margin-bottom: 1rem; }
.prose li { margin-bottom: 0.4rem; }
.prose__meta { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .service, .guide { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .hero__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 78px); overflow-y: auto;
    background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px rgba(28, 38, 34, 0.14);
    flex-direction: column; align-items: stretch; padding: 1rem var(--gutter) 1.5rem; gap: 1rem;
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  }
  .site-header.is-open .site-nav { opacity: 1; visibility: visible; transform: none; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s; }
  .site-nav__list { flex-direction: column; gap: 0.2rem; }
  .site-nav__list a { font-size: 1.15rem; padding: 0.8rem 1rem; }
  .site-nav__cta { justify-content: center; }
  .nav-toggle { display: inline-flex; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { max-width: 460px; margin: 0 auto; }
  .hero__card { left: 0; }
  .grid--3, .grid--2 { grid-template-columns: 1fr 1fr; }
  .split, .split--narrow { grid-template-columns: 1fr; }
  .split--reverse .split__copy { order: 0; }
  .split--reverse .split__media { order: 1; }
  .method { grid-template-columns: 1fr; }
  .method--alt .method__side { order: 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .approach-row { grid-template-columns: 2.5rem 1fr 2rem; }
  .approach-row__label { display: none; }
  .pull-quote { max-width: 92%; margin-right: 0.5rem; }
}

@media (max-width: 600px) {
  body { font-size: 1rem; }
  .grid--3, .grid--2, .grid--4 { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .stat { padding: 1.2rem 0.8rem; }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero__title { max-width: none; }
  .hero__card { position: static; margin-top: -1.5rem; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .cta-band__actions .btn { width: 100%; justify-content: center; }
  .crisis__line { width: 100%; }
  .step { grid-template-columns: 3rem 1fr; gap: 1rem; }
  .step::before { left: 1.5rem; }
  .step__num { width: 3rem; height: 3rem; font-size: 1.05rem; }
  .cookie-banner { inset: auto 0.5rem 0.5rem; }
  .method-card__value { font-size: 1.1rem; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__actions .btn { flex: 1; justify-content: center; }
}
