@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap');

:root {
    --paper: #f2f1ef;
    --surface: #fff;
    --surface-soft: #f8f7f5;
    --ink: #191817;
    --muted: #6e6a65;
    --line: #dfdcd7;
    --line-dark: #c9c5bf;
    --red: #d51f18;
    --red-dark: #a81813;
    --red-soft: #fff0ee;
    --green: #315b4d;
    --green-soft: #eaf1ed;
    --serif: "Newsreader", Georgia, serif;
    --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --site-header-height: 93px;
    color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select { font: inherit; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-frame { width: 100%; min-height: 100vh; margin: 0; overflow-x: clip; background: var(--surface); }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.masthead, .masthead.compact { display: grid; grid-template-columns: minmax(310px, 1fr) auto; grid-template-areas: "brand nav"; gap: 28px; align-items: center; min-height: 92px; padding: 0 34px; }
.brand { grid-area: brand; display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 34px; color: var(--red); border-right: 1px solid var(--line-dark); padding-right: 12px; font-size: 1.45rem; }
.brand strong { font: 500 2.45rem/1 var(--serif); letter-spacing: -.045em; }
.brand small { max-width: 120px; margin-left: 2px; padding-left: 15px; color: #373431; border-left: 1px solid var(--line-dark); font-size: .65rem; line-height: 1.35; }
.masthead-nav { grid-area: nav; display: flex; justify-self: end; align-items: center; gap: 24px; white-space: nowrap; }
.masthead-nav a { position: relative; color: #3a3734; font-size: .7rem; font-weight: 650; text-decoration: none; }
.masthead-nav a:hover { color: var(--red-dark); }
.masthead-nav a.active { color: var(--red); }
.masthead-nav a.active::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--red); content: ""; }

.eyebrow { margin: 0 0 9px; color: var(--red); font-size: .65rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.filter-strip { position: sticky; z-index: 90; top: var(--site-header-height); display: flex; align-items: center; gap: 20px; padding: 16px 34px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 7px 16px rgba(45,39,34,.05); backdrop-filter: blur(14px); }
.filter-chips { display: flex; flex: 1; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chips button { flex: 0 0 auto; height: 32px; padding: 0 14px; color: #302e2b; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-soft); font-size: .65rem; font-weight: 600; cursor: pointer; }
.filter-chips button:hover { border-color: #bdb9b3; }
.filter-chips button.active { color: white; border-color: var(--red); background: var(--red); }
.feed-count { flex: 0 0 auto; color: var(--muted); font-size: .66rem; white-space: nowrap; }

.editorial-grid { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 0; padding: 36px 34px 52px; }
.statement-section { min-width: 0; padding-right: 34px; border-right: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading h1, .section-heading h2, .rail-heading h2, .roster-note h2 { margin: 0; font: 500 clamp(2rem, 3vw, 2.85rem)/1 var(--serif); letter-spacing: -.035em; }
.source-status { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 4px; color: var(--muted); font-size: .65rem; font-weight: 700; }
.source-status i { width: 7px; height: 7px; border-radius: 50%; background: #22935e; box-shadow: 0 0 0 3px rgba(34,147,94,.12); }
.feed-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; padding: 13px 15px; border: 1px solid var(--line); background: var(--surface-soft); }
.feed-toolbar label { display: grid; grid-template-columns: auto minmax(210px, 300px); align-items: center; gap: 12px; color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.feed-toolbar select { height: 36px; padding: 0 34px 0 10px; color: var(--ink); border: 1px solid var(--line-dark); border-radius: 4px; background: white; font-size: .69rem; text-transform: none; }
.feed-toolbar p { margin: 0; color: var(--muted); font-size: .66rem; }
.feed-toolbar p strong { color: var(--ink); }
.feed-date { margin: 34px 0 10px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.feed-date:first-child { margin-top: 0; }
.statement-card { display: grid; grid-template-columns: 118px minmax(0, 1fr); border-top: 1px solid var(--line); }
.statement-card:last-child { border-bottom: 1px solid var(--line); }
.statement-rail { padding: 22px 20px 20px 0; }
.statement-rail span { display: block; color: var(--red); font-size: .65rem; font-weight: 800; }
.statement-rail small { display: block; margin-top: 4px; color: #383531; font-size: .62rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.statement-body { padding: 19px 6px 21px 0; }
.statement-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; color: var(--muted); font-size: .65rem; }
.statement-meta a { color: var(--red-dark); font-weight: 800; text-decoration: none; }
.statement-meta i { color: #aaa59e; font-style: normal; }
.statement-body h3 { max-width: 760px; margin: 8px 0 5px; font: 500 clamp(1.4rem, 2.2vw, 1.85rem)/1.08 var(--serif); letter-spacing: -.025em; }
.statement-summary { max-width: 760px; margin: 0; color: #4c4843; font-size: .79rem; line-height: 1.55; }
.theme-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.theme-chip { padding: 3px 7px; color: var(--green); border-radius: 999px; background: var(--green-soft); font-size: .56rem; font-weight: 800; text-decoration: none; }
.theme-chip:hover { text-decoration: underline; text-underline-offset: 2px; }
.statement-body details { margin-top: 14px; border-top: 1px solid #ece9e5; }
.statement-body details summary { display: flex; align-items: center; justify-content: space-between; padding-top: 11px; color: var(--ink); cursor: pointer; list-style: none; font-size: .65rem; font-weight: 800; }
.statement-body details summary::-webkit-details-marker { display: none; }
.statement-body details[open] summary span { transform: rotate(45deg); }
.full-statement { max-width: 760px; padding: 15px 0 4px; color: #38342f; white-space: pre-wrap; font: 400 .95rem/1.75 var(--serif); }
.source-button, .official-link { display: inline-flex; gap: 7px; margin-top: 13px; color: var(--red-dark); font-size: .62rem; font-weight: 800; text-decoration: none; }
.source-button:hover, .official-link:hover { text-decoration: underline; }
.load-more { display: block; min-width: 210px; height: 42px; margin: 26px auto 0; color: white; border: 0; border-radius: 3px; background: var(--red); font-weight: 800; cursor: pointer; }
.load-more:disabled { opacity: .5; }
.empty-panel { display: grid; gap: 5px; padding: 18px; color: var(--muted); border: 1px dashed var(--line-dark); font-size: .7rem; line-height: 1.5; }

.news-rail { display: grid; align-content: start; gap: 14px; padding-left: 14px; }
.rail-card { padding: 23px 20px; border: 1px solid #e8e5e1; background: var(--surface-soft); }
.rail-heading { margin-bottom: 14px; }
.rail-heading h2, .roster-note h2 { font-size: 1.55rem; }
.window-label { margin: 7px 0 0; color: var(--muted); font-size: .58rem; line-height: 1.4; }
.ranking-list { border-top: 1px solid var(--line); }
.ranking-row { display: grid; grid-template-columns: 24px minmax(0, 1fr) 35px; gap: 8px; align-items: start; padding: 12px 0; border-bottom: 1px solid var(--line); }
.ranking-number { color: var(--muted); font: 500 1.15rem/1 var(--serif); }
.ranking-title-line { display: flex; justify-content: space-between; gap: 7px; }
.ranking-title-line h3 { margin: 0; font: 600 .79rem/1.25 var(--sans); }
.ranking-title-line h3 a { color: inherit; text-decoration: none; }
.ranking-title-line h3 a:hover { color: var(--red-dark); text-decoration: underline; text-underline-offset: 2px; }
.ranking-trend { color: var(--muted); font-size: .72rem; font-weight: 800; }
.ranking-trend.up { color: var(--red); }
.ranking-trend.down { color: var(--green); }
.attention-track { height: 3px; margin-top: 7px; overflow: hidden; background: #e1ded9; }
.attention-track i { display: block; height: 100%; background: var(--red); }
.ranking-copy p { margin: 5px 0 0; color: var(--muted); font-size: .53rem; }
.ranking-copy .ranking-recent { color: var(--green); font-weight: 750; }
.ranking-score { color: var(--ink); font: 600 1rem/1 var(--serif); text-align: right; }
.method-disclosure { margin-top: 13px; color: var(--muted); font-size: .59rem; line-height: 1.45; }
.method-disclosure summary { color: var(--ink); cursor: pointer; font-weight: 700; }
.method-disclosure p { margin-bottom: 0; }
.rail-more { display: inline-flex; margin-top: 15px; color: var(--red-dark); font-size: .62rem; font-weight: 800; text-decoration: none; }
.rail-more:hover { text-decoration: underline; text-underline-offset: 2px; }
.digest-narrative { margin: 0 0 12px; color: #494641; font-size: .69rem; line-height: 1.55; }
.digest-meta { margin: 0; padding-top: 11px; color: var(--green); border-top: 1px solid var(--line); font-size: .55rem; font-weight: 750; line-height: 1.45; }
.roster-note p:not(.eyebrow) { color: var(--muted); font-size: .68rem; line-height: 1.55; }
.roster-note > a { color: var(--red-dark); font-size: .65rem; font-weight: 800; text-decoration: none; }

.jurisdiction-code { display: grid; place-items: center; width: 34px; height: 34px; color: var(--red); border: 1px solid #eccbc8; border-radius: 50%; background: var(--red-soft); font-size: .59rem; font-weight: 800; }
.roster-card > small, .timeline-title small { display: block; color: var(--red-dark); font-size: .55rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

footer { display: flex; justify-content: space-between; gap: 50px; padding: 34px; color: #cbc4bc; background: #24211e; font-size: .65rem; }
footer > div { display: grid; min-width: 210px; }
footer strong { color: white; font: 500 1.65rem/1 var(--serif); }
footer p { max-width: 650px; margin: 0; line-height: 1.55; text-align: right; }

/* Leadership history */
.section { padding: 52px 34px; }
.leadership-roster-section { padding-top: 42px; }
.leadership-intro { max-width: 680px; margin: -9px 0 28px; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.leadership-roster { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.roster-card { min-height: 210px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.roster-card-top, .timeline-title { display: flex; justify-content: space-between; gap: 15px; }
.current-badge { align-self: start; padding: 3px 6px; color: var(--green); border-radius: 2px; background: var(--green-soft); font-size: .52rem; font-weight: 800; text-transform: uppercase; }
.roster-card > small { margin-top: 16px; }
.roster-card h3 { margin: 4px 0 2px; font: 500 1.5rem/1 var(--serif); }
.roster-card > p { margin: 0; color: var(--muted); font-size: .65rem; }
.roster-card dl { display: grid; gap: 3px; margin: 18px 0 0; }
.roster-card dt, .timeline-card dt { color: var(--muted); font-size: .52rem; font-weight: 800; text-transform: uppercase; }
.roster-card dd, .timeline-card dd { margin: 0; font-size: .64rem; }
.leadership-history { border-top: 1px solid var(--line); background: #fbfaf8; }
.timeline-method { max-width: 760px; margin: -8px 0 24px; color: var(--muted); font-size: .65rem; line-height: 1.55; }
.timeline-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 960px; margin-bottom: 20px; padding: 12px 14px; border: 1px solid var(--line); background: white; }
.timeline-filter { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .56rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.timeline-filter select { width: 280px; height: 38px; padding: 0 32px 0 10px; color: var(--ink); border: 1px solid var(--line-dark); border-radius: 3px; background: white; font-size: .67rem; text-transform: none; }
.timeline-filter select:focus { border-color: var(--red); outline: 3px solid rgba(213,31,24,.1); }
.timeline-result-count { margin: 0; color: var(--muted); font-size: .61rem; font-weight: 700; white-space: nowrap; }
.timeline { max-width: 960px; }
.timeline-row { display: grid; grid-template-columns: 100px 26px 1fr; }
.timeline-date { padding-top: 25px; color: var(--muted); font-size: .61rem; }
.timeline-marker { position: relative; display: flex; justify-content: center; }
.timeline-marker::before { position: absolute; top: 0; bottom: 0; width: 1px; background: var(--line-dark); content: ""; }
.timeline-marker i { position: relative; z-index: 1; width: 9px; height: 9px; margin-top: 28px; border: 2px solid #fbfaf8; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 1px #d6aaa7; }
.timeline-card { margin: 0 0 12px 12px; padding: 19px 21px; border: 1px solid var(--line); background: white; }
.timeline-title strong { display: block; margin-top: 3px; font: 500 1.35rem/1.05 var(--serif); }
.timeline-card > p { margin: 5px 0 14px; color: var(--muted); font-size: .64rem; }
.timeline-card dl { display: flex; flex-wrap: wrap; gap: 1px; margin: 0; background: var(--line); }
.timeline-card dl div { min-width: 125px; padding: 8px 10px; background: var(--surface-soft); }

/* Top themes index */
.themes-hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 48px; align-items: end; padding: 68px 50px 58px; border-bottom: 1px solid var(--line); background: #fbfaf8; }
.themes-hero > .eyebrow { grid-column: 1 / -1; margin-bottom: -22px; }
.themes-hero h1 { margin: 0; font: 500 clamp(4rem, 8vw, 8rem)/.84 var(--serif); letter-spacing: -.06em; }
.themes-hero-copy { align-self: end; padding-bottom: 4px; }
.themes-hero-copy > p:first-child { max-width: 520px; margin: 0; color: #494540; font-size: .88rem; line-height: 1.65; }
.theme-index-window { margin: 20px 0 0; color: var(--muted); font-size: .61rem; font-weight: 700; }
.themes-index { padding: 52px 50px 64px; }
.themes-index > .section-heading { align-items: end; }
.themes-index > .section-heading .window-label { max-width: 330px; text-align: right; }
.themes-index-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.theme-index-card { display: grid; grid-template-columns: 70px minmax(0, 1fr) 100px; gap: 26px; padding: 31px 0 34px; color: inherit; border-bottom: 1px solid var(--line-dark); text-decoration: none; }
.theme-index-card:hover h3 { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.theme-index-card:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }
.theme-index-rank { color: #aaa39c; font: 500 2rem/1 var(--serif); }
.theme-index-direction { margin: 0 0 8px; color: var(--muted); font-size: .57rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.theme-index-direction.up { color: var(--red-dark); }
.theme-index-direction.down { color: var(--green); }
.theme-index-copy h3 { max-width: 880px; margin: 0; font: 500 clamp(2rem, 3.5vw, 3.25rem)/.98 var(--serif); letter-spacing: -.04em; }
.theme-index-copy > p:not(.theme-index-direction) { max-width: 820px; margin: 12px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.55; }
.theme-index-copy dl { display: flex; flex-wrap: wrap; gap: 22px; margin: 20px 0 0; }
.theme-index-copy dl div { display: flex; gap: 6px; }
.theme-index-copy dt { color: var(--muted); font-size: .56rem; font-weight: 700; }
.theme-index-copy dd { margin: 0; color: var(--ink); font-size: .56rem; font-weight: 800; }
.theme-index-score { display: grid; align-content: start; justify-items: end; }
.theme-index-score strong { font: 500 2.55rem/.85 var(--serif); }
.theme-index-score small { margin-top: 6px; color: var(--muted); font-size: .51rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.theme-index-score span { margin-top: 22px; color: var(--red); font-size: 1.25rem; }
.themes-methodology { max-width: 760px; margin-top: 28px; color: var(--muted); font-size: .65rem; line-height: 1.55; }
.themes-methodology summary { color: var(--ink); cursor: pointer; font-weight: 800; }
.themes-methodology p { margin-bottom: 0; }

/* Theme detail */
.theme-detail-hero { padding: 58px 50px 44px; border-bottom: 1px solid var(--line); background: #fbfaf8; }
.breadcrumbs { display: flex; gap: 8px; max-width: 100%; margin-bottom: 35px; overflow: hidden; color: var(--muted); font-size: .65rem; font-weight: 700; white-space: nowrap; }
.breadcrumbs a { flex: 0 0 auto; color: var(--red-dark); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 2px; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.theme-detail-hero h1 { max-width: 1080px; margin: 0; font: 500 clamp(3.2rem, 7vw, 7rem)/.9 var(--serif); letter-spacing: -.055em; }
.theme-description { max-width: 840px; margin: 22px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.theme-synthesis { max-width: 980px; margin: 20px 0 0; color: #3f3b37; font: 400 1.22rem/1.55 var(--serif); }
.theme-window { margin: 18px 0 0; color: var(--muted); font-size: .6rem; font-weight: 700; }
.theme-metrics { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 1100px; margin: 34px 0 0; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.theme-metrics div { min-height: 96px; padding: 17px 18px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: white; }
.theme-metrics dt { color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.theme-metrics dd { margin: 8px 0 0; font: 500 1.7rem/1 var(--serif); }
.theme-metrics .trend-up { color: var(--red-dark); }
.theme-metrics .trend-down { color: var(--green); }
.theme-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; padding: 48px 50px 62px; }
.theme-evidence { min-width: 0; padding-right: 38px; border-right: 1px solid var(--line); }
.theme-evidence .section-heading h2 { max-width: 700px; }
.theme-statement-list { border-top: 1px solid var(--line); }
.theme-statement-item { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 16px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.theme-statement-context span { color: var(--red); font-size: .65rem; font-weight: 800; }
.theme-statement-context small { display: block; margin-top: 4px; color: var(--muted); font-size: .58rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.theme-statement-item .statement-meta { margin: 0; }
.theme-statement-item h3 { margin: 8px 0 5px; font: 500 1.55rem/1.08 var(--serif); }
.theme-statement-item > div:last-child > p:not(.statement-meta) { max-width: 760px; margin: 0; color: #4c4843; font-size: .75rem; line-height: 1.55; }
.theme-detail-rail { display: grid; gap: 14px; padding-left: 14px; }
.detail-rail-card { padding: 22px 20px; border: 1px solid #e8e5e1; background: var(--surface-soft); }
.detail-rail-card h2 { margin: 0 0 15px; font: 500 1.55rem/1 var(--serif); }
.observation-list { border-top: 1px solid var(--line); }
.observation-row { display: grid; grid-template-columns: 74px 1fr 27px; gap: 8px; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--line); }
.observation-row time { color: var(--muted); font-size: .54rem; }
.observation-track { height: 4px; overflow: hidden; background: #dfdcd7; }
.observation-track i { display: block; height: 100%; background: var(--red); }
.observation-row strong { font: 600 .8rem/1 var(--serif); text-align: right; }
.jurisdiction-breakdown { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.jurisdiction-breakdown li { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .65rem; }
.jurisdiction-breakdown strong { color: var(--red-dark); }
.methodology-card p:last-child, .detail-muted { margin: 0; color: var(--muted); font-size: .65rem; line-height: 1.55; }

@media (max-width: 1080px) {
    .masthead, .masthead.compact { grid-template-columns: minmax(280px, 1fr) auto; grid-template-areas: "brand nav"; gap: 14px 24px; }
    .editorial-grid { grid-template-columns: minmax(0, 1fr) 320px; }
    .theme-detail-layout { grid-template-columns: minmax(0, 1fr) 320px; }
    .leadership-roster { grid-template-columns: repeat(3, 1fr); }
    .themes-hero { grid-template-columns: 1fr 320px; }
}

@media (max-width: 820px) {
    .masthead, .masthead.compact { grid-template-columns: minmax(0, 1fr); grid-template-areas: "brand" "nav"; gap: 14px; min-height: 70px; padding: 14px 18px; }
    .brand small { display: none; }
    .brand strong { font-size: 2.05rem; }
    .masthead-nav { justify-self: stretch; gap: 25px; overflow-x: auto; padding: 3px 0 10px; scrollbar-width: none; }
    .masthead-nav::-webkit-scrollbar { display: none; }
    .masthead-nav a { flex: 0 0 auto; font-size: .64rem; }
    .masthead-nav a.active::after { bottom: -8px; }
    .filter-strip { padding: 11px 14px; }
    .feed-count { display: none; }
    .editorial-grid { grid-template-columns: 1fr; padding: 30px 18px 42px; }
    .statement-section { padding-right: 0; border-right: 0; }
    .news-rail { grid-row: 1; grid-template-columns: 1fr 1fr; margin-bottom: 34px; padding: 0 0 30px; border-bottom: 1px solid var(--line); }
    .ranking-section { grid-row: span 2; }
    .leadership-roster { grid-template-columns: repeat(2, 1fr); }
    .section { padding-right: 18px; padding-left: 18px; }
    .themes-hero { grid-template-columns: 1fr; gap: 24px; padding: 48px 18px 42px; }
    .themes-hero > .eyebrow { margin-bottom: 0; }
    .themes-hero h1 { font-size: clamp(4rem, 14vw, 6.2rem); }
    .themes-index { padding: 42px 18px 52px; }
    .theme-index-card { grid-template-columns: 50px minmax(0, 1fr) 70px; gap: 15px; }
    .theme-detail-hero { padding: 42px 18px 36px; }
    .theme-detail-layout { grid-template-columns: 1fr; padding: 38px 18px 48px; }
    .theme-evidence { padding-right: 0; border-right: 0; }
    .theme-detail-rail { grid-template-columns: repeat(2, 1fr); margin-top: 34px; padding: 30px 0 0; border-top: 1px solid var(--line); }
    .methodology-card { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .brand-mark { width: 25px; padding-right: 9px; }
    .brand strong { font-size: 1.85rem; }
    .editorial-grid { padding-top: 24px; }
    .news-rail { grid-template-columns: 1fr; }
    .ranking-section, .roster-note { display: none; }
    .section-heading { align-items: start; }
    .section-heading h2 { font-size: 2rem; }
    .source-status { display: none; }
    .feed-toolbar { display: grid; }
    .feed-toolbar label { grid-template-columns: 1fr; }
    .feed-toolbar p { display: none; }
    .statement-card { grid-template-columns: 72px minmax(0, 1fr); }
    .statement-rail { padding-right: 10px; }
    .statement-rail small { font-size: .5rem; }
    .statement-meta > span, .statement-meta i { display: none; }
    .statement-body h3 { font-size: 1.35rem; }
    .statement-summary { font-size: .73rem; }
    .leadership-roster { grid-template-columns: 1fr; }
    .themes-index > .section-heading { display: grid; }
    .themes-index > .section-heading .window-label { text-align: left; }
    .theme-index-card { grid-template-columns: 38px minmax(0, 1fr); padding: 24px 0 27px; }
    .theme-index-rank { font-size: 1.4rem; }
    .theme-index-score { grid-column: 2; grid-row: 2; display: flex; align-items: baseline; justify-content: start; gap: 7px; }
    .theme-index-score strong { font-size: 1.4rem; }
    .theme-index-score small { margin-top: 0; }
    .theme-index-score span { margin: 0 0 0 auto; }
    .theme-index-copy h3 { font-size: 2rem; }
    .theme-index-copy dl { gap: 8px 16px; }
    .theme-index-copy dl div:last-child { width: 100%; }
    .timeline-toolbar { display: grid; gap: 10px; }
    .timeline-filter { display: grid; width: 100%; }
    .timeline-filter select { width: 100%; }
    .timeline-result-count { grid-row: 1; }
    .timeline-row { grid-template-columns: 68px 20px 1fr; }
    .timeline-date { font-size: .52rem; }
    .theme-detail-hero h1 { font-size: 3rem; }
    .theme-synthesis { font-size: 1.05rem; }
    .theme-metrics { grid-template-columns: repeat(2, 1fr); }
    .theme-metrics div:last-child { grid-column: 1 / -1; }
    .theme-statement-item { grid-template-columns: 72px minmax(0, 1fr); gap: 10px; }
    .theme-statement-item h3 { font-size: 1.35rem; }
    .theme-detail-rail { grid-template-columns: 1fr; }
    .methodology-card { grid-column: auto; }
    .timeline-card { margin-left: 6px; padding: 15px; }
    footer { display: grid; }
    footer p { text-align: left; }
}

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