:root {
  --ink: #1b2733;
  --ink-soft: #44525f;
  --paper: #fbfaf7;
  --card: #ffffff;
  --line: #e3e0d8;
  --accent: #14635a;
  --accent-soft: #eaf3f1;
  --warn: #8a6d1f;
  --warn-soft: #f7f0da;
  --muted: #7a8691;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: Charter, Georgia, Cambria, "Times New Roman", serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
}
header.site {
  border-bottom: 1px solid var(--line);
  background: var(--card);
}
.shell { max-width: 880px; margin: 0 auto; padding: 0 24px; }
header.site .shell { display: flex; align-items: baseline; gap: 28px; padding-top: 18px; padding-bottom: 18px; flex-wrap: wrap; }
.wordmark { font-weight: 700; font-size: 1.05rem; letter-spacing: 0.02em; color: var(--ink); text-decoration: none; }
.wordmark span { color: var(--accent); }
nav.main { display: flex; gap: 18px; flex-wrap: wrap; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 0.86rem; }
nav.main a { color: var(--ink-soft); text-decoration: none; }
nav.main a:hover, nav.main a.here { color: var(--accent); }
main .shell { padding-top: 48px; padding-bottom: 64px; }
h1 { font-size: 1.9rem; line-height: 1.25; margin-bottom: 18px; letter-spacing: -0.01em; }
h2 { font-size: 1.25rem; margin: 36px 0 12px; }
h3 { font-size: 1.02rem; margin: 24px 0 8px; }
p { margin-bottom: 14px; max-width: 66ch; }
ul, ol { margin: 0 0 14px 22px; max-width: 64ch; }
li { margin-bottom: 6px; }
a { color: var(--accent); }
.lede { font-size: 1.16rem; color: var(--ink-soft); max-width: 60ch; }
.hero-problem { font-size: 1.45rem; line-height: 1.4; font-weight: 600; max-width: 30ch; margin-bottom: 16px; letter-spacing: -0.01em; }
.cta-row { margin: 26px 0 10px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.btn {
  display: inline-block; background: var(--accent); color: #fff; text-decoration: none;
  padding: 11px 22px; border-radius: 4px; font-family: system-ui, sans-serif; font-size: 0.95rem; font-weight: 600;
}
.btn:hover { background: #0f4f48; }
.textlink { font-family: system-ui, sans-serif; font-size: 0.92rem; }
.counters {
  display: flex; gap: 0; flex-wrap: wrap; border: 1px solid var(--line); border-radius: 6px;
  background: var(--card); margin: 34px 0 8px; overflow: hidden;
}
.counter { padding: 14px 22px; border-right: 1px solid var(--line); flex: 1 1 130px; }
.counter:last-child { border-right: none; }
.counter .n { font-size: 1.35rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.counter .l { font-family: system-ui, sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.counters-note { font-family: system-ui, sans-serif; font-size: 0.8rem; color: var(--muted); margin-bottom: 30px; }
.badge {
  font-family: system-ui, sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  padding: 3px 8px; border-radius: 3px; vertical-align: 2px; margin-left: 8px; white-space: nowrap;
}
.badge.progress { background: var(--warn-soft); color: var(--warn); }
.badge.notyet { background: #eef0f2; color: var(--muted); }
.badge.live { background: var(--accent-soft); color: var(--accent); }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: 6px;
  padding: 22px 26px; margin-bottom: 18px;
}
.card h3 { margin-top: 0; }
.safeguards li { margin-bottom: 14px; }
.safeguards b { display: block; }
.safeguards .mech { font-family: system-ui, sans-serif; font-size: 0.85rem; color: var(--ink-soft); }
.callout { border-left: 3px solid var(--accent); padding: 6px 0 6px 20px; font-style: italic; margin: 18px 0; }
.formrow { margin-bottom: 14px; max-width: 420px; }
.formrow label { display: block; font-family: system-ui, sans-serif; font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 4px; }
.formrow input, .formrow textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 4px;
  font: inherit; background: var(--card);
}
.smallprint { font-family: system-ui, sans-serif; font-size: 0.85rem; color: var(--ink-soft); max-width: 56ch; }
table.ledger { border-collapse: collapse; width: 100%; margin: 14px 0; font-variant-numeric: tabular-nums; }
table.ledger th, table.ledger td { text-align: left; padding: 8px 12px; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
table.ledger th { font-family: system-ui, sans-serif; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.datestamp { font-family: system-ui, sans-serif; font-size: 0.8rem; color: var(--muted); margin-bottom: 22px; }
.notice { background: var(--warn-soft); border: 1px solid #e8dcb5; border-radius: 6px; padding: 14px 18px; font-family: system-ui, sans-serif; font-size: 0.88rem; margin: 20px 0; max-width: 66ch; }
footer.site { border-top: 1px solid var(--line); background: var(--card); }
footer.site .shell { padding: 26px 24px 34px; display: flex; gap: 40px; flex-wrap: wrap; }
footer.site nav { display: flex; flex-direction: column; gap: 6px; font-family: system-ui, sans-serif; font-size: 0.84rem; }
footer.site a { color: var(--ink-soft); text-decoration: none; }
footer.site a:hover { color: var(--accent); }
footer.site .colhead { font-family: system-ui, sans-serif; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 4px; }
.mock { position: fixed; bottom: 10px; right: 10px; background: var(--ink); color: #fff; font-family: system-ui, sans-serif; font-size: 0.7rem; padding: 4px 10px; border-radius: 3px; opacity: 0.75; }
.card.tight { padding: 16px 22px; margin-bottom: 12px; }
.card.tight h3 { margin-bottom: 4px; }
.card.tight p { margin-bottom: 0; font-size: 0.97rem; color: var(--ink-soft); }
.closer { border-top: 1px solid var(--line); margin-top: 44px; padding-top: 28px; }
.closer .line { font-size: 1.35rem; line-height: 1.4; font-weight: 600; letter-spacing: -0.01em; max-width: 30ch; margin-bottom: 10px; }
.closer .cta-row { margin-top: 18px; }
