/* ============================================================
   Claim Field Guide — field-manual aesthetic
   Warm paper, ink, olive, signal rust. Built for legibility:
   large type, high contrast, generous targets.
   ============================================================ */

:root {
  --paper:      #f4f0e6;
  --paper-2:    #ece6d6;
  --paper-3:    #e2dac6;
  --ink:        #1b211a;
  --ink-2:      #3c443a;
  --ink-3:      #656c60;
  --olive:      #24301f;
  --olive-2:    #3a4c33;
  --olive-lift: #5c7350;
  --rust:       #9d3d18;
  --rust-lift:  #c4652f;
  --sand:       #d9c07a;
  --line:       #cfc6ae;
  --line-soft:  #ded6c2;

  --shadow-sm: 0 1px 0 var(--line-soft);
  --shadow-md: 0 14px 34px -22px rgba(27, 33, 26, .55);
  --shadow-lg: 0 30px 60px -34px rgba(27, 33, 26, .6);

  --display: "Bitter", Georgia, "Times New Roman", serif;
  --body:    "Public Sans", "Helvetica Neue", Arial, sans-serif;
  --mono:    "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --radius: 4px;
  --gut: clamp(1.15rem, 4vw, 2.5rem);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 900px) { body { font-size: 18px; } }

img, svg { max-width: 100%; }

/* Paper grain — fixed, non-interactive */
.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.wrap {
  width: min(1180px, 100% - var(--gut) * 2);
  margin-inline: auto;
}
.wrap--narrow { width: min(760px, 100% - var(--gut) * 2); }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: 50%; top: -100px;
  transform: translateX(-50%);
  z-index: 100;
  background: var(--olive); color: var(--paper);
  padding: .8rem 1.4rem; border-radius: 0 0 var(--radius) var(--radius);
  font-weight: 700; text-decoration: none;
}
.skip:focus { top: 0; }

a { color: var(--rust); text-underline-offset: .18em; text-decoration-thickness: 1.5px; }
a:hover { color: var(--rust-lift); }

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

h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.16; letter-spacing: -.012em; margin: 0; }

.eyebrow {
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 1rem;
}

.ext { width: .72em; height: .72em; margin-left: .38em; flex: none; vertical-align: -.02em; opacity: .75; }

