:root {
  --paper: #f7f6f1;
  --ink: #171916;
  --muted: #5d645f;
  --line: #d7d9d2;
  --green: #23634b;
  --red: #a33c2f;
  --gold: #9b6b1c;
  --blue: #315c7c;
  --soft: #f0f2eb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

[id] {
  scroll-margin-top: 88px;
}

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: 20px;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(247, 246, 241, 0.94);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-weight: 760;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(23, 21, 18, 0.12);
}

.brand span {
  white-space: nowrap;
}

nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 1rem;
}

nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 8px;
  text-decoration: none;
}

nav a:hover {
  color: var(--ink);
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.language-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 720;
}

.language-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  border-radius: 999px;
  text-decoration: none;
}

.language-links a[aria-current="page"] {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.language-links a:focus {
  outline: 2px solid rgba(35, 99, 75, 0.25);
  outline-offset: 2px;
}

.hero {
  min-height: 0;
  padding: clamp(42px, 6vw, 76px) clamp(20px, 5vw, 72px) clamp(36px, 5vw, 62px);
}

.hero-copy {
  max-width: 920px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(2.35rem, 4.2vw, 3.85rem);
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

:lang(zh-CN) h1,
:lang(ja) h1 {
  line-height: 1.08;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

@supports (text-wrap: balance) {
  h1,
  h2 {
    text-wrap: balance;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header {
    background: var(--paper);
  }
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.5;
}

.zh-note {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-weight: 720;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--ink);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
}

.button:hover {
  transform: translateY(-1px);
}

.forensic-rail,
.process-strip {
  counter-reset: process-step;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.forensic-rail {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 960px;
  margin-top: clamp(32px, 5vw, 56px);
  margin-left: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.forensic-rail li,
.process-strip li {
  counter-increment: process-step;
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 76px;
  padding: 13px 18px 13px 70px;
  border-bottom: 1px solid var(--line);
}

.forensic-rail li:last-child,
.process-strip li:last-child {
  border-bottom: 0;
}

.forensic-rail li::before,
.process-strip li::before {
  content: counter(process-step, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 14px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 780;
  line-height: 1;
}

.forensic-rail span,
.process-strip span {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 780;
  line-height: 1;
  text-transform: uppercase;
}

.forensic-rail strong,
.process-strip strong {
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.12;
}

.forensic-rail p,
.process-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.28;
}

.forensic-rail li {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 7px 24px;
  padding: 22px 0;
}

.forensic-rail li::before {
  content: none;
}

.forensic-rail span {
  grid-row: 1 / span 2;
  align-self: start;
  padding-top: 4px;
  font-size: 0.84rem;
}

.forensic-rail strong,
.forensic-rail p {
  grid-column: 2;
}

.forensic-rail strong {
  font-size: 1.24rem;
  line-height: 1.25;
}

.forensic-rail p {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.5;
}

.process-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: min(100%, 1360px);
  margin-bottom: 22px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.process-strip li {
  min-height: 170px;
  padding: 18px 16px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.process-strip li::before {
  position: static;
  display: block;
  margin-bottom: 22px;
}

.process-strip li:last-child {
  border-right: 0;
}

.evidence-snapshot {
  display: grid;
  gap: 24px;
  max-width: 960px;
  padding: clamp(64px, 7vw, 92px) clamp(20px, 5vw, 72px);
}

.evidence-snapshot-heading {
  padding-top: 14px;
  border-top: 1px solid var(--ink);
}

.snapshot-kicker {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.evidence-snapshot-heading h2 {
  margin: 0;
  font-size: clamp(1.18rem, 1.7vw, 1.58rem);
  line-height: 1.12;
}

.snapshot-metrics {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.snapshot-metrics div {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 0.64fr);
  align-items: baseline;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.snapshot-metrics div:last-child {
  border-bottom: 0;
}

.snapshot-metrics dt {
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.18;
}

.snapshot-metrics dd {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  font-weight: 780;
  line-height: 1;
}

.proof-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(20px, 5vw, 72px) 42px;
}

.proof-nav a {
  display: grid;
  gap: 8px;
  min-height: 86px;
  padding: 16px 18px;
  color: var(--ink);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.proof-nav a:first-child {
  border-left: 0;
}

.proof-nav a:last-child {
  border-right: 0;
}

.proof-nav a:hover,
.proof-nav a:focus {
  background: #f0f2eb;
}

.proof-nav span {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.proof-nav strong {
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.12;
}

.statement {
  padding: 0 clamp(20px, 5vw, 72px) 52px;
}

.statement-inner {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 26px 0;
}

.statement p {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.25;
}

.quick-nav {
  padding: 0 clamp(20px, 5vw, 72px) 72px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.quick-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.quick-card:hover,
.quick-card:focus {
  border-color: var(--green);
  box-shadow: inset 0 0 0 1px rgba(35, 99, 75, 0.18);
}

.quick-card:focus {
  outline: 2px solid rgba(35, 99, 75, 0.25);
  outline-offset: 2px;
}

.quick-card span {
  margin-bottom: 28px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.quick-card strong {
  display: block;
  font-size: clamp(1.2rem, 1.6vw, 1.48rem);
  line-height: 1.16;
}

.quick-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.38;
}

.section,
.map-section,
.contact-section,
.credential-section,
.guard-strip,
.director-strip,
.official-section,
.legal-hero,
.policy-section {
  padding: clamp(64px, 7vw, 96px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.42;
}

.section-heading.compact {
  margin-bottom: 24px;
}

.audit-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.why-section {
  padding-top: 82px;
}

.found-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.found-card {
  min-height: 232px;
  padding: 26px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
}

.found-card span {
  display: inline-block;
  margin-bottom: 42px;
  color: #a5d0bd;
  font-size: 0.76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.found-card h3 {
  font-size: clamp(1.35rem, 1.9vw, 1.72rem);
}

.found-card p {
  margin: 16px 0 0;
  color: #d4d9d4;
  font-size: 1.08rem;
  line-height: 1.36;
}

.workflow-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.workflow-band article {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.workflow-band .workflow-us {
  border-color: rgba(35, 99, 75, 0.45);
  box-shadow: inset 0 0 0 1px rgba(35, 99, 75, 0.16);
}

.workflow-band ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 1.08rem;
}

.workflow-band li {
  position: relative;
  padding-left: 18px;
}

.workflow-band li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  background: var(--green);
}

.audit-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.audit-card-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 32px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 740;
  text-transform: uppercase;
}

.audit-card-topline span:first-child {
  min-width: 0;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.status {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.74rem;
  line-height: 1;
  white-space: nowrap;
}

.status.ready {
  background: var(--green);
}

.status.open {
  background: var(--blue);
}

.status.held {
  background: var(--red);
}

.audit-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.36;
}

.review-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-path-card {
  min-height: 300px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.review-path-step {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.review-path-kicker {
  margin: 34px 0 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.review-path-card p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
}

.project-section {
  border-top: 1px solid var(--line);
}

.method-section,
.process-section,
.finding-section,
.data-section {
  border-top: 1px solid var(--line);
}

.finding-section {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

.finding-layout {
  max-width: 960px;
}

.finding-kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 780;
  letter-spacing: 0;
}

.finding-copy h2 {
  max-width: 900px;
  font-size: clamp(2.05rem, 3.2vw, 3.35rem);
  line-height: 1.04;
}

.finding-copy p:not(.finding-kicker) {
  max-width: 820px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.52;
}

.finding-ledger {
  display: grid;
  gap: 0;
  max-width: 960px;
  margin-top: clamp(30px, 4vw, 48px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.finding-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: start;
  min-height: 0;
  padding: 34px 0;
  background: transparent;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.finding-row:last-child {
  border-bottom: 0;
}

.finding-row span {
  color: var(--green);
  grid-row: auto;
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.3;
}

.finding-row strong {
  display: block;
  margin-top: 0;
  max-width: 820px;
  font-size: 1.34rem;
  line-height: 1.34;
}

.finding-row p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
}

.published-findings-section {
  border-top: 1px solid var(--line);
  padding-top: clamp(68px, 7vw, 104px);
  padding-bottom: clamp(68px, 7vw, 104px);
}

.published-finding-list {
  display: grid;
  gap: clamp(42px, 5vw, 68px);
  max-width: 960px;
  margin-top: clamp(30px, 4vw, 48px);
}

.published-finding-row {
  display: grid;
  gap: 22px;
  padding: 0 0 clamp(42px, 5vw, 62px);
  border-bottom: 1px solid var(--ink);
}

.published-finding-row:last-child {
  padding-bottom: 0;
}

.published-finding-domain {
  padding: 22px 0 8px;
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 780;
  line-height: 1.2;
  text-transform: uppercase;
}

.published-finding-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.published-finding-row span,
.published-finding-row small {
  color: var(--green);
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.3;
  text-transform: uppercase;
}

.published-finding-row h3 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  line-height: 1.12;
}

.published-finding-row p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.52;
}

.published-finding-checks {
  display: grid;
  gap: 0;
  max-width: 960px;
  margin-top: 8px;
  border-top: 1px solid var(--line);
}

.published-finding-check {
  padding: 28px 0;
}

.published-finding-check strong {
  font-size: 1.24rem;
}

.published-finding-check p {
  margin: 0;
  font-size: 1.02rem;
}

.published-findings-more {
  max-width: 960px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.4;
}

.data-section {
  background: var(--soft);
}

.data-figure-grid {
  display: grid;
  gap: 12px;
  max-width: 960px;
  margin-top: 18px;
}

.data-figure {
  margin: 0;
  padding: 14px 0;
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.data-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.data-figure figcaption {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.3;
}

.data-figure figcaption span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 780;
  line-height: 1.1;
  text-transform: uppercase;
}

.fix-pipeline {
  counter-reset: fix-step;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  list-style: none;
}

.fix-pipeline li {
  counter-increment: fix-step;
  min-height: 196px;
  padding: 20px 20px 22px;
  border-right: 1px solid var(--line);
}

.fix-pipeline li:last-child {
  border-right: 0;
}

.fix-pipeline li::before {
  content: counter(fix-step, decimal-leading-zero);
  display: block;
  margin-bottom: 44px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 780;
}

.fix-pipeline strong {
  display: block;
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  line-height: 1.14;
}

.fix-pipeline p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.36;
}

.method-card {
  min-height: 164px;
}

.method-card h3 {
  font-size: clamp(1.28rem, 1.7vw, 1.58rem);
}

.method-card p {
  font-size: 1.06rem;
}

.table-scroll {
  width: min(100%, 1240px);
  overflow-x: auto;
}

.audit-row-list {
  display: grid;
  max-width: 960px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.audit-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.audit-row:last-child {
  border-bottom: 0;
}

.audit-row h3 {
  align-self: start;
  font-size: 1.36rem;
  line-height: 1.3;
}

.audit-row dl {
  display: grid;
  gap: 22px;
  margin: 0;
}

.audit-row dl div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  align-items: start;
}

.audit-row dt {
  color: var(--green);
  font-size: 0.96rem;
  font-weight: 780;
  line-height: 1.28;
}

.audit-row dd {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
}

.method-row dl div:last-child dd,
.boundary-row dl div:last-child dd {
  color: var(--ink);
  font-size: 1.16rem;
  font-weight: 720;
}

.method-table,
.area-table,
.boundary-table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
  background: var(--white);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.method-table {
  background: transparent;
}

.method-table th,
.method-table td,
.area-table th,
.area-table td,
.boundary-table th,
.boundary-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.method-table thead th,
.area-table thead th,
.boundary-table thead th {
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 780;
  text-transform: uppercase;
}

.method-table tbody th,
.area-table tbody th,
.boundary-table tbody th {
  width: 24%;
  font-size: 1.08rem;
  line-height: 1.22;
}

.method-table td,
.area-table td,
.boundary-table td {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.4;
}

.method-table tr:last-child th,
.method-table tr:last-child td,
.area-table tr:last-child th,
.area-table tr:last-child td,
.boundary-table tr:last-child th,
.boundary-table tr:last-child td {
  border-bottom: 0;
}

.breadth-note {
  max-width: 980px;
  margin: 18px 0 0;
  padding: 12px 0 0;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: 0.96rem;
  font-weight: 680;
}

.figure-pack-section {
  border-top: 1px solid var(--line);
  background: #f0f2eb;
}

.figure-pack-grid {
  display: grid;
  gap: 18px;
  max-width: 1220px;
}

.public-figure {
  margin: 0;
  padding: 16px 0;
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.public-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.public-figure figcaption {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.35;
}

.public-figure figcaption span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.1;
  text-transform: uppercase;
}

.project-summary {
  max-width: 1120px;
  margin-bottom: 18px;
  padding: 22px 24px;
  background: #f0f2eb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.project-summary strong {
  display: block;
  font-size: 1rem;
}

.project-summary p {
  max-width: 800px;
  margin: 12px 0 0;
  color: var(--muted);
}

.audit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.method-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  max-width: 1240px;
}

.proof-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 16px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
}

.platform-note {
  max-width: 900px;
  margin-top: 18px;
  padding: 22px 24px;
  background: #f0f2eb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.platform-note h3 {
  font-size: 1.12rem;
}

.platform-note p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.42;
}

.review-steps {
  counter-reset: review-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1160px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.review-steps li {
  counter-increment: review-step;
  position: relative;
  min-height: 150px;
  padding: 18px 18px 18px 62px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.review-steps li::before {
  content: counter(review-step);
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 780;
}

.review-steps span {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 780;
  text-transform: uppercase;
}

.review-steps strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
}

.review-steps p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.38;
}

.map-section {
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.access-diagram {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 1120px);
}

.access-card {
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 24px;
  background: var(--white);
  border: 1px solid #c7ccc5;
  border-radius: 8px;
}

.access-card h3 {
  margin-bottom: 28px;
  font-size: 1.5rem;
}

.access-card p:not(.map-overline) {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 1.08rem;
}

.map-overline {
  margin: 0 0 18px;
  font-size: 0.76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.public-zone .map-overline {
  color: var(--green);
}

.review-zone .map-overline {
  color: var(--blue);
}

.offline-zone .map-overline {
  color: var(--red);
}

.caution-zone .map-overline {
  color: var(--gold);
}

.access-card span {
  align-self: flex-start;
  margin-top: auto;
  min-height: 30px;
  padding: 6px 11px;
  color: var(--white);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.public-zone span {
  background: var(--green);
}

.review-zone span {
  background: var(--blue);
}

.offline-zone span {
  background: var(--red);
}

.caution-zone span {
  background: var(--gold);
}

.access-caption {
  max-width: 1120px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.standards {
  background: var(--paper);
}

.standard-list {
  display: grid;
  grid-template-columns: 1fr;
  width: min(100%, 960px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.standard-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-height: 0;
  padding: 34px 0;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.standard-item:nth-child(odd) {
  padding-right: 0;
}

.standard-item:nth-child(even) {
  padding-left: 0;
  border-left: 0;
}

.standard-item:last-child {
  border-bottom: 0;
}

.standard-item h3 {
  font-size: 1.36rem;
  line-height: 1.3;
}

.standard-item p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
}

.credential-section {
  background: var(--paper);
}

.credential-card {
  max-width: 940px;
  padding: 26px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.credential-card p:last-child {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.credential-name {
  margin: 0;
  font-size: 1.24rem;
  font-weight: 780;
}

.credential-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 36px;
  align-items: start;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.credential-panel h2 {
  max-width: 780px;
}

.credential-panel p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.04rem;
}

.credential-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.credential-list div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.credential-list dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.credential-list dd {
  margin: 7px 0 0;
  font-weight: 720;
  line-height: 1.28;
}

.guard-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px clamp(20px, 5vw, 72px);
  background: #e8ece7;
  border-top: 1px solid var(--line);
}

.guard-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #c7ccc5;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-align: center;
}

.guard-strip h2 {
  max-width: 920px;
}

.guard-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.guard-list p {
  min-height: 120px;
  margin: 0;
  padding: 18px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid #c7ccc5;
  border-radius: 8px;
  font-weight: 680;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 28px;
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.contact-intro {
  max-width: 940px;
}

.contact-section .eyebrow {
  color: #a5d0bd;
}

.contact-section h2 {
  max-width: 820px;
}

.contact-section p:not(.eyebrow) {
  max-width: 720px;
  color: #d4d9d4;
  font-size: 1.02rem;
  line-height: 1.34;
}

.contact-card {
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 18px 0;
  color: var(--white);
  background: transparent;
  border-top: 1px solid rgba(165, 208, 189, 0.45);
  border-bottom: 1px solid rgba(165, 208, 189, 0.45);
  border-radius: 0;
  text-decoration: none;
}

.contact-card span,
.contact-card small {
  color: #a5d0bd;
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.contact-card strong {
  overflow-wrap: anywhere;
  font-size: 1.12rem;
}

.contact-card:hover,
.contact-card:focus {
  box-shadow: none;
  border-color: #a5d0bd;
}

.contact-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.contact-route-card {
  display: flex;
  flex-direction: column;
  min-height: 262px;
  padding: 24px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  text-decoration: none;
}

.contact-route-card:hover,
.contact-route-card:focus {
  box-shadow: inset 0 0 0 2px rgba(35, 99, 75, 0.28);
}

.contact-route-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.contact-route-card h3 {
  margin-top: 24px;
  font-size: clamp(1.22rem, 1.55vw, 1.46rem);
}

.contact-route-card p {
  margin: 14px 0 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.36;
}

.contact-route-card strong {
  margin-top: auto;
  font-size: 1.04rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-route-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.25;
}

.director-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 32px;
  align-items: start;
  background: #f0f2eb;
  border-top: 1px solid var(--line);
}

.director-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.director-grid div {
  min-height: 118px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.director-grid dt {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.director-grid dd {
  margin: 16px 0 0;
  font-weight: 760;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.official-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 32px;
  align-items: start;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.official-section p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.38;
}

.official-section ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.official-section li {
  min-height: 74px;
  padding: 18px 20px;
  background: #f0f2eb;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 720;
  line-height: 1.28;
}

.legal-page {
  min-height: 64vh;
}

.legal-hero {
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 980px;
}

.policy-section {
  background: #f0f2eb;
}

.policy-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
}

.policy-list p {
  min-height: 148px;
  margin: 0;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 660;
  line-height: 1.36;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: start;
  padding: 22px clamp(20px, 5vw, 72px);
  color: var(--muted);
  font-size: 0.92rem;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  justify-content: flex-end;
  gap: 12px 18px;
  font-size: 0.92rem;
}

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--ink);
}

@supports not (position: sticky) {
  .site-header {
    position: static;
  }
}

@supports not (display: grid) {
  .hero,
  .forensic-rail,
  .process-strip,
  .evidence-snapshot,
  .proof-nav,
  .quick-grid,
  .audit-grid,
  .data-figure-grid,
  .snapshot-metrics,
  .finding-ledger,
  .published-finding-list,
  .figure-pack-grid,
  .fix-pipeline,
  .proof-strip,
  .review-steps,
  .access-diagram,
  .standard-list,
  .contact-section,
  .contact-route-grid,
  .director-strip,
  .director-grid,
  .official-section,
  .policy-list,
  .site-footer,
  .credential-panel {
    display: block;
  }

  .hero-copy,
  .forensic-rail li,
  .process-strip li,
  .evidence-snapshot-heading,
  .proof-nav a,
  .quick-card,
  .audit-card,
  .finding-row,
  .data-figure,
  .fix-pipeline li,
  .public-figure,
  .proof-strip span,
  .platform-note,
  .review-steps li,
  .access-card,
  .standard-item,
  .contact-route-card,
  .director-grid div,
  .official-section li,
  .policy-list p {
    margin-bottom: 16px;
  }

  .standard-item:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 980px) {
  .evidence-snapshot,
  .hero,
  .finding-layout,
  .director-strip,
  .official-section,
  .contact-section,
  .site-footer,
  .credential-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
    min-height: auto;
  }

  .forensic-rail {
    max-width: none;
    margin-left: 0;
  }

  .finding-copy p:not(.finding-kicker) {
    max-width: 760px;
  }

  .contact-card {
    max-width: 520px;
  }

  .proof-nav,
  .fix-pipeline,
  .process-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-nav a:nth-child(2) {
    border-right: 0;
  }

  .fix-pipeline li:nth-child(2n) {
    border-right: 0;
  }

  .process-strip li:nth-child(2n) {
    border-right: 0;
  }

  .fix-pipeline li {
    border-bottom: 1px solid var(--line);
  }

  .process-strip li {
    border-bottom: 1px solid var(--line);
  }

  .fix-pipeline li:nth-last-child(-n + 1) {
    border-bottom: 0;
  }

  .process-strip li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .audit-card-grid,
  .quick-grid,
  .audit-grid,
  .review-path-grid,
  .guard-list,
  .proof-strip,
  .review-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .found-grid,
  .access-diagram,
  .contact-route-grid,
  .director-grid,
  .policy-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
  }

  nav {
    justify-content: space-between;
    gap: 10px;
  }

  .header-controls {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .language-links {
    width: auto;
    align-self: flex-start;
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 12px;
    gap: 20px;
  }

  h1 {
    font-size: clamp(2.15rem, 10.5vw, 2.85rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .lead {
    margin-top: 16px;
    font-size: 1.12rem;
    line-height: 1.32;
  }

  .hero-actions {
    margin-top: 20px;
    gap: 10px;
  }

  .button {
    width: 100%;
    min-height: 46px;
    padding: 11px 16px;
  }

  .forensic-rail {
    overflow-x: visible;
    padding-bottom: 0;
  }

  .forensic-rail li {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 0;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .forensic-rail li:last-child {
    border-bottom: 0;
  }

  .forensic-rail p {
    display: block;
    overflow: visible;
  }

  .audit-card-grid,
  .proof-nav,
  .quick-grid,
  .audit-grid,
  .data-figure-grid,
  .finding-ledger,
  .published-finding-list,
  .review-path-grid,
  .guard-list,
  .fix-pipeline,
  .process-strip,
  .proof-strip,
  .review-steps,
  .found-grid,
  .contact-route-grid,
  .director-grid,
  .policy-list,
  .standard-list,
  .access-diagram {
    grid-template-columns: 1fr;
  }

  .evidence-snapshot {
    padding-bottom: 28px;
  }

  .snapshot-metrics div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .finding-row,
  .published-finding-row,
  .audit-row,
  .standard-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 0;
  }

  .finding-row span {
    grid-row: auto;
  }

  .audit-row dl {
    gap: 14px;
  }

  .audit-row dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .audit-card,
  .data-figure,
  .finding-row,
  .fix-pipeline li,
  .process-strip li,
  .review-path-card,
  .public-figure,
  .guard-list p,
  .found-card,
  .access-card,
  .contact-route-card,
  .official-section li,
  .policy-list p {
    min-height: auto;
  }

  .proof-nav a,
  .proof-nav a:nth-child(2) {
    border-right: 0;
  }

  .proof-nav a:not(:last-child) {
    border-bottom: 0;
  }

  .fix-pipeline li,
  .fix-pipeline li:nth-child(2n),
  .process-strip li,
  .process-strip li:nth-child(2n) {
    border-right: 0;
  }

  .fix-pipeline li::before {
    margin-bottom: 28px;
  }

  .process-strip li::before {
    margin-bottom: 18px;
  }

  .standard-item,
  .standard-item:nth-child(odd),
  .standard-item:nth-child(even) {
    padding: 22px 0;
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .public-figure {
    overflow-x: auto;
  }

  .public-figure img,
  .public-figure figcaption {
    min-width: 740px;
  }

  .table-scroll {
    overflow-x: visible;
  }

  .method-table,
  .area-table,
  .boundary-table,
  .method-table thead,
  .area-table thead,
  .boundary-table thead,
  .method-table tbody,
  .area-table tbody,
  .boundary-table tbody,
  .method-table tr,
  .area-table tr,
  .boundary-table tr,
  .method-table th,
  .area-table th,
  .boundary-table th,
  .method-table td,
  .area-table td,
  .boundary-table td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .method-table,
  .area-table,
  .boundary-table {
    background: transparent;
    border: 0;
  }

  .method-table tbody,
  .area-table tbody,
  .boundary-table tbody {
    display: grid;
    gap: 18px;
  }

  .method-table thead,
  .area-table thead,
  .boundary-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .method-table tr,
  .area-table tr,
  .boundary-table tr {
    min-height: 190px;
    padding: 24px 22px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .method-table tr:last-child,
  .area-table tr:last-child,
  .boundary-table tr:last-child {
    border-bottom: 1px solid var(--line);
  }

  .method-table tbody th,
  .area-table tbody th,
  .boundary-table tbody th {
    width: 100%;
    padding: 0 0 16px;
    border-bottom: 0;
    font-size: 1.14rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .method-table td,
  .area-table td,
  .boundary-table td {
    display: block;
    padding: 10px 0 0;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 1.42;
    overflow-wrap: anywhere;
  }

  .method-table td::before,
  .area-table td::before,
  .boundary-table td::before {
    content: attr(data-label);
    color: var(--green);
    display: block;
    margin-bottom: 5px;
    font-size: 0.72rem;
    font-weight: 780;
    text-transform: uppercase;
  }

  .method-table {
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }

  .method-table tbody {
    display: block;
  }

  .method-table tr,
  .method-table tr:last-child {
    min-height: 0;
    padding: 20px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }

  .method-table tr:last-child {
    border-bottom: 0;
  }

  .method-table tbody th {
    padding: 0 0 8px;
    font-size: 1.16rem;
  }

  .method-table td {
    padding: 0;
    font-size: 1rem;
  }

  .method-table td + td {
    margin-top: 7px;
    color: var(--ink);
    font-weight: 720;
  }

  .method-table td::before {
    content: none;
    display: none;
  }
}

@media (max-width: 420px) {
  .section,
  .map-section,
  .contact-section,
  .director-strip,
  .official-section,
  .legal-hero,
  .policy-section,
  .credential-section {
    padding: 62px 16px;
  }

  .statement,
  .quick-nav,
  .proof-nav,
  .hero,
  .guard-strip,
  .site-footer,
  .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .platform-note,
  .quick-card,
  .audit-card,
  .data-figure,
  .public-figure,
  .access-card,
  .contact-route-card,
  .policy-list p {
    padding: 20px;
  }

}
