:root {
  color-scheme: dark;
  --ink: #f4f7f9;
  --muted: #a8b5bf;
  --dim: #778590;
  --bg: #081014;
  --surface: #0d171c;
  --surface-2: #111f25;
  --line: #26383f;
  --cyan: #5ee7f0;
  --lime: #b8f34a;
  --amber: #f2bb55;
  --coral: #ff806c;
  --max: 1240px;
  --pad: clamp(1.25rem, 4vw, 3.75rem);
}

.preview-banner {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem 1rem;
  align-items: baseline;
  justify-content: center;
  padding: .55rem var(--pad);
  background: var(--amber);
  color: #201400;
  font-size: .82rem;
  text-align: center;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(94, 231, 240, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 231, 240, .035) 1px, transparent 1px),
    var(--bg);
  background-size: 38px 38px;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 99;
  padding: .7rem 1rem;
  background: var(--lime);
  color: #081014;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, var(--max));
  min-height: 76px;
  margin: 0 auto;
  padding: .9rem var(--pad);
  background: rgba(8, 16, 20, .91);
  border-bottom: 1px solid rgba(94, 231, 240, .16);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--cyan);
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 800;
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}
.brand-name { font-weight: 650; letter-spacing: .045em; }
.brand-name strong { color: var(--cyan); }
.site-nav { display: flex; gap: clamp(.85rem, 2vw, 1.9rem); }
.site-nav a {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--cyan); }
.nav-toggle { display: none; }

