/* ============================================================
   Wentzville Mental Health - "River Dawn"
   A premium, hyperlocal editorial system for St. Charles County, MO.

   Direction: calm pre-dawn indigo anchoring warm sand paper, with a
   restrained lamplight-bronze accent. Signature = a hand-built
   "river dawn" contour-horizon motif + mono geo datelines.

   Type:  Newsreader (literary display serif, expressive italic)
          Hanken Grotesk (humanist grotesque, body + UI)
          Spline Sans Mono (datelines, coordinates, small metadata)
   Palette: deep indigo dusk / warm sand / lamplight bronze
   ============================================================ */

:root {
  --night:     #142338;   /* deep indigo dusk - anchor */
  --night-2:   #1c3255;   /* lifted indigo for gradients */
  --deep:      #10192a;   /* darkest, footer floor */
  --ink:       #26313b;   /* warm slate body text */
  --ink-soft:  #5a6570;   /* muted slate secondary */
  --ink-faint: #8a929a;

  --paper:     #f1ede4;   /* warm sand, low chroma (not cream) */
  --paper-2:   #fbfaf5;   /* raised surface */
  --paper-3:   #f6f2e9;   /* inset */
  --line:      #ddd6c6;   /* hairline */
  --line-soft: #e7e1d3;

  --ember:     #b5772a;   /* lamplight bronze - primary accent */
  --ember-ink: #8f5c1c;   /* darker bronze for text on paper */
  --ember-lite:#e6b566;   /* warm gold for text on indigo */
  --rose:      #a6503b;   /* clay-rose, crisis + warmth (used tiny) */

  --maxread: 41rem;       /* article measure */
  --maxwide: 74rem;       /* section width */
  --radius: 4px;

  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }

html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

::selection { background: var(--ember); color: #fff; }

a { color: var(--ember-ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--night); }

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

/* ---------- containers ---------- */
.wide { max-width: var(--maxwide); margin: 0 auto; padding: 0 28px; }
.wrap { max-width: 46rem;  margin: 0 auto; padding: 0 28px; }

/* ============================================================
   Utility topbar
   ============================================================ */
.topbar {
  background: var(--deep);
  color: #c9cdd6;
  font-family: "Spline Sans Mono", ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 16px;
}
.topbar strong { color: var(--ember-lite); font-weight: 500; }

/* ============================================================
   Masthead
   ============================================================ */
.masthead {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.masthead .wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px 40px;
  padding-top: 22px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
}
.brand .mark { flex: 0 0 auto; width: 46px; height: 46px; }
.brand .lockup { display: flex; flex-direction: column; line-height: 1; }
.brand .name {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: -.01em;
  color: var(--night);
}
.brand .name em { font-style: italic; color: var(--ember-ink); }
.brand .coords {
  font-family: "Spline Sans Mono", monospace;
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 7px;
}

.masthead nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  align-items: center;
}
.masthead nav a {
  position: relative;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: .01em;
  text-decoration: none;
  color: var(--ink-soft);
  padding: 3px 0;
  transition: color .18s var(--ease);
}
.masthead nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -1px;
  height: 1.5px;
  background: var(--ember);
  transition: right .22s var(--ease);
}
.masthead nav a:hover { color: var(--night); }
.masthead nav a:hover::after { right: 0; }
.masthead nav a[aria-current="page"] { color: var(--night); }
.masthead nav a[aria-current="page"]::after { right: 0; background: var(--ember); height: 2px; }

/* ============================================================
   Crisis strip
   ============================================================ */
.crisis {
  background: #f5e7df;
  border-bottom: 1px solid #e7d1c4;
  color: #7a3325;
  font-size: 14.5px;
  text-align: center;
  padding: 10px 18px;
}
.crisis strong { font-weight: 800; }
.crisis a { color: #7a3325; font-weight: 800; text-decoration-color: rgba(122,51,37,.4); }
.crisis a:hover { color: #5e2318; }

/* ============================================================
   Signature: River Dawn contour divider
   ============================================================ */
.contour {
  height: 22px;
  margin: 0;
  background: center / 1200px 22px repeat-x
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='22' viewBox='0 0 1200 22'><path d='M0 15 C 120 4 220 4 340 13 S 560 22 700 13 S 940 3 1080 13 S 1180 18 1200 15' fill='none' stroke='%23b5772a' stroke-width='1.1' opacity='.5'/></svg>");
}

/* ============================================================
   Section eyebrow
   ============================================================ */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Spline Sans Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ember-ink);
  margin: 0 0 22px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--ember);
  flex: 0 0 auto;
}

/* ============================================================
   HERO - River Dawn indigo panel
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--night);
  color: #eae6da;
  isolation: isolate;
}
.hero .dawn-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .wide { padding-top: 72px; padding-bottom: 78px; }
.hero .dateline {
  font-family: "Spline Sans Mono", monospace;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ember-lite);
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero .dateline::before {
  content: "";
  width: 30px; height: 1px; background: var(--ember-lite); opacity: .7;
}
.hero h1 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(38px, 6.4vw, 66px);
  line-height: 1.04;
  letter-spacing: -.015em;
  margin: 0;
  max-width: 15ch;
  color: #f4f0e6;
}
.hero h1 em { font-style: italic; color: var(--ember-lite); }
.hero .lede {
  font-size: 20px;
  line-height: 1.6;
  color: #c7cad2;
  max-width: 54ch;
  margin: 26px 0 0;
}
.hero .startlinks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.hero .startlinks a {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  color: #f4f0e6;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid rgba(230,181,102,.35);
  border-radius: 40px;
  transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
}
.hero .startlinks a:hover {
  background: var(--ember-lite);
  border-color: var(--ember-lite);
  color: var(--night);
}
.hero .startlinks a.primary {
  background: var(--ember-lite);
  border-color: var(--ember-lite);
  color: var(--night);
}
.hero .startlinks a.primary:hover { background: #f0c580; border-color: #f0c580; }

/* ============================================================
   HOME - Field Guide index (lead + rows)
   ============================================================ */
.section { padding: 64px 0; }
.section.tight { padding-top: 40px; }

.lead {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: 0 30px 60px -46px rgba(20,35,56,.5);
}
.lead .tag {
  font-family: "Spline Sans Mono", monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ember-ink);
}
.lead h2 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 12px 0 14px;
  color: var(--night);
}
.lead h2 a { color: inherit; text-decoration: none; }
.lead h2 a:hover { color: var(--ember-ink); }
.lead p { margin: 0 0 20px; color: var(--ink-soft); font-size: 17px; }
.lead .go {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--night);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lead .go .arw { transition: transform .2s var(--ease); }
.lead .go:hover { color: var(--ember-ink); }
.lead .go:hover .arw { transform: translateX(4px); }

.lead-figure {
  align-self: stretch;
  min-height: 220px;
  border-radius: var(--radius);
  background: var(--night);
  position: relative;
  overflow: hidden;
}
.lead-figure svg { position: absolute; inset: 0; width: 100%; height: 100%; }

/* index list of guides */
.index { margin-top: 8px; border-top: 1px solid var(--line); }
.index a {
  display: grid;
  grid-template-columns: 3.2rem 1fr auto;
  gap: 8px 24px;
  align-items: baseline;
  padding: 26px 8px 24px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: var(--ink);
  transition: background .2s var(--ease), padding-left .2s var(--ease);
}
.index a:hover { background: var(--paper-2); padding-left: 20px; }
.index .n {
  font-family: "Spline Sans Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  color: var(--ember-ink);
  letter-spacing: .04em;
}
.index .body { grid-column: 2; }
.index .cat {
  font-family: "Spline Sans Mono", monospace;
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  display: block;
  margin-bottom: 5px;
}
.index .t {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.16;
  color: var(--night);
  transition: color .18s var(--ease);
}
.index a:hover .t { color: var(--ember-ink); }
.index .d { display: block; margin: 7px 0 0; font-size: 15.5px; line-height: 1.5; color: var(--ink-soft); max-width: 62ch; }
.index .arw {
  grid-column: 3;
  align-self: center;
  color: var(--ember);
  font-size: 18px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .2s var(--ease), transform .2s var(--ease);
}
.index a:hover .arw { opacity: 1; transform: translateX(0); }

/* ============================================================
   Callout
   ============================================================ */
.callout {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--ember);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin: 30px 0;
}
.callout h4 {
  margin: 0 0 9px;
  font-family: "Spline Sans Mono", monospace;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--ember-ink);
  font-weight: 600;
}
.callout p, .callout ul { margin: 0; font-size: 16.5px; color: var(--ink); }
.callout ul { padding-left: 20px; }
.callout li { margin-bottom: 6px; }

/* ============================================================
   Prose / editorial body
   ============================================================ */
.prose { font-size: 18px; }
.prose > p:first-child { }
.prose p { margin: 0 0 20px; }
.prose h2 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 29px;
  line-height: 1.18;
  letter-spacing: -.01em;
  color: var(--night);
  margin: 42px 0 14px;
}
.prose h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.25;
  color: var(--night);
  margin: 30px 0 8px;
}
.prose ul { margin: 0 0 20px; padding-left: 0; list-style: none; }
.prose li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 11px;
}
.prose li::before {
  content: "";
  position: absolute;
  left: 2px; top: .68em;
  width: 7px; height: 7px;
  border: 1.5px solid var(--ember);
  border-radius: 50%;
}
.prose strong { color: var(--night); font-weight: 700; }
.prose a { color: var(--ember-ink); }
.prose a:hover { color: var(--night); }

