@charset "UTF-8";
:root {
  color-scheme: light;
  --ink: #193135;
  --deep: #152f32;
  --forest: #234a4a;
  --copper: #ad7848;
  --line: #d9ddd6;
  --paper: #f7f5ef;
  --cream: #eeebe2;
  --white: #fffefd;
  --muted: #5b6969;
  --serif: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif CJK JP", Georgia, serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans CJK JP", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.8; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.wrap { width: min(100% - 48px, 1180px); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; background: var(--deep); color: white; padding: 8px 14px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }

/* Global navigation */
.site-header { position: relative; z-index: 5; background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px 32px; }
.brand { color: var(--deep); text-decoration: none; white-space: nowrap; font-family: var(--serif); font-size: 25px; font-weight: 700; letter-spacing: .02em; line-height: 1.2; }
.brand small { color: var(--copper); font-size: .52em; margin-left: 2px; }
.primary-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 32px; }
.primary-nav a { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .045em; border-bottom: 2px solid transparent; padding: 8px 0; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { border-color: var(--copper); }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--cream); border-bottom: 1px solid #ddd8cd; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: radial-gradient(#aebbb4 .55px, transparent .55px); background-size: 13px 13px; mask-image: linear-gradient(to right, transparent, black); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: clamp(32px, 5vw, 76px); align-items: center; padding-block: 90px 76px; }
.hero-copy { max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--forest); font: 700 11px/1.4 var(--sans); letter-spacing: .24em; }
.eyebrow-line { display: inline-block; width: 28px; height: 1px; background: var(--copper); }
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 700; font-size: clamp(38px, 4.9vw, 69px); line-height: 1.46; letter-spacing: -.02em; text-wrap: balance; }
.hero h1 em { display: block; color: var(--forest); font-style: normal; }
.hero-line { display: block; }
.nowrap { white-space: nowrap; }
.hero-lede { max-width: 620px; margin: 34px 0 0; font-size: clamp(16px, 1.5vw, 18px); font-weight: 650; line-height: 2; }
.hero-note { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 13px 22px; text-decoration: none; font-size: 13px; font-weight: 700; line-height: 1.4; transition: transform .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--deep); color: white; }
.button-primary:hover { background: var(--forest); }
.button-text { color: var(--forest); padding-inline: 4px; }
.button-text:hover { text-decoration: underline; }
.hero-baseline { position: relative; display: flex; gap: 20px; flex-wrap: wrap; padding: 15px 0 21px; border-top: 1px solid #d8d4ca; color: #536d68; font-size: 11px; font-weight: 700; letter-spacing: .11em; }
.baseline-dot { color: #bdab94; font-weight: 400; }

/* Decorative research file */
.research-board { --board-angle: 1.2deg; position: relative; align-self: stretch; min-height: 450px; padding: 31px 30px 28px; background: var(--white); border: 1px solid #c9d0ca; box-shadow: 18px 20px 0 rgba(21, 47, 50, .08), 0 24px 54px rgba(21, 47, 50, .09); transform: rotate(var(--board-angle)); }
.research-board::before { content: ""; position: absolute; top: -9px; left: 36px; width: 96px; height: 18px; background: #d3bea2; opacity: .78; transform: rotate(-4deg); }
.board-top { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.board-title { margin-top: 35px; font: 700 clamp(23px, 2.6vw, 35px)/1.65 var(--serif); }
.board-steps { display: grid; gap: 0; margin: 26px 0 0; padding: 0; list-style: none; }
.board-steps li { display: flex; align-items: start; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.step-num { color: var(--copper); font: 700 17px/1.5 var(--serif); }
.board-steps strong, .board-steps small { display: block; }
.board-steps strong { font-size: 13px; }
.board-steps small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.board-stamp { position: absolute; right: 26px; bottom: 18px; display: flex; gap: 8px; align-items: center; color: #987052; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.board-stamp span { font-size: 24px; font-weight: 400; }

/* Sections */
.section { padding-block: 94px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 30px; }
.section-head h2 { margin: 0; font: 700 clamp(27px, 3vw, 42px)/1.4 var(--serif); letter-spacing: -.02em; }
.section-head.narrow { max-width: 720px; }
.section-kicker { margin: 0 0 8px; color: var(--copper); font-size: 11px; font-weight: 750; letter-spacing: .2em; }
.section-kicker-light { color: #d3ae80; }
.section-intro { margin: 15px 0 0; color: var(--muted); font-size: 15px; }
.section-link { color: var(--forest); font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.section-link:hover { color: var(--copper); }
.latest-section { background: var(--white); }
.empty-feature { display: flex; align-items: center; gap: 38px; padding: 45px 52px; border: 1px solid var(--line); background: linear-gradient(115deg, #f8f8f4, #f1f3ed); }
.empty-feature-icon { display: grid; place-items: center; flex: 0 0 90px; width: 90px; height: 90px; border: 1px solid #c5cfc8; border-radius: 50%; color: var(--forest); font-size: 54px; line-height: 1; }
.empty-feature-label { margin: 0 0 6px; color: var(--copper); font-size: 10px; font-weight: 750; letter-spacing: .2em; }
.empty-feature h3 { margin: 0; font: 700 clamp(20px, 2.2vw, 27px)/1.5 var(--serif); }
.empty-feature p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.report-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.report-card-grid.paired-reports { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.report-card { display: flex; flex-direction: column; min-height: 325px; padding: 27px 27px 24px; border: 1px solid var(--line); border-top: 3px solid var(--forest); background: var(--white); }
.report-card:nth-child(2) { border-top-color: var(--copper); }
.paired-reports .report-card:nth-child(even) { border-top-color: var(--copper); }
.report-card-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 10px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .1em; }
.report-card h3 { margin: 23px 0 12px; font: 700 clamp(20px, 2vw, 25px)/1.55 var(--serif); }
.report-card h3 .nowrap { white-space: nowrap; }
.report-card h3 .report-card-qualifier { display: block; margin-top: .3em; font-size: .8em; font-weight: 700; letter-spacing: -.03em; white-space: nowrap; }
.report-card h3 a { text-decoration: none; }
.report-card h3 a:hover { color: var(--forest); text-decoration: underline; text-underline-offset: 5px; }
.report-card p { margin: 0; color: var(--muted); font-size: 13px; }
.report-card-link { margin-top: auto; padding-top: 23px; color: var(--forest); font-size: 12px; font-weight: 750; text-decoration: none; }
.report-card-link:hover { text-decoration: underline; }
.report-card-link span { display: inline-block; transition: transform .25s ease; }
.report-card-link:hover span, .report-card-link:focus-visible span { transform: translate(3px, -3px); }
.archive-grid .report-card { background: var(--paper); }
.archive-note { margin: 23px 0 0; color: var(--muted); font-size: 12px; }
.approach-section { background: var(--paper); }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.topic-card { min-height: 238px; padding: 28px 25px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--forest); }
.topic-card:nth-child(even) { border-top-color: var(--copper); }
.topic-no { color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.topic-card h3 { margin: 18px 0 8px; font: 700 25px/1.4 var(--serif); }
.topic-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.principles-section { background: var(--deep); color: white; }
.principles-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 9vw, 125px); }
.principles-grid h2 { margin: 0 0 20px; font: 700 clamp(31px, 3.6vw, 49px)/1.55 var(--serif); }
.principles-grid > div > p:not(.section-kicker) { color: #d2dcda; font-size: 14px; line-height: 2; }
.light-link { display: inline-flex; gap: 15px; margin-top: 22px; padding-bottom: 4px; color: #f4e3cb; border-bottom: 1px solid #adbaa9; font-size: 13px; font-weight: 700; text-decoration: none; }
.light-link:hover { color: white; }
.principles-list { list-style: none; margin: 0; padding: 0; }
.principles-list li { display: flex; gap: 25px; padding: 22px 0; border-top: 1px solid #547070; }
.principles-list li:last-child { border-bottom: 1px solid #547070; }
.principles-list li > span { color: #d3ae80; font: 700 21px/1.3 var(--serif); }
.principles-list h3 { margin: 0 0 4px; font: 700 21px/1.5 var(--serif); }
.principles-list p { margin: 0; color: #c9d6d3; font-size: 13px; }

/* Subpages */
.page-hero { padding: 75px 0 67px; background: var(--cream); border-bottom: 1px solid #d8d4ca; }
.page-title { margin: 0; font: 700 clamp(34px, 4.6vw, 60px)/1.45 var(--serif); }
.lede { max-width: 790px; margin: 20px 0 0; color: #465d5d; font-size: 16px; line-height: 2; }
.archive-section { background: var(--white); min-height: 400px; }
.empty-archive { max-width: 800px; margin: 0 auto; padding: 70px 40px; border: 1px solid var(--line); background: var(--paper); text-align: center; }
.empty-archive-mark { color: var(--copper); font-size: 34px; }
.empty-archive h3 { margin: 6px 0 14px; font: 700 25px/1.5 var(--serif); }
.empty-archive p { margin: 0 auto 24px; max-width: 560px; color: var(--muted); font-size: 14px; }
.content-wrap { width: min(100% - 48px, 850px); margin-inline: auto; }
.prose { color: var(--ink); font-size: 15px; line-height: 2; }
.prose h2 { margin: 2.2em 0 .8em; font: 700 clamp(23px, 2.8vw, 32px)/1.5 var(--serif); }
.prose h3 { margin: 1.8em 0 .5em; font: 700 20px/1.55 var(--serif); }
.prose p { margin: 0 0 1.3em; }
.prose ul, .prose ol { padding-left: 1.5em; }
.prose li { margin-bottom: .5em; }
.prose a { color: var(--forest); text-underline-offset: 3px; }
.card { padding: 28px; background: var(--white); border: 1px solid var(--line); }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.card-grid .card h3 { margin: 0 0 9px; font: 700 21px/1.55 var(--serif); }
.card-grid .card p { margin: 0; color: var(--muted); font-size: 14px; }
.section-head:has(> .eyebrow) { display: block; }
.section-head > .eyebrow { margin-bottom: 7px; color: var(--copper); }
.section-head > h2 { margin: 0; }
.card dt { padding-top: 17px; font-weight: 700; }
.card dt:first-child { padding-top: 0; }
.card dd { margin: 4px 0 10px; color: var(--muted); font-size: 14px; }
.notice { padding: 20px 24px; border-left: 3px solid var(--copper); background: var(--cream); }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { width: 30%; background: var(--cream); }

/* Source-backed report pages */
.report-hero { padding: 33px 0 55px; border-bottom: 1px solid #d8d4ca; background: var(--cream); }
.breadcrumb, .report-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 52px; color: var(--muted); font-size: 11px; }
.report-breadcrumb { margin: 22px 0; }
.breadcrumb a, .report-breadcrumb a { text-decoration: none; }
.breadcrumb a:hover, .report-breadcrumb a:hover { text-decoration: underline; }
.report-hero h1 { margin: 0; font: 700 clamp(30px, 4vw, 51px)/1.48 var(--serif); letter-spacing: -.02em; }
.report-hero h1 .nowrap { white-space: nowrap; }
.report-hero h1 .report-title-qualifier { display: block; }
.report-deck { margin: 24px 0 20px; max-width: 780px; font-size: 16px; line-height: 2; }
.report-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 25px 0 0; padding: 0; list-style: none; }
.report-meta span, .report-meta li { padding: 6px 9px; border: 1px solid #bac8c0; color: #3f5856; background: rgba(255,255,255,.55); font-size: 10px; font-weight: 650; line-height: 1.5; }
.report-meta li strong { margin-right: 6px; }
.report-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: clamp(35px, 5vw, 65px); width: min(100% - 48px, 1080px); padding-block: 55px 100px; }
.report-main { min-width: 0; }
.report-section { padding: 0 0 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.report-section:first-child h2 { margin-top: 0; }
.report-section h2 { margin: 5px 0 20px; font: 700 clamp(23px, 2.6vw, 31px)/1.5 var(--serif); }
.report-section h3 { margin-top: 26px; }
.report-section p { overflow-wrap: anywhere; }
.related-report { padding: 13px 16px; border-left: 3px solid var(--forest); background: #edf1ea; font-size: 13px; }
.report-callout { padding: 20px 24px; margin: 26px 0; border-left: 3px solid var(--copper); background: var(--cream); }
.report-callout strong { display: block; font-size: 13px; }
.report-callout p { margin: 5px 0 0; font-size: 13px; }
.official-visit { position: relative; padding: clamp(24px, 4vw, 36px); overflow: hidden; background: var(--deep); color: #fff; border: 0; }
.official-visit::after { content: ""; position: absolute; width: 210px; height: 210px; right: -110px; top: -115px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.035), 0 0 0 58px rgba(255,255,255,.025); pointer-events: none; }
.official-visit .section-kicker { color: #c8dfd0; }
.official-visit h2 { margin-bottom: 9px; }
.official-visit p:not(.section-kicker):not(.official-links) { max-width: 660px; margin: 0 0 20px; color: #e8f0e9; font-size: 14px; line-height: 1.9; }
.official-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; }
.official-visit .official-links { margin: 0; }
.official-links a { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 15px; background: #f4eee3; color: var(--deep); font-size: 12px; font-weight: 750; text-decoration: none; transition: transform .25s ease, background .25s ease; }
.official-links a:hover, .official-links a:focus-visible { transform: translateY(-3px); background: #fff; }
.fact-list { margin: 0 0 25px; border-top: 1px solid var(--line); }
.fact-list div { display: grid; grid-template-columns: 130px 1fr; gap: 10px 24px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.fact-list dt { color: var(--muted); font-size: 12px; font-weight: 700; }
.fact-list dd { margin: 0; font-size: 14px; }
.report-facts { display: grid; grid-template-columns: minmax(100px, .3fr) 1fr; gap: 0 15px; margin: 0; }
.report-facts dt, .report-facts dd { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.report-facts dt { color: var(--muted); font-weight: 700; }
.report-facts dd { margin: 0; }
.source-list { padding-left: 1.2em; }
.source-list li { padding: 5px 0 12px 5px; }
.source-list li a { font-weight: 700; overflow-wrap: anywhere; }
.source-list li span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.distribution-links { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 0 !important; list-style: none; }
.distribution-links li { margin: 0; font-size: 13px; }
.report-endnote { padding: 25px; background: var(--white); border: 1px solid var(--line); }
.report-endnote h2 { margin-top: 0; font-size: 20px; }
.report-endnote p { margin-bottom: 0; font-size: 13px; }
.report-back { display: inline-block; color: var(--forest); font-size: 13px; font-weight: 700; text-decoration: none; }
.report-back:hover { text-decoration: underline; }
.report-sidebar { min-width: 0; }
.sidebar-card { position: sticky; top: 25px; padding: 20px; border: 1px solid var(--line); background: var(--white); }
.sidebar-card strong { font: 700 18px/1.4 var(--serif); }
.sidebar-card ol { list-style: none; padding: 16px 0; margin: 16px 0; border-block: 1px solid var(--line); }
.sidebar-card li { margin-bottom: 6px; }
.sidebar-card a { color: var(--forest); font-size: 12px; text-decoration: none; }
.sidebar-card a:hover { text-decoration: underline; }
.sidebar-small { margin: 0; color: var(--muted); font-size: 10px; }
.report-sidebar .card { position: sticky; top: 18px; padding: 22px; margin-bottom: 16px; }
.report-sidebar .card + .card { position: static; }
.report-sidebar .card h2 { margin: 4px 0 12px; font: 700 19px/1.45 var(--serif); }
.report-sidebar .card p, .report-sidebar .card li { color: var(--muted); font-size: 12px; }
.report-sidebar .card ul { padding-left: 1.2em; }
.report-sidebar .report-facts { display: block; }
.report-sidebar .report-facts dt { padding: 12px 0 0; border-bottom: 0; }
.report-sidebar .report-facts dd { padding: 2px 0 12px; overflow-wrap: anywhere; }
.data-table caption { text-align: left; margin-bottom: 10px; color: var(--muted); font-size: 12px; }

/* Footer */
.site-footer { padding: 60px 0 20px; background: #102729; color: #ecf1ec; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 48px; }
.footer-brand { color: white; }
.footer-grid p { margin: 16px 0 0; color: #b6c9c2; font-size: 12px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: 8px 26px; }
.footer-grid nav a { color: #d4e0dc; font-size: 12px; text-decoration: none; }
.footer-grid nav a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding-top: 17px; border-top: 1px solid #375455; color: #9db1aa; }
.footer-bottom small { font-size: 10px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr 340px; gap: 26px; }
  .research-board { min-height: 410px; padding: 26px 24px; }
  .board-title { margin-top: 24px; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .report-card-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .wrap, .content-wrap { width: min(100% - 36px, 1180px); }
  .header-inner { padding: 14px 0 11px; min-height: 0; flex-direction: column; align-items: flex-start; gap: 10px; }
  .brand { font-size: 21px; }
  .primary-nav { width: 100%; gap: 10px 24px; }
  .primary-nav a { font-size: 12px; padding: 4px 0; }
  .hero-grid { display: block; padding: 58px 0 58px; }
  .hero h1 { font-size: clamp(36px, 8.4vw, 52px); line-height: 1.42; }
  .hero-lede { margin-top: 24px; font-size: 15px; }
  .hero-note { font-size: 12px; }
  .research-board { --board-angle: .7deg; margin: 55px 10px 0 0; min-height: 390px; }
  .hero-baseline { gap: 8px 12px; font-size: 10px; }
  .section { padding-block: 66px; }
  .section-head { align-items: end; }
  .empty-feature { padding: 30px 25px; gap: 20px; }
  .empty-feature-icon { flex-basis: 60px; width: 60px; height: 60px; font-size: 36px; }
  .principles-grid { grid-template-columns: 1fr; gap: 28px; }
  .report-card-grid, .report-card-grid.paired-reports { grid-template-columns: 1fr; }
  .report-card { min-height: 0; }
  .report-layout { display: block; width: min(100% - 36px, 850px); }
  .report-sidebar { display: none; }
  .card-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 55px 0 48px; }
  .footer-grid { flex-direction: column; }
}
@media (max-width: 470px) {
  .hero h1 { font-size: clamp(30px, 8.4vw, 40px); }
  .eyebrow { font-size: 9px; letter-spacing: .15em; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .research-board { padding: 25px 21px; min-height: 375px; }
  .board-title { font-size: 24px; }
  .empty-feature { display: block; }
  .empty-feature-icon { margin-bottom: 20px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 0; }
  .empty-archive { padding: 45px 24px; }
  .empty-archive h3 { font-size: 21px; }
  .footer-grid nav { grid-template-columns: 1fr 1fr; }
  .data-table th, .data-table td { display: block; width: 100%; }
  .report-hero h1 { font-size: clamp(25px, 8vw, 32px); }
  .report-hero h1 .report-title-qualifier { font-size: .8em; letter-spacing: -.04em; white-space: nowrap; }
  .breadcrumb { margin-bottom: 36px; }
  .fact-list div { display: block; }
  .fact-list dt { margin-bottom: 3px; }
  .report-facts { display: block; }
  .report-facts dt { padding-bottom: 2px; border-bottom: 0; }
  .report-facts dd { padding-top: 0; }
}
/* Motion stays decorative: article text and source links remain readable immediately. */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy .eyebrow { animation: rise-in .55s cubic-bezier(.2,.7,.2,1) both; }
  .hero-line, .hero h1 em { animation: rise-in .7s cubic-bezier(.2,.7,.2,1) both; }
  .hero-line:nth-child(1) { animation-delay: .08s; }
  .hero-line:nth-child(2) { animation-delay: .18s; }
  .hero h1 em { animation-delay: .28s; }
  .hero-lede, .hero-note, .button-row { animation: rise-in .65s cubic-bezier(.2,.7,.2,1) both; }
  .hero-lede { animation-delay: .35s; }
  .hero-note { animation-delay: .42s; }
  .button-row { animation-delay: .49s; }
  .hero .eyebrow-line { transform-origin: left center; animation: line-draw .65s ease-out .12s both; }
  .research-board { animation: board-arrive .85s cubic-bezier(.2,.7,.2,1) .2s both; }
  .board-steps li { animation: rise-in .55s cubic-bezier(.2,.7,.2,1) both; }
  .board-steps li:nth-child(1) { animation-delay: .58s; }
  .board-steps li:nth-child(2) { animation-delay: .68s; }
  .board-steps li:nth-child(3) { animation-delay: .78s; }
  .page-hero .page-title, .report-hero h1 { animation: rise-in .65s cubic-bezier(.2,.7,.2,1) .08s both; }
  .page-hero .lede, .report-hero .report-deck { animation: rise-in .65s cubic-bezier(.2,.7,.2,1) .2s both; }
  .motion-pending { opacity: 0; transform: translateY(20px); }
  .motion-visible { animation: rise-in .6s cubic-bezier(.2,.7,.2,1) var(--motion-delay, 0ms) backwards; }
  .report-card, .topic-card, .card-grid .card { transition: transform .28s ease, box-shadow .28s ease; }
  .report-card:focus-within, .topic-card:focus-within, .card-grid .card:focus-within { transform: translateY(-5px); box-shadow: 0 17px 38px rgba(21,47,50,.11); }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .report-card:hover, .topic-card:hover, .card-grid .card:hover { transform: translateY(-5px); box-shadow: 0 17px 38px rgba(21,47,50,.11); }
}
@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes board-arrive {
  from { opacity: 0; transform: translateY(28px) rotate(-1deg); }
  to { opacity: 1; transform: translateY(0) rotate(var(--board-angle)); }
}
@keyframes line-draw {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .report-card-link span, .report-card, .topic-card, .card-grid .card { transition: none; }
  .button:hover, .report-card-link:hover span, .report-card-link:focus-visible span { transform: none; }
  .motion-pending, .motion-visible { opacity: 1; transform: none; animation: none; }
}
@media print {
  .motion-pending, .motion-visible { opacity: 1 !important; transform: none !important; animation: none !important; }
}
