:root {
  --paper: #f5efe5;
  --paper-strong: #fffaf2;
  --ink: #232720;
  --muted: #69695e;
  --green: #173f2a;
  --green-soft: #dbe7dc;
  --line: #d8cfbf;
  --gold: #b38a3e;
  --serif: Iowan Old Style, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 5; padding: 10px 14px; background: var(--green); color: white; }
.skip-link:focus { left: 12px; }
.site-header { display: flex; max-width: 1220px; margin: auto; padding: 22px 28px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--green); color: var(--paper-strong); font-family: var(--serif); font-size: 24px; font-weight: 700; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 18px; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { font-size: 13px; font-weight: 650; text-decoration: none; }
.nav-cta { padding: 10px 14px; border: 1px solid var(--green); border-radius: 999px; }
.hero { display: grid; max-width: 1220px; min-height: 680px; margin: auto; padding: 92px 28px 74px; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: center; gap: 78px; }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); }
h1 { max-width: 800px; margin: 0; font-size: clamp(52px, 7vw, 92px); font-weight: 520; letter-spacing: -.045em; line-height: .96; }
.lede { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.actions { display: flex; margin-top: 34px; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; padding: 0 20px; align-items: center; justify-content: center; border-radius: 10px; font-size: 13px; font-weight: 750; text-decoration: none; }
.button.primary { border: 1px solid var(--green); background: var(--green); color: var(--paper-strong); }
.button.secondary { border: 1px solid var(--line); background: transparent; }
.qualification { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.authority-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper-strong); box-shadow: 0 30px 80px rgb(35 39 32 / 9%); }
.card-label { margin: 0 0 20px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
dl { margin: 0; }
dl div { display: grid; padding: 13px 0; border-bottom: 1px solid var(--line); grid-template-columns: 95px 1fr; gap: 14px; }
dt { color: var(--muted); font-size: 11px; }
dd { margin: 0; font-family: var(--serif); font-size: 15px; }
.pill { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; font-family: var(--sans); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pill.investigate { background: #f5e8c7; color: #725513; }
.pill.implemented { background: var(--green-soft); color: var(--green); }
.pill.testing { background: #ece5d7; color: #65543e; }
.receipt { margin: 22px 0 0; color: var(--green); font-size: 12px; font-weight: 750; }
.proof-strip { display: flex; padding: 22px 28px; align-items: center; justify-content: center; gap: 18px; border-block: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.proof-strip i { color: var(--gold); font-style: normal; }
.section { max-width: 1220px; margin: auto; padding: 120px 28px; }
.section-heading { max-width: 760px; }
h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); font-weight: 520; letter-spacing: -.035em; line-height: 1.02; }
.feature-grid, .status-grid { display: grid; margin-top: 58px; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-grid article, .status-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: rgb(255 250 242 / 50%); }
.feature-grid article > span:not(.pill) { color: var(--gold); font-family: var(--serif); font-size: 14px; }
h3 { margin: 28px 0 12px; font-size: 25px; font-weight: 560; }
article p, .status-panel p { margin: 0; color: var(--muted); line-height: 1.65; }
.proof-section { border-top: 1px solid var(--line); }
.status-grid { grid-template-columns: repeat(2, 1fr); }
.status-grid h3 { margin-top: 20px; }
.status-panel { display: flex; margin-bottom: 100px; padding: 56px; align-items: center; justify-content: space-between; gap: 40px; border-radius: 22px; background: var(--green); color: var(--paper-strong); }
.status-panel .eyebrow, .status-panel p { color: #c8d8ca; }
.status-panel h2 { max-width: 760px; font-size: clamp(36px, 4vw, 52px); }
.status-panel p { max-width: 760px; margin-top: 18px; }
.status-panel .button { flex: 0 0 auto; border-color: var(--paper-strong); background: var(--paper-strong); color: var(--green); }
footer { display: flex; max-width: 1220px; margin: auto; padding: 40px 28px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
footer > div:last-child { display: flex; gap: 18px; }
.compact .brand-mark { width: 34px; height: 34px; border-radius: 9px; font-size: 20px; }

@media (max-width: 820px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 72px; grid-template-columns: 1fr; gap: 48px; }
  .feature-grid, .status-grid { grid-template-columns: 1fr; }
  .proof-strip { overflow-x: auto; justify-content: flex-start; }
  .proof-strip span, .proof-strip i { flex: 0 0 auto; }
  .status-panel, footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