/* pull quote */
.pull {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(23px, 3vw, 29px);
  line-height: 1.3;
  color: var(--night);
  margin: 34px 0;
  padding: 6px 0 6px 26px;
  border-left: 2px solid var(--ember);
}

/* ============================================================
   Article header
   ============================================================ */
main.wrap { padding-top: 52px; padding-bottom: 8px; }
main.wrap > article { display: block; }
.article-head { padding: 54px 0 6px; }
.article-meta {
  font-family: "Spline Sans Mono", monospace;
  font-size: 11.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ember-ink);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.article-meta::before {
  content: "";
  width: 26px; height: 1px; background: var(--ember); flex: 0 0 auto;
}
.article-title {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 5.2vw, 50px);
  line-height: 1.05;
  letter-spacing: -.018em;
  color: var(--night);
  margin: 0 0 18px;
}
.article-standfirst {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 21px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0 0 26px;
  max-width: 54ch;
}
.article-rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0 0 34px;
}

/* ============================================================
   Resource list (local)
   ============================================================ */
.reslist { list-style: none; padding: 0; margin: 24px 0; counter-reset: res; }
.reslist li {
  position: relative;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-left: 2px solid var(--ember);
  border-radius: var(--radius);
  padding: 18px 22px 18px 24px;
  margin-bottom: 12px;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.reslist li::before { display: none; }
.reslist li:hover {
  border-left-color: var(--ember);
  border-color: var(--line);
  box-shadow: 0 20px 40px -30px rgba(20,35,56,.55);
  transform: translateX(2px);
}
.reslist .rrow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 18px;
  flex-wrap: wrap;
}
.reslist .rn {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  color: var(--night);
}
.reslist .rc {
  flex: 0 0 auto;
  font-family: "Spline Sans Mono", monospace;
  color: var(--ember-ink);
  font-weight: 600;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
}
.reslist p { margin: 8px 0 0; font-size: 15.5px; color: var(--ink-soft); padding: 0; }

/* ============================================================
   BRC provider module
   ============================================================ */
.provider {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, var(--night-2), var(--night) 62%, var(--deep));
  color: #e7e3d7;
  border-radius: 8px;
  padding: 40px 38px 34px;
  margin: 48px 0;
  box-shadow: 0 34px 70px -44px rgba(16,25,42,.85);
  isolation: isolate;
}
.provider::after {
  content: "";
  position: absolute;
  right: -40px; top: -30px; bottom: -30px;
  width: 52%;
  z-index: -1;
  pointer-events: none;
  background: right center / cover no-repeat
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='460' height='320' viewBox='0 0 460 320'><g fill='none'><circle cx='360' cy='250' r='96' stroke='%23e6b566' stroke-opacity='.30' stroke-width='1.2'/><circle cx='360' cy='250' r='60' stroke='%23e6b566' stroke-opacity='.20' stroke-width='1.2'/><g stroke='%23b5772a' stroke-width='1.1'><path d='M40 150 C 140 130 220 142 300 156 C 380 170 430 156 470 138' stroke-opacity='.34'/><path d='M40 186 C 150 166 230 178 310 186 C 390 194 440 184 470 172' stroke-opacity='.26'/><path d='M40 222 C 160 204 250 212 330 218 C 410 224 450 216 470 208' stroke-opacity='.18'/></g></g></svg>");
}
.provider .label {
  font-family: "Spline Sans Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 600;
  color: var(--ember-lite);
  margin: 0 0 12px;
  display: flex; align-items: center; gap: 11px;
}
.provider .label::before { content: ""; width: 22px; height: 1px; background: var(--ember-lite); opacity: .7; }
.provider h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -.01em;
  margin: 0 0 12px;
  color: #f4f0e6;
}
.provider p { margin: 0 0 16px; font-size: 16.5px; color: #c7cbd3; max-width: 56ch; }
.provider .cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--ember-lite);
  color: var(--night);
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .01em;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 40px;
  transition: background .2s var(--ease), transform .2s var(--ease);
}
.provider .cta .arw { transition: transform .2s var(--ease); }
.provider .cta:hover { background: #f0c580; color: var(--night); }
.provider .cta:hover .arw { transform: translateX(4px); }
.provider .disclosure {
  font-size: 12.5px;
  color: #97a0ab;
  margin: 20px 0 0;
  line-height: 1.55;
  max-width: 62ch;
}

/* about prose block on home */
.about h2 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.12;
  letter-spacing: -.01em;
  color: var(--night);
  margin: 0 0 18px;
  max-width: 20ch;
}
.about p { margin: 0 0 18px; color: var(--ink); max-width: 62ch; }

/* ============================================================
   Related / keep reading
   ============================================================ */
.related { margin-top: 52px; }
.related .rr-head {
  font-family: "Spline Sans Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ember-ink);
  margin: 0 0 16px;
  display: flex; align-items: center; gap: 12px;
}
.related .rr-head::before { content: ""; width: 26px; height: 1px; background: var(--ember); }
.related .rr-list { display: grid; gap: 2px; border-top: 1px solid var(--line); }
.related .rr-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 6px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-family: "Newsreader", Georgia, serif;
  font-size: 19px;
  color: var(--night);
  transition: padding-left .2s var(--ease), color .2s var(--ease);
}
.related .rr-list a:hover { padding-left: 14px; color: var(--ember-ink); }
.related .rr-list a .arw { color: var(--ember); font-family: "Hanken Grotesk", sans-serif; }

/* ============================================================
   Footer
   ============================================================ */
footer {
  background: var(--deep);
  color: #a7adba;
  margin-top: 72px;
  padding: 56px 0 40px;
  font-size: 14.5px;
  position: relative;
}
footer .contour-top {
  height: 22px;
  background: center / 1200px 22px repeat-x
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='22' viewBox='0 0 1200 22'><path d='M0 15 C 120 4 220 4 340 13 S 560 22 700 13 S 940 3 1080 13 S 1180 18 1200 15' fill='none' stroke='%23e6b566' stroke-width='1.1' opacity='.28'/></svg>");
  margin-bottom: 44px;
}
footer .f-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; }
footer .f-brand { display: flex; gap: 14px; align-items: flex-start; }
footer .f-brand .mark { width: 42px; height: 42px; flex: 0 0 auto; }
footer .name {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  color: #f1ece0;
}
footer .f-coords {
  font-family: "Spline Sans Mono", monospace;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7d8492;
  margin: 8px 0 0;
}
footer .f-brand p { margin: 12px 0 0; max-width: 42ch; color: #9aa1ae; }
footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 22px; }
footer nav a { text-decoration: none; color: #a7adba; font-size: 14px; transition: color .18s var(--ease); }
footer nav a:hover { color: var(--ember-lite); }
footer .disclaimer {
  border-top: 1px solid rgba(255,255,255,.09);
  margin-top: 40px;
  padding-top: 22px;
  font-size: 12.5px;
  color: #7d8492;
  line-height: 1.65;
  max-width: 92ch;
}
footer .disclaimer a { color: #9aa1ae; }

/* ============================================================
   FAQ - structured Q&A (numbered, tied to the field-guide motif)
   ============================================================ */
.faq { counter-reset: faq; }
.faq h2 {
  margin: 58px 0 4px;
  padding-top: 26px;
  border-top: 2px solid var(--night);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -.01em;
  color: var(--night);
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.faq h2::before {
  content: "";
  width: 8px; height: 8px;
  flex: 0 0 auto;
  border: 1.5px solid var(--ember);
  border-radius: 50%;
  transform: translateY(-3px);
}
.faq > h2:first-child {
  margin-top: 6px;
  padding-top: 0;
  border-top: 0;
}
.faq h3 {
  counter-increment: faq;
  position: relative;
  margin: 34px 0 10px;
  padding-left: 48px;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
  color: var(--night);
}
.faq h3::before {
  content: counter(faq, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: .28em;
  font-family: "Spline Sans Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--ember-ink);
}
.faq h3::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2.1em;
  bottom: -.1em;
  width: 1px;
  background: linear-gradient(var(--line), transparent);
}
.faq h3 + p { padding-left: 48px; }
.faq h3 + p { color: var(--ink); }

/* ============================================================
   Lead figure caption (home)
   ============================================================ */
.lead-figure { display: block; }
.lead-figtag {
  position: absolute;
  left: 16px;
  bottom: 13px;
  z-index: 2;
  font-family: "Spline Sans Mono", monospace;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ember-lite);
  opacity: .82;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 860px) {
  .lead { grid-template-columns: 1fr; padding: 30px; }
  .lead-figure { min-height: 160px; order: -1; }
  footer .f-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .wide, .wrap { padding: 0 20px; }
  .masthead .wide { padding-top: 18px; padding-bottom: 16px; }
  .brand .name { font-size: 23px; }
  .brand .mark { width: 40px; height: 40px; }
  .masthead nav { gap: 4px 16px; }
  .masthead nav a { font-size: 12.5px; }
  .hero .wide { padding-top: 48px; padding-bottom: 52px; }
  .hero .lede { font-size: 18px; }
  .section { padding: 46px 0; }
  .index a { grid-template-columns: 2.2rem 1fr; padding: 20px 4px; }
  .index .arw { display: none; }
  .provider { padding: 30px 24px; }
  .provider .prov-svg { opacity: .35; }
  footer nav { grid-template-columns: 1fr; }
  .faq h3 { padding-left: 36px; }
  .faq h3 + p { padding-left: 36px; }
  .faq h2 { font-size: 22px; margin-top: 46px; }
}
