body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif; font-weight: 400; }
a { color: inherit; }
.choices-hero {
  background: radial-gradient(circle at 84% 14%, rgba(213,168,76,.17), transparent 26%), linear-gradient(135deg,var(--navy-deep),var(--navy) 64%,#254b51);
  color: #fff;
  padding: 72px max(24px,calc((100vw - 1120px)/2)) 66px;
}
.choices-hero .eyebrow, .report-section .eyebrow { color: #cb805a; font-size: 10px; font-weight: 650; letter-spacing: .17em; text-transform: uppercase; }
.choices-hero h1 { font-family: inherit; font-size: clamp(36px,6vw,52px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; margin: 18px 0 26px; max-width: 900px; }
.choices-hero .lede { color: #d4dddb; font-size: 18px; line-height: 1.7; margin: 0; max-width: 820px; }
.choices-hero .boundary { border-left: 3px solid var(--gold); color: #f4e5c7; font-family: inherit; font-size: 18px; line-height: 1.55; margin: 34px 0 0; max-width: 850px; padding-left: 20px; }

.story-nav { background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); display: flex; gap: 22px; overflow-x: auto; padding: 13px max(20px,calc((100vw - 1120px)/2)); position: sticky; top: 0; white-space: nowrap; z-index: 30; }
.story-nav a { color: #4f6066; font-size: 11px; font-weight: 650; text-decoration: none; }
.story-nav a:hover, .story-nav a:focus-visible { color: var(--copper-dark); }

.report-section { border-bottom: 1px solid var(--line); margin: 0 auto; max-width: 1180px; padding: 84px 30px; }
.report-section.tint { background: #faf8f2; box-shadow: 0 0 0 100vmax #faf8f2; clip-path: inset(0 -100vmax); }
.report-section h2 { color: var(--navy); font-family: inherit; font-size: clamp(31px,5vw,44px); font-weight: 450; letter-spacing: -.025em; line-height: 1.1; margin: 13px 0 20px; }
.report-section h3 { color: #254a53; font-family: inherit; font-size: 23px; font-weight: 500; margin: 28px 0 10px; }
.report-section p { font-size: 15px; line-height: 1.72; }
.lead { color: #495a60; font-size: 18px!important; max-width: 900px; }
.plain-answer { background: var(--sage-soft); border-left: 5px solid var(--sage); margin: 26px 0; padding: 20px 24px; }
.plain-answer strong { color: #31513e; display: block; font-size: 11px; letter-spacing: .08em; margin-bottom: 7px; text-transform: uppercase; }
.plain-answer p { margin: 0; }
.scope-note { background: #f7eade; border-left: 5px solid var(--copper); margin: 24px 0; padding: 18px 22px; }
.scope-note strong { color: var(--copper-dark); }
.scope-note p { font-size: 13px; margin: 4px 0 0; }
.source-note { color: var(--muted); font-size: 11px!important; line-height: 1.55!important; }

.question-list { counter-reset: q; display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); margin: 32px 0; }
.question-list article { background: var(--white); border: 1px solid var(--line); min-height: 190px; padding: 24px; }
.question-list article::before { color: var(--copper-dark); content: "0" counter(q); counter-increment: q; font-family: "Courier New",monospace; font-size: 10px; font-weight: 800; }
.question-list h3 { font-size: 21px; margin: 28px 0 8px; }
.question-list p { color: var(--muted); font-size: 12px; line-height: 1.58; margin: 0; }

.term-grid { display: grid; gap: 12px; grid-template-columns: repeat(3,1fr); margin: 32px 0 0; }
.term-grid article { border-left: 3px solid var(--gold); padding: 5px 18px; }
.term-grid h3 { font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: 800; margin: 0 0 6px; }
.term-grid p { color: var(--muted); font-size: 11px; line-height: 1.55; margin: 0; }

.metric-grid { display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); margin: 28px 0 0; }
.metric { background: var(--white); border: 1px solid var(--line); min-height: 195px; padding: 24px; }
.metric .label { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.metric strong { display: block; font-family: inherit; font-size: 32px; font-weight: 550; letter-spacing: -.025em; margin: 28px 0 8px; }
.metric p { color: #46575d; font-size: 12px; line-height: 1.55; margin: 0; }
.metric.accent { background: var(--navy); color: #fff; }
.metric.accent .label, .metric.accent p { color: #bdcbc8; }

.budget-timeline { display: grid; gap: 1px; grid-template-columns: repeat(3,1fr); margin: 26px 0; }
.budget-timeline article { background: var(--white); border-left: 3px solid var(--copper); min-height: 155px; padding: 22px; }
.budget-timeline span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.budget-timeline strong { display: block; font-family: inherit; font-size: 23px; font-weight: 500; margin: 22px 0 6px; }
.budget-timeline p { color: var(--muted); font-size: 11px; line-height: 1.5; margin: 0; }

.share-chart, .magnitude-chart, .movement-chart { background: var(--white); border: 1px solid var(--line); margin: 28px 0; padding: 26px; }
.chart-title { color: var(--navy); font-family: inherit; font-size: 21px; font-weight: 500; margin: 0 0 7px; }
.chart-denominator { color: var(--muted); font-size: 11px!important; margin: 0 0 20px; }
.share-track { display: flex; height: 46px; overflow: hidden; }
.share-track span { align-items: center; color: #fff; display: flex; font-size: 10px; font-weight: 800; justify-content: center; overflow: hidden; white-space: nowrap; }
.share-track .school { background: var(--copper); width: 58.042%; }
.share-track .other { background: var(--navy); width: 41.958%; }
.legend { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 15px; }
.legend span { align-items: center; display: flex; font-size: 11px; gap: 7px; }
.legend i { display: inline-block; height: 11px; width: 11px; }

.magnitude-row { display: grid; gap: 10px; grid-template-columns: 82px 1fr 125px; margin: 15px 0; }
.magnitude-row .year { color: #3b5159; font-size: 12px; font-weight: 800; padding-top: 12px; }
.magnitude-row .track { background: #e4e5e1; height: 40px; overflow: hidden; }
.magnitude-row .bar { background: var(--navy); height: 100%; }
.magnitude-row:last-child .bar { background: var(--copper); }
.magnitude-row .value { font-size: 12px; font-weight: 800; padding-top: 12px; text-align: right; }
.axis { color: var(--muted); display: flex; font-size: 9px; justify-content: space-between; margin: 4px 125px 0 92px; }

.movement-track { display: flex; height: 44px; margin: 18px 0 16px; overflow: hidden; }
.movement-track span { min-width: 2px; }
.seg-instruction { background:#194f78; width:48.688%; }
.seg-operations { background:#317d8a; width:17.858%; }
.seg-fixed { background:#725b91; width:13.485%; }
.seg-tuition { background:#ad6337; width:7.674%; }
.seg-admin { background:#557d4e; width:6.692%; }
.seg-services { background:#9a8350; width:5.603%; }
.movement-grid { display: grid; gap: 10px 20px; grid-template-columns: repeat(3,1fr); }
.movement-grid div { align-items: start; display: grid; font-size: 11px; gap: 8px; grid-template-columns: 11px 1fr; line-height: 1.45; }
.movement-grid i { height: 11px; margin-top: 2px; width: 11px; }
.movement-grid strong { display: block; }
.reconciliation { background: #f7eade; border-left: 4px solid var(--gold); font-size: 12px!important; margin: 20px 0 0; padding: 15px 18px; }

.counter-grid { display: grid; gap: 18px; grid-template-columns: repeat(2,1fr); margin: 26px 0; }
.counter-card { background: var(--navy); color: #fff; padding: 28px; }
.counter-card span { color: #e5bd70; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.counter-card strong { display: block; font-family: inherit; font-size: 34px; font-weight: 550; margin: 24px 0 9px; }
.counter-card p { color: #c5d1cf; font-size: 12px; line-height: 1.6; margin: 0; }

.decision-grid { display: grid; gap: 18px; grid-template-columns: repeat(2,1fr); margin: 32px 0; }
.decision-card { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--copper); padding: 28px; }
.decision-card:nth-child(2) { border-top-color: var(--gold); }
.decision-card:nth-child(3) { border-top-color: var(--sage); }
.decision-card:nth-child(4) { border-top-color: var(--navy); }
.decision-card .decision-type { color: var(--copper-dark); font-family: "Courier New",monospace; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.decision-card h3 { font-size: 25px; margin: 25px 0 14px; }
.known-unknown { border-top: 1px solid var(--line); display: grid; gap: 12px; margin-top: 20px; padding-top: 18px; }
.known-unknown p { font-size: 12px; line-height: 1.55; margin: 0; }
.known-unknown b { color: var(--sage); display: inline-block; min-width: 78px; text-transform: uppercase; }
.known-unknown p:last-child b { color: var(--copper-dark); }

.formula { background: var(--white); border: 1px solid var(--line); margin: 28px 0; padding: 28px; }
.formula-row { align-items: baseline; border-bottom: 1px dashed #c9c8c1; display: flex; gap: 18px; justify-content: space-between; padding: 12px 0; }
.formula-row:last-child { border-bottom: 0; }
.formula-row span { font-size: 14px; }
.formula-row b { color: var(--muted); font-size: 11px; text-align: right; }
.formula-row.result { background: var(--sage-soft); margin: 14px -12px -10px; padding: 17px 12px; }
.formula-row.result span { color: #31513e; font-weight: 800; }
.formula-row.result b { color: #31513e; }

.test-grid { display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); margin: 30px 0; }
.test-grid article { background: var(--navy); color: #fff; min-height: 210px; padding: 24px; }
.test-grid span { color: #e5bd70; font-family: "Courier New",monospace; font-size: 9px; }
.test-grid h3 { color: #fff; font-size: 21px; margin: 30px 0 9px; }
.test-grid p { color: #bdcbc8; font-size: 11px; line-height: 1.6; margin: 0; }

.proposal-check { display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); margin: 30px 0; }
.proposal-check article { background: var(--white); border: 1px solid var(--line); min-height: 175px; padding: 22px; }
.proposal-check span { color: var(--copper-dark); font-family: "Courier New",monospace; font-size: 9px; font-weight: 800; }
.proposal-check h3 { font-size: 19px; margin: 27px 0 8px; }
.proposal-check p { color: var(--muted); font-size: 11px; line-height: 1.55; margin: 0; }

.influence-flow { display: grid; gap: 0; grid-template-columns: repeat(4,1fr); margin: 32px 0; }
.influence-flow article { background: var(--white); border: 1px solid var(--line); min-height: 190px; padding: 24px; position: relative; }
.influence-flow article:not(:last-child)::after { background: var(--gold); border-radius: 50%; color: var(--navy); content: "→"; font-size: 17px; height: 28px; line-height: 28px; position: absolute; right: -15px; text-align: center; top: 28px; width: 28px; z-index: 2; }
.influence-flow span { color: var(--copper-dark); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.influence-flow h3 { font-size: 21px; margin: 28px 0 9px; }
.influence-flow p { color: var(--muted); font-size: 11px; line-height: 1.55; margin: 0; }

.closing-checklist { background: var(--navy); color: #fff; display: grid; gap: 1px; grid-template-columns: repeat(2,1fr); margin: 30px 0 0; }
.closing-checklist p { border: 1px solid rgba(255,255,255,.12); color: #d5dfdd; font-size: 13px; margin: 0; padding: 18px 22px 18px 48px; position: relative; }
.closing-checklist p::before { color: #e5bd70; content: "?"; font-family: Georgia,serif; font-size: 20px; left: 20px; position: absolute; top: 15px; }

.next-paths { display: grid; gap: 12px; grid-template-columns: repeat(2,1fr); margin-top: 30px; }
.next-paths a { background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--copper); display: grid; gap: 10px; padding: 24px; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.next-paths a:nth-child(2) { border-left-color: var(--sage); }
.next-paths a:nth-child(3) { border-left-color: var(--gold); }
.next-paths a:nth-child(4) { border-left-color: var(--navy); }
.next-paths a:hover, .next-paths a:focus-visible { box-shadow: var(--shadow); transform: translateY(-2px); }
.next-paths span { color: var(--copper-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.next-paths strong { color: var(--navy); font-family: inherit; font-size: 19px; font-weight: 500; line-height: 1.35; }

@media (max-width: 900px) {
  .question-list, .metric-grid, .test-grid, .proposal-check { grid-template-columns: repeat(2,1fr); }
  .term-grid { grid-template-columns: repeat(2,1fr); }
  .movement-grid { grid-template-columns: repeat(2,1fr); }
  .influence-flow { grid-template-columns: 1fr 1fr; }
  .budget-timeline { grid-template-columns: 1fr; }
  .influence-flow article::after { display: none; }
}
@media (max-width: 650px) {
  .choices-hero { padding: 72px 22px 66px; }
  .report-section { padding: 66px 20px; }
  .question-list, .term-grid, .metric-grid, .counter-grid, .decision-grid, .test-grid, .proposal-check, .influence-flow, .closing-checklist, .next-paths { grid-template-columns: 1fr; }
  .movement-grid { grid-template-columns: 1fr; }
  .magnitude-row { grid-template-columns: 65px 1fr; }
  .magnitude-row .value { grid-column: 2; padding-top: 0; text-align: left; }
  .axis { margin-left: 75px; margin-right: 0; }
  .share-track span { font-size: 0; }
}
@media print {
  .story-nav { display: none; }
  .choices-hero { background: #fff!important; color: #000; padding: 28px 0; }
  .choices-hero .lede, .choices-hero .boundary { color: #222; }
  .report-section { padding: 28px 0; }
  .metric, .decision-card, .counter-card, .test-grid article, .proposal-check article { break-inside: avoid; }
  .counter-card, .test-grid article { background: #fff; border: 1px solid #777; color: #000; }
  .counter-card p, .test-grid article p, .test-grid h3 { color: #222; }
}
