:root {
  --paper: #f7f7f3;
  --paper-deep: #eceeea;
  --ink: #19212b;
  --muted: #66717c;
  --line: #d7ddd8;
  --navy: #1f3a5f;
  --navy-dark: #132a45;
  --teal: #2d7a78;
  --teal-soft: #dcecea;
  --orange: #b96835;
  --orange-soft: #f5e4d6;
  --signal-red: #b24b4b;
  --signal-yellow: #f1d66b;
  --blue-soft: #e3edf4;
  --gray-bar: #a9b2b9;
  --shadow: 0 14px 38px rgba(31, 58, 95, .08);
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Libre Baskerville", Georgia, serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; }
button, select { font: inherit; }
button { cursor: pointer; }
.shell, .section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-block { padding: 104px 0 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(215, 221, 216, .82);
  background: rgba(247, 247, 243, .94);
  backdrop-filter: blur(14px);
}
.nav { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--navy); font: 500 13px/1 var(--mono); letter-spacing: .08em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--muted); font-size: 13px; text-decoration: none; transition: color .18s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--navy); }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; color: var(--navy); padding: 7px 10px; border-radius: 4px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr); gap: 80px; padding-top: 112px; padding-bottom: 90px; }
.hero-copy { max-width: 1000px; margin: 0 auto; text-align: center; }
.kicker, .eyebrow { margin: 0 0 15px; color: var(--teal); font: 500 12px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; }
h1 { max-width: 860px; margin-bottom: 25px; color: var(--navy-dark); font-size: clamp(40px, 6vw, 78px); line-height: 1.12; }
h1 em { color: var(--teal); font-style: normal; }
.hero-question, .hero-deck { max-width: 820px; margin-left: auto; margin-right: auto; color: var(--muted); font-family: var(--serif); }
.hero-question { margin-bottom: 19px; font-size: 20px; line-height: 1.45; }
.signal-highlight { padding: 0 .16em .04em; color: var(--navy-dark); background: linear-gradient(transparent 58%, rgba(241, 214, 107, .86) 58%); font-style: normal; }
.signal-highlight-warm { color: var(--signal-red); background: linear-gradient(transparent 58%, rgba(241, 214, 107, .86) 58%); }
.hero-deck { margin-bottom: 26px; color: var(--ink); font-size: 17px; line-height: 1.55; }
.hero-deck em { color: var(--teal); font-family: var(--mono); font-size: .9em; font-style: normal; }
.authors { display: flex; flex-wrap: wrap; justify-content: center; gap: 3px 15px; max-width: 750px; margin: 0 auto 28px; color: var(--muted); font-size: 14px; }
.author { white-space: nowrap; }
.author sup { color: var(--teal); font: 500 10px var(--mono); }
.affiliations { display: flex; flex-wrap: wrap; justify-content: center; gap: 3px 8px; max-width: 760px; margin: -17px auto 5px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.affiliations b { color: var(--line); font-weight: 400; }
.author-notes { margin: 0 0 25px; color: var(--muted); font: 11px var(--mono); }
.hero-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid var(--navy); border-radius: 4px; font-size: 13px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(31, 58, 95, .12); }
.button-dark { color: white; background: var(--navy); }
.button-light { color: var(--navy); background: transparent; }
.hero-aside { align-self: end; padding: 22px 0 4px 28px; border-left: 1px solid var(--line); }
.scope-index { display: flex; justify-content: space-between; gap: 16px; color: var(--navy); font: 500 11px var(--mono); letter-spacing: .06em; }
.scope-rule { width: 100%; height: 1px; margin: 19px 0 18px; background: var(--line); }
.hero-aside p { margin-bottom: 26px; color: var(--muted); font: 15px/1.65 var(--serif); }
.signal-text { color: var(--signal-red); font-weight: 600; }
.scope-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.scope-metrics div { display: flex; flex-direction: column; gap: 3px; }
.scope-metrics strong { color: var(--navy); font: 500 20px var(--mono); }
.scope-metrics span { color: var(--muted); font-size: 11px; line-height: 1.25; }
.finding-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-deep); }
.results-header { padding-top: 58px; }
.results-header h2 { max-width: 760px; margin: 0 0 12px; color: var(--navy-dark); font-size: clamp(28px, 3.7vw, 44px); line-height: 1.25; }
.results-header > p:not(.kicker) { max-width: 700px; margin: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.finding-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.finding-card { min-height: 190px; padding: 28px 28px 27px 0; border-right: 1px solid var(--line); }
.finding-card + .finding-card { padding-left: 28px; }
.finding-card:last-child { border-right: 0; }
.finding-card .eyebrow { margin-bottom: 16px; color: var(--orange); }
.finding-value { margin-bottom: 8px; color: var(--navy); font: 500 clamp(22px, 3vw, 32px)/1 var(--mono); }
.finding-card h3 { margin-bottom: 8px; font: 600 16px/1.35 var(--sans); }
.finding-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.finding-evidence { display: grid; gap: 6px; margin-top: 17px; }
.evidence-row { display: grid; grid-template-columns: 92px minmax(50px, 1fr) 42px; gap: 8px; align-items: center; color: var(--muted); font: 10px/1.2 var(--mono); }
.evidence-row i { display: block; height: 7px; background: #dfe5e1; overflow: hidden; }
.evidence-row b { display: block; min-width: 4px; height: 100%; }
.evidence-row b.skill { background: var(--teal); }
.evidence-row b.workflow { background: var(--navy); }
.evidence-row b.orange { background: var(--orange); }
.evidence-row strong { color: var(--navy); font: 500 10px var(--mono); text-align: right; }
.finding-note { margin-top: 12px !important; color: var(--navy) !important; font-size: 11px !important; }
.formal-findings { padding: 34px 0 30px; border-top: 1px solid var(--line); }
.formal-finding-grid { display: grid; gap: 12px; }
.formal-finding { min-width: 0; border-left: 4px solid var(--teal); background: rgba(255, 255, 255, .72); }
.formal-finding:nth-child(2) { border-left-color: var(--navy); }
.formal-finding:nth-child(3) { border-left-color: var(--signal-red); }
.formal-finding:nth-child(4) { border-left-color: var(--teal); }
.formal-finding:nth-child(5) { border-left-color: var(--orange); }
.formal-finding:nth-child(6) { border-left-color: var(--navy); }
.formal-finding:nth-child(7) { border-left-color: var(--signal-red); }
.formal-finding-toggle { display: grid; grid-template-columns: 145px minmax(0, 1fr) 32px; gap: 30px; align-items: start; width: 100%; padding: 23px 28px 24px; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.formal-finding-toggle:hover, .formal-finding.is-open .formal-finding-toggle { background: #fff; }
.formal-finding-index { display: block; padding-top: 3px; color: var(--orange); font: 600 11px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.formal-finding-title { max-width: 920px; color: var(--navy-dark); font: 600 21px/1.35 var(--sans); }
.formal-finding-toggle > b { padding-top: 0; color: var(--orange); font: 22px/1 var(--sans); font-weight: 400; transition: transform .18s ease; }
.formal-finding.is-open .formal-finding-toggle > b { transform: rotate(45deg); }
.formal-finding-detail { display: none; padding: 0 76px 24px 203px; background: #fff; }
.formal-finding.is-open .formal-finding-detail { display: block; }
.formal-finding-detail p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.formal-finding strong { color: var(--navy); font-weight: 600; }
.formal-finding code { color: var(--navy); font: 0.9em var(--mono); }
.research-gap { border-bottom: 1px solid var(--line); background: #fff; }
.research-gap-inner { display: block; padding: 66px 0 70px; }
.research-summary { max-width: 820px; margin-bottom: 30px; }
.research-summary > p:not(.kicker) { margin: 0; color: var(--muted); font: 17px/1.65 var(--serif); }
.research-gap h2 { max-width: 570px; margin: 0; color: var(--navy-dark); font-size: clamp(27px, 3.2vw, 42px); line-height: 1.25; }
.research-gap h2 em { color: var(--teal); font-style: normal; }
.question-list { border-top: 1px solid var(--line); }
.question-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.question-list span { color: var(--orange); font: 500 11px var(--mono); }
.question-list > div:nth-child(3) span { color: var(--teal); }
.question-list > div:nth-child(4) span { color: var(--signal-red); }
.question-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.question-list strong { color: var(--navy); }
.section-heading { max-width: 790px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 16px; color: var(--navy-dark); font-size: clamp(30px, 4vw, 48px); line-height: 1.22; }
.section-heading .lead, .section-heading > p:not(.kicker) { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.compact-heading { margin-bottom: 28px; }
.pipeline-stack { display: grid; gap: 20px; }
.media-card { margin: 0; padding: 12px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.media-button { display: block; width: 100%; padding: 0; border: 0; background: var(--paper-deep); overflow: hidden; }
.media-button img { display: block; width: 100%; height: auto; transition: transform .28s ease; }
.media-button:hover img, .media-button:focus-visible img { transform: scale(1.012); }
.media-card figcaption { padding: 13px 8px 2px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.media-card figcaption strong { color: var(--ink); }
.media-card-medium { max-width: 680px; margin-top: 32px; }
.document-link { display: inline-flex; gap: 8px; align-items: center; color: var(--navy); font: 500 13px var(--mono); text-decoration: none; }
.document-link:hover { color: var(--teal); }
.study-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 34px; }
.study-step { min-height: 180px; padding: 19px 20px 20px; border-top: 2px solid var(--teal); background: #fff; box-shadow: var(--shadow); }
.study-step:nth-child(2) { border-top-color: var(--navy); }
.study-step:nth-child(3) { border-top-color: var(--orange); }
.study-step-index { display: block; margin-bottom: 19px; color: var(--orange); font: 500 11px var(--mono); }
.study-step h3 { margin-bottom: 8px; color: var(--navy-dark); font: 600 17px/1.3 var(--sans); }
.study-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.study-step em { color: var(--navy); font-family: var(--mono); font-size: .9em; font-style: normal; }
.study-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 12px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.study-facts div { display: grid; gap: 4px; padding-right: 16px; border-right: 1px solid var(--line); }
.study-facts div:last-child { border-right: 0; }
.study-facts strong, .control-note > span { color: var(--orange); font: 500 10px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.study-facts span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.control-note { display: grid; grid-template-columns: 115px 1fr; gap: 18px; align-items: baseline; margin: 0 0 32px; padding: 15px 17px; border-left: 3px solid var(--signal-red); background: #fff8e6; }
.control-note p { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.5; }
.control-note strong { color: var(--navy); }
.split-section { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: 56px; align-items: start; }
.explorer-panel { min-width: 0; padding: 24px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.control-row { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: end; margin-bottom: 22px; }
.control-row label, .retrieval-topline label { display: flex; flex-direction: column; gap: 7px; color: var(--muted); font: 500 11px/1.2 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
select { min-width: 150px; padding: 9px 32px 9px 10px; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: var(--paper); font: 13px var(--sans); text-transform: none; }
select:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(45, 122, 120, .35); outline-offset: 2px; }
.chart-wrap { min-height: 290px; padding: 19px 16px 15px; border: 1px solid var(--line); background: #fbfbf9; }
.bar-chart { display: grid; grid-template-columns: 75px repeat(3, 1fr); grid-template-rows: repeat(6, 34px); gap: 8px 12px; align-items: center; }
.chart-key { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; color: var(--muted); font-size: 12px; }
.key-item { display: inline-flex; align-items: center; gap: 6px; }
.key-swatch { width: 9px; height: 9px; border-radius: 50%; }
.key-swatch.raw { background: var(--gray-bar); }
.key-swatch.workflow { background: var(--navy); }
.key-swatch.skill { background: var(--teal); }
.key-swatch.selection { background: var(--orange); }
.key-swatch.execution { background: var(--teal); }
.chart-setting { color: var(--muted); font: 11px var(--mono); }
.bar-track { position: relative; height: 22px; background: #edf0ed; overflow: hidden; }
.bar-track::after { content: ""; position: absolute; top: 0; bottom: 0; left: var(--raw); width: 1px; background: var(--gray-bar); opacity: .85; }
.bar { position: relative; z-index: 1; height: 100%; transform-origin: left center; transition: width .35s ease, filter .18s ease; }
.bar:hover { filter: brightness(.86); }
.bar.workflow { background: var(--navy); }
.bar.skill { background: var(--teal); }
.bar-label { position: absolute; right: 5px; top: 1px; z-index: 2; color: white; font: 10px/20px var(--mono); }
.data-table-wrap { margin-top: 18px; overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.data-table th, .data-table td { padding: 8px 9px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.data-table th:first-child, .data-table td:first-child { text-align: left; }
.data-table th { color: var(--muted); font: 500 10px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.data-table td strong { color: var(--navy); }
.source-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.taxonomy-layout { display: block; }
.taxonomy-list { border-top: 1px solid var(--line); }
.taxonomy-item { border-bottom: 1px solid var(--line); }
.taxonomy-toggle { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; width: 100%; padding: 16px 4px; border: 0; background: transparent; color: var(--ink); text-align: left; }
.taxonomy-toggle:hover { background: var(--paper-deep); }
.taxonomy-id { color: var(--orange); font: 500 11px var(--mono); }
.taxonomy-toggle strong { font-size: 17px; }
.taxonomy-toggle span:last-child { color: var(--muted); font-size: 20px; }
.taxonomy-body { display: none; max-width: 820px; padding: 0 50px 18px; color: var(--muted); font-size: 14px; }
.taxonomy-item.is-open .taxonomy-body { display: block; }
.taxonomy-item.is-open .taxonomy-toggle span:last-child { transform: rotate(45deg); }
.taxonomy-body p { margin: 0 0 10px; }
.taxonomy-evidence { display: block; padding-left: 11px; border-left: 2px solid var(--teal); color: var(--navy); font: 500 11px/1.5 var(--mono); }
.taxonomy-mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 17px; }
.taxonomy-mode { min-width: 0; border: 1px solid var(--line); background: #fff; }
.taxonomy-mode-toggle { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; min-height: 38px; padding: 8px 10px; border: 0; color: var(--muted); background: transparent; text-align: left; font: 11px var(--mono); cursor: pointer; }
.taxonomy-mode-toggle:hover, .taxonomy-mode.is-open .taxonomy-mode-toggle { color: var(--navy); background: var(--paper-deep); }
.taxonomy-mode-toggle b { color: var(--orange); font: 18px/1 var(--sans); font-weight: 400; transition: transform .18s ease; }
.taxonomy-mode.is-open .taxonomy-mode-toggle b { transform: rotate(45deg); }
.taxonomy-mode-description { display: none; margin: 0; padding: 0 10px 11px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.taxonomy-mode.is-open .taxonomy-mode-description { display: block; }
.retrieval-section { padding-top: 120px; }
.retrieval-method-note { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: -8px 0 24px; padding: 15px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.5; }
.retrieval-method-note strong { color: var(--navy); }
.retrieval-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 18px; align-items: start; }
.arm-rail { display: grid; gap: 8px; }
.arm-button { display: grid; gap: 4px; padding: 15px; border: 1px solid var(--line); border-left: 3px solid transparent; background: transparent; color: var(--muted); text-align: left; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.arm-button:hover { background: #fff; color: var(--navy); }
.arm-button.is-active { border-left-color: var(--teal); background: #fff; color: var(--navy); box-shadow: var(--shadow); }
.arm-button span { color: var(--orange); font: 500 10px var(--mono); letter-spacing: .05em; }
.arm-button strong { font-size: 15px; }
.arm-button small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.retrieval-panel { padding: 22px; }
.retrieval-topline { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 19px; }
.retrieval-topline p { max-width: 610px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.retrieval-topline .eyebrow { margin-bottom: 7px; color: var(--teal); }
.retrieval-controls { margin-bottom: 14px; }
.retrieval-chart-wrap { min-height: 310px; }
.line-chart { width: 100%; height: 240px; display: block; overflow: visible; }
.line-chart .gridline { stroke: #e1e6e2; stroke-width: 1; }
.line-chart .axis-label { fill: var(--muted); font: 10px var(--mono); }
.line-chart .series-line { fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.line-chart .series-line.embedding { stroke: var(--navy); }
.line-chart .series-line.selection { stroke: var(--orange); }
.line-chart .series-line.execution { stroke: var(--teal); }
.line-chart .series-line.success { stroke: var(--gray-bar); stroke-dasharray: 5 5; }
.line-chart circle { stroke: #fff; stroke-width: 2; transition: r .15s ease; }
.line-chart circle:hover { r: 6; }
.line-chart circle.embedding { fill: var(--navy); }
.line-chart circle.selection { fill: var(--orange); }
.line-chart circle.execution { fill: var(--teal); }
.line-chart circle.success { fill: var(--gray-bar); }
.svg-tip { fill: var(--muted); font: 10px var(--mono); }
.retrieval-highlight { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.highlight-chip { flex: 1 1 140px; padding: 10px 12px; border-left: 2px solid var(--teal); background: var(--teal-soft); }
.highlight-chip strong { display: block; color: var(--navy); font: 500 18px var(--mono); }
.highlight-chip span { color: var(--muted); font-size: 11px; }
.additional-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.additional-card { min-height: 190px; padding: 19px 20px; border-top: 2px solid var(--navy); background: #fff; box-shadow: var(--shadow); }
.additional-card:nth-child(1) { border-top-color: var(--signal-red); }
.additional-card:nth-child(3) { border-top-color: var(--orange); }
.additional-card > span { color: var(--orange); font: 500 10px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.additional-card h3 { margin: 15px 0 8px; color: var(--navy-dark); font-size: 17px; line-height: 1.3; }
.additional-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.additional-card strong { color: var(--signal-red); }
.additional-card code { color: var(--navy); font: 11px var(--mono); }
.bibtex-block { margin-top: 18px; border: 1px solid var(--line); background: #202c38; color: #e7eee9; }
.bibtex-head { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; border-bottom: 1px solid rgba(231, 238, 233, .2); color: #a6d0ca; font: 500 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.bibtex-head button { padding: 4px 8px; border: 1px solid rgba(231, 238, 233, .3); background: transparent; color: #e7eee9; font: 11px var(--mono); }
.bibtex-block pre { margin: 0; padding: 17px; overflow-x: auto; font: 12px/1.65 var(--mono); }
.site-footer { margin-top: 110px; border-top: 1px solid var(--line); background: var(--paper-deep); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--muted); font-size: 12px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--navy); }
.lightbox { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 30px; background: rgba(19, 42, 69, .84); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1200px, 94vw); max-height: 86vh; object-fit: contain; background: white; }
.lightbox-close { position: absolute; top: 20px; right: 24px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.55); background: transparent; color: white; font: 11px var(--mono); }
.muted { color: var(--muted); }
.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; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 78px; }
  .hero-aside { max-width: 520px; padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .split-section { grid-template-columns: 1fr; gap: 32px; }
  .retrieval-layout { grid-template-columns: 1fr; }
  .arm-rail { grid-template-columns: repeat(3, 1fr); }
  .arm-button { min-height: 120px; }
}

@media (max-width: 660px) {
  .shell, .section-shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 57px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 57px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 7px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 10px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .hero { padding-top: 62px; padding-bottom: 60px; }
  h1 { font-size: clamp(36px, 12vw, 56px); }
  .hero-question { font-size: 17px; }
  .finding-grid { grid-template-columns: 1fr; }
  .formal-finding-toggle { grid-template-columns: 1fr auto; gap: 8px; padding: 17px 16px 18px; }
  .formal-finding-index { grid-column: 1 / -1; }
  .formal-finding-title { font-size: 18px; }
  .formal-finding-detail { padding: 0 16px 19px; }
  .study-facts, .additional-grid { grid-template-columns: 1fr; }
  .study-facts div { padding: 0 0 11px; border-right: 0; border-bottom: 1px solid var(--line); }
  .study-facts div:last-child { padding-bottom: 0; border-bottom: 0; }
  .control-note { grid-template-columns: 1fr; gap: 7px; }
  .results-header { padding-top: 48px; }
  .study-map { grid-template-columns: 1fr; }
  .research-gap-inner { grid-template-columns: 1fr; gap: 32px; padding: 52px 0 55px; }
  .finding-card, .finding-card + .finding-card { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .finding-card:last-child { border-bottom: 0; }
  .section-block, .retrieval-section { padding-top: 76px; }
  .explorer-panel { padding: 16px; }
  .taxonomy-layout { grid-template-columns: 1fr; }
  .taxonomy-mode-grid { grid-template-columns: 1fr; }
  .arm-rail { grid-template-columns: 1fr; }
  .arm-button { min-height: auto; }
  .retrieval-topline { display: grid; align-items: start; }
  .bar-chart { grid-template-columns: 52px repeat(3, 1fr); gap: 7px; }
  .chart-wrap { padding-left: 8px; padding-right: 8px; }
  .footer-inner { display: grid; gap: 5px; }
}

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

.figure-grid { display: grid; gap: 16px; margin-top: 26px; }
.figure-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.retrieval-figure-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.figure-tile { min-width: 0; margin: 0; padding: 10px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.figure-image { display: block; width: 100%; height: auto; }
.figure-image-cropped { height: auto; aspect-ratio: 1.95; object-fit: cover; object-position: center bottom; }
.figure-tile figcaption { padding: 10px 4px 2px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.figure-tile figcaption strong { color: var(--ink); }
.embedded-figure { display: block; width: 100%; max-width: 100%; height: auto; }
.card-figure { display: block; width: 100%; height: auto; margin: 17px 0 14px; border: 1px solid var(--line); background: var(--paper-deep); }
.token-figure { display: grid; gap: 8px; margin-top: 22px; }
.token-figure span { display: grid; grid-template-columns: 74px 1fr 52px; gap: 8px; align-items: center; color: var(--muted); font: 10px var(--mono); }
.token-figure span::after { content: ""; grid-column: 2; grid-row: 1; height: 8px; width: var(--token-width); background: var(--teal); }
.token-figure span:first-child::after { background: var(--navy); }
.token-figure b { grid-column: 1; grid-row: 1; font-weight: 400; }
.token-figure em { grid-column: 3; grid-row: 1; color: var(--navy); font-style: normal; text-align: right; }
.hero-question, .hero-deck { font-family: var(--sans); font-weight: 400; letter-spacing: 0; }
.hero { grid-template-columns: 1fr; gap: 0; }
.study-arc { display: grid; grid-template-columns: minmax(205px, .8fr) minmax(0, 1.65fr) minmax(195px, .75fr); gap: 26px; align-items: center; margin-top: 46px; padding: 21px 0 19px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.study-arc-lead { padding-right: 20px; border-right: 1px solid var(--line); }
.study-arc-lead .kicker { margin-bottom: 8px; color: var(--orange); }
.study-arc-lead > strong { display: block; margin-bottom: 6px; color: var(--navy-dark); font: 600 17px/1.3 var(--sans); }
.study-arc-lead > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.study-arc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.study-arc-steps > div { position: relative; display: grid; gap: 5px; padding-right: 18px; }
.study-arc-steps > div:not(:last-child)::after { content: "→"; position: absolute; top: 12px; right: 0; color: var(--line); font: 18px var(--sans); }
.study-arc-steps span { color: var(--orange); font: 500 11px var(--mono); }
.study-arc-steps strong { color: var(--navy); font-size: 14px; line-height: 1.3; }
.study-arc-steps small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.study-arc .scope-metrics { padding-left: 20px; border-left: 1px solid var(--line); }
.study-arc .scope-metrics strong { font-size: 19px; }
.study-arc .scope-metrics span { font-size: 11px; }

/* Readability pass: enlarge supporting copy without inflating display type. */
body { font-size: 17px; }
.nav-links a { font-size: 14px; }
.authors { font-size: 15px; }
.affiliations { font-size: 13px; }
.author-notes { font-size: 12px; }
.scope-index { font-size: 12px; }
.scope-metrics span { font-size: 12px; }
.results-header > p:not(.kicker) { font-size: 16px; }
.finding-card h3 { font-size: 17px; }
.finding-card p { font-size: 14px; line-height: 1.6; }
.evidence-row { font-size: 11px; }
.evidence-row strong { font-size: 11px; }
.finding-note { font-size: 12px !important; }
.research-summary > p:not(.kicker) { font-size: 18px; }
.research-summary .kicker { margin-bottom: 18px; color: var(--orange); font-size: 16px; font-weight: 600; letter-spacing: .06em; }
.question-list > div { padding: 18px 0; }
.question-list span { font-size: 14px; font-weight: 600; }
.question-list p { font-size: 15px; line-height: 1.6; }
.section-heading .lead, .section-heading > p:not(.kicker) { font-size: 18px; line-height: 1.65; }
.study-map { gap: 16px; }
.study-step { min-height: 196px; padding: 21px 22px 22px; }
.study-step-index { font-size: 12px; }
.study-step p { font-size: 14px; line-height: 1.6; }
.study-facts { padding: 20px 0; }
.study-facts strong, .control-note > span { font-size: 11px; }
.study-facts span { font-size: 13px; }
.control-note p { font-size: 14px; line-height: 1.6; }
.control-row label, .retrieval-topline label { font-size: 12px; }
select { font-size: 14px; }
.chart-key { font-size: 13px; }
.chart-setting { font-size: 12px; }
.data-table { font-size: 13px; }
.data-table th { font-size: 11px; }
.source-note { font-size: 12px; }
.taxonomy-id { font-size: 12px; }
.taxonomy-toggle strong { font-size: 18px; }
.taxonomy-body { font-size: 15px; line-height: 1.6; }
.taxonomy-evidence { font-size: 12px; }
.taxonomy-mode-toggle { font-size: 12px; }
.taxonomy-mode-description { font-size: 13px; }
.retrieval-method-note { font-size: 13px; line-height: 1.6; }
.arm-button span { font-size: 11px; }
.arm-button strong { font-size: 16px; }
.arm-button small { font-size: 12px; }
.retrieval-topline p { font-size: 15px; }
.highlight-chip span { font-size: 12px; }
.figure-tile figcaption { font-size: 13px; }
.additional-card > span { font-size: 11px; }
.additional-card p { font-size: 14px; line-height: 1.6; }
.resource-card span:last-child { font-size: 13px; }
.retrieval-figure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.retrieval-figure-grid figure:nth-child(3) { grid-column: 1 / -1; width: min(100%, 820px); margin: 0 auto; }

@media (max-width: 660px) {
  .figure-grid-two, .retrieval-figure-grid { grid-template-columns: 1fr; }
  .retrieval-figure-grid figure:nth-child(3) { grid-column: auto; width: auto; }
  .section-heading .lead, .section-heading > p:not(.kicker) { font-size: 16px; }
  .research-summary > p:not(.kicker) { font-size: 17px; }
  .question-list p { font-size: 14px; }
  .study-arc { grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
  .study-arc-lead { padding-right: 0; padding-bottom: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .study-arc-steps { grid-template-columns: 1fr; gap: 13px; }
  .study-arc-steps > div { padding: 0 0 13px 34px; border-bottom: 1px solid var(--line); }
  .study-arc-steps > div:last-child { padding-bottom: 0; border-bottom: 0; }
  .study-arc-steps > div:not(:last-child)::after { content: "↓"; top: auto; right: auto; bottom: -9px; left: 12px; }
  .study-arc-steps span { position: absolute; top: 1px; left: 0; }
  .study-arc .scope-metrics { padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--line); }
}
