:root {
    --bg: #f1efe8;
    --paper: #f8f7f2;
    --ink: #151515;
    --muted: #68675f;
    --line: #d4d1c7;
    --line-dark: #98958b;
    --accent: #f05a35;
    --accent-soft: #f7d8cf;
    --green: #376d52;
    --green-soft: #dce8df;
    --yellow-soft: #eee3b5;
    --max: 1380px;
    --radius: 26px;
    --shadow: 0 22px 70px rgba(24, 22, 17, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image: radial-gradient(rgba(0,0,0,.16) .55px, transparent .55px);
    background-size: 8px 8px;
    mix-blend-mode: multiply;
    z-index: 20;
}
a { color: inherit; }
p { line-height: 1.67; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--ink); color: var(--bg); }

.skip-link {
    position: fixed;
    left: 18px;
    top: -80px;
    z-index: 100;
    background: var(--ink);
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 8px;
}
.skip-link:focus { top: 18px; }

.site-shell { max-width: var(--max); margin: 0 auto; padding: 0 28px 42px; }
.site-header {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line-dark);
    gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark {
    width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
    background: var(--ink); color: var(--bg); font-weight: 900; letter-spacing: -.08em; font-size: 20px;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .08em; }
.brand-copy small { margin-top: 7px; font-size: 9px; letter-spacing: .16em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 7px; }
.site-nav a {
    text-decoration: none;
    font-size: 13px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    transition: background .2s ease, border-color .2s ease;
}
.site-nav a:hover { border-color: var(--line-dark); }
.site-nav a[aria-current="page"] { background: var(--ink); color: var(--bg); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 12px 0; cursor: pointer; }
.nav-toggle-lines { display: inline-flex; flex-direction: column; gap: 5px; margin-left: 8px; }
.nav-toggle-lines i { width: 19px; height: 1px; display: block; background: currentColor; }

.status-ribbon {
    margin: 16px 0 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border: 1px solid var(--line-dark);
    border-radius: 14px;
    font-size: 11px;
    letter-spacing: .02em;
    background: rgba(248,247,242,.6);
}
.status-ribbon strong { text-transform: uppercase; letter-spacing: .08em; }
.status-ribbon span:not(.status-dot) { color: var(--muted); }
.status-ribbon a { margin-left: auto; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); margin-right: 5px; }

.section-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(360px, .75fr); gap: 58px; }
.hero { padding: 82px 0 90px; align-items: end; border-bottom: 1px solid var(--line-dark); }
.eyebrow {
    margin: 0 0 22px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.hero h1, .page-hero h1 {
    margin: 0;
    max-width: 980px;
    font-size: clamp(58px, 7vw, 112px);
    line-height: .9;
    letter-spacing: -.07em;
    font-weight: 690;
}
.hero h1 em, .page-hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--accent); }
.lede { max-width: 760px; margin: 30px 0 0; font-size: clamp(18px, 1.7vw, 24px); color: #3e3d38; line-height: 1.55; }
.hero-actions, .statement-actions { margin-top: 34px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 48px; padding: 0 18px; border-radius: 999px;
    text-decoration: none; font-size: 13px; font-weight: 760; border: 1px solid var(--ink);
    transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.11); }