main, .site-footer { width: min(100%, var(--max)); margin: 0 auto; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(2rem, 5vw, 5.8rem);
  align-items: center;
  min-height: min(790px, calc(100vh - 76px));
  padding: clamp(4rem, 8vw, 7.5rem) var(--pad);
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.live-dot {
  display: inline-block;
  width: .55rem;
  height: .55rem;
  margin-right: .55rem;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(184, 243, 74, .09);
}
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
h1, h2, h3, h4 { margin-top: 0; line-height: 1.08; }
h1 {
  max-width: 760px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.1rem, 7vw, 6.7rem);
  font-weight: 690;
  letter-spacing: -.062em;
}
h1 em {
  color: var(--cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.hero-lead {
  max-width: 630px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .75rem 1.15rem;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  font-family: inherit;
  background: transparent;
  cursor: pointer;
}
.button-primary { background: var(--cyan); border-color: var(--cyan); color: #071013; }
.button-primary:hover, .button-primary:focus-visible { background: var(--lime); border-color: var(--lime); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--cyan); color: var(--cyan); }
.system-console {
  position: relative;
  padding: 1rem;
  background: rgba(13, 23, 28, .88);
  border: 1px solid var(--line);
  box-shadow: 14px 14px 0 rgba(94, 231, 240, .055);
}
.system-console::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 54px;
  height: 3px;
  background: var(--cyan);
}
.console-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .25rem .35rem 1rem;
  color: var(--dim);
  font-family: Consolas, monospace;
  font-size: .72rem;
  letter-spacing: .1em;
}
.console-state { color: var(--lime); }
.flow-list { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.flow-list li {
  display: grid;
  grid-template-columns: 2.2rem 1fr auto;
  gap: .75rem;
  align-items: center;
  min-height: 68px;
  padding: .8rem;
  background: #0a1317;
  border: 1px solid #1d2c32;
}
.flow-list li.active { border-color: var(--cyan); background: #0b1a1e; }
.step-index { color: var(--dim); font: .75rem Consolas, monospace; }
.flow-list strong { display: block; font-size: .92rem; }
.flow-list small { display: block; color: var(--dim); font-size: .78rem; }
.step-state { color: var(--dim); font: .68rem Consolas, monospace; }
.complete .step-state { color: var(--lime); }
.active .step-state { color: var(--cyan); }
.console-note { margin: .8rem .35rem 0; color: var(--dim); font-size: .75rem; }

/* first-screen rework: value statement + example cards, no leading system chrome */
.hero-focused { grid-template-columns: 1fr; max-width: 900px; margin: 0 auto; }
.entry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.entry-card {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 1.1rem 1.2rem;
}
.entry-letter {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: .7rem;
  border: 1px solid var(--cyan);
  color: var(--cyan);
  font-weight: 800;
  font-size: .82rem;
}
.entry-card h3 { margin: 0 0 .4rem; font-size: 1rem; }
.entry-card p { margin: 0; color: var(--muted); font-size: .87rem; }

/* mini demo directly on /ai/ — static, no animation, no live calls */
.mini-demo {
  display: grid;
  gap: .7rem;
  max-width: 760px;
  margin-bottom: 1rem;
}
.mini-demo-line {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: .8rem;
  margin: 0;
  padding: .8rem 1rem;
  border: 1px solid var(--line);
  border-left-width: 3px;
  background: var(--surface-2);
}
.mini-demo-line[data-kind="message"] { border-left-color: var(--cyan); }
.mini-demo-line[data-kind="disagreement"] { border-left-color: var(--coral); }
.mini-demo-line strong { font-size: .92rem; }
.mini-demo-line span { color: var(--muted); font-size: .92rem; line-height: 1.5; }
.mini-demo-result {
  margin: 0;
  padding: .8rem 1rem;
  border: 1px solid rgba(184,243,74,.4);
  background: rgba(184,243,74,.06);
  color: var(--lime);
  font-weight: 650;
  font-size: .92rem;
}
.mini-demo-agents {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.6rem;
  margin: 0 0 1.4rem;
  color: var(--muted);
  font-size: .84rem;
}
.mini-demo-agents em { color: var(--dim); font-style: normal; }

/* choose your world — one active concept, roadmap tiles honest and quiet */
.worlds-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}
.world-tile {
  display: block;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 1.1rem 1.2rem;
  color: var(--ink);
  text-decoration: none;
}
.world-tile h3 { margin: 0 0 .4rem; font-size: 1.05rem; }
.world-tile p { margin: 0 0 .7rem; color: var(--muted); font-size: .88rem; }
.world-state {
  display: inline-block;
  margin-bottom: .6rem;
  font-size: .66rem;
  letter-spacing: .06em;
  padding: .18rem .5rem;
  border: 1px solid var(--line);
  color: var(--dim);
}
.world-tile.is-active { grid-column: span 3; border-color: var(--lime); background: rgba(184,243,74,.06); }
.world-tile.is-active .world-state { border-color: var(--lime); color: var(--lime); }
.world-tile.is-active:hover, .world-tile.is-active:focus-visible { border-color: var(--cyan); }
.world-lang { display: block; font-size: .78rem; color: var(--amber); margin-bottom: .5rem; }
.world-cta { display: inline-block; font-weight: 700; font-size: .9rem; color: var(--cyan); }
.world-tile.is-roadmap { opacity: .55; }
.world-tile.is-roadmap h3 { margin: 0; font-size: .98rem; }
.worlds-note { margin: 1.1rem 0 0; font-size: .82rem; color: var(--dim); max-width: 70ch; }
.worlds-note a { color: var(--muted); }
@media (max-width: 720px) { .worlds-grid { grid-template-columns: 1fr; } .world-tile.is-active { grid-column: span 1; } .world-tile.is-roadmap { padding: .8rem 1rem; } }

/* technical transparency: layered, optional/secondary */
.transparency-layer { margin-bottom: 2.4rem; }
.layer-kicker {
  margin: 0 0 .6rem;
  color: var(--dim);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.layer-note { max-width: 68ch; color: var(--muted); margin: 0 0 1.4rem; }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}
.proof-strip p {
  min-height: 132px;
  margin: 0;
  padding: 2rem var(--pad);
  border-right: 1px solid var(--line);
}
.proof-strip p:last-child { border-right: 0; }
.proof-strip strong { display: block; margin-bottom: .35rem; font-size: 1.02rem; }
.proof-strip span { display: block; color: var(--dim); font-size: .9rem; }

.section { padding: clamp(5rem, 9vw, 8.5rem) var(--pad); border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 1rem 4rem; align-items: end; margin-bottom: 3.2rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.4rem, 5.5vw, 4.7rem); letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 560px; margin: 0 0 .3rem; color: var(--muted); }
.section-heading.compact { display: block; }

.role-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.role-card {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 1.45rem;
  background: var(--surface);
  border: 1px solid var(--line);
}
.role-card:nth-child(2) { transform: translateY(1.4rem); }
.role-card:nth-child(3) { transform: translateY(2.8rem); }
.role-card:nth-child(4) { transform: translateY(4.2rem); }
.role-card.role-lead { border-top: 3px solid var(--cyan); }
.role-card.role-review { border-top: 3px solid var(--lime); }
.role-code { color: var(--cyan); font: .72rem Consolas, monospace; letter-spacing: .08em; }
.role-card h3 { margin: auto 0 .8rem; font-size: 1.45rem; }
.role-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.role-meta { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--dim); font: .68rem Consolas, monospace; }

