:root {
  color-scheme: light;
  --ink: #111820;
  --ink-soft: #52606d;
  --paper: #f4f6f4;
  --surface: #ffffff;
  --surface-dark: #0b1422;
  --line: #d9dfdc;
  --red: #d62d2d;
  --teal: #0b716b;
  --teal-soft: #dff5f2;
  --amber: #8a4b00;
  --amber-soft: #fff1dc;
  --blue: #135fda;
  --focus: #0b63ce;
  --radius: 14px;
  --shadow: 0 18px 48px rgba(17, 24, 32, 0.10);
  --content: 1180px;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Georgia, "Times New Roman", serif;
  font-family: var(--body);
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 88% 3%, rgba(11, 113, 107, 0.12), transparent 27rem),
    linear-gradient(180deg, #fafbfa 0%, var(--paper) 100%);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; height: auto; max-width: 100%; }
a { color: #0d58b0; text-decoration-thickness: .11em; text-underline-offset: .18em; }
a:hover { color: #083b78; }
:where(a, button, summary):focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link {
  position: fixed; z-index: 100; left: 10px; top: 10px; transform: translateY(-180%);
  border-radius: 8px; background: var(--surface-dark); color: #fff; padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }
.wrap { margin-inline: auto; width: min(calc(100% - 32px), var(--content)); }

.site-header {
  position: sticky; z-index: 20; top: 0;
  border-bottom: 1px solid rgba(17, 24, 32, .13);
  background: rgba(250, 251, 250, .94); backdrop-filter: blur(14px);
}
.header-inner { align-items: center; display: flex; gap: 24px; justify-content: space-between; min-height: 74px; }
.brand { align-items: center; color: var(--ink); display: inline-flex; font-size: 17px; font-weight: 900; gap: 10px; text-decoration: none; }
.brand-mark { align-items: center; background: var(--ink); border-radius: 8px; color: #78e7da; display: inline-flex; font-size: 12px; height: 35px; justify-content: center; letter-spacing: .04em; width: 35px; }
.preview-label { color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.primary-nav ul { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.primary-nav a[aria-current="page"] { box-shadow: 0 3px 0 #78e7da; }

main { min-height: 70vh; }
.page-wrap { padding-block: 34px 76px; }
.breadcrumb { color: var(--ink-soft); font-size: 14px; margin: 0 0 26px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.breadcrumb li:not(:last-child)::after { color: #8a949e; content: "/"; margin-left: 8px; }
.eyebrow, .kicker { color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: .12em; margin: 0 0 11px; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; text-wrap: balance; }
h1 { font-family: var(--display); font-size: clamp(2.6rem, 6vw, 5.35rem); font-weight: 650; letter-spacing: -.055em; margin: 0; max-width: 18ch; }
h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); letter-spacing: -.035em; margin: 0 0 15px; }
h3 { font-size: 1.17rem; margin: 0 0 8px; }
.hero { align-items: end; display: grid; gap: clamp(32px, 6vw, 78px); grid-template-columns: minmax(0, 1.42fr) minmax(280px, .58fr); padding-block: clamp(38px, 7vw, 86px); }
.hero-copy { color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.27rem); margin: 22px 0 0; max-width: 68ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.button { align-items: center; border: 1.5px solid var(--ink); border-radius: 9px; color: var(--ink); display: inline-flex; font-size: 14px; font-weight: 900; justify-content: center; min-height: 48px; padding: 10px 15px; text-decoration: none; }
.button--primary { background: var(--ink); color: #fff; }
.button--primary:hover { background: #000; color: #fff; }
.scope-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.metric { border-bottom: 1px solid var(--line); padding: 17px 19px; }
.metric:last-child { border-bottom: 0; }
.metric strong, .metric span { display: block; }
.metric strong { font-size: 1.62rem; letter-spacing: -.04em; }
.metric span { color: var(--ink-soft); font-size: 13px; }

.notice { background: var(--amber-soft); border: 1px solid #deb274; border-left: 5px solid #a65d00; border-radius: 11px; color: #5f3800; display: grid; gap: 13px; grid-template-columns: auto 1fr; margin: 2px 0 34px; padding: 16px 18px; }
.notice p { margin: 0; }
.notice-mark { font-weight: 950; }
.status { align-items: center; border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 900; gap: 7px; line-height: 1.2; padding: 6px 9px; white-space: nowrap; }
.status::before { background: currentColor; border-radius: 50%; content: ""; height: 7px; width: 7px; }
.status--withheld { background: var(--amber-soft); color: var(--amber); }
.status--unknown { background: #edf0f2; color: #4c5964; }
.status--unverified { background: #e9efff; color: #204c9a; }
.status--preview { background: var(--teal-soft); color: #075c57; }

.section { border-top: 1px solid var(--line); padding-block: 46px; }
.section-intro { color: var(--ink-soft); margin: -4px 0 24px; max-width: 72ch; }
.section-head { align-items: end; display: flex; gap: 22px; justify-content: space-between; margin-bottom: 22px; }
.section-head > div { min-width: 0; }
.section-head .section-intro { margin-bottom: 0; }
.table-wrap { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow-x: auto; overscroll-behavior-inline: contain; }
.coverage-table { border-collapse: collapse; min-width: 840px; width: 100%; }
.coverage-table th, .coverage-table td { border-bottom: 1px solid var(--line); padding: 15px 16px; text-align: left; vertical-align: middle; }
.coverage-table thead th { background: #edf2ef; color: #34413b; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.coverage-table tbody tr:last-child :where(th, td) { border-bottom: 0; }
.coverage-table tbody th { font-size: 15px; min-width: 245px; }
.coverage-table small { color: var(--ink-soft); display: block; font-size: 12px; font-weight: 500; margin-top: 3px; }
.muted { color: var(--ink-soft); }

.card-grid, .trust-grid, .step-grid, .summary-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.step-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .trust-card, .step-card, .summary-card, .fact-card, .evidence-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 21px; }
.card, .trust-card, .step-card { display: flex; flex-direction: column; min-height: 210px; }
.card p, .trust-card p, .step-card p, .summary-card p { color: var(--ink-soft); margin: 0 0 16px; }
.card a, .trust-card a, .step-card a { font-weight: 850; margin-top: auto; }
.step-number { color: var(--red); display: block; font-size: 12px; font-weight: 950; letter-spacing: .09em; margin-bottom: 10px; text-transform: uppercase; }
.definition-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.definition-card { background: var(--surface); border: 1px solid var(--line); border-top: 5px solid var(--ink); border-radius: var(--radius); padding: 24px; }
.definition-card p { color: var(--ink-soft); margin-bottom: 0; }

.page-hero { padding: 14px 0 42px; }
.page-hero h1 { font-size: clamp(2.35rem, 5vw, 4.5rem); }
.lede { color: var(--ink-soft); font-size: 1.15rem; max-width: 67ch; }
.prose { max-width: 800px; }
.prose h2 { font-size: 1.7rem; margin-top: 42px; }
.prose h3 { margin-top: 28px; }
.prose li { margin-bottom: 8px; }
.callout { background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--teal); border-radius: 10px; margin: 28px 0; padding: 18px 20px; }
.callout p:last-child { margin-bottom: 0; }
.fact-layout { align-items: start; display: grid; gap: 20px; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); }
.fact-list { display: grid; grid-template-columns: minmax(150px, .5fr) minmax(0, 1fr); margin: 0; }
.fact-list dt, .fact-list dd { border-bottom: 1px solid var(--line); padding: 12px 0; }
.fact-list dt { color: var(--ink-soft); font-size: 13px; font-weight: 850; }
.fact-list dd { margin: 0; overflow-wrap: anywhere; }
.fact-list :nth-last-child(-n+2) { border-bottom: 0; }
.product-image { aspect-ratio: 16/9; background: #e9ece9; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.product-image img { height: 100%; object-fit: cover; width: 100%; }
.record-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 19px; }
.machine-card { background: var(--surface-dark); border-radius: var(--radius); color: #f5f8fa; overflow-x: auto; padding: 20px; }
.machine-card pre { font: 13px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; margin: 0; }

.site-footer { background: var(--surface-dark); color: #c6d1da; margin-top: 0; padding: 42px 0 30px; }
.footer-grid { display: grid; gap: 30px; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); }
.footer-grid strong { color: #fff; font-size: 1.1rem; }
.footer-grid p { margin: 8px 0 0; max-width: 64ch; }
.footer-links { display: flex; flex-wrap: wrap; gap: 9px 18px; justify-content: flex-end; list-style: none; margin: 0; padding: 0; }
.footer-links a { color: #e6edf3; font-size: 14px; font-weight: 800; }
.footer-base { border-top: 1px solid rgba(255,255,255,.15); color: #93a4b4; display: flex; flex-wrap: wrap; font-size: 12px; gap: 12px 22px; justify-content: space-between; margin-top: 28px; padding-top: 20px; }
.visually-hidden { border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

@media (max-width: 900px) {
  .hero, .fact-layout { grid-template-columns: 1fr; }
  .hero { align-items: start; }
  .card-grid, .trust-grid, .summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .site-header { position: static; }
  .header-inner { align-items: flex-start; flex-direction: column; padding-block: 14px; }
  .primary-nav ul { gap: 9px 15px; }
  .preview-label { display: none; }
  .page-wrap { padding-bottom: 54px; }
  .hero { padding-block: 36px 44px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .card-grid, .trust-grid, .step-grid, .summary-grid, .definition-grid, .footer-grid { grid-template-columns: 1fr; }
  .card, .trust-card, .step-card { min-height: 0; }
  .fact-list { grid-template-columns: 1fr; }
  .fact-list dt { border-bottom: 0; padding-bottom: 0; }
  .fact-list dd { padding-top: 2px; }
  .fact-list :nth-last-child(2) { border-bottom: 0; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
@media (forced-colors: active) {
  .status, .scope-panel, .card, .trust-card, .step-card, .fact-card, .evidence-card { border: 1px solid CanvasText; }
}