.button-dark { background: var(--ink); color: var(--bg); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { font-size: 13px; font-weight: 760; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 4px; }

.signal-panel { border: 1px solid var(--ink); border-radius: var(--radius); background: #191919; color: #f2efe8; overflow: hidden; box-shadow: var(--shadow); }
.signal-head, .signal-footer { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; font: 700 9px/1.2 ui-monospace, monospace; letter-spacing: .1em; }
.signal-head { border-bottom: 1px solid #3b3b3b; }
.tiny-signal { color: #a4d3b4; }
.signal-row { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; padding: 20px 18px; border-bottom: 1px solid #343434; }
.signal-row span { grid-column: 1; font-size: 11px; color: #aba99f; }
.signal-row strong { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: 22px; letter-spacing: -.03em; }
.signal-row small { grid-column: 1; font-size: 11px; color: #dedbd0; }
.signal-row.accent-row { background: var(--accent); color: white; }
.signal-row.accent-row span, .signal-row.accent-row small { color: #fff4ef; }
.signal-footer { justify-content: center; color: #8e8b83; }

.section-block { padding: 94px 0; border-bottom: 1px solid var(--line-dark); }
.section-heading { max-width: 860px; margin-bottom: 48px; }
.section-heading h2, .statement-panel h2, .source-card h2, .two-column-note h2, .restart-note h2 {
    margin: 0;
    font-size: clamp(38px, 4.3vw, 68px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 650;
}
.section-heading > p:last-child { max-width: 670px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.compact-heading { margin-bottom: 30px; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.metric-card { min-height: 340px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.card-index { font: 800 10px ui-monospace, monospace; color: var(--muted); letter-spacing: .12em; }
.metric-card h3 { margin: 56px 0 14px; font-size: 26px; letter-spacing: -.035em; }
.metric-card p { margin: 0; color: var(--muted); }
.metric-state { margin-top: auto; padding-top: 40px; font: 800 12px ui-monospace, monospace; letter-spacing: .12em; }
.metric-card:nth-child(2) .metric-state { color: var(--green); }
.metric-card:nth-child(3) .metric-state { color: var(--accent); }

.split-feature { display: grid; grid-template-columns: .8fr 1.25fr; gap: 80px; align-items: start; }
.sticky-heading { position: sticky; top: 24px; }
.sticky-heading .text-link { display: inline-block; margin-top: 24px; }
.stack-list { border-top: 1px solid var(--line-dark); }
.stack-list article { padding: 32px 0 38px; border-bottom: 1px solid var(--line-dark); }
.stack-list article > span, .mini-label, .project-top, .person-meta { font: 800 10px/1.2 ui-monospace, monospace; letter-spacing: .1em; color: var(--muted); }
.stack-list h3 { margin: 14px 0 9px; font-size: clamp(26px, 3vw, 44px); letter-spacing: -.045em; line-height: 1.03; }
.stack-list p { max-width: 720px; margin: 0; color: var(--muted); }

.lab-preview { background: var(--ink); color: var(--bg); margin: 0 -28px; padding-left: 28px; padding-right: 28px; border-bottom: 0; }
.lab-preview .section-heading > p:last-child { color: #aaa79f; }
.lab-board { display: grid; grid-template-columns: 1.35fr .65fr; border: 1px solid #4a4945; margin-bottom: 30px; }
.lab-cell { min-height: 260px; padding: 28px; border-right: 1px solid #4a4945; border-bottom: 1px solid #4a4945; display: flex; flex-direction: column; }
.lab-cell:nth-child(2n) { border-right: 0; }
.lab-cell:nth-last-child(-n+2) { border-bottom: 0; }
.lab-cell-wide { min-height: 340px; }
.lab-cell h3 { margin: auto 0 12px; font-size: clamp(30px, 3vw, 52px); letter-spacing: -.05em; line-height: .98; }
.lab-cell p { max-width: 620px; margin: 0; color: #aaa79f; }
.chip-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.chip-row span { font: 700 10px ui-monospace, monospace; padding: 8px 10px; border: 1px solid currentColor; border-radius: 999px; }
.terminal-lines { margin-top: auto; display: grid; gap: 8px; }
.terminal-lines i { height: 5px; border-radius: 99px; background: #6f6d66; }
.terminal-lines i:nth-child(2) { width: 70%; }
.terminal-lines i:nth-child(3) { width: 84%; background: var(--accent); }
.terminal-lines i:nth-child(4) { width: 54%; }
.decision-path { margin-top: auto; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font: 800 10px ui-monospace, monospace; }
.decision-path b { padding: 8px 10px; border: 1px solid #716f68; border-radius: 7px; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.timeline article { min-height: 310px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.timeline time { font: 800 10px ui-monospace, monospace; letter-spacing: .11em; }
.timeline h3 { margin: 86px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.timeline p { color: var(--muted); margin: 0; font-size: 14px; }
.timeline-future { background: var(--accent-soft); }

.statement-panel, .source-card { margin: 94px 0 0; padding: 54px; border-radius: var(--radius); background: var(--accent); color: white; }
.statement-panel h2 { max-width: 920px; }
.statement-panel > p:not(.eyebrow) { max-width: 820px; color: rgba(255,255,255,.82); }
.statement-panel .button-dark { background: #111; border-color: #111; }
.statement-panel .text-link { color: white; }
.statement-panel-soft { background: var(--paper); color: var(--ink); border: 1px solid var(--line-dark); }
.statement-panel-soft > p:not(.eyebrow) { color: var(--muted); }
.statement-panel-soft .text-link { color: var(--ink); }

.page-hero { padding: 86px 0 96px; border-bottom: 1px solid var(--line-dark); }
.page-hero .lede { max-width: 920px; }
.legal-hero .lede { max-width: 800px; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; justify-content: center; }
.not-found .button { align-self: flex-start; margin-top: 28px; }

.status-matrix { padding-top: 50px; }
.matrix-row { display: grid; grid-template-columns: .5fr .36fr 1.2fr; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line-dark); }
.matrix-row > span:first-child { font-weight: 760; }
.matrix-row p { margin: 0; color: var(--muted); }
.matrix-head { padding-top: 0; font: 800 10px ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.status-badge { width: max-content; padding: 8px 10px; border-radius: 999px; font: 800 10px ui-monospace, monospace; letter-spacing: .08em; }
.status-off { background: var(--accent-soft); color: #9d2d12; }
.status-on { background: var(--green-soft); color: var(--green); }
.status-plan { background: var(--yellow-soft); color: #665617; }
.two-column-note { display: grid; grid-template-columns: .9fr 1fr; gap: 80px; }
.prose p { margin-top: 0; color: var(--muted); font-size: 17px; }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.boundary-card { border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 30px; background: var(--paper); }
.boundary-card > span { font: 800 10px ui-monospace, monospace; letter-spacing: .1em; }
.boundary-card ul { margin: 28px 0 0; padding-left: 20px; }
.boundary-card li { margin: 12px 0; color: var(--muted); line-height: 1.5; }
.boundary-card.positive { background: var(--green-soft); }
.boundary-card.negative { background: var(--accent-soft); }
.source-card { background: var(--paper); color: var(--ink); border: 1px solid var(--line-dark); display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.source-card h2 { max-width: 760px; }
.source-card p:last-child { max-width: 700px; color: var(--muted); }
.source-card .button { flex: 0 0 auto; }

.lab-cards { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.lab-project { min-height: 480px; padding: 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.featured-project { grid-column: 1 / -1; min-height: 520px; }
.project-top { display: flex; justify-content: space-between; gap: 15px; }
.project-top span:last-child { color: var(--green); }
.lab-project h2 { margin: 70px 0 18px; max-width: 880px; font-size: clamp(36px, 4vw, 64px); letter-spacing: -.055em; line-height: .96; }
.lab-project > p { max-width: 760px; margin: 0; color: var(--muted); }
.project-visual { margin-top: auto; padding-top: 48px; }
.system-visual { display: flex; align-items: center; gap: 12px; }
.system-visual div { flex: 1; min-height: 76px; border: 1px solid var(--line-dark); border-radius: 14px; padding: 14px; display: flex; flex-direction: column; justify-content: space-between; }
.system-visual b { font: 800 9px ui-monospace, monospace; letter-spacing: .1em; }
.system-visual i { height: 5px; border-radius: 99px; background: var(--ink); width: 70%; opacity: .3; }
.log-visual { display: grid; gap: 7px; font: 700 11px ui-monospace, monospace; color: var(--muted); }
.log-visual i { font-style: normal; border-bottom: 1px solid var(--line); padding: 10px 0; }
.node-visual { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.node-visual b { width: 64px; height: 64px; border: 1px solid var(--line-dark); border-radius: 50%; display: grid; place-items: center; font: 800 9px ui-monospace, monospace; }
.node-visual i { flex: 1; height: 1px; background: var(--line-dark); }
.score-visual { display: flex; gap: 10px; }
.score-visual span { flex: 1; border-top: 1px solid var(--line-dark); padding-top: 12px; font: 800 9px ui-monospace, monospace; }
.score-visual b { display: block; margin-top: 8px; font-size: 36px; letter-spacing: -.05em; }
.principle-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.principle-list li { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line-dark); }
.principle-list li > span { font: 800 10px ui-monospace, monospace; color: var(--muted); }
.principle-list h3 { margin: 0 0 7px; font-size: 28px; letter-spacing: -.035em; }
.principle-list p { margin: 0; color: var(--muted); }

.history-track { padding-top: 30px; }
.history-entry { display: grid; grid-template-columns: .35fr 1fr; gap: 60px; padding: 48px 0; border-bottom: 1px solid var(--line-dark); }
.history-entry time { font: 800 11px ui-monospace, monospace; letter-spacing: .1em; }
.history-entry h2 { margin: 0 0 14px; font-size: clamp(34px, 4vw, 60px); letter-spacing: -.05em; line-height: .98; }
.history-entry p:not(.eyebrow) { max-width: 820px; color: var(--muted); }
.critical-entry { background: var(--accent-soft); margin: 0 -28px; padding-left: 28px; padding-right: 28px; }
.future-entry { color: var(--green); }
.future-entry p:not(.eyebrow) { color: #4f6658; }
.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.archive-grid article { min-height: 300px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.archive-grid span { font: 800 10px ui-monospace, monospace; }
.archive-grid h3 { margin: 90px 0 12px; font-size: 22px; letter-spacing: -.03em; }
.archive-grid p { color: var(--muted); font-size: 14px; }

.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.person-card { min-height: 570px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.person-primary { background: var(--paper); }
.person-monogram { width: 92px; height: 92px; margin: 20px 0 auto; border-radius: 50%; border: 1px solid var(--line-dark); display: grid; place-items: center; font-size: 30px; font-weight: 760; letter-spacing: -.04em; }
.person-meta { display: flex; justify-content: space-between; gap: 12px; }
.person-meta span:last-child { color: var(--green); }
.person-card h2 { margin: 30px 0 7px; font-size: 32px; line-height: 1; letter-spacing: -.045em; }
.person-role { margin: 0 0 18px; font: 800 10px/1.5 ui-monospace, monospace; color: var(--accent); letter-spacing: .07em; text-transform: uppercase; }
.person-card > p:last-child { margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card { min-height: 430px; padding: 28px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--paper); display: flex; flex-direction: column; }
.contact-card h2 { margin: 55px 0 18px; font-size: 34px; line-height: 1; letter-spacing: -.04em; }
.contact-state { width: max-content; padding: 8px 10px; margin-bottom: 20px; background: var(--accent-soft); color: #9d2d12; border-radius: 999px; font: 800 10px ui-monospace, monospace; letter-spacing: .08em; }
.contact-state-open { background: var(--green-soft); color: var(--green); }
.contact-card p { color: var(--muted); }
.contact-card .text-link { margin-top: auto; }
.restart-note { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.restart-steps { display: grid; border-top: 1px solid var(--line-dark); }
.restart-steps span { padding: 18px 0; border-bottom: 1px solid var(--line-dark); line-height: 1.45; }
.restart-steps b { display: inline-block; width: 48px; font: 800 10px ui-monospace, monospace; }

.legal-copy { padding-top: 30px; }
.legal-copy article { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line-dark); }
.legal-copy article > span { font: 800 10px ui-monospace, monospace; }
.legal-copy h2 { margin: 0 0 14px; font-size: 32px; letter-spacing: -.04em; }
.legal-copy p { max-width: 880px; margin: 0; color: var(--muted); font-size: 17px; }
.legal-copy .text-link { display: inline-block; margin-top: 16px; }
.legal-footnote { margin: 50px 0 0; padding: 24px; border-left: 4px solid var(--accent); background: var(--accent-soft); }
.legal-footnote p { margin: 0; max-width: 1000px; color: #6d3d30; }

.site-footer { margin-top: 100px; padding: 50px 0 14px; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: 1fr auto; gap: 50px; }
.footer-wordmark { display: inline-block; font-size: clamp(38px, 6vw, 90px); font-weight: 780; letter-spacing: -.07em; text-decoration: none; line-height: .9; }
.site-footer p { max-width: 560px; color: var(--muted); }
.footer-meta { display: grid; align-content: start; gap: 10px; min-width: 240px; font: 700 10px/1.5 ui-monospace, monospace; letter-spacing: .04em; }
.footer-meta a { text-underline-offset: 4px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; margin-top: 20px; border-top: 1px solid var(--line); font: 700 9px ui-monospace, monospace; letter-spacing: .08em; color: var(--muted); }

.reveal-ready { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal-ready.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .section-grid { grid-template-columns: 1fr; }
    .hero { gap: 44px; }
    .signal-panel { max-width: 700px; }
    .three-grid { grid-template-columns: 1fr; }
    .metric-card { min-height: 260px; }
    .split-feature { grid-template-columns: 1fr; gap: 40px; }
    .sticky-heading { position: static; }
    .timeline { grid-template-columns: 1fr 1fr; }
    .archive-grid { grid-template-columns: 1fr 1fr; }
    .people-grid { grid-template-columns: 1fr; }
    .person-card { min-height: 440px; }
    .person-monogram { margin-bottom: 70px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-card { min-height: 330px; }
}

@media (max-width: 840px) {
    .site-shell { padding-left: 18px; padding-right: 18px; }
    .site-header { min-height: 82px; }
    .nav-toggle { display: inline-flex; align-items: center; }
    .site-nav {
        position: absolute; left: 18px; right: 18px; top: 88px; z-index: 30;
        display: none; flex-direction: column; align-items: stretch; padding: 14px;
        background: var(--paper); border: 1px solid var(--line-dark); border-radius: 18px; box-shadow: var(--shadow);
    }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 13px 14px; }
    .status-ribbon span:not(.status-dot):not(:first-of-type) { display: none; }
    .status-ribbon { font-size: 10px; }
    .hero, .page-hero { padding: 64px 0 72px; }
    .hero h1, .page-hero h1 { font-size: clamp(50px, 15vw, 78px); }
    .section-block { padding: 72px 0; }
    .section-heading h2, .statement-panel h2, .source-card h2, .two-column-note h2, .restart-note h2 { font-size: clamp(36px, 10vw, 54px); }
    .lab-preview, .critical-entry { margin-left: -18px; margin-right: -18px; padding-left: 18px; padding-right: 18px; }
    .lab-board { grid-template-columns: 1fr; }
    .lab-cell, .lab-cell:nth-child(2n), .lab-cell:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid #4a4945; }
    .lab-cell:last-child { border-bottom: 0; }
    .timeline { grid-template-columns: 1fr; }
    .statement-panel, .source-card { margin-top: 72px; padding: 34px 26px; }
    .source-card { align-items: flex-start; flex-direction: column; }
    .matrix-row { grid-template-columns: 1fr auto; }
    .matrix-row p { grid-column: 1 / -1; }
    .matrix-head { display: none; }
    .two-column-note, .restart-note { grid-template-columns: 1fr; gap: 32px; }
    .boundary-grid { grid-template-columns: 1fr; }
    .lab-cards { grid-template-columns: 1fr; }
    .featured-project { grid-column: auto; }
    .lab-project, .featured-project { min-height: 440px; }
    .history-entry { grid-template-columns: 1fr; gap: 22px; }
    .archive-grid { grid-template-columns: 1fr; }
    .site-footer { grid-template-columns: 1fr; }
    .footer-bottom { grid-column: 1; flex-direction: column; }
}

@media (max-width: 560px) {
    .brand-copy small { display: none; }
    .brand-mark { width: 38px; height: 38px; }
    .status-ribbon strong { max-width: 160px; }
    .lede { font-size: 17px; }
    .hero-actions, .statement-actions { align-items: flex-start; flex-direction: column; }
    .hero-actions .button, .statement-actions .button { width: 100%; }
    .metric-card { min-height: 290px; }
    .system-visual { display: grid; grid-template-columns: 1fr 18px 1fr; }
    .system-visual > :nth-child(6), .system-visual > :nth-child(7) { display: none; }
    .node-visual b { width: 50px; height: 50px; }
    .score-visual { flex-direction: column; }
    .principle-list li, .legal-copy article { grid-template-columns: 48px 1fr; gap: 14px; }
    .person-card { padding: 22px; }
    .person-meta { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .reveal-ready { opacity: 1; transform: none; }
}