/* ── Crisis strip ─────────────────────────────────────────── */
.crisis-strip {
  position: relative; z-index: 20;
  background: var(--rust);
  color: #fdf6ec;
  font-size: .93rem;
}
.crisis-strip__inner {
  display: flex; flex-wrap: wrap; gap: .35rem .9rem;
  align-items: baseline;
  padding: .62rem 0;
}
.crisis-strip__label {
  font-family: var(--mono); font-size: .7rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  background: rgba(0,0,0,.22); padding: .18rem .5rem; border-radius: 2px;
}
.crisis-strip a { color: #fff; font-weight: 700; }
.crisis-strip a:hover { color: var(--sand); }

/* ── Masthead ─────────────────────────────────────────────── */
.masthead {
  position: sticky; top: 0; z-index: 30;
  background: rgba(244, 240, 230, .93);
  backdrop-filter: blur(9px);
  border-bottom: 1px solid var(--line);
}
.masthead__inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 4.35rem;
  flex-wrap: wrap;
}
.brand {
  display: flex; align-items: center; gap: .7rem;
  color: var(--olive); text-decoration: none; margin-right: auto;
}
.brand__mark { width: 2.05rem; height: 2.05rem; flex: none; }
.brand__mark--lg { width: 2.7rem; height: 2.7rem; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__text strong { font-family: var(--display); font-size: 1.12rem; letter-spacing: -.01em; }
.brand__text small { font-size: .74rem; color: var(--ink-3); letter-spacing: .01em; }

.nav { display: flex; align-items: center; gap: .35rem; flex-wrap: wrap; }
.nav a {
  color: var(--ink-2); text-decoration: none;
  font-size: .93rem; font-weight: 500;
  padding: .5rem .68rem; border-radius: var(--radius);
  transition: background .18s ease, color .18s ease;
}
.nav a:hover { background: var(--paper-3); color: var(--olive); }
.nav__cta {
  background: var(--olive); color: var(--paper) !important;
  font-weight: 700 !important;
}
.nav__cta:hover { background: var(--olive-2) !important; color: #fff !important; }

.nav-toggle {
  display: none; align-items: center; gap: .5rem;
  font: inherit; font-size: .9rem; font-weight: 600;
  background: var(--paper-2); color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: .55rem .85rem; cursor: pointer;
}
.nav-toggle__bars { display: grid; gap: 3px; }
.nav-toggle__bars i { display: block; width: 16px; height: 2px; background: currentColor; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; width: 100%;
    flex-direction: column; align-items: stretch;
    padding-bottom: .9rem; gap: .15rem;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: .78rem .7rem; font-size: 1rem; border-bottom: 1px solid var(--line-soft); }
  .nav__cta { text-align: center; margin-top: .5rem; border-bottom: 0 !important; }
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem;
  font-family: var(--body); font-weight: 700; font-size: 1rem;
  padding: .88rem 1.5rem;
  border-radius: var(--radius); border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: transform .16s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.btn--primary {
  background: var(--rust); color: #fdf6ec;
  box-shadow: 0 10px 24px -16px rgba(157, 61, 24, .95);
}
.btn--primary:hover { background: var(--rust-lift); color: #fff; transform: translateY(-2px); }
.btn--ghost { border-color: var(--olive); color: var(--olive); background: transparent; }
.btn--ghost:hover { background: var(--olive); color: var(--paper); transform: translateY(-2px); }

.inline-link {
  display: inline-flex; align-items: center;
  font-weight: 700; font-size: .95rem; text-decoration: none;
  border-bottom: 1.5px solid currentColor; padding-bottom: 1px;
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  position: relative; z-index: 2;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2.5rem, 6vw, 4.5rem);
  background:
    radial-gradient(120% 90% at 8% 0%, rgba(92,115,80,.16), transparent 58%),
    linear-gradient(180deg, var(--paper-2), var(--paper) 72%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(36,48,31,.05) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(36,48,31,.05) 0 1px, transparent 1px 34px);
  mask-image: radial-gradient(90% 70% at 78% 22%, #000, transparent 70%);
  pointer-events: none;
}
.hero__grid {
  position: relative;
  display: grid; gap: clamp(2rem, 5vw, 3.6rem);
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 980px) {
  .hero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); }
}

.hero h1 {
  font-size: clamp(2.15rem, 5.6vw, 3.7rem);
  margin: 0 0 1.15rem;
  color: var(--olive);
}
.hero h1 em {
  font-style: italic;
  color: var(--rust);
  position: relative;
}
.lede { font-size: clamp(1.06rem, 1.9vw, 1.24rem); color: var(--ink-2); max-width: 42ch; margin: 0 0 1.9rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.5rem; }
.hero__note { font-size: .93rem; color: var(--ink-3); max-width: 44ch; margin: 0; }

.hero__card {
  background: var(--olive);
  color: #e9e6d8;
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.1rem);
  box-shadow: var(--shadow-lg);
  position: relative;
}
@media (min-width: 980px) { .hero__card { transform: rotate(-.5deg); } }
.hero__card::after {
  content: ""; position: absolute; inset: 8px;
  border: 1px solid rgba(217, 192, 122, .3);
  border-radius: 2px; pointer-events: none;
}
.hero__card-title {
  font-size: 1.02rem; letter-spacing: .14em; text-transform: uppercase;
  font-family: var(--mono); font-weight: 600;
  color: var(--sand);
  margin: 0 0 1.25rem;
}
.quicklist { list-style: none; margin: 0 0 1.4rem; padding: 0; display: grid; gap: 1.05rem; }
.quicklist li { display: grid; grid-template-columns: 2.3rem 1fr; gap: .7rem; font-size: .97rem; line-height: 1.55; }
.quicklist__n {
  font-family: var(--mono); font-size: .82rem; font-weight: 600;
  color: var(--sand); padding-top: .18rem;
}
.quicklist strong { color: #fff; }
.hero__card-link {
  display: inline-flex; align-items: center;
  color: var(--sand); font-weight: 700; font-size: .95rem;
  text-decoration: none; border-bottom: 1.5px solid rgba(217,192,122,.45);
  padding-bottom: 2px;
}
.hero__card-link:hover { color: #fff; border-color: #fff; }

/* ── Alert ────────────────────────────────────────────────── */
.alert {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: auto 1fr; gap: 1.1rem;
  margin: clamp(2rem, 5vw, 3.2rem) 0;
  padding: clamp(1.3rem, 3vw, 1.9rem);
  border-radius: var(--radius);
  background: #fbf3e8;
  border: 1.5px solid rgba(157, 61, 24, .28);
  border-left: 6px solid var(--rust);
  box-shadow: var(--shadow-md);
}
.alert__icon { color: var(--rust); }
.alert__icon svg { width: 2rem; height: 2rem; fill: none; }
.alert__title { font-size: 1.28rem; color: var(--rust); margin-bottom: .55rem; }
.alert p { margin: 0 0 .7rem; color: var(--ink-2); }
.alert__links { font-size: .92rem; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 !important; }
@media (max-width: 620px) { .alert { grid-template-columns: 1fr; } }

/* ── Sections ─────────────────────────────────────────────── */
.section { position: relative; z-index: 2; padding: clamp(3.2rem, 7vw, 5.6rem) 0; }
.section--tint { background: var(--paper-2); border-block: 1px solid var(--line); }
.section__head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section__head h2 { font-size: clamp(1.85rem, 4vw, 2.7rem); color: var(--olive); margin-bottom: .8rem; }
.section__intro { color: var(--ink-2); font-size: 1.05rem; margin: 0; }
.section__head--light h2 { color: var(--sand); }
.section__head--light .section__intro { color: rgba(233, 230, 216, .82); }
.section__head--light .eyebrow { color: rgba(233, 230, 216, .58); }

/* ── Steps ────────────────────────────────────────────────── */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; counter-reset: step; }
.step {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: clamp(1rem, 3vw, 2.2rem);
  padding: clamp(1.6rem, 3vw, 2.2rem) 0;
  border-top: 1px solid var(--line);
}
.step:last-child { border-bottom: 1px solid var(--line); }
.step__rail { position: relative; }
.step__num {
  font-family: var(--mono); font-weight: 600;
  font-size: clamp(1.5rem, 3.4vw, 2.15rem);
  color: var(--olive-lift);
  line-height: 1;
}
.step__body h3 { font-size: clamp(1.28rem, 2.5vw, 1.62rem); color: var(--olive); margin-bottom: .6rem; }
.step__body p { color: var(--ink-2); margin: 0 0 .85rem; max-width: 68ch; }
.step__body p:last-child { margin-bottom: 0; }
.step__do {
  background: var(--paper-2);
  border-left: 3px solid var(--olive-lift);
  padding: .75rem 1rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: .97rem;
}
.section--tint .step__do { background: var(--paper-3); }

.checklist { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: .6rem; max-width: 68ch; }
.checklist li {
  position: relative; padding-left: 1.85rem; color: var(--ink-2);
}
.checklist li::before {
  content: ""; position: absolute; left: .1rem; top: .58em;
  width: .72rem; height: .38rem;
  border-left: 2.5px solid var(--olive-lift);
  border-bottom: 2.5px solid var(--olive-lift);
  transform: rotate(-45deg);
}

@media (max-width: 640px) {
  .step { grid-template-columns: 1fr; gap: .35rem; }
  .step__num { font-size: 1.15rem; }
}

/* ── Free help (dark) ─────────────────────────────────────── */
.section--dark {
  background:
    radial-gradient(90% 60% at 85% 0%, rgba(92,115,80,.35), transparent 60%),
    var(--olive);
  color: #e9e6d8;
}
.section--dark a { color: var(--sand); }
.section--dark a:hover { color: #fff; }

.help-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.15rem;
}
.help-card {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(217,192,122,.22);
  border-radius: var(--radius);
  padding: 1.5rem 1.45rem;
  display: flex; flex-direction: column;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.help-card:hover { border-color: rgba(217,192,122,.55); background: rgba(255,255,255,.075); transform: translateY(-3px); }
.help-card--wide { grid-column: span 2; }
@media (max-width: 720px) { .help-card--wide { grid-column: span 1; } }
.help-card__tag {
  font-family: var(--mono); font-size: .68rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--sand); margin: 0 0 .7rem;
}
.help-card h3 { font-size: 1.24rem; color: #fff; margin-bottom: .65rem; }
.help-card p { color: rgba(233,230,216,.85); margin: 0 0 1rem; font-size: .99rem; }
.help-card__links { margin-top: auto; display: grid; gap: .45rem; }
.help-card__links a {
  display: inline-flex; align-items: center;
  font-weight: 700; font-size: .93rem; text-decoration: none;
  border-bottom: 1px solid rgba(217,192,122,.35); padding-bottom: 3px;
  width: fit-content;
}
.help-card__links a:hover { border-color: #fff; }
.help-foot {
  margin: 1.9rem 0 0; font-size: .98rem;
  color: rgba(233,230,216,.8); max-width: 70ch;
}
.help-foot strong { color: #fff; font-family: var(--mono); font-size: .93em; }

/* ── Forms table ──────────────────────────────────────────── */
.forms { border-top: 1px solid var(--line); }
.form-row {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1.15fr) minmax(0, 1.35fr);
  gap: 1.2rem;
  align-items: baseline;
  padding: 1.05rem .75rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none; color: inherit;
  transition: background .16s ease, padding-left .16s ease;
}
a.form-row:hover { background: var(--paper-2); padding-left: 1.1rem; }
.form-row--head {
  font-family: var(--mono); font-size: .7rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-3); padding-block: .6rem;
}
.form-row__id {
  font-family: var(--mono); font-weight: 600; font-size: .93rem;
  color: var(--rust); white-space: nowrap;
}
.form-row__name { font-weight: 600; color: var(--olive); }
a.form-row:hover .form-row__name { text-decoration: underline; text-underline-offset: .2em; }
.form-row__use { color: var(--ink-2); font-size: .95rem; }

@media (max-width: 780px) {
  .form-row { grid-template-columns: 1fr; gap: .3rem; padding-block: 1.15rem; }
  .form-row--head { display: none; }
}

/* ── Assistant ────────────────────────────────────────────── */
.section--assistant {
  background:
    linear-gradient(180deg, var(--paper-2), var(--paper-3));
  border-block: 1px solid var(--line);
}
.assistant__grid {
  display: grid; gap: clamp(1.8rem, 4vw, 3rem);
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 1000px) {
  .assistant__grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
}
.assistant__intro h2 { font-size: clamp(1.85rem, 4vw, 2.6rem); color: var(--olive); margin-bottom: .85rem; }
.assistant__intro > p { color: var(--ink-2); margin: 0 0 1.5rem; }
.assistant__rules {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem 1.3rem;
}
.assistant__rules h3 {
  font-family: var(--mono); font-size: .72rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3);
  margin-bottom: .8rem;
}
.assistant__rules ul { margin: 0; padding-left: 1.1rem; display: grid; gap: .5rem; }
.assistant__rules li { font-size: .95rem; color: var(--ink-2); }
.assistant__privacy { font-size: .88rem; color: var(--ink-3); margin: 1rem 0 0; }

.chat {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.chat__bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .7rem 1rem;
  background: var(--olive); color: #e9e6d8;
}
.chat__status {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--mono); font-size: .72rem; font-weight: 600;
  letter-spacing: .13em; text-transform: uppercase;
}
.chat__status .dot {
  width: .5rem; height: .5rem; border-radius: 50%;
  background: var(--sand); flex: none;
}
.chat__status.is-busy .dot { animation: pulse 1.1s ease-in-out infinite; }
.chat__status.is-error .dot { background: #e08b6a; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.75); } }
.chat__clear {
  font: inherit; font-size: .82rem;
  background: transparent; color: rgba(233,230,216,.75);
  border: 1px solid rgba(217,192,122,.3); border-radius: var(--radius);
  padding: .3rem .7rem; cursor: pointer;
  transition: color .18s ease, border-color .18s ease;
}
.chat__clear:hover { color: #fff; border-color: var(--sand); }

.chat__log {
  min-height: 340px;
  max-height: 60vh;
  overflow-y: auto;
  padding: 1.25rem;
  display: flex; flex-direction: column; gap: 1.1rem;
  scroll-behavior: smooth;
}
.chat__empty {
  margin: auto; text-align: center; color: var(--ink-3); max-width: 30ch;
}
.chat__empty-art { width: 3.4rem; height: 3.4rem; fill: none; opacity: .5; margin-bottom: .6rem; }
.chat__empty p { margin: 0; font-size: .97rem; }

.msg { display: flex; flex-direction: column; gap: .35rem; max-width: 92%; animation: rise .32s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.msg__who {
  font-family: var(--mono); font-size: .66rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3);
}
.msg__bubble {
  padding: .85rem 1.05rem;
  border-radius: var(--radius);
  font-size: 1rem; line-height: 1.62;
}
.msg--user { align-self: flex-end; align-items: flex-end; }
.msg--user .msg__bubble { background: var(--olive); color: #f1eee1; }
.msg--bot .msg__bubble { background: var(--paper-2); border: 1px solid var(--line-soft); color: var(--ink); }
.msg--error .msg__bubble { background: #fbf0e8; border-color: rgba(157,61,24,.35); color: var(--ink-2); }
.msg__bubble p { margin: 0 0 .7rem; }
.msg__bubble p:last-child { margin-bottom: 0; }
.msg__bubble ul, .msg__bubble ol { margin: 0 0 .7rem; padding-left: 1.25rem; display: grid; gap: .3rem; }
.msg__bubble ul:last-child, .msg__bubble ol:last-child { margin-bottom: 0; }
.msg__bubble strong { color: var(--olive); }
.msg--user .msg__bubble strong { color: var(--sand); }
.msg__bubble code {
  font-family: var(--mono); font-size: .88em;
  background: rgba(36,48,31,.08); padding: .1em .35em; border-radius: 2px;
}
.msg__bubble a { font-weight: 600; }

.typing { display: inline-flex; gap: .3rem; padding: .2rem 0; }
.typing i {
  width: .45rem; height: .45rem; border-radius: 50%;
  background: var(--olive-lift); opacity: .55;
  animation: blink 1.15s ease-in-out infinite;
}
.typing i:nth-child(2) { animation-delay: .16s; }
.typing i:nth-child(3) { animation-delay: .32s; }
@keyframes blink { 0%,100% { opacity: .25; transform: translateY(0); } 45% { opacity: 1; transform: translateY(-3px); } }

.chat__suggestions {
  display: flex; flex-wrap: wrap; gap: .45rem;
  padding: 0 1.25rem 1rem;
  border-top: 1px dashed var(--line-soft);
  padding-top: 1rem;
}
.chip {
  font: inherit; font-size: .86rem;
  background: var(--paper-2); color: var(--ink-2);
  border: 1px solid var(--line); border-radius: 999px;
  padding: .42rem .9rem; cursor: pointer; text-align: left;
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}
.chip:hover { background: var(--olive); color: var(--paper); border-color: var(--olive); transform: translateY(-1px); }
.chat__suggestions[hidden] { display: none; }

.chat__form {
  display: grid; grid-template-columns: 1fr auto; gap: .6rem;
  padding: .9rem 1.25rem 0;
  border-top: 1px solid var(--line);
  padding-top: .9rem;
}
.chat__form textarea {
  font: inherit; font-size: 1rem;
  resize: none; overflow-y: auto;
  max-height: 9rem;
  padding: .8rem .9rem;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}
.chat__form textarea:focus { border-color: var(--olive-lift); }
.chat__form textarea::placeholder { color: var(--ink-3); }
.chat__send {
  display: inline-flex; align-items: center; gap: .45rem;
  font: inherit; font-weight: 700; font-size: .95rem;
  background: var(--rust); color: #fdf6ec;
  border: 0; border-radius: var(--radius);
  padding: 0 1.15rem; cursor: pointer; align-self: stretch;
  transition: background .18s ease, opacity .18s ease;
}
.chat__send svg { width: 1.1rem; height: 1.1rem; fill: none; }
.chat__send:hover:not(:disabled) { background: var(--rust-lift); }
.chat__send:disabled { opacity: .45; cursor: not-allowed; }
.chat__foot { font-size: .82rem; color: var(--ink-3); margin: .7rem 1.25rem 1.1rem; }

/* ── After you file ───────────────────────────────────────── */
.after-grid {
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.after-card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  border-top: 4px solid var(--olive-lift);
}
.after-card h3 { font-size: 1.16rem; color: var(--olive); margin-bottom: .5rem; }
.after-card p { margin: 0 0 .9rem; color: var(--ink-2); font-size: .97rem; }
.after-card p:last-child { margin-bottom: 0; }

/* ── Review lanes ─────────────────────────────────────────── */
.lanes {
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
}
.lane {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.lane__form {
  font-family: var(--mono); font-size: .78rem; font-weight: 600;
  color: var(--rust); letter-spacing: .06em;
  margin: 0 0 .35rem;
}
.lane h3 { font-size: 1.28rem; color: var(--olive); margin-bottom: .7rem; }
.lane__when { color: var(--ink); font-size: .97rem; margin: 0 0 .7rem; }
.lane__how { color: var(--ink-3); font-size: .93rem; margin: 0; border-top: 1px solid var(--line-soft); padding-top: .7rem; }
.lanes__foot { margin: 1.8rem 0 0; font-size: .97rem; color: var(--ink-2); }
.lanes__foot a { font-weight: 700; display: inline-flex; align-items: center; }

/* ── Toxic exposure ───────────────────────────────────────── */
.expo-grid {
  display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.expo { background: var(--paper); padding: 1.4rem 1.3rem; }
.expo h3 { font-size: 1.08rem; color: var(--olive); margin-bottom: .45rem; }
.expo p { margin: 0; font-size: .94rem; color: var(--ink-2); }
.expo-cta {
  margin-top: 1.6rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.2rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-left: 6px solid var(--sand);
  border-radius: var(--radius);
  padding: 1.35rem 1.5rem;
}
.expo-cta p { margin: 0; max-width: 52ch; color: var(--ink-2); }

/* ── FAQ ──────────────────────────────────────────────────── */
.faq { display: grid; gap: .6rem; }
.faq details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none;
  padding: 1.05rem 3rem 1.05rem 1.2rem;
  font-family: var(--display); font-weight: 700; font-size: 1.08rem;
  color: var(--olive);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 1.25rem; top: 50%;
  width: .62rem; height: .62rem;
  border-right: 2.2px solid var(--olive-lift);
  border-bottom: 2.2px solid var(--olive-lift);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .22s ease;
}
.faq details[open] summary::after { transform: translateY(-25%) rotate(225deg); }
.faq summary:hover { background: var(--paper-2); }
.faq__body { padding: 0 1.2rem 1.2rem; color: var(--ink-2); }
.faq__body p { margin: 0; }
.faq__body ul { margin: 0; padding-left: 1.15rem; display: grid; gap: .35rem; }

/* ── Footer ───────────────────────────────────────────────── */
.footer {
  position: relative; z-index: 2;
  background: var(--olive);
  color: rgba(233,230,216,.82);
  padding: clamp(2.6rem, 6vw, 4rem) 0 2rem;
}
.footer a { color: var(--sand); text-decoration: none; border-bottom: 1px solid rgba(217,192,122,.28); }
.footer a:hover { color: #fff; border-color: #fff; }
.footer__grid {
  display: grid; gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(217,192,122,.2);
}
.footer__col--brand { color: var(--sand); }
.footer__mission { color: rgba(233,230,216,.75); font-size: .95rem; margin: .8rem 0 0; max-width: 32ch; }
.footer__col h3 {
  font-family: var(--mono); font-size: .7rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--sand); margin-bottom: .9rem;
}
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; font-size: .94rem; }
.footer__legal { padding-top: 1.6rem; }
.footer__legal p { margin: 0; font-size: .84rem; line-height: 1.6; color: rgba(233,230,216,.6); max-width: 92ch; }
.footer__legal strong { color: rgba(233,230,216,.85); }

/* ── Motion preferences ───────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .chat__log { scroll-behavior: auto; }
}

@media print {
  .grain, .masthead, .chat, .nav-toggle, .crisis-strip { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
}