.team-note { display: flex; gap: 1rem; align-items: flex-start; margin-top: 3.5rem; padding: 1.3rem 1.5rem; background: #101b20; border: 1px solid var(--amber); }
.team-note p { margin: 0; color: var(--muted); }
.team-note strong { color: var(--ink); }

.system-section { background: rgba(13, 23, 28, .7); }
.pipeline { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.pipeline article { position: relative; min-height: 250px; padding: 1.5rem; border-right: 1px solid var(--line); }
.pipeline article:last-child { border-right: 0; }
.pipeline article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 1;
  right: -1rem;
  top: 2rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--cyan);
}
.pipeline-number { color: var(--cyan); font: .75rem Consolas, monospace; }
.pipeline h3 { margin: 6rem 0 .75rem; font-size: 1.35rem; }
.pipeline p { margin: 0; color: var(--muted); font-size: .92rem; }
.boundary-note { display: flex; gap: 1rem; align-items: center; margin-top: 1rem; padding: 1.3rem 1.5rem; background: #101b20; border: 1px solid var(--line); }
.boundary-icon { color: var(--lime); font: 700 1rem Consolas, monospace; }
.boundary-note p { margin: 0; color: var(--muted); }
.boundary-note strong { color: var(--ink); }

.scenario-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.scenario-card { padding: 1.4rem; background: var(--surface); border: 1px solid var(--line); }
.scenario-card h3 { margin: .6rem 0 .5rem; font-size: 1.08rem; }
.scenario-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.scenario-card .cap-index { color: var(--dim); font: .7rem Consolas, monospace; }

.demo-widget { display: grid; gap: 1.5rem; }
.demo-picker { display: flex; flex-wrap: wrap; gap: .7rem; }
.demo-choice {
  padding: .7rem 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--muted);
  font: inherit;
  font-size: .88rem;
  font-weight: 650;
  cursor: pointer;
}
.demo-choice.is-active { border-color: var(--cyan); color: var(--cyan); background: #0b1a1e; }
.demo-choice:hover { color: var(--ink); }
.demo-stage { position: relative; padding: 1.5rem; background: var(--surface); border: 1px solid var(--line); }
.demo-tag { display: inline-block; margin-bottom: 1rem; padding: .3rem .55rem; background: var(--amber); color: #241a04; font: 700 .68rem Consolas, monospace; letter-spacing: .08em; }
.demo-steps { display: grid; gap: .55rem; margin: 0 0 1rem; padding: 0; list-style: none; }
.demo-steps li {
  display: grid;
  grid-template-columns: 2.2rem 1fr auto;
  gap: .75rem;
  align-items: center;
  padding: .75rem .8rem;
  background: #0a1317;
  border: 1px solid #1d2c32;
  font-size: .9rem;
}
.demo-steps li[data-state="done"] { border-color: var(--lime); }
.demo-steps li[data-state="active"] { border-color: var(--cyan); }
.demo-steps .demo-step-index { color: var(--dim); font: .72rem Consolas, monospace; }
.demo-steps .demo-step-state { color: var(--dim); font: .68rem Consolas, monospace; text-align: right; }
.demo-steps li[data-state="done"] .demo-step-state { color: var(--lime); }
.demo-steps li[data-state="active"] .demo-step-state { color: var(--cyan); }
.demo-result { margin: 0; padding: 1rem; background: #0a1317; border: 1px dashed var(--line); color: var(--muted); font-size: .9rem; min-height: 1.4em; }

.capability-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.capability-layout-3 { grid-template-columns: repeat(3, 1fr); }
.capability-column { border: 1px solid var(--line); }
.column-head { min-height: 154px; padding: 1.5rem; border-bottom: 1px solid var(--line); }
.column-head h3 { margin: 1.1rem 0 0; font-size: clamp(1.3rem, 2.6vw, 1.9rem); }
.column-date { margin: .4rem 0 0; color: var(--dim); font-size: .76rem; }
.status-badge { display: inline-block; padding: .35rem .5rem; font: 700 .68rem Consolas, monospace; letter-spacing: .08em; }
.status-badge.ready { background: var(--lime); color: #0b1305; }
.testing-badge { border: 1px solid var(--cyan); color: var(--cyan); }
.planned-badge { border: 1px solid var(--amber); color: var(--amber); }
.capability-column article { display: grid; grid-template-columns: 3rem 1fr; gap: .6rem; min-height: 142px; padding: 1.35rem 1.5rem; border-bottom: 1px solid var(--line); }
.capability-column article:last-child { border-bottom: 0; }
.working article:hover { background: rgba(184, 243, 74, .035); }
.testing { background: rgba(94, 231, 240, .025); }
.planned { background: rgba(242, 187, 85, .025); }
.cap-index { color: var(--dim); font: .7rem Consolas, monospace; }
.capability-column h4 { margin-bottom: .45rem; font-size: 1.05rem; }
.capability-column p { margin: 0; color: var(--muted); font-size: .9rem; }

.development-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.development-card { padding: 1.6rem; background: var(--surface); border: 1px solid var(--line); }
.development-card h3 { margin: 0 0 .6rem; font-size: 1.1rem; color: var(--cyan); }
.development-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.status-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 7rem); align-items: center; }
.status-section h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.05em; }
.status-section > div > p:last-child { max-width: 550px; margin: 0; color: var(--muted); }
.status-ledger { margin: 0; border: 1px solid var(--line); }
.status-ledger div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 66px; padding: .85rem 1rem; border-bottom: 1px solid var(--line); }
.status-ledger div:last-child { border-bottom: 0; }
.status-ledger dt { color: var(--muted); }
.status-ledger dd { margin: 0; font: .75rem Consolas, monospace; }
.state-dot { display: inline-block; width: .55rem; height: .55rem; margin-right: .45rem; border-radius: 50%; }
.ready-dot { background: var(--lime); }
.off-dot { background: var(--coral); }
.park-dot { background: var(--amber); }

