:root {
  color-scheme: light;
  --ink: #14201e;
  --muted: #5e6c68;
  --line: #d9e0dc;
  --soft: #f3f5f1;
  --paper: #ffffff;
  --teal: #1d6c67;
  --teal-dark: #164e4b;
  --blue: #315f9f;
  --green: #2e6b43;
  --amber: #a76617;
  --red: #963b35;
  --charcoal: #0f1816;
  --shadow: 0 22px 60px rgba(16, 31, 28, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4 { margin: 0; }
img { max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 18px;
  top: -80px;
  padding: 10px 14px;
  border-radius: 6px;
  color: #fff;
  background: var(--charcoal);
}
.skip-link:focus { top: 14px; }

.nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: #fff;
}
.nav.solid { position: relative; background: var(--charcoal); }
.brand { display: grid; gap: 2px; }
.brand strong { font-size: 20px; line-height: 1; }
.brand span { color: rgba(255,255,255,.72); font-size: 12px; }
.nav-links { display: flex; align-items: center; gap: clamp(13px, 2.4vw, 30px); font-size: 13px; font-weight: 700; }
.nav-links a { color: rgba(255,255,255,.82); }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.nav-cta {
  border: 1px solid rgba(255,255,255,.50);
  border-radius: 999px;
  padding: 9px 14px;
  color: #fff !important;
  background: rgba(255,255,255,.08);
}

.hero {
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 124px clamp(18px, 4vw, 54px) 64px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6,14,12,.98), rgba(8,17,15,.90) 50%, rgba(8,17,15,.75)),
    linear-gradient(0deg, rgba(6,14,12,.96), rgba(6,14,12,.22) 60%),
    url("figure-8-aiwi-reference-architecture.png") center / cover;
}
.hero-inner { width: min(1060px, 100%); display: grid; gap: 25px; }
.eyebrow-row { display: flex; flex-wrap: wrap; gap: 8px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255,255,255,.84);
  background: rgba(0,0,0,.20);
  font-size: 12px;
  font-weight: 700;
}
.hero h1, .page-hero h1 {
  max-width: 980px;
  font-size: clamp(43px, 6.4vw, 78px);
  line-height: .98;
  letter-spacing: -.035em;
}
.hero-copy { max-width: 760px; color: rgba(255,255,255,.84); font-size: clamp(18px, 2vw, 23px); line-height: 1.42; }
.hero-audience { max-width: 780px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
}
.button.primary { color: var(--charcoal); background: #fff; }
.button.secondary { color: #fff; border: 1px solid rgba(255,255,255,.42); }
.button.dark { color: #fff; background: var(--charcoal); }
.button.outline { color: var(--teal-dark); border: 1px solid var(--teal); background: transparent; }

.section { padding: 76px clamp(18px, 4vw, 54px); }
.section.paper { background: var(--paper); }
.section.dark { color: #fff; background: var(--charcoal); }
.wrap { width: min(1160px, 100%); margin: 0 auto; }
.narrow { width: min(800px, 100%); }
.kicker {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dark .kicker { color: #7bc1bb; }
.section h2, .page-section h2 {
  max-width: 860px;
  font-size: clamp(31px, 4.3vw, 52px);
  line-height: 1.04;
  letter-spacing: -.025em;
}
.section-lead { max-width: 800px; margin-top: 16px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.dark .section-lead { color: rgba(255,255,255,.70); }
.microcopy { color: var(--muted); font-size: 13px; line-height: 1.5; }

.case-layout { margin-top: 32px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.case-fact, .case-readout {
  border-radius: 10px;
  padding: clamp(22px, 3vw, 34px);
}
.case-fact { color: #fff; background: var(--charcoal); }
.case-fact .case-name { color: #8cc9c4; font-size: 13px; font-weight: 850; text-transform: uppercase; }
.case-fact blockquote { margin: 20px 0; font-size: clamp(25px, 3vw, 38px); font-weight: 760; line-height: 1.08; }
.case-fact p { color: rgba(255,255,255,.68); line-height: 1.55; }
.case-readout { border: 1px solid var(--line); background: var(--paper); }
.case-readout h3 { font-size: 21px; margin-bottom: 16px; }
.question-list { display: grid; gap: 10px; }
.question {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.45;
}
.question:last-child { border-bottom: 0; padding-bottom: 0; }
.question span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--teal); font-weight: 850; font-size: 12px; }
.case-caveat { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.5; }

.actor-layout { margin-top: 34px; display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 28px; align-items: center; }
.actor-copy { display: grid; gap: 12px; }
.actor-card { border-left: 4px solid var(--teal); padding: 14px 16px; background: var(--soft); }
.actor-card:nth-child(2) { border-left-color: var(--blue); }
.actor-card:nth-child(3) { border-left-color: var(--amber); }
.actor-card strong { display: block; margin-bottom: 5px; font-size: 16px; }
.actor-card p { color: var(--muted); font-size: 14px; line-height: 1.45; }
.visual-frame { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.visual-frame img { display: block; width: 100%; height: auto; }
.visual-note { border-top: 1px solid var(--line); padding: 13px 16px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.rca-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.rca-step { position: relative; min-height: 150px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; padding: 17px; background: rgba(255,255,255,.04); }
.rca-step:not(:last-child)::after { content: "→"; position: absolute; right: -10px; top: 48%; z-index: 2; color: #7bc1bb; font-weight: 900; }
.rca-step span { color: #7bc1bb; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.rca-step strong { display: block; margin-top: 13px; font-size: 16px; }
.rca-step p { margin-top: 8px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.42; }
.data-strip { margin-top: 22px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; }

.qor-band { display: grid; grid-template-columns: .78fr 1.22fr; gap: 28px; align-items: start; }
.qor-mark { font-size: clamp(64px, 10vw, 122px); font-weight: 850; letter-spacing: -.07em; color: var(--teal); line-height: .8; }
.qor-copy h2 { max-width: 760px; }
.qor-copy p { margin-top: 16px; color: var(--muted); font-size: 17px; line-height: 1.55; }

.ledger-layout { margin-top: 34px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 24px; align-items: stretch; }
.ledger-layout .visual-frame { display: grid; grid-template-rows: 1fr auto; box-shadow: none; }
.ledger-layout .visual-frame img { height: 100%; object-fit: contain; }
.report-card { position: sticky; top: 20px; border: 1px solid var(--line); border-radius: 10px; padding: 22px; background: #fff; box-shadow: var(--shadow); }
.report-card .status { display: inline-flex; border-radius: 999px; padding: 7px 10px; color: #fff; background: var(--amber); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.report-card h3 { margin-top: 18px; font-size: 25px; line-height: 1.1; }
.report-lines { margin: 20px 0; display: grid; gap: 12px; }
.report-line { border-top: 1px solid var(--line); padding-top: 11px; }
.report-line span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.report-line strong { display: block; margin-top: 4px; font-size: 15px; }

.route-intro { text-align: center; }
.route-intro h2, .route-intro .section-lead { margin-left: auto; margin-right: auto; }
.routes { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; text-align: left; }
.route-card { min-height: 340px; display: grid; align-content: space-between; border-radius: 12px; padding: clamp(24px, 3vw, 34px); color: #fff; background: var(--charcoal); }
.route-card.strategic { background: var(--teal-dark); }
.route-card .route-label { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.route-card h3 { margin-top: 18px; font-size: clamp(28px, 3vw, 40px); }
.route-card p { margin-top: 13px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.5; }
.route-card ul { margin: 24px 0; padding-left: 20px; color: rgba(255,255,255,.70); font-size: 14px; line-height: 1.75; }
.route-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 850; }

.pilot-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.pilot-step { border: 1px solid var(--line); border-radius: 9px; padding: 18px; background: #fff; }
.pilot-step span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--teal); font-size: 12px; font-weight: 850; }
.pilot-step h3 { margin-top: 17px; font-size: 17px; }
.pilot-step p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.45; }

.company-grid { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.company-card { border-top: 3px solid var(--teal); padding-top: 18px; }
.company-card h3 { font-size: 19px; }
.company-card p { margin-top: 8px; color: var(--muted); line-height: 1.55; }
.release-note { margin-top: 28px; border: 1px solid var(--line); border-radius: 9px; padding: 18px; background: var(--soft); color: var(--muted); font-size: 14px; line-height: 1.55; }

.page-hero { padding: 92px clamp(18px, 4vw, 54px) 62px; color: #fff; background: var(--charcoal); }
.page-hero .wrap { display: grid; gap: 20px; }
.page-hero h1 { font-size: clamp(42px, 6vw, 72px); }
.page-hero p { max-width: 800px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.5; }
.page-section { padding: 68px clamp(18px, 4vw, 54px); }
.page-section.paper { background: #fff; }
.status-grid, .asset-grid, .resource-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.status-card, .asset-card, .resource-card { border: 1px solid var(--line); border-radius: 9px; padding: 18px; background: #fff; }
.status-card .tag { display: inline-flex; margin-bottom: 13px; border-radius: 999px; padding: 6px 8px; color: #fff; background: var(--teal); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.status-card .tag.provisional { background: var(--amber); }
.status-card .tag.boundary { background: var(--blue); }
.status-card h3, .asset-card h3, .resource-card h3 { font-size: 18px; }
.status-card p, .asset-card p, .resource-card p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.status-card a, .asset-card a, .resource-card a { display: inline-flex; margin-top: 14px; color: var(--teal); font-size: 13px; font-weight: 850; }
.boundary-flow { margin-top: 28px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
.boundary-step { position: relative; border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: #fff; }
.boundary-step:not(:last-child)::after { content: "→"; position: absolute; right: -8px; top: 44%; z-index: 2; color: var(--teal); font-weight: 900; }
.boundary-step span { color: var(--teal); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.boundary-step strong { display: block; margin-top: 8px; }
.boundary-step p { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.maturity-note { margin-top: 28px; border-left: 4px solid var(--amber); padding: 18px 20px; background: #fff8ed; color: #5b4934; line-height: 1.55; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); }
.ecosystem-comparison { margin-top: 34px; }
.ecosystem-table { width: 100%; border: 1px solid var(--line); border-collapse: collapse; background: #fff; }
.ecosystem-table th, .ecosystem-table td { border-bottom: 1px solid var(--line); padding: 18px 20px; text-align: left; vertical-align: middle; line-height: 1.4; }
.ecosystem-table thead th { color: #fff; background: var(--charcoal); font-size: 13px; }
.ecosystem-table thead th:first-child { width: 34%; }
.ecosystem-table thead th:nth-child(2) { width: 25%; }
.ecosystem-table tbody th { font-size: 16px; }
.ecosystem-table tbody th strong, .ecosystem-table tbody th span { display: block; }
.ecosystem-table tbody th span { margin-top: 4px; color: var(--muted); font-size: 13px; font-weight: 600; }
.ecosystem-table tbody td { color: var(--muted); font-size: 15px; }
.ecosystem-table tbody tr:nth-child(even):not(.epistema-row) { background: #f7f9f7; }
.ecosystem-table .epistema-row { background: #dfecea; box-shadow: inset 4px 0 var(--teal); }
.ecosystem-table .epistema-row th, .ecosystem-table .epistema-row td { border-bottom: 0; }
.ecosystem-table .epistema-row td:nth-child(2) { color: var(--teal-dark); font-weight: 800; }
.ecosystem-table .epistema-row td:last-child { color: var(--ink); }
.ecosystem-takeaway { margin-top: 18px; color: var(--ink); font-size: 17px; font-style: italic; line-height: 1.5; }
.ecosystem-note { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.value-list { margin-top: 26px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.value-item { border-left: 3px solid var(--teal); padding: 13px 16px; background: #fff; }
.value-item strong { display: block; }
.value-item p { margin-top: 6px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.responsibility { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.responsibility article { border: 1px solid var(--line); border-radius: 9px; padding: 20px; background: #fff; }
.responsibility h3 { font-size: 18px; }
.responsibility ul { margin: 13px 0 0; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.architecture-feature { margin-top: 32px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr); gap: 22px; align-items: start; }
.architecture-feature .visual-frame { box-shadow: none; }
.architecture-summary { display: grid; gap: 11px; }
.architecture-band { border-left: 4px solid var(--teal); padding: 15px 17px; background: #fff; }
.architecture-band:nth-child(2) { border-left-color: var(--blue); }
.architecture-band:nth-child(3) { border-left-color: var(--amber); }
.architecture-band strong { display: block; margin-bottom: 5px; }
.architecture-band p { color: var(--muted); font-size: 14px; line-height: 1.45; }

.document-shell { padding: 64px clamp(18px, 4vw, 54px); background: var(--soft); }
.document-layout { width: min(1160px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 42px; align-items: start; }
.document { min-width: 0; border: 1px solid var(--line); border-radius: 12px; padding: clamp(24px, 4vw, 54px); background: #fff; box-shadow: var(--shadow); }
.document h2 { margin-top: 42px; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -.02em; }
.document h2:first-child { margin-top: 0; }
.document h3 { margin-top: 28px; font-size: 21px; line-height: 1.2; }
.document p { margin-top: 14px; color: #3f4c49; font-size: 16px; line-height: 1.68; }
.document ul, .document ol { margin: 14px 0 0; padding-left: 23px; color: #3f4c49; line-height: 1.7; }
.document li + li { margin-top: 6px; }
.document blockquote { margin: 22px 0 0; border-left: 4px solid var(--teal); padding: 16px 20px; background: var(--soft); }
.document blockquote p { margin: 0; color: var(--ink); font-size: 18px; font-weight: 700; }
.document pre { margin-top: 18px; overflow-x: auto; border-radius: 8px; padding: 18px; color: #eaf2ef; background: var(--charcoal); font: 13px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; }
.document table { width: 100%; margin-top: 20px; border-collapse: collapse; font-size: 14px; }
.document th, .document td { border-bottom: 1px solid var(--line); padding: 12px 10px; text-align: left; vertical-align: top; line-height: 1.45; }
.document th { color: var(--teal-dark); background: var(--soft); }
.document a { color: var(--teal-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.document .lead { margin-top: 0; color: var(--muted); font-size: 19px; }
.document-nav { position: sticky; top: 24px; display: grid; gap: 4px; border-left: 1px solid var(--line); padding-left: 18px; }
.document-nav strong { margin-bottom: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.document-nav a { border-radius: 6px; padding: 8px 10px; color: var(--muted); font-size: 13px; font-weight: 750; }
.document-nav a:hover, .document-nav a:focus-visible { color: var(--teal-dark); background: #fff; }
.callout { margin-top: 24px; border-radius: 9px; padding: 18px 20px; color: #24403b; background: #e8f2ef; line-height: 1.55; }
.callout.warning { color: #5b4934; background: #fff4e3; }
.scenario-stack { display: grid; gap: 14px; margin-top: 22px; }
.scenario-card { border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: 9px; padding: 20px; background: var(--soft); }
.scenario-card.secondary { border-left-color: var(--blue); }
.scenario-card h3 { margin-top: 0; }
.scenario-card p { margin-top: 10px; font-size: 15px; line-height: 1.58; }
.scenario-card strong { color: var(--ink); }
.source-list { display: grid; gap: 9px; margin-top: 18px; }
.source-list a { display: block; border: 1px solid var(--line); border-radius: 8px; padding: 13px 15px; background: var(--soft); }
.contact-panel { width: min(820px, 100%); border: 1px solid var(--line); border-radius: 12px; padding: clamp(26px, 5vw, 54px); background: #fff; box-shadow: var(--shadow); }
.contact-panel h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.contact-panel p { margin-top: 15px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.contact-address { display: inline-flex; margin-top: 28px; border-bottom: 2px solid var(--teal); padding-bottom: 5px; color: var(--teal-dark); font-size: clamp(24px, 4.5vw, 42px); font-weight: 820; letter-spacing: -.025em; }
.contact-topics { margin-top: 32px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.contact-topics article { border-top: 3px solid var(--teal); padding: 14px 4px 0; }
.contact-topics strong { display: block; }
.contact-topics span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.footer { padding: 36px clamp(18px, 4vw, 54px); color: #fff; background: var(--charcoal); }
.footer .wrap { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer p { max-width: 760px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; color: rgba(255,255,255,.80); font-size: 12px; font-weight: 750; }

a:focus-visible, button:focus-visible { outline: 3px solid #83ccc5; outline-offset: 3px; }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero { min-height: 84vh; }
  .case-layout,
  .actor-layout,
  .qor-band,
  .ledger-layout,
  .routes,
  .company-grid,
  .responsibility,
  .architecture-feature,
  .document-layout { grid-template-columns: 1fr; }
  .rca-grid { grid-template-columns: 1fr; }
  .rca-step { min-height: auto; }
  .rca-step:not(:last-child)::after { content: "↓"; left: 50%; right: auto; top: auto; bottom: -15px; }
  .pilot-grid, .status-grid, .asset-grid, .resource-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .boundary-flow { grid-template-columns: 1fr 1fr; }
  .boundary-step::after { display: none; }
  .report-card { position: relative; top: auto; }
  .document-nav { position: static; order: -1; border-left: 0; border-bottom: 1px solid var(--line); padding: 0 0 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .document-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .section, .page-section { padding-top: 58px; padding-bottom: 58px; }
  .hero { padding-bottom: 48px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .case-layout, .pilot-grid, .status-grid, .asset-grid, .resource-grid, .value-list, .boundary-flow { grid-template-columns: 1fr; }
  .footer .wrap { display: grid; }
  .route-card { min-height: 0; }
  .contact-topics { grid-template-columns: 1fr; }
  .ecosystem-table, .ecosystem-table tbody, .ecosystem-table tr, .ecosystem-table th, .ecosystem-table td { display: block; width: 100%; }
  .ecosystem-table thead { display: none; }
  .ecosystem-table tbody tr { border-bottom: 1px solid var(--line); padding: 18px; }
  .ecosystem-table tbody tr:last-child { border-bottom: 0; }
  .ecosystem-table th, .ecosystem-table td { border: 0; padding: 0; }
  .ecosystem-table td { margin-top: 14px; }
  .ecosystem-table td::before { content: attr(data-label); display: block; margin-bottom: 3px; color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
  .ecosystem-table .epistema-row { box-shadow: inset 4px 0 var(--teal); }
}

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