:root {
  --ink: #161616;
  --muted: #707070;
  --soft: #919191;
  --blue: #0155bf;
  --blue-soft: #f3f3f3;
  --orange: #bc652c;
  --line: #e3e3e3;
  --paper: #ffffff;
  --serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 40px; color-scheme: only light; background: #ffffff; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { color: #303030; background: #e9e9e9; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
img, svg { max-width: 100%; }
img { height: auto; }
button[hidden], [hidden] { display: none !important; }
p, h1, h2, h3, figure { margin: 0; }
strong { font-weight: 600; }
.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; top: -100px; left: 20px; padding: 12px 20px; background: #fff; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { max-width: 1140px; min-height: 78px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: -.25px; white-space: nowrap; }
.wordmark img { flex-shrink: 0; }
.wordmark-light { font-weight: 400; }
.site-header nav { display: flex; gap: 32px; align-items: center; font-size: 13px; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }
.nav-paper { border-left: 1px solid var(--line); padding-left: 30px; }
.nav-paper span { margin-left: 5px; }
.hero { max-width: 1100px; padding: 58px 30px 0; margin: 0 auto; text-align: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10.5px; line-height: 1.6; font-weight: 500; text-transform: uppercase; letter-spacing: 1.65px; color: var(--muted); }
.hero > .eyebrow, .centered .eyebrow { justify-content: center; }
.tiny-star { color: var(--ink); font-size: 18px; line-height: 1; }
.hero h1 { margin-top: 23px; font: 650 clamp(38px, 5.4vw, 62px)/1.15 var(--sans); letter-spacing: -2.8px; }
.hero h1 > span { color: var(--ink); white-space: nowrap; }
.hero-subtitle { margin: 19px auto 0; max-width: 780px; font: 400 clamp(17px, 1.8vw, 21px)/1.5 var(--sans); letter-spacing: -.35px; }
.hero-description { margin: 25px auto 0; max-width: 600px; font-size: 15.5px; line-height: 1.75; color: var(--muted); }
.hero-actions { margin-top: 28px; display: flex; justify-content: center; align-items: center; gap: 16px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 1px solid transparent; min-height: 45px; padding: 10px 19px; border-radius: 5px; text-decoration: none; font-size: 12.5px; font-weight: 500; transition: background-color .16s ease, color .16s ease; }
.button-primary { color: #fff; background: var(--ink); border-color: var(--ink); }
.button-primary:hover { background: #3e3e3e; border-color: #3e3e3e; }
.button-tag { font-size: 9px; letter-spacing: .4px; padding-left: 9px; border-left: 1px solid #ffffff60; color: #ececec; }
.button-text { padding: 10px 9px; }
.button-text:hover { color: var(--blue); }
.button-text span { margin-left: 6px; font-size: 17px; }
.preview-note { margin-top: 19px; font-size: 10.5px; color: #878787; letter-spacing: .12px; }
.hero-evidence { margin: 25px auto 0; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.evidence-item { display: flex; justify-content: center; align-items: center; gap: 20px; text-align: left; }
.evidence-item + .evidence-item { border-left: 1px solid var(--line); }
.evidence-number { font: 500 46px/1.1 var(--sans); color: var(--ink); white-space: nowrap; letter-spacing: -2.5px; }
.at-least { font-size: 28px; margin-right: 3px; vertical-align: 4px; }
.evidence-item div { display: grid; gap: 3px; }
.evidence-item strong { font-size: 13.5px; }
.evidence-item div > span { font-size: 11px; color: var(--muted); }
.hero-conditions { margin-top: 13px; font-size: 10px; color: #868686; }
.section { max-width: 1040px; margin: 0 auto; padding: 88px 30px; }
.section-intro { max-width: 660px; }
.centered { text-align: center; margin: 0 auto; }
.eyebrow-rule { width: 27px; height: 1px; background: #ababab; display: inline-block; }
h2 { font: 600 clamp(29px, 3.4vw, 37px)/1.22 var(--sans); letter-spacing: -1.1px; }
.section-intro h2 { margin-top: 19px; }
.section-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15.5px; line-height: 1.8; margin-top: 21px; }
.section-intro a { color: var(--ink); }
.mobile-break { display: none; }
.radar-component { margin: 39px auto 0; max-width: 900px; }
.radar-controls { display: flex; justify-content: center; align-items: center; gap: 20px; }
.control-label { font-size: 11px; color: var(--muted); }
.segmented-control { display: flex; align-items: center; border: 1px solid #e3e3e3; padding: 3px; gap: 3px; border-radius: 6px; }
.segmented-control button { font-size: 12px; background: none; border: 0; border-radius: 3px; min-width: 65px; min-height: 33px; color: #707070; padding: 5px 16px; }
.segmented-control button[aria-selected="true"] { color: var(--blue); background: #f2f2f2; font-weight: 600; }
.segmented-control button:hover { background: #f3f3f3; }
.chart-conditions { margin-top: 17px; text-align: center; font-size: 10.5px; color: #8c8c8c; letter-spacing: .1px; }
.chart-conditions span { margin: 0 8px; color: #bdbdbd; }
.radar-panel { position: relative; }
.radar-stage { width: 100%; max-width: 860px; margin: 14px auto 0; position: relative; }
.radar-stage picture, .radar-stage img, .radar-svg { display: block; width: 100%; }
.radar-svg { height: auto; overflow: visible; }
.radar-tooltip { position: absolute; z-index: 2; min-width: 225px; max-width: calc(100% - 16px); padding: 13px 16px; background: #fff; border: 1px solid #e2e2e2; border-radius: 6px; box-shadow: 0 4px 20px #33333314; pointer-events: none; font-size: 10.5px; }
.tooltip-title { font-size: 12px; font-weight: 600; margin-bottom: 7px; }
.tooltip-row { display: flex; justify-content: space-between; gap: 15px; margin-top: 3px; }
.tooltip-row strong { font-variant-numeric: tabular-nums; white-space: nowrap; }
.chart-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 19px; margin-top: 8px; }
.chart-legend button { display: flex; align-items: center; gap: 8px; color: #575757; background: transparent; border: 1px solid transparent; padding: 8px; border-radius: 5px; font-size: 11px; line-height: 1.4; }
.chart-legend button:hover, .chart-legend button[aria-pressed="true"] { background: #f5f5f5; border-color: #ececec; }
.legend-key { display: block; width: 30px; height: 16px; border: 0; flex-shrink: 0; color: var(--series-color); }
.ours-tag { color: var(--blue); font-size: 8.5px; letter-spacing: .1px; background: #f1f1f1; padding: 1px 5px; border-radius: 3px; font-weight: 500; }
.chart-hint { margin-top: 12px; text-align: center; font-size: 10.5px; color: #989898; }
.score-readout { min-height: 85px; margin: 28px auto 0; display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; padding: 18px 0; gap: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.readout-task { display: flex; flex-direction: column; justify-content: center; gap: 3px; }
.readout-task > strong { font-size: 13px; }
.readout-task > span { font-size: 10px; color: #868686; }
.readout-method { display: flex; flex-direction: column; justify-content: center; gap: 4px; }
.readout-method > span { font-size: 10px; color: #838383; }
.readout-method > strong { font-size: 17px; font-weight: 500; font-variant-numeric: tabular-nums; white-space: nowrap; line-height: 1.4; }
.readout-method small { color: #949494; font-size: 11px; font-weight: 400; }
.readout-method.modular > strong { color: var(--blue); }
.chart-note, figcaption { color: #888888; font-size: 10.5px; line-height: 1.75; }
.chart-note { max-width: 810px; margin: 20px auto 0; }
.chart-note strong { color: #6b6b6b; font-weight: 500; }
.data-disclosure { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 29px; }
.data-disclosure summary { display: flex; align-items: center; gap: 15px; padding: 17px 0; font-size: 12px; font-weight: 500; cursor: pointer; list-style: none; }
.data-disclosure summary::-webkit-details-marker { display: none; }
.summary-meta { font-size: 10px; color: #9a9a9a; margin-left: auto; font-weight: 400; }
.summary-plus { margin-left: auto; font-size: 19px; color: #969696; font-weight: 300; line-height: 1; }
.summary-meta + .summary-plus { margin-left: 5px; }
.data-disclosure[open] .summary-plus { transform: rotate(45deg); }
.table-scroll { overflow-x: auto; margin: 5px 0 15px; }
.results-table { width: 100%; border-collapse: collapse; min-width: 680px; font-size: 11px; text-align: right; font-variant-numeric: tabular-nums; }
.results-table caption { text-align: left; color: var(--muted); font-size: 10px; padding: 0 0 15px; }
.results-table th, .results-table td { border-bottom: 1px solid #f0f0f0; padding: 12px 10px; white-space: nowrap; }
.results-table th { font-weight: 500; }
.results-table td strong { font-weight: 600; color: var(--blue); }
.results-table th:first-child, .results-table tbody th { text-align: left; padding-left: 0; }
.results-table thead { color: #737373; font-size: 10px; }
.detail-note { color: var(--muted); font-size: 11px; line-height: 1.8; margin-bottom: 19px; }
.text-link { display: inline-block; font-size: 11px; color: var(--blue); margin-bottom: 21px; }
.takeaway { max-width: 790px; margin: 37px auto 0; display: flex; align-items: flex-start; gap: 19px; }
.takeaway-mark { font-size: 22px; color: var(--blue); line-height: 1.5; }
.takeaway p { font-size: 12px; color: var(--muted); line-height: 1.85; }
.takeaway strong { color: var(--ink); }
.method-band { background: #ffffff; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }
.method-band .section { padding-top: 96px; padding-bottom: 88px; }
.neighborhood-figure { margin-top: 45px; }
.neighborhood-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.neighborhood-panel { text-align: center; }
.diagram-label { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; }
.method-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; }
.baseline-dot { background: var(--orange); }
.modular-dot { background: var(--blue); }
.neighborhood-panel img { display: block; width: 100%; margin-top: 5px; }
.neighborhood-panel h3 { font: 500 18px/1.4 var(--sans); letter-spacing: -.4px; margin-top: -9px; }
.neighborhood-panel > p:last-child { font-size: 11px; margin-top: 8px; color: var(--muted); }
.neighborhood-figure figcaption { max-width: 700px; text-align: center; margin: 29px auto 0; }
.caption-star { font-size: 15px; color: #595959; margin-right: 4px; }
.caption-regions { display: inline-flex; margin-left: 14px; gap: 2px; vertical-align: middle; }
.caption-regions i { display: inline-block; width: 8px; height: 8px; background: #d7d7d7; border-radius: 50%; }
.caption-regions i:nth-child(2) { background: #d9d9d9; }
.caption-regions i:nth-child(3) { background: #dadada; }
.caption-separator { padding: 0 6px; }
.method-explanation { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; margin-top: 65px; padding-top: 44px; border-top: 1px solid #e1e1e1; }
.method-explanation .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
.method-explanation h3 { font: 600 27px/1.25 var(--sans); letter-spacing: -.7px; margin-top: 15px; }
.method-explanation p:not(.eyebrow) { font-size: 12px; line-height: 1.9; color: var(--muted); margin-top: 18px; }
.module-list { display: grid; align-content: center; }
.module-list > div { display: flex; align-items: center; gap: 13px; padding: 18px 0; border-bottom: 1px solid #e3e3e3; }
.module-list > div:first-child { border-top: 1px solid #e3e3e3; }
.module-icon { color: var(--blue); width: 27px; font-size: 24px; text-align: center; line-height: 1; }
.module-list strong { font-size: 12px; font-weight: 500; }
.module-list div > span:last-child { margin-left: auto; font-size: 10.5px; color: #888888; }
.pipeline { margin-top: 55px; }
.pipeline ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 0; margin: 0; list-style: none; }
.pipeline li { border-top: 1px solid #d4d4d4; position: relative; padding-top: 24px; }
.pipeline li:not(:last-child)::after { content: '→'; color: #a4a4a4; position: absolute; right: -18px; top: -15px; font-size: 17px; background: #f6f6f6; }
.step-index { color: #8e8e8e; font-size: 10px; font-variant-numeric: tabular-nums; }
.changed-step { color: var(--blue); }
.pipeline h3 { font-size: 13px; font-weight: 500; margin-top: 8px; }
.pipeline li:first-child h3 { color: var(--blue); }
.pipeline li p { font-size: 11px; color: #888888; margin-top: 7px; line-height: 1.8; }
.step-tag { display: inline-block; background: #ededed; color: var(--blue); font-size: 9px; line-height: 1.5; padding: 2px 6px; margin-top: 11px; border-radius: 3px; }
.pipeline-note { text-align: right; font-size: 10px; color: #949494; margin-top: 18px; }
.equation-disclosure { margin-top: 40px; border-color: #e1e1e1; }
.equation-content { display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px 40px; padding: 17px 0 24px; }
.equation { display: flex; align-items: center; justify-content: center; gap: 10px; font: 400 25px/1.5 var(--serif); white-space: nowrap; }
.equation sub { font-size: .55em; }
.fraction { display: inline-flex; flex-direction: column; align-items: center; }
.fraction > span { display: block; padding: 0 10px; }
.fraction > span:last-child { border-top: 1px solid #707070; }
.equation-content > p { color: var(--muted); font-size: 11px; }
.equation-content .detail-note { grid-column: 1/-1; margin: 0; }
.population-figure { margin-top: 42px; }
.population-figure img { display: block; width: 100%; }
.population-figure figcaption { max-width: 820px; margin: 18px auto 0; }
.population-figure > a { display: block; }
.runtime-summary { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 45px; margin-top: 57px; border-top: 1px solid var(--line); padding-top: 38px; }
.runtime-intro .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
.runtime-intro h3 { font: 400 31px/1.17 var(--serif); margin-top: 12px; letter-spacing: -.8px; }
.runtime-intro > p:last-child { font-size: 11px; color: var(--muted); margin-top: 15px; max-width: 250px; }
.runtime-stat { padding-left: 24px; border-left: 1px solid var(--line); }
.runtime-stat > p { font-size: 12px; color: #6a6a6a; }
.runtime-stat > strong { display: block; font: 400 56px/1.2 var(--serif); color: var(--blue); margin-top: 12px; letter-spacing: -2px; }
.runtime-stat > strong span { font-size: 36px; margin-left: 2px; }
.runtime-sd { font-size: 10px; color: #929292; }
.runtime-total { border-top: 1px solid var(--line); margin-top: 23px; padding-top: 13px; font-size: 10px; color: #7d7d7d; }
.runtime-total b { font-size: 15px; color: var(--ink); font-weight: 500; margin-right: 4px; }
.runtime-total > span { display: block; margin-top: 3px; color: #989898; }
.runtime-note { max-width: none; margin-top: 28px; }
.family-disclosure { margin-top: 35px; }
.family-disclosure .results-table { min-width: 540px; }
.family-disclosure .results-table td:first-of-type { text-align: left; }
.family-disclosure .results-table th[rowspan] { vertical-align: middle; }
.analysis-section { padding-top: 15px; padding-bottom: 100px; }
.analysis-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 85px; padding-top: 60px; border-top: 1px solid var(--line); }
.analysis-layout .section-intro > .analysis-secondary { font-size: 12px; color: #898989; }
.support-figure { align-self: center; padding-top: 10px; }
.support-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.support-heading > span { font-size: 11px; color: var(--muted); }
.support-heading > strong { font: 400 29px/1.3 var(--serif); white-space: nowrap; }
.support-heading small { font: 400 11px/1.5 var(--sans); }
.support-bar { display: flex; gap: 3px; height: 29px; margin-top: 15px; }
.support-main { width: 85%; background: var(--blue); }
.support-rest { flex: 1; background: #c2c2c2; }
.support-legend { display: grid; gap: 8px; margin-top: 19px; }
.support-legend > div { display: flex; align-items: center; gap: 8px; font-size: 10px; color: #7c7c7c; }
.support-legend strong { margin-left: auto; color: #5c5c5c; font-weight: 500; }
.support-swatch { width: 6px; height: 6px; }
.swatch-main { background: var(--blue); }
.swatch-rest { background: #c2c2c2; }
.support-callout { display: flex; align-items: center; gap: 20px; margin: 25px 0 21px; padding-top: 21px; border-top: 1px solid var(--line); }
.support-callout > strong { color: var(--blue); font: 400 52px/1.2 var(--serif); letter-spacing: -2px; }
.support-callout strong span { font-size: 31px; }
.support-callout > span { color: #7a7a7a; font-size: 11px; }
.analysis-footnote { display: flex; gap: 18px; align-items: flex-start; margin-top: 38px; padding-left: 2px; }
.footnote-number { font-size: 22px; color: #969696; line-height: 1.25; }
.analysis-footnote p { max-width: 760px; color: #8f8f8f; font-size: 10.5px; }
.paper-section { background: #f2f2f2; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; }
.paper-inner { max-width: 1100px; padding: 65px 30px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.paper-inner h2 { margin-top: 16px; font-size: 40px; }
.paper-inner p:last-child { margin-top: 16px; font-size: 13px; color: #838383; }
.paper-inner > .button { min-width: 162px; }
.site-footer { max-width: 1100px; padding: 42px 30px 30px; margin: 0 auto; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-top .wordmark { font-size: 12px; }
.back-top { font-size: 10px; color: #919191; text-decoration: none; }
.site-footer > p { color: #929292; font-size: 10px; margin-top: 25px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 24px; padding-top: 17px; border-top: 1px solid #f0f0f0; font-size: 9px; color: #9a9a9a; }

@media (max-width: 900px) {
  .site-header { padding: 0 28px; }
  .site-header nav { gap: 22px; }
  .hero { padding-top: 55px; }
  .hero h1 { font-size: 51px; }
  .method-explanation { gap: 40px; }
  .module-list > div { gap: 8px; }
  .module-list div > span:last-child { font-size: 9px; }
  .neighborhood-panels { gap: 20px; }
  .runtime-summary { gap: 22px; }
  .runtime-stat { padding-left: 18px; }
  .runtime-stat > strong { font-size: 46px; }
  .analysis-layout { gap: 40px; }
  .evidence-item { gap: 14px; }
  .evidence-number { font-size: 46px; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 25px; }
  .site-header { min-height: 72px; padding: 0 20px; gap: 12px; }
  .wordmark { font-size: 12px; gap: 7px; }
  .wordmark img { width: 25px; height: 25px; }
  .site-header nav > a:not(.nav-paper) { display: none; }
  .nav-paper { padding-left: 13px; font-size: 11px; }
  .hero { padding: 45px 20px 0; }
  .hero > .eyebrow { font-size: 8px; gap: 7px; letter-spacing: 1px; }
  .tiny-star { font-size: 13px; }
  .hero h1 { font-size: clamp(36px, 9.4vw, 49px); line-height: 1.14; letter-spacing: -1.8px; margin-top: 23px; }
  .hero-subtitle { font-size: 16px; line-height: 1.55; margin-top: 19px; letter-spacing: -.25px; }
  .hero-description { font-size: 12.5px; line-height: 1.8; max-width: 330px; margin-top: 21px; }
  .hero-actions { gap: 9px; margin-top: 24px; }
  .button { font-size: 11px; padding: 10px 14px; gap: 7px; }
  .button-tag { font-size: 8px; padding-left: 7px; }
  .button-text { padding-left: 5px; padding-right: 5px; }
  .button-text span { margin-left: 1px; }
  .preview-note { font-size: 8.5px; margin-top: 17px; }
  .hero-evidence { padding: 23px 0; margin-top: 24px; }
  .evidence-item { flex-direction: column; gap: 9px; text-align: center; }
  .evidence-number { font-size: 45px; letter-spacing: -2px; }
  .at-least { font-size: 24px; }
  .evidence-item strong { font-size: 11px; }
  .evidence-item div > span { font-size: 8.5px; }
  .hero-conditions { font-size: 8px; max-width: 320px; margin: 12px auto 0; }
  .section { padding: 74px 20px; }
  .eyebrow { font-size: 8.5px; letter-spacing: 1.4px; gap: 9px; }
  .eyebrow-rule { width: 20px; }
  h2 { font-size: 29px; line-height: 1.22; letter-spacing: -.9px; }
  .section-intro h2 { margin-top: 16px; }
  .section-intro > p:not(.eyebrow) { font-size: 12.5px; line-height: 1.85; margin-top: 18px; }
  .desktop-break { display: none; }
  .mobile-break { display: inline; }
  .radar-component { margin-top: 28px; }
  .radar-controls { flex-direction: column; gap: 10px; }
  .control-label { font-size: 10px; }
  .segmented-control button { font-size: 11px; min-width: 63px; min-height: 33px; }
  .chart-conditions { font-size: 8.5px; margin-top: 14px; }
  .chart-conditions span { margin: 0 4px; }
  .radar-stage { margin-top: 15px; }
  .radar-tooltip { min-width: 230px; padding: 12px; font-size: 10px; }
  .chart-legend { column-gap: 8px; row-gap: 8px; }
  .chart-legend button { padding: 7px 4px; font-size: 9px; gap: 6px; min-height: 34px; }
  .chart-legend button:first-child { flex-basis: 100%; justify-content: center; margin: 0; }
  .legend-key { width: 22px; }
  .ours-tag { font-size: 8px; }
  .chart-hint { font-size: 8.5px; max-width: 300px; margin: 12px auto 0; }
  .score-readout { grid-template-columns: repeat(3, 1fr); gap: 14px 8px; margin-top: 22px; padding: 14px 0 17px; }
  .readout-task { grid-column: 1/-1; flex-direction: row; justify-content: space-between; align-items: baseline; gap: 8px; }
  .readout-task > strong { font-size: 11px; }
  .readout-task > span { font-size: 9px; }
  .readout-method { gap: 4px; }
  .readout-method > span { font-size: 8px; }
  .readout-method > strong { font-size: 15px; }
  .readout-method small { font-size: 9px; }
  .chart-note, figcaption { font-size: 9px; line-height: 1.9; }
  .chart-note { margin-top: 18px; }
  .data-disclosure { margin-top: 23px; }
  .data-disclosure summary { font-size: 11px; padding: 15px 0; gap: 10px; }
  .summary-meta { font-size: 8px; }
  .summary-plus { font-size: 17px; }
  .detail-note { font-size: 9px; }
  .takeaway { margin-top: 25px; gap: 11px; }
  .takeaway p { font-size: 10px; }
  .takeaway-mark { font-size: 18px; }
  .method-band .section { padding-top: 69px; padding-bottom: 60px; }
  .neighborhood-figure { margin-top: 35px; }
  .neighborhood-panels { grid-template-columns: 1fr; gap: 35px; max-width: 390px; margin: 0 auto; }
  .diagram-label { font-size: 10.5px; }
  .neighborhood-panel h3 { font-size: 23px; margin-top: -7px; }
  .neighborhood-panel > p:last-child { font-size: 10px; }
  .neighborhood-figure figcaption { margin-top: 23px; }
  .caption-regions { margin-left: 7px; }
  .method-explanation { grid-template-columns: 1fr; gap: 24px; margin-top: 35px; padding-top: 29px; }
  .method-explanation h3 { font-size: 30px; }
  .method-explanation p:not(.eyebrow) { font-size: 11px; }
  .module-list > div { padding: 15px 0; }
  .module-list strong { font-size: 11px; }
  .module-list div > span:last-child { font-size: 10px; }
  .pipeline { margin-top: 37px; }
  .pipeline ol { grid-template-columns: 1fr 1fr; gap: 28px 26px; }
  .pipeline li { padding-top: 14px; }
  .pipeline li:nth-child(2)::after { display: none; }
  .pipeline h3 { font-size: 12px; }
  .pipeline li p { font-size: 10px; }
  .pipeline-note { text-align: left; font-size: 9px; }
  .equation-content { grid-template-columns: 1fr; gap: 22px; }
  .equation { font-size: 25px; padding: 12px 0; }
  .equation-content > p { font-size: 10px; }
  .population-figure { margin-top: 28px; }
  .population-figure figcaption { margin-top: 14px; }
  .runtime-summary { grid-template-columns: 1fr 1fr; gap: 28px 20px; margin-top: 33px; padding-top: 26px; }
  .runtime-intro { grid-column: 1/-1; }
  .runtime-intro h3 { font-size: 30px; }
  .runtime-intro h3 br { display: none; }
  .runtime-intro > p:last-child { max-width: none; font-size: 11px; }
  .runtime-stat { padding-left: 0; border-left: 0; }
  .runtime-stat + .runtime-stat { padding-left: 20px; border-left: 1px solid var(--line); }
  .runtime-stat > p { font-size: 10px; }
  .runtime-stat > strong { font-size: 44px; }
  .runtime-stat > strong span { font-size: 27px; }
  .runtime-sd { font-size: 8.5px; }
  .runtime-total { margin-top: 17px; font-size: 9px; }
  .runtime-total b { font-size: 13px; }
  .family-disclosure .summary-meta { display: none; }
  .analysis-section { padding-top: 0; padding-bottom: 66px; }
  .analysis-layout { grid-template-columns: 1fr; gap: 29px; padding-top: 47px; }
  .analysis-layout .section-intro > .analysis-secondary { font-size: 10.5px; }
  .support-figure { padding-top: 5px; }
  .support-heading > strong { font-size: 27px; }
  .support-heading > span { font-size: 10px; }
  .support-callout > strong { font-size: 48px; }
  .support-callout > span { font-size: 10px; }
  .analysis-footnote { margin-top: 25px; gap: 10px; }
  .analysis-footnote p { font-size: 9px; }
  .paper-inner { flex-direction: column; align-items: flex-start; gap: 25px; padding: 45px 20px; }
  .paper-inner h2 { font-size: 33px; }
  .paper-inner p:last-child { font-size: 11px; }
  .paper-inner > .button { min-width: 146px; }
  .site-footer { padding: 30px 20px 24px; }
  .footer-top .wordmark { font-size: 11px; }
  .back-top { font-size: 9px; }
  .site-footer > p { font-size: 9px; }
  .footer-bottom { flex-direction: column; gap: 10px; font-size: 8px; margin-top: 21px; }
}

.hero-thicket { margin: 32px auto 0; max-width: 1000px; position: relative; }
.hero-illustration { overflow: hidden; border-radius: 3px; }
.thicket-hero-svg { display: block; width: 100%; height: auto; }
.hero-thicket figcaption { margin-top: 8px; color: #808080; font-size: 10px; }
.hero-thicket figcaption > span { color: #999999; margin-left: 4px; }
.motion-button { border: 1px solid #d4d4d4; background: transparent; border-radius: 4px; color: #5f5f5f; font-size: 10px; padding: 7px 11px; min-height: 32px; }
.motion-button:hover { background: #eeeeee; }
.hero-motion-button { margin-top: 11px; }
.radar-scale-controls { display: flex; justify-content: center; gap: 5px; margin-top: 20px; }
.radar-scale-controls button { background: none; border: 0; border-bottom: 2px solid transparent; padding: 5px 10px; color: #868686; font-size: 11px; }
.radar-scale-controls button[aria-pressed="true"] { color: var(--ink); border-bottom-color: var(--ink); font-weight: 600; }
.scale-note { max-width: 610px; margin: 12px auto 0; font-size: 10px; line-height: 1.75; color: #7d7d7d; text-align: center; }
.demo-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; flex-wrap: wrap; margin: 0 0 31px; padding-bottom: 17px; border-bottom: 1px solid #e1e1e1; }
.demo-steps { display: flex; gap: 4px; }
.demo-steps button { border: 0; background: none; padding: 8px 11px; color: #828282; font-size: 11px; border-radius: 4px; }
.demo-steps button[aria-pressed="true"] { background: #e9e9e9; color: #4f4f4f; font-weight: 600; }
.demo-playback { display: flex; gap: 6px; }
.neighborhood-svg { display: block; width: 100%; height: auto; }
.stage-explanation { max-width: 740px; margin: 30px auto 0; text-align: center; min-height: 91px; padding: 16px 24px; background: #f0f0f0; border-radius: 4px; }
.stage-explanation strong { font-size: 12px; font-weight: 600; color: #545454; }
.stage-explanation p { margin-top: 5px; color: #818181; font-size: 11px; line-height: 1.75; }
.pipeline li.active-step { border-top-color: #787878; }
.pipeline li.active-step h3, .pipeline li.active-step .step-index { color: #5e5e5e; }
.candidate { transition: opacity .45s ease; }
.candidate-halo, .vote-beam, .vote-result { opacity: 0; }
[data-phase="1"] .candidate-halo { opacity: .5; }
[data-phase="2"] .candidate.is-rejected, [data-phase="3"] .candidate.is-rejected { opacity: .08; }
[data-phase="2"] .is-selected .candidate-halo, [data-phase="3"] .is-selected .candidate-halo { opacity: .7; }
[data-phase="3"] .vote-beam, [data-phase="3"] .vote-result { opacity: 1; }
[data-motion-enabled="true"] .fern-sway { transform-origin: 0 0; animation: fern-sway 6s ease-in-out var(--sway-delay) infinite alternate; }
[data-motion-enabled="true"] .hero-seed { animation: seed-explore 10s ease-out var(--seed-delay) infinite both; }
[data-motion-enabled="true"] .seed-halo { animation: halo-breathe 5s ease-in-out var(--seed-delay) infinite; }
[data-motion-enabled="true"] .hero-orbit { animation: orbit-dash 12s linear infinite; }
[data-motion-enabled="true"] [data-phase="0"] .candidate { animation: candidate-sample 1.1s cubic-bezier(.18,.65,.24,1) var(--candidate-delay) both; }
[data-motion-enabled="true"] [data-phase="1"] .candidate-halo { animation: score-pulse 1.4s ease-in-out var(--candidate-delay) both; }
[data-motion-enabled="true"] [data-phase="3"] .vote-beam { stroke-dasharray: 1; animation: draw-vote .95s ease-out both; }
[data-motion="paused"] .motion-scene *, .motion-scene[data-visible="false"] * { animation-play-state: paused !important; }
.motion-scene[data-manual="true"] * { animation: none !important; }
@keyframes fern-sway { from { transform: rotate(-1.7deg); } to { transform: rotate(1.7deg); } }
@keyframes seed-explore { 0%, 5% { transform: translate(var(--seed-x), var(--seed-y)); opacity: 0; } 26%, 82% { transform: translate(0,0); opacity: 1; } 100% { transform: translate(0,0); opacity: 0; } }
@keyframes halo-breathe { 0%, 100% { opacity: .08; } 50% { opacity: .6; } }
@keyframes orbit-dash { to { stroke-dashoffset: -860; } }
@keyframes candidate-sample { from { transform: translate(var(--offset-x),var(--offset-y)); opacity: 0; } to { transform: translate(0,0); opacity: 1; } }
@keyframes score-pulse { 0% { opacity: 0; stroke-width: .5; } 50% { opacity: 1; stroke-width: 2; } 100% { opacity: .5; stroke-width: 1; } }
@keyframes draw-vote { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
.budget-controls { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; }
.segmented-control button[aria-pressed="true"] { color: var(--ink); background: #eeeeee; font-weight: 600; }
.budget-context { color: #8c8c8c; font-size: 10px; text-align: center; margin: 17px 0 24px; }
.budget-context span { margin: 0 8px; }
.population-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
.population-panel { border-top: 1px solid var(--line); padding-top: 21px; }
.population-heading { padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.population-heading h3 { font-size: 12px; font-weight: 500; }
.population-heading p { font-size: 10px; color: #919191; }
.population-heading strong { display: block; font-size: 31px; color: #727272; font-weight: 500; line-height: 1.2; letter-spacing: -1px; }
.modular-population .population-heading strong { color: var(--blue); }
.population-panel svg { display: block; width: 100%; height: auto; margin-top: 16px; }
.budget-dot { animation: budget-reveal .5s ease-out var(--dot-delay) backwards; }
.budget-outcome { display: flex; justify-content: center; align-items: center; gap: 55px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.budget-outcome p { display: flex; flex-direction: column; gap: 5px; }
.budget-outcome strong { font-size: 28px; font-weight: 500; color: var(--ink); letter-spacing: -1px; }
.budget-outcome p > span { color: #888888; font-size: 11px; }
.budget-outcome-divider { width: 1px; height: 44px; background: var(--line); }
@keyframes budget-reveal { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 620px) {
  .hero-thicket { margin-top: 25px; }
  .hero-thicket figcaption { font-size: 8px; }
  .hero-thicket figcaption > span { display: block; }
  .thicket-hero-svg > text:last-child { display: none; }
  .hero-motion-button { padding: 5px 9px; font-size: 9px; }
  .radar-scale-controls { margin-top: 15px; }
  .radar-scale-controls button { font-size: 10px; }
  .scale-note { font-size: 8.5px; max-width: 340px; }
  .demo-toolbar { justify-content: center; gap: 10px; }
  .demo-steps button { padding: 8px 9px; font-size: 10px; }
  .demo-playback { justify-content: center; }
  .motion-button { font-size: 9px; }
  .stage-explanation { min-height: 126px; padding: 15px 17px; margin-top: 23px; }
  .stage-explanation strong { font-size: 11px; }
  .stage-explanation p { font-size: 10px; }
  .neighborhood-panel h3 { font-size: 19px; }
  .budget-controls { gap: 8px; }
  .budget-controls .segmented-control button { font-size: 10px; min-width: 52px; padding: 6px 11px; }
  .budget-context { font-size: 8px; }
  .budget-context span { margin: 0 3px; }
  .population-pair { gap: 15px; }
  .population-heading { padding: 0 5px; display: block; }
  .population-heading h3 { font-size: 10px; min-height: 35px; }
  .population-heading strong { font-size: 29px; display: inline; margin-right: 5px; }
  .population-heading p { font-size: 8px; margin-top: 8px; }
  .population-heading .ours-tag { display: none; }
  .population-panel svg { margin-top: 12px; }
  .budget-outcome { gap: 22px; padding: 19px 0; }
  .budget-outcome strong { font-size: 23px; }
  .budget-outcome p > span { font-size: 8px; }
  .budget-outcome-divider { height: 35px; }
}

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