.site-footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 1.5rem; align-items: center; padding: 2.1rem var(--pad) 2.8rem; color: var(--dim); font-size: .78rem; }
.site-footer p { margin: 0; }
.footer-brand { color: var(--ink); font-size: .84rem; }
.footer-brand .brand-mark { width: 2rem; height: 2rem; font-size: .8rem; }
.footer-links { display: flex; gap: 1.1rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--cyan); }

:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: minmax(0, 1fr); min-height: auto; }
  .hero-copy, .system-console { min-width: 0; }
  .system-console { max-width: 670px; }
  .role-grid { grid-template-columns: 1fr 1fr; }
  .role-card { grid-column: auto; min-height: 280px; transform: none !important; }
  .pipeline { grid-template-columns: 1fr 1fr; }
  .pipeline article { border-bottom: 1px solid var(--line); }
  .pipeline article:nth-child(2) { border-right: 0; }
  .pipeline article:nth-child(3), .pipeline article:nth-child(4) { border-bottom: 0; }
  .pipeline article:nth-child(2)::after { content: "↓"; right: 1rem; top: auto; bottom: -1rem; }
  .pipeline article:nth-child(3)::after { content: "→"; }
  .scenario-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-layout-3 { grid-template-columns: 1fr; }
  .development-grid { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p:first-of-type { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; }
  .nav-toggle {
    display: grid;
    place-content: center;
    gap: .35rem;
    width: 46px;
    height: 46px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line);
  }
  .nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    inset: 68px var(--pad) auto;
    display: none;
    flex-direction: column;
    padding: .7rem;
    background: #0d171c;
    border: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 46px; padding: .7rem; }
  .hero { padding-top: 4rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip p { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip p:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { grid-column: auto; }
  .role-grid, .status-section { grid-template-columns: 1fr; }
  .role-card { min-height: 255px; }
  .scenario-grid { grid-template-columns: 1fr; }
  .development-grid { grid-template-columns: 1fr; }
  .pipeline { grid-template-columns: 1fr; }
  .pipeline article { min-height: 190px; border-right: 0; }
  .pipeline article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .pipeline article:not(:last-child)::after { content: "↓"; right: 1rem; top: auto; bottom: -1rem; }
  .pipeline h3 { margin-top: 3.5rem; }
  .demo-steps li { grid-template-columns: 1.8rem 1fr; }
  .demo-steps .demo-step-state { grid-column: 2; text-align: left; }
  .site-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; }
}

@media (max-width: 520px) {
  .hero .eyebrow {
    max-width: 100%;
    font-size: .64rem;
    letter-spacing: .07em;
  }
  h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 10vw, 3rem);
    letter-spacing: -.07em;
  }
  h1 em { letter-spacing: -.06em; }
}

@media (max-width: 420px) {
  .brand-name { font-size: .86rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .system-console { padding: .65rem; }
  .flow-list li { grid-template-columns: 1.6rem 1fr; }
  .flow-list .step-state { grid-column: 2; }
  .capability-column article { grid-template-columns: 2.2rem 1fr; padding-inline: 1rem; }
  .status-ledger div { align-items: flex-start; flex-direction: column; gap: .2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
