/*
Copyright © 2026 Sherie Schaefer. All rights reserved.
See ../index.html and ../../COPYRIGHT-AND-USE.md for the complete source boundary.
*/
:root {
  --ink: #14252b;
  --navy: #16323c;
  --navy-2: #0e252e;
  --paper: #f5f0e6;
  --paper-2: #ece3d3;
  --white: #fffdf8;
  --copper: #b7633b;
  --copper-dark: #8f4327;
  --sage: #667d6a;
  --sage-soft: #dfe7dd;
  --gold: #d5a84c;
  --muted: #657178;
  --line: #d8d3c7;
  --shadow: 0 22px 60px rgba(20, 37, 43, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif; font-weight: 400; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, blockquote { margin-top: 0; }
section { scroll-margin-top: 88px; }
.skip-link { background: var(--gold); left: 12px; padding: 10px 14px; position: fixed; top: -60px; z-index: 100; }
.skip-link:focus { top: 12px; }

.topbar { align-items: center; backdrop-filter: blur(18px); background: rgba(245,240,230,.94); border-bottom: 1px solid rgba(20,37,43,.1); display: flex; height: 72px; justify-content: space-between; padding: 0 max(28px, calc((100vw - 1240px)/2)); position: sticky; top: 0; z-index: 20; }
.brand { align-items: center; display: flex; font-size: 14px; font-weight: 600; gap: 10px; letter-spacing: -.01em; }
.brand-mark { align-items: center; background: var(--navy); border-radius: 50%; color: var(--paper); display: inline-flex; font-family: Georgia, serif; font-size: 17px; height: 34px; justify-content: center; width: 34px; }
.topbar nav { display: flex; gap: 26px; }
.topbar nav a { color: #536168; font-size: 13px; font-weight: 650; }
.topbar nav a:hover, .topbar nav a:focus-visible { color: var(--copper-dark); }

.section-shell { margin: 0 auto; max-width: 1240px; padding: 92px 28px; }
.hero { background: radial-gradient(circle at 86% 12%, rgba(213,168,76,.16), transparent 24%), linear-gradient(135deg,var(--navy-2),var(--navy) 65%,#254b51); color: var(--white); display: grid; gap: 70px; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); min-height: 560px; overflow: hidden; padding: 82px max(28px,calc((100vw - 1184px)/2)); position: relative; }
.hero::after { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 620px; position: absolute; right: -200px; top: -250px; width: 620px; }
.hero-copy { align-self: center; max-width: 760px; position: relative; z-index: 1; }
.eyebrow { color: var(--copper-dark); font-size: 11px; font-weight: 650; letter-spacing: .17em; margin-bottom: 18px; text-transform: uppercase; }
.eyebrow.light { color: #e5bd70; }
.eyebrow.light-copper { color: #cb805a; }
.hero h1 { font-family: inherit; font-size: clamp(40px,6vw,58px); font-weight: 400; letter-spacing: -.035em; line-height: 1.06; margin-bottom: 28px; }
.hero-lede { color: #d4dddb; font-size: 19px; line-height: 1.7; max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { border-radius: 4px; display: inline-flex; font-size: 13px; font-weight: 750; padding: 14px 20px; }
.button.primary { background: var(--copper); color: #fff; }
.button.primary:hover { background: #c97046; }
.button.ghost { border: 1px solid rgba(255,255,255,.27); color: #fff; }
.button.ghost:hover { background: rgba(255,255,255,.08); }
.question-card { align-self: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 8px; box-shadow: 0 30px 70px rgba(0,0,0,.2); padding: 36px; position: relative; z-index: 1; }
.mini-label { color: #e5bd70; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.question-card blockquote { font-family: inherit; font-size: 23px; font-weight: 450; line-height: 1.42; margin: 25px 0 40px; }
.boundary { border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 6px; padding-top: 20px; }
.boundary span { color: #aebcba; font-size: 11px; text-transform: uppercase; }
.boundary strong { color: #f4e5c7; font-size: 13px; }

.status-band { background: #102a33; border-top: 1px solid rgba(255,255,255,.08); color: #d8e1df; display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); padding: 0 max(28px,calc((100vw - 1184px)/2)); }
.status-band > div { border-left: 1px solid rgba(255,255,255,.12); display: grid; gap: 7px; min-height: 92px; padding: 23px 22px; }
.status-band > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.status-band span { color: #91a6a3; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.status-band strong { font-size: 12px; line-height: 1.45; }

.quick-start { padding-bottom: 76px; }
.quick-start > div { display: grid; gap: 18px; grid-template-columns: .55fr 1.45fr; }
.quick-start h2, .next-views h2 { font-family: inherit; font-size: clamp(31px,5vw,44px); font-weight: 450; letter-spacing: -.025em; line-height: 1.1; margin: 0; }
.quick-start ol { counter-reset: quick; display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); list-style: none; margin: 42px 0 0; padding: 0; }
.quick-start li { background: var(--white); border: 1px solid var(--line); min-height: 170px; padding: 24px; }
.quick-start li::before { color: var(--copper-dark); content: "0" counter(quick); counter-increment: quick; display: block; font-family: "Courier New",monospace; font-size: 10px; font-weight: 800; margin-bottom: 28px; }
.quick-start li strong { display: block; font-family: inherit; font-size: 18px; font-weight: 500; line-height: 1.35; }
.quick-start li span { color: var(--muted); display: block; font-size: 11px; line-height: 1.55; margin-top: 9px; }

.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 48px; }
.section-heading > div { max-width: 660px; }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin-bottom: 4px; max-width: 410px; }
.section-heading h2, .lab-intro h2, .record-copy h2, .copyright-section h2 { font-family: inherit; font-size: clamp(32px,5vw,46px); font-weight: 450; letter-spacing: -.025em; line-height: 1.08; margin-bottom: 0; }
.snapshot { padding-bottom: 72px; }
.metric-grid { background: var(--line); border: 1px solid var(--line); display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); }
.metric-card { background: var(--white); min-height: 225px; padding: 28px; }
.metric-card > strong { display: block; font-family: inherit; font-size: 36px; font-weight: 550; letter-spacing: -.025em; margin: 30px 0 8px; }
.metric-card p { font-size: 14px; font-weight: 700; margin-bottom: 7px; }
.metric-card small { color: var(--muted); font-size: 11px; line-height: 1.5; }
.accent-card { background: var(--navy); color: #fff; }
.accent-card small { color: #b8c6c4; }
.warning-card { background: #f7eade; }
.state { border-radius: 99px; display: inline-flex; font-family: "Courier New",monospace; font-size: 9px; font-weight: 800; letter-spacing: .06em; padding: 5px 8px; text-transform: uppercase; }
.state.reported { background: #e5e9e5; color: #405448; }
.state.calculated { background: #d7e7ea; color: #285662; }
.state.missing { background: #f5deb4; color: #81520d; }
.state.conflicted { background: #f1d1c2; color: #8a351e; }
.accent-card .state.calculated { background: rgba(196,224,226,.15); color: #cae6e5; }
.share-strip { background: var(--white); border: 1px solid var(--line); border-top: 0; padding: 25px 28px; }
.share-copy { display: flex; font-size: 11px; font-weight: 750; justify-content: space-between; margin-bottom: 9px; text-transform: uppercase; }
.share-track { background: #d8ddd9; height: 9px; overflow: hidden; }
.share-track span { background: linear-gradient(90deg,var(--copper),#d08a5b); display: block; height: 100%; }
.share-strip > p { color: var(--muted); font-size: 11px; margin: 10px 0 0; }
.timeline { display: grid; gap: 1px; grid-template-columns: repeat(3,1fr); margin-top: 18px; }
.timeline div { border-left: 2px solid var(--copper); display: grid; gap: 6px; padding: 3px 24px; }
.timeline span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.timeline strong { font-family: inherit; font-size: 20px; font-weight: 500; }
.timeline em { color: var(--copper-dark); font-size: 10px; font-style: normal; }

.walkthrough { padding-top: 86px; }
.walkthrough-grid { display: grid; gap: 40px; grid-template-columns: 300px 1fr; }
.step-rail { align-self: start; border: 1px solid var(--line); display: grid; position: sticky; top: 94px; }
.step-rail button { align-items: center; background: rgba(255,255,255,.42); border: 0; border-bottom: 1px solid var(--line); color: var(--muted); cursor: pointer; display: grid; gap: 15px; grid-template-columns: 28px 1fr; padding: 17px 18px; text-align: left; }
.step-rail button:last-child { border-bottom: 0; }
.step-rail button span { font-family: "Courier New",monospace; font-size: 10px; }
.step-rail button strong { font-size: 13px; }
.step-rail button.active { background: var(--navy); color: #fff; }
.step-rail button.active span { color: #e5bd70; }
.step-panel { background: var(--white); border-top: 5px solid var(--copper); box-shadow: var(--shadow); min-height: 680px; padding: 54px; }
.step-panel h3 { font-family: inherit; font-size: 38px; font-weight: 450; letter-spacing: -.025em; line-height: 1.12; margin-bottom: 20px; }
.lead-question { font-family: inherit; font-size: 21px; font-weight: 450; line-height: 1.5; margin-bottom: 35px; max-width: 780px; }
.action-block { background: var(--paper); border-left: 3px solid var(--sage); padding: 20px 24px; }
.action-block span, .gate span { color: var(--sage); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.action-block p { font-size: 14px; line-height: 1.7; margin: 8px 0 0; }
.evidence-list { display: grid; gap: 12px; grid-template-columns: repeat(3,1fr); margin: 28px 0; }
.evidence-list > div { border: 1px solid var(--line); min-height: 140px; padding: 18px; }
.evidence-list p { color: var(--muted); font-size: 11px; line-height: 1.45; margin: 20px 0 6px; }
.evidence-list strong { font-size: 14px; line-height: 1.45; }
.gate { border-top: 1px solid var(--line); padding-top: 20px; }
.gate p { font-size: 13px; font-weight: 670; line-height: 1.6; margin: 7px 0 0; }
.step-controls { align-items: center; display: flex; justify-content: space-between; margin-top: 30px; }
.step-controls button, .reset { background: transparent; border: 1px solid #b9b7b0; border-radius: 3px; color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 750; padding: 10px 14px; }
.step-controls button:hover:not(:disabled), .reset:hover { border-color: var(--copper); color: var(--copper-dark); }
.step-controls button:disabled { cursor: not-allowed; opacity: .35; }
.step-controls > span { color: var(--muted); font-family: "Courier New",monospace; font-size: 10px; }
.noscript { background: #f7eade; border-left: 4px solid var(--copper); margin-top: 20px; padding: 18px; }

.macro-section { padding-top: 96px; }
.impact-key { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); margin: 6px 0 34px; }
.impact-key > div { border-right: 1px solid var(--line); padding: 22px 26px; }
.impact-key > div:last-child { border-right: 0; }
.impact-key span { color: var(--copper-dark); font-family: "Courier New",monospace; font-size: 9px; }
.impact-key strong { display: block; font-size: 14px; font-weight: 600; margin: 9px 0 7px; }
.impact-key p { color: var(--muted); font-size: 11px; line-height: 1.55; margin: 0; }
.factor-grid { display: grid; gap: 14px; grid-template-columns: repeat(3,1fr); }
.factor-grid article { background: rgba(255,253,248,.72); border: 1px solid var(--line); min-height: 280px; padding: 30px; }
.factor-grid article.factor-featured { border-top: 5px solid var(--copper); padding-top: 26px; }
.factor-number { color: var(--copper-dark); font-family: "Courier New",monospace; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.factor-grid h3 { font-family: inherit; font-size: 26px; font-weight: 450; line-height: 1.22; margin: 34px 0 16px; }
.factor-grid article > p:not(.factor-number) { color: var(--muted); font-size: 12px; line-height: 1.65; }
.factor-grid article > strong, .factor-grid article > span { font-size: 11px; line-height: 1.55; }
.factor-grid article > strong { color: var(--copper-dark); }

.opeb-case { background: var(--navy-2); box-shadow: var(--shadow); color: #fff; margin-top: 54px; padding: 52px; }
.opeb-lead { align-items: start; display: grid; gap: 58px; grid-template-columns: .9fr 1.1fr; }
.opeb-lead h3 { color: #fff; font-family: inherit; font-size: 33px; font-weight: 450; letter-spacing: -.02em; line-height: 1.22; margin: 0; }
.opeb-lead blockquote { border-left: 4px solid var(--copper); color: #fff; font-family: inherit; font-size: 22px; font-weight: 450; line-height: 1.5; margin: 0; padding-left: 25px; }
.opeb-case .source-line { color: #b9c6c4; font-size: 10px; line-height: 1.7; margin: 32px 0 0; }
.opeb-case .source-line a { color: #f0c984; text-decoration: underline; text-underline-offset: 2px; }
.case-reading { border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 1px; grid-template-columns: repeat(3,1fr); margin-top: 34px; padding-top: 1px; }
.case-reading section { background: #17333c; min-height: 310px; padding: 28px; }
.case-reading section.caution-reading { background: #4b2b24; }
.case-reading .mini-label, .model-precedent .mini-label { color: #e5bd70; }
.case-reading h4 { font-size: 19px; font-weight: 500; line-height: 1.35; margin: 28px 0 14px; }
.case-reading p:not(.mini-label) { color: #c0cdcb; font-size: 11px; line-height: 1.7; }
.sensitivity-wrap { align-items: start; display: grid; gap: 50px; grid-template-columns: .8fr 1.2fr; margin-top: 44px; }
.sensitivity-wrap h4 { color: #fff; font-size: 22px; font-weight: 500; line-height: 1.4; margin: 0 0 12px; }
.sensitivity-wrap > div:first-child > p:last-child { color: #afbfbc; font-size: 11px; line-height: 1.65; }
.sensitivity-table-wrap { overflow-x: auto; }
.sensitivity-table { border-collapse: collapse; font-size: 11px; min-width: 510px; width: 100%; }
.sensitivity-table th, .sensitivity-table td { border-bottom: 1px solid rgba(255,255,255,.15); padding: 14px 13px; text-align: right; }
.sensitivity-table th:first-child, .sensitivity-table td:first-child { text-align: left; }
.sensitivity-table th { color: #9fb1ae; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.sensitivity-table td { color: #eef3f2; }
.sensitivity-table .downside td { background: #542f26; color: #ffe0cb; }
.sensitivity-table .basecase td { background: #25474f; font-weight: 700; }
.model-precedent { border-left: 4px solid var(--gold); margin-top: 38px; padding: 2px 0 2px 24px; }
.model-precedent p:last-child { color: #d4dddb; font-size: 12px; line-height: 1.75; margin: 8px 0 0; }
.model-precedent strong { color: #fff; }

.levy-feature { background: var(--white); border-top: 7px solid var(--copper); box-shadow: var(--shadow); margin-top: 54px; padding: 52px; }
.levy-heading { display: grid; gap: 54px; grid-template-columns: 1.05fr .95fr; }
.levy-heading h3 { font-family: inherit; font-size: 34px; font-weight: 450; letter-spacing: -.02em; line-height: 1.22; margin: 0; }
.levy-heading > p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.levy-metrics { display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); margin-top: 38px; }
.levy-metrics > div { background: var(--paper); min-height: 170px; padding: 22px; }
.levy-metrics > div.room-metric { background: var(--sage-soft); }
.levy-metrics span { color: var(--muted); display: block; font-size: 9px; line-height: 1.45; min-height: 28px; text-transform: uppercase; }
.levy-metrics strong { display: block; font-size: 25px; font-weight: 520; margin: 23px 0 8px; }
.levy-metrics small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.value-stress { display: grid; gap: 1px; grid-template-columns: 1.08fr .92fr; margin-top: 28px; }
.stress-answer { background: var(--copper); color: #fff; padding: 34px; }
.stress-answer > span { color: #f6d2bd; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.stress-answer > strong { display: block; font-size: 46px; font-weight: 450; line-height: 1; margin: 22px 0 20px; }
.stress-answer p { color: #fff3ec; font-size: 12px; line-height: 1.7; margin: 0; }
.stress-legal { background: var(--navy); color: #fff; padding: 34px; }
.stress-legal .mini-label { color: #e5bd70; }
.stress-legal h4 { font-size: 23px; font-weight: 500; line-height: 1.35; margin: 23px 0 14px; }
.stress-legal p:last-child { color: #c3cfcd; font-size: 11px; line-height: 1.7; }
.levy-warning { background: #f7eade; border-left: 4px solid var(--copper); font-size: 12px; line-height: 1.75; margin-top: 28px; padding: 20px 24px; }
.levy-feature > .source-line { color: var(--muted); font-size: 9px; line-height: 1.65; margin: 22px 0 0; }
.levy-feature > .source-line a { color: var(--copper-dark); text-decoration: underline; text-underline-offset: 2px; }
.macro-register { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 55px; grid-template-columns: .75fr 1.25fr; margin-top: 54px; padding: 42px 0; }
.macro-register h3 { font-family: inherit; font-size: 27px; font-weight: 450; line-height: 1.35; }
.macro-register ul { display: grid; gap: 1px; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; }
.macro-register li { background: rgba(255,253,248,.72); border: 1px solid var(--line); display: grid; gap: 9px; padding: 20px; }
.macro-register li strong { font-size: 12px; font-weight: 650; }
.macro-register li span { color: var(--muted); font-size: 10px; line-height: 1.55; }

.lab-section { background: var(--navy-2); color: #fff; }
.lab-shell { padding-bottom: 100px; }
.lab-intro { display: grid; gap: 0 70px; grid-template-columns: .75fr 1.25fr; margin-bottom: 45px; }
.lab-intro .eyebrow { grid-column: 1/-1; }
.lab-intro h2 { color: #fff; }
.lab-intro > p:last-child { color: #bac8c6; font-size: 15px; line-height: 1.75; }
.lab-card { background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.2); color: var(--ink); display: grid; gap: 36px; grid-template-columns: 1.05fr .95fr; padding: 38px; }
.input-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.input-grid label > span:first-child { color: #536168; display: block; font-size: 10px; font-weight: 700; margin-bottom: 7px; }
.money-input { align-items: center; border: 1px solid #c8c7c2; display: flex; }
.money-input b { color: #7a8589; font-weight: 400; padding-left: 12px; }
.money-input input { border: 0; color: var(--ink); min-width: 0; outline: 0; padding: 12px 10px; width: 100%; }
.money-input:focus-within { border-color: var(--copper); box-shadow: 0 0 0 2px rgba(183,99,59,.15); }
.missing-result { align-items: center; background: var(--paper); display: flex; gap: 14px; justify-content: center; min-height: 170px; padding: 20px; }
.missing-result p { color: var(--muted); font-size: 12px; margin: 0; }
.lab-results { display: grid; gap: 13px; grid-template-columns: 1fr 1fr; }
.lab-results > div { background: var(--paper); display: grid; gap: 8px; padding: 18px; }
.lab-results span { color: var(--muted); font-size: 10px; }
.lab-results strong { font-family: inherit; font-size: 23px; font-weight: 550; }
.lab-results .negative { background: #f6dfd3; color: #8a351e; }
.lab-results .positive { background: var(--sage-soft); color: #335444; }
.horizon-grid { display: grid!important; gap: 12px!important; grid-column: 1/-1; grid-template-columns: repeat(3,1fr); }
.horizon-grid p { margin: 0; }
.horizon-grid strong { display: block; font-size: 18px; margin-top: 7px; }
.lab-caveat { color: var(--muted); font-size: 9px; grid-column: 1/-1; line-height: 1.5; margin: 0; }
.four-tests { border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 24px; grid-template-columns: repeat(4,1fr); margin-top: 55px; padding-top: 30px; }
.four-tests article > span { color: #e5bd70; font-family: "Courier New",monospace; font-size: 10px; }
.four-tests h3 { font-family: inherit; font-size: 20px; font-weight: 500; margin: 12px 0 9px; }
.four-tests p { color: #b7c4c2; font-size: 11px; line-height: 1.55; }

.case-tabs { border-bottom: 1px solid var(--line); display: flex; overflow-x: auto; }
.case-tabs button { background: transparent; border: 0; border-bottom: 3px solid transparent; color: var(--muted); cursor: pointer; flex: 1; font-size: 12px; font-weight: 700; min-width: 170px; padding: 16px; }
.case-tabs button.active { border-color: var(--copper); color: var(--ink); }
.case-panel { background: var(--white); box-shadow: var(--shadow); padding: 44px; }
.case-prompt { font-family: inherit; font-size: 26px; font-weight: 450; line-height: 1.45; max-width: 850px; }
.case-columns { display: grid; gap: 1px; grid-template-columns: repeat(3,1fr); margin-top: 36px; }
.case-columns > div { border-left: 1px solid var(--line); padding: 5px 24px; }
.case-columns > div:first-child { border-left: 0; padding-left: 0; }
.case-columns p { font-size: 12px; line-height: 1.65; margin: 16px 0 0; }

.data-section { background: var(--paper-2); }
.data-map { display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); }
.data-map article { background: rgba(255,253,248,.75); min-height: 180px; padding: 25px; }
.data-map article > span { color: var(--copper-dark); font-family: "Courier New",monospace; font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.data-map h3 { font-family: inherit; font-size: 20px; font-weight: 500; margin: 35px 0 8px; }
.data-map p { color: var(--muted); font-size: 11px; }
.guardrails { background: var(--navy); color: #fff; margin-top: 24px; }
.guardrails summary { cursor: pointer; font-size: 13px; font-weight: 750; list-style-position: inside; padding: 20px 24px; }
.guardrails div { border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); padding: 16px 24px 25px; }
.guardrails p { color: #c9d3d1; font-family: "Courier New",monospace; font-size: 10px; margin: 0; padding: 8px; }

.record { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.record-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 24px 0; }
.recommendation-template { border-left: 3px solid var(--copper); margin-top: 35px; padding-left: 24px; }
.recommendation-template p { font-family: inherit; font-size: 16px; line-height: 1.55; margin-bottom: 12px; }
.recommendation-template span { color: var(--copper-dark); display: inline-block; font-family: Arial,sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .09em; min-width: 90px; text-transform: uppercase; }
.checklist-card { background: var(--white); border-top: 5px solid var(--sage); box-shadow: var(--shadow); padding: 34px; }
.checklist-head > div:first-child { align-items: end; display: flex; justify-content: space-between; }
.checklist-head span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.checklist-head strong { font-family: inherit; font-size: 29px; font-weight: 500; }
.progress-track { background: #e3e2dd; height: 6px; margin: 13px 0 24px; }
.progress-track span { background: var(--sage); display: block; height: 100%; transition: width .2s ease; }
.checklist-items { display: grid; }
.checklist-items label { align-items: start; border-top: 1px solid #ebe7df; cursor: pointer; display: grid; font-size: 11px; gap: 11px; grid-template-columns: 16px 1fr; line-height: 1.5; padding: 11px 0; }
.checklist-items input { accent-color: var(--sage); margin-top: 2px; }
.reset { margin-top: 18px; }

.next-views { background: var(--paper-2); box-shadow: 0 0 0 100vmax var(--paper-2); clip-path: inset(0 -100vmax); }
.next-views > div:first-child { display: grid; gap: 24px; grid-template-columns: .55fr 1.45fr; }
.next-view-links { display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); margin-top: 42px; }
.next-view-links a { background: var(--white); border: 1px solid var(--line); display: grid; gap: 18px; min-height: 155px; padding: 26px; }
.next-view-links a:hover, .next-view-links a:focus-visible { border-top: 4px solid var(--copper); padding-top: 23px; }
.next-view-links span { color: var(--copper-dark); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.next-view-links strong { color: var(--navy); font-family: inherit; font-size: 19px; font-weight: 500; line-height: 1.35; }
.next-view-links small { color: #5f6f73; font-size: 11px; line-height: 1.55; }
.next-view-links a.accountability-route { background: #405b52; grid-column: 1 / -1; min-height: 125px; }
.next-view-links a.accountability-route span { color: #e7bd68; }
.next-view-links a.accountability-route strong { color: #fff; }
.next-view-links a.accountability-route small { color: #cad8d4; }

.closing { background: var(--copper); color: #fff; padding: 100px max(28px,calc((100vw - 1050px)/2)); text-align: center; }
.closing h2 { font-family: inherit; font-size: clamp(31px,5vw,48px); font-weight: 450; letter-spacing: -.025em; line-height: 1.18; margin: 0; }
.closing .eyebrow { color: #f6d2bd; }
.copyright-section { background: #17333c; color: #dbe4e2; display: grid; gap: 70px; grid-template-columns: .85fr 1.15fr; padding: 95px max(28px,calc((100vw - 1184px)/2)); }
.copyright-section h2 { color: #fff; }
.copyright-copy p { color: #bdcbc8; font-size: 12px; line-height: 1.75; }
.copyright-copy strong { color: #fff; font-size: 14px; }
.site-footer { background: var(--navy-2); color: #9fb0ae; display: grid; font-size: 10px; gap: 38px; grid-template-columns: 1fr 1fr; padding: 34px max(28px,calc((100vw - 1184px)/2)); }
.site-footer p { line-height: 1.65; margin: 0 0 5px; max-width: 600px; }
.site-footer strong { color: #d5dfdd; }
.copyright-line { justify-self: end; text-align: right; }
.copyright-line span { color: #819591; }
.print-running-footer { display: none; }

button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1080px) {
  .hero { gap: 45px; grid-template-columns: 1fr 390px; }
  .status-band { grid-template-columns: 1fr 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .quick-start ol { grid-template-columns: 1fr 1fr; }
  .walkthrough-grid { grid-template-columns: 240px 1fr; }
  .step-panel { padding: 40px; }
  .evidence-list { grid-template-columns: 1fr; }
  .evidence-list > div { min-height: auto; }
  .lab-card { grid-template-columns: 1fr; }
  .data-map { grid-template-columns: repeat(2,1fr); }
  .factor-grid { grid-template-columns: 1fr; }
  .factor-grid article { min-height: 0; }
  .opeb-lead, .levy-heading { grid-template-columns: 1fr; }
  .levy-metrics { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .topbar { height: 64px; padding: 0 20px; }
  .topbar nav { display: none; }
  .hero { display: block; min-height: auto; padding: 80px 24px; }
  .question-card { margin-top: 60px; }
  .status-band { grid-template-columns: 1fr; padding: 0 20px; }
  .status-band > div { border-right: 1px solid rgba(255,255,255,.12); min-height: 72px; }
  .section-shell { padding: 80px 20px; }
  .quick-start > div, .next-views > div:first-child { grid-template-columns: 1fr; }
  .section-heading { align-items: start; display: grid; gap: 18px; }
  .section-heading > p { max-width: none; }
  .metric-grid { grid-template-columns: 1fr; }
  .timeline { gap: 18px; grid-template-columns: 1fr; }
  .walkthrough-grid { grid-template-columns: 1fr; }
  .step-rail { display: flex; overflow-x: auto; position: static; }
  .step-rail button { flex: 0 0 180px; }
  .step-panel { min-height: 0; padding: 32px 24px; }
  .step-panel h3 { font-size: 34px; }
  .lab-intro { display: block; }
  .lab-intro h2 { margin-bottom: 24px; }
  .lab-card { padding: 25px; }
  .four-tests { grid-template-columns: 1fr 1fr; }
  .case-columns { gap: 24px; grid-template-columns: 1fr; }
  .case-columns > div, .case-columns > div:first-child { border-left: 3px solid var(--line); padding: 2px 18px; }
  .guardrails div { grid-template-columns: 1fr 1fr; }
  .impact-key, .case-reading, .sensitivity-wrap, .value-stress, .macro-register { grid-template-columns: 1fr; }
  .impact-key > div { border-bottom: 1px solid var(--line); border-right: 0; }
  .impact-key > div:last-child { border-bottom: 0; }
  .case-reading section { min-height: 0; }
  .opeb-case, .levy-feature { padding: 36px 28px; }
  .macro-register ul { grid-template-columns: 1fr; }
  .record { gap: 55px; grid-template-columns: 1fr; }
  .copyright-section { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .next-view-links { grid-template-columns: 1fr; }
  .copyright-line { justify-self: start; text-align: left; }
}

@media (max-width: 520px) {
  .brand { font-size: 12px; }
  .hero h1 { font-size: 39px; }
  .hero-lede { font-size: 16px; }
  .button { justify-content: center; width: 100%; }
  .question-card { padding: 26px; }
  .question-card blockquote { font-size: 23px; }
  .section-heading h2, .lab-intro h2, .record-copy h2, .copyright-section h2 { font-size: 34px; }
  .metric-card { min-height: 190px; }
  .metric-card > strong { font-size: 36px; }
  .input-grid { grid-template-columns: 1fr; }
  .horizon-grid { grid-template-columns: 1fr; }
  .four-tests, .data-map, .guardrails div, .quick-start ol { grid-template-columns: 1fr; }
  .levy-metrics { grid-template-columns: 1fr; }
  .opeb-lead blockquote { font-size: 18px; }
  .stress-answer > strong { font-size: 38px; }
  .case-panel { padding: 28px 22px; }
  .case-prompt { font-size: 24px; }
  .closing { padding: 75px 22px; }
}

@page { size: letter; margin: .65in .55in .7in; }
@media print {
  body { background: #fff; color: #111; font-size: 10pt; }
  .topbar, .hero-actions, .step-controls, .reset, .case-tabs, .input-grid { display: none !important; }
  .hero { background: #16323c !important; min-height: auto; padding: 42px; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .status-band { display: grid; grid-template-columns: 1fr 1fr; }
  .section-shell { padding: 38px 8px; }
  .section-heading { margin-bottom: 25px; }
  .step-rail { display: none; }
  .step-panel, .case-panel, .checklist-card { box-shadow: none; min-height: 0; }
  .walkthrough-grid, .record { display: block; }
  .lab-card { display: block; }
  .missing-result { min-height: 80px; }
  .copyright-section { display: block; padding: 45px; }
  .copyright-copy { margin-top: 22px; }
  .site-footer { padding: 25px; }
  .print-running-footer { bottom: 0; color: #555; display: block; font-size: 7pt; left: 0; padding: 4px 0; position: fixed; right: 0; text-align: center; }
  article, .metric-card, .case-panel, .step-panel { break-inside: avoid; }
}
