:root {
  --paper: #f7f8f6;
  --surface: #ffffff;
  --surface-soft: #eef3f2;
  --ink: #18212c;
  --muted: #52606d;
  --line: #d6dcde;
  --navy: #17324d;
  --cyan: #007b87;
  --coral: #b94b3b;
  --green: #287151;
  --gold: #805f18;
  --focus: #ffbf47;
  --radius: 6px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--cyan); text-underline-offset: 0.2em; }
a:hover { color: var(--navy); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 50;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.7rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: max-content;
  color: var(--ink);
  text-decoration: none;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.brand strong { display: block; font-size: 1rem; line-height: 1.15; }
.brand small { display: block; color: var(--muted); font-size: 0.72rem; line-height: 1.35; }
.primary-nav {
  margin-left: auto;
  display: flex;
  gap: 0.15rem;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: thin;
}
.primary-nav a {
  flex: 0 0 auto;
  color: var(--muted);
  padding: 0.55rem 0.62rem;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 650;
}
.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--ink);
  border-bottom-color: var(--coral);
}

.section-wrap, .page-wrap {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 4.5rem 1.25rem;
}
.hero {
  min-height: 670px;
  display: grid;
  align-items: center;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.hero-bg { display: none; }
.hero-grid { display: block; }
.hero-copy { max-width: 900px; margin: 0 auto; }
.hero-mark {
  width: 94px;
  height: 94px;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1, h2, h3 { margin: 0; line-height: 1.18; letter-spacing: 0; }
h1 { font-size: 4.25rem; }
h2 { font-size: 2.35rem; }
h3 { font-size: 1.22rem; }
p { margin: 1rem 0 0; color: var(--muted); }
.lead { font-size: 1.3rem; color: #2c3d4d; max-width: 820px; margin-left: auto; margin-right: auto; }
.hero-copy > p:not(.eyebrow):not(.lead) { max-width: 780px; margin-left: auto; margin-right: auto; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.6rem; }
.hero .button-row, .centered { justify-content: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid var(--navy);
  border-radius: 4px;
  background: var(--surface);
  color: var(--navy);
  text-decoration: none;
  font-weight: 750;
}
.button:hover { background: var(--surface-soft); text-decoration: none; }
.button.primary { background: var(--navy); border-color: var(--navy); color: #fff; }
.button.primary:hover { background: #244b70; color: #fff; }
.button.ghost { border-color: var(--line); color: var(--cyan); }

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
  border: 1px solid var(--line);
}
.stat-card { min-height: 150px; padding: 1.35rem; background: var(--surface); }
.stat-number { display: block; color: var(--navy); font-size: 2rem; line-height: 1.1; font-weight: 850; }
.stat-label { display: block; margin-top: 0.55rem; color: var(--muted); font-size: 0.9rem; }

.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem; align-items: start; }
.copy-block { font-size: 1.05rem; }
.callout { margin-top: 1.4rem; padding: 1.2rem; border-left: 4px solid var(--coral); background: #fff7f4; }
.callout strong { display: block; color: var(--ink); }
.callout span { display: block; margin-top: 0.25rem; color: var(--muted); }
.two-col, .learning-grid, .evidence-grid, .boundary-grid, .program-grid, .fact-grid, .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.evidence-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.panel, .learning-grid article, .program-card, .fact-card, .contact-card {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.panel h3, .program-card h3, .fact-card h3, .contact-card h3 { color: var(--navy); }
.check-list, .x-list, .plain-list, .source-list { margin: 1rem 0 0; padding: 0; list-style: none; }
.check-list li, .x-list li, .plain-list li, .source-list li {
  position: relative;
  margin: 0.65rem 0;
  padding-left: 1.45rem;
  color: var(--muted);
}
.check-list li::before { content: "+"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.x-list li::before { content: "-"; position: absolute; left: 0; color: var(--coral); font-weight: 900; }
.plain-list li::before, .source-list li::before { content: ""; position: absolute; left: 0.15rem; top: 0.7rem; width: 5px; height: 5px; background: var(--cyan); }
.link-card { display: flex; flex-direction: column; }
.link-card p { flex: 1; min-height: 0; }
.link-card a { margin-top: 1rem; font-weight: 750; }
.release-note { margin-top: 1rem; padding: 1.35rem; border-left: 4px solid var(--gold); background: #fff9ec; }
.release-note h3 { color: var(--gold); }
.cards-section, .boundaries { border-top: 1px solid var(--line); }
.final-cta { max-width: 860px; text-align: center; }

.page-hero {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.page-hero .page-wrap { padding-top: 4.6rem; padding-bottom: 4.6rem; }
.page-hero h1 { max-width: 900px; font-size: 3.6rem; }
.page-hero .lead { max-width: 820px; margin-left: 0; }
.breadcrumbs { margin: 0 0 1.25rem; color: var(--muted); font-size: 0.88rem; }
.breadcrumbs a { color: var(--muted); }
.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.2rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.subnav a { font-weight: 700; }
.content-band { border-bottom: 1px solid var(--line); }
.content-band.alt { background: var(--surface); }
.content-band h2 { max-width: 850px; }
.prose { max-width: 780px; }
.prose > :first-child { margin-top: 0; }
.fact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fact-card .fact-label, .program-meta dt {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}
.fact-card p { margin-top: 0.4rem; }
.program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.program-card { display: flex; flex-direction: column; }
.program-card > p { flex: 1; }
.program-meta { margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); }
.program-meta dt { margin-top: 0.8rem; }
.program-meta dd { margin: 0.2rem 0 0; color: var(--muted); }
.status { display: inline-block; margin-bottom: 0.7rem; padding: 0.18rem 0.45rem; border: 1px solid #abd2bf; border-radius: 3px; color: var(--green); font-size: 0.78rem; font-weight: 800; }
.steps { margin: 1.4rem 0 0; padding: 0; counter-reset: step; list-style: none; }
.steps li { position: relative; padding: 0 0 1.5rem 3rem; color: var(--muted); }
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}
.steps strong { display: block; color: var(--ink); }
.timeline { margin: 1.5rem 0 0; padding: 0; list-style: none; border-left: 3px solid var(--line); }
.timeline li { position: relative; margin-left: 1.25rem; padding: 0 0 2rem 1.25rem; }
.timeline li::before { content: ""; position: absolute; left: -1.69rem; top: 0.35rem; width: 11px; height: 11px; border-radius: 50%; background: var(--coral); }
.timeline time { display: block; color: var(--green); font-size: 0.82rem; font-weight: 800; }
.timeline h3 { margin-top: 0.3rem; color: var(--navy); }
.source-note { margin-top: 1rem; padding: 1rem; background: var(--surface-soft); border-left: 4px solid var(--cyan); }
.contact-card a { font-weight: 750; }
.contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-card .channel { color: var(--green); font-size: 0.8rem; font-weight: 800; text-transform: uppercase; }
.policy-index { margin: 1.5rem 0 0; padding-left: 1.2rem; }
.policy-index li { margin: 0.45rem 0; }
.updated-line { color: var(--muted); font-size: 0.88rem; }
.notice { padding: 1.2rem; border: 1px solid #e4c888; background: #fff9ec; }
.notice strong { color: var(--gold); }

.site-footer { border-top: 1px solid var(--line); background: var(--ink); color: #fff; }
.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 2.3rem 1.25rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
}
.site-footer p { max-width: 620px; color: #c2ccd3; font-size: 0.9rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: start; gap: 0.7rem 1rem; }
.footer-links a { color: #d9eef0; font-size: 0.88rem; }

@media (max-width: 980px) {
  .header-inner { align-items: flex-start; flex-direction: column; gap: 0.45rem; }
  .primary-nav { width: 100%; margin-left: 0; padding-bottom: 0.1rem; }
  .hero { min-height: 590px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { grid-template-columns: 1fr; gap: 1.5rem; }
  .evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact-grid, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  h1 { font-size: 2.75rem; }
  h2 { font-size: 1.9rem; }
  .page-hero h1 { font-size: 2.6rem; }
  .section-wrap, .page-wrap { padding: 3.3rem 1rem; }
  .header-inner { padding-left: 1rem; padding-right: 1rem; }
  .primary-nav a { padding-left: 0.45rem; padding-right: 0.45rem; font-size: 0.83rem; }
  .hero { min-height: 540px; }
  .stats, .two-col, .learning-grid, .evidence-grid, .boundary-grid, .program-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; }
}
@media print {
  .site-header, .button-row, .subnav { display: none; }
  body { background: #fff; color: #000; }
  a { color: #000; }
}
