:root {
  --navy: #173462;
  --navy-deep: #0c1b33;
  --red: #d73532;
  --ink: #111827;
  --muted: #5b6472;
  --paper: #ffffff;
  --wash: #f4f6f8;
  --line: #d7dce3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 92px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 72px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 9px 14px; color: #fff; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; height: 76px; border-top: 4px solid var(--navy); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; line-height: 1; }
.brand-mark { position: relative; width: 28px; height: 34px; border: 3px solid var(--red); transform: skewY(-8deg); }
.brand-mark::before { content: ""; position: absolute; inset: 4px 6px; border-left: 3px solid var(--red); border-right: 3px solid var(--red); }
.brand strong { display: block; color: var(--navy-deep); font-size: 18px; font-weight: 900; letter-spacing: .15em; }
.brand small { display: block; margin-top: 6px; color: #687181; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
nav { height: 100%; display: flex; align-items: stretch; }
nav a { min-width: 104px; display: grid; place-items: center; padding-inline: 18px; border-left: 1px solid var(--line); font-size: 12px; font-weight: 800; text-decoration: none; }
nav a:last-child { border-right: 1px solid var(--line); }
nav a:hover { color: #fff; background: var(--navy); }

.hero { background: var(--navy-deep); }
.hero-visual { position: relative; height: min(720px, calc(100vh - 76px)); min-height: 610px; margin: 0; overflow: hidden; color: #fff; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 61%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,40,.85) 0%, rgba(8,20,40,.61) 42%, rgba(8,20,40,.08) 78%), linear-gradient(0deg, rgba(8,20,40,.66), transparent 42%); }
.hero-copy { position: absolute; inset: 0 0 auto; top: 50%; transform: translateY(-55%); }
.eyebrow, .section-index { margin: 0 0 22px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: #fff; }
.eyebrow::before, .section-index::before { content: ""; display: inline-block; width: 34px; height: 3px; margin: 0 12px 3px 0; background: var(--red); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(54px, 6.2vw, 84px); font-weight: 900; line-height: 1.23; letter-spacing: -.055em; text-shadow: 0 2px 14px rgba(0,0,0,.24); }
.hero-lead { margin: 30px 0 0; font-size: 17px; font-weight: 700; line-height: 2; }
.hero-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: flex-end; gap: 26px; padding-bottom: 28px; text-align: right; }
.hero-visual figcaption > span:first-child { display: flex; align-items: baseline; gap: 7px; padding-right: 26px; border-right: 1px solid rgba(255,255,255,.5); }
.hero-visual figcaption b { font-size: 52px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.hero-visual figcaption small { display: block; font-size: 11px; font-weight: 600; }
.hero-visual figcaption strong { display: block; font-size: 14px; }
.division-strip { color: #fff; background: var(--navy); }
.division-strip .container { min-height: 70px; display: flex; align-items: center; gap: 44px; }
.division-strip span { font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.division-strip p { margin: 0 0 0 auto; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .18em; }

.intro-band { padding: 112px 0; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 150px 1.08fr .72fr; gap: 58px; align-items: start; }
.intro-grid h2, .section-heading h2, .voices-heading h2, .videos-heading h2, .leaders h2, .official h2 { margin: -10px 0 0; color: var(--navy-deep); font-size: clamp(36px, 3.6vw, 50px); font-weight: 900; line-height: 1.42; letter-spacing: -.045em; }
.intro-grid > p:last-child { margin: 0; color: var(--muted); }

.section { padding: 122px 0; }
.section-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: end; }
.section-heading > p { margin: 0 0 3px; color: var(--muted); }
.activity-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 22px; }
.activity-card { display: flex; min-width: 0; flex-direction: column; border-top: 4px solid var(--navy); text-decoration: none; }
.activity-card img { width: 100%; height: 300px; object-fit: cover; filter: saturate(.85); }
.activity-card > div { position: relative; flex: 1; padding: 22px 6px 0; }
.activity-card time { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.activity-card h3 { margin: 4px 0 2px; color: var(--navy-deep); font-size: 23px; font-weight: 900; }
.activity-card p { margin: 0; color: var(--muted); font-size: 13px; }
.activity-card span { display: inline-block; margin-top: 18px; padding-bottom: 2px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 800; }
.activity-card:hover img { filter: saturate(1); }

.voices { border-top: 1px solid var(--line); background: #fff; }
.voices-heading { margin-bottom: 46px; display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: end; }
.voices-heading h2 { font-size: clamp(38px, 4.6vw, 62px); letter-spacing: -.06em; }
.voices-heading > p { margin: 0 0 4px; color: var(--muted); }
.tweet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.tweet-shell { min-width: 0; min-height: 460px; padding: 18px; border-top: 5px solid var(--navy); background: var(--wash); }
.tweet-shell .twitter-tweet { margin: 0 auto !important; }
.hashtag-link { margin-top: 34px; display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 28px 0; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.hashtag-link p { margin: 0; }
.hashtag-link strong { display: block; color: var(--navy-deep); font-size: 18px; }
.hashtag-link span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.hashtag-link a { flex: none; padding: 13px 18px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 800; text-decoration: none; }

.results { background: var(--wash); }
.results-panel { display: grid; grid-template-columns: .88fr 1.12fr; border-top: 7px solid var(--navy); border-bottom: 1px solid var(--navy); background: #fff; }
.results-intro { padding: 58px 64px 56px 4px; }
.results-period { margin: 4px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.big-number { display: flex; align-items: baseline; margin: 22px 0 0; color: var(--navy); line-height: 1; }
.big-number strong { font-size: clamp(100px, 10vw, 138px); font-weight: 900; letter-spacing: -.09em; }
.big-number span { margin-left: 12px; color: var(--ink); font-size: 24px; font-weight: 900; }
.results-intro h2 { margin: 12px 0 20px; color: var(--navy-deep); font-size: 29px; font-weight: 900; }
.results-intro > p:not(.section-index,.results-period,.big-number) { margin: 0; color: var(--muted); font-size: 14px; }
.results-intro a { display: inline-block; margin-top: 20px; padding-bottom: 2px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 800; }
.result-breakdown { padding: 34px 56px; display: grid; align-content: center; background: var(--navy-deep); }
.result-breakdown > div { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; }
.result-breakdown > div:last-child { border-bottom: 0; }
.result-breakdown span { color: #c9d1dd; font-size: 13px; font-weight: 700; }
.result-breakdown strong { font-size: 47px; font-weight: 900; letter-spacing: -.05em; }
.result-breakdown small { margin-left: 5px; font-size: 12px; }
.annotation { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.videos-heading { margin: 0 0 42px; display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: end; }
.videos-heading h2 { font-size: 36px; }
.videos-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.video-feature-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; align-items: stretch; }
.video-side-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 28px; }
.video-row { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-card { min-width: 0; display: block; border-top: 4px solid var(--navy); text-decoration: none; }
.video-main { border-top-width: 7px; }
.video-card figure { margin: 0; background: var(--navy-deep); }
.video-card img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
.video-card > div { padding: 17px 2px 0; }
.video-card p { margin: 0 0 7px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.video-card h3 { min-height: 58px; margin: 0; color: var(--navy-deep); font-size: 17px; font-weight: 900; line-height: 1.65; }
.video-card strong { display: block; margin-top: 8px; color: var(--navy-deep); font-size: 14px; font-weight: 900; }
.video-card time { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 700; }
.video-card > div > span { display: inline-block; margin-top: 13px; padding-bottom: 2px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 800; }
.video-main h3 { min-height: 0; font-size: 26px; line-height: 1.5; }
.video-main strong { margin-top: 12px; font-size: 17px; }
.video-side-stack .video-card > div { padding-top: 12px; }
.video-side-stack .video-card h3 { min-height: 0; font-size: 15px; line-height: 1.55; }
.video-side-stack .video-card strong { display: inline; font-size: 13px; }
.video-side-stack .video-card time { display: inline; margin-left: 8px; }
.video-side-stack .video-card > div > span { display: block; width: max-content; margin-top: 6px; }
.youtube-more { margin-top: 56px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 30px 0; border-top: 4px solid var(--navy); border-bottom: 1px solid var(--navy); }
.youtube-more p { margin: 0; }
.youtube-more strong { display: block; color: var(--navy-deep); font-size: 18px; }
.youtube-more p span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.youtube-more > div { flex: none; display: flex; gap: 10px; }
.youtube-more a { padding: 12px 16px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 800; text-decoration: none; }
.youtube-more a:last-child { background: var(--red); }

.programs { background: #fff; }
.program-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.program-card { position: relative; min-height: 430px; padding: 48px 54px; background: #fff; }
.program-card + .program-card { border-left: 1px solid var(--navy); }
.program-no { position: absolute; top: 35px; right: 46px; margin: 0; color: #dce2e9; font-size: 64px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.program-en { margin: 0 0 64px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.program-card h3 { margin: 0 0 20px; color: var(--navy-deep); font-size: 28px; font-weight: 900; }
.program-card > p:nth-of-type(3) { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; }
.program-links { position: absolute; left: 54px; bottom: 42px; display: flex; gap: 24px; }
.program-links a { padding-bottom: 2px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 800; text-decoration: none; }

.leaders { border-top: 1px solid var(--line); background: var(--wash); }
.leaders-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; }
.leaders-copy > p:last-child { max-width: 420px; margin-top: 28px; color: var(--muted); }
.leaders h2 { font-size: clamp(35px, 3.2vw, 44px); }
.leader-list { border-top: 4px solid var(--navy); }
.leader-card { position: relative; min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 32px 4px; border-bottom: 1px solid var(--line); }
.leader-card p { margin: 0; color: var(--red); font-size: 11px; font-weight: 900; }
.leader-card h3 { margin: 3px 0 6px; color: var(--navy-deep); font-size: 28px; font-weight: 900; }
.leader-card span { color: var(--muted); font-size: 13px; }
.leader-card > a { flex: none; padding: 12px 16px; border: 1px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 900; text-decoration: none; }

.official { padding: 112px 0; color: #fff; background: var(--navy-deep); }
.official-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.section-index.light { color: #fff; }
.official h2 { color: #fff; font-size: 42px; }
.official-grid > div:first-child > p:last-child { max-width: 400px; margin-top: 26px; color: #abb6c6; }
.official-links { border-top: 3px solid #fff; }
.official-links a { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.official-links a:hover { color: #f27973; }
.official-links span { font-size: 15px; font-weight: 800; }
.official-links small { display: block; margin-bottom: 3px; color: #8e9aad; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.official-links b { color: #f27973; font-size: 18px; }
footer { padding: 38px 0; color: #aab3c0; background: #071121; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 42px; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: #929dac; }
.footer-inner > p { font-size: 12px; }
.footer-inner > small { font-size: 10px; }

@media (max-width: 980px) {
  .container { width: min(100% - 48px, 760px); }
  nav a { min-width: auto; padding-inline: 13px; }
  .intro-grid, .section-heading, .voices-heading, .results-panel, .leaders-grid, .official-grid { grid-template-columns: 1fr; }
  .intro-grid, .section-heading { gap: 24px; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .activity-card:first-child { grid-column: 1 / -1; }
  .activity-card:first-child img { height: 360px; }
  .voices-heading { gap: 24px; }
  .results-intro { padding-left: 48px; }
  .videos-heading { grid-template-columns: 1fr; gap: 24px; }
  .youtube-more { align-items: flex-start; flex-direction: column; }
  .leaders-grid, .official-grid { gap: 54px; }
}

@media (max-width: 720px) {
  .container { width: calc(100% - 36px); }
  .site-header { height: 66px; }
  .brand-mark { width: 23px; height: 29px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 9px; }
  nav { display: none; }
  .hero-visual { height: 620px; min-height: 0; }
  .hero-visual > img { object-position: 54% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,17,33,.94) 0%, rgba(7,17,33,.42) 72%, rgba(7,17,33,.12)); }
  .hero-copy { top: auto; bottom: 112px; transform: none; }
  .hero h1 { font-size: clamp(40px, 12vw, 54px); line-height: 1.28; }
  .hero-lead { margin-top: 24px; font-size: 14px; }
  .hero-visual figcaption { justify-content: flex-start; gap: 14px; padding-bottom: 20px; text-align: left; }
  .hero-visual figcaption > span:first-child { padding-right: 14px; }
  .hero-visual figcaption b { font-size: 38px; }
  .division-strip .container { min-height: 62px; gap: 18px; }
  .division-strip span { font-size: 11px; }
  .division-strip p { display: none; }
  .intro-band { padding: 80px 0; }
  .intro-grid h2, .section-heading h2, .voices-heading h2, .leaders h2, .official h2 { font-size: 30px; }
  .section { padding: 86px 0; }
  .activity-grid { grid-template-columns: 1fr; gap: 50px; }
  .activity-card:first-child { grid-column: auto; }
  .activity-card:first-child img, .activity-card img { height: auto; aspect-ratio: 4 / 3; }
  .tweet-grid { grid-template-columns: 1fr; gap: 28px; }
  .tweet-shell { min-height: 0; padding: 12px; }
  .hashtag-link { align-items: flex-start; flex-direction: column; }
  .hashtag-link a { width: 100%; text-align: center; }
  .results-intro { padding: 42px 24px; }
  .big-number strong { font-size: 96px; }
  .result-breakdown { padding: 24px 28px; }
  .result-breakdown strong { font-size: 40px; }
  .videos-heading { margin-top: 76px; }
  .videos-heading h2 { font-size: 27px; }
  .video-feature-grid { grid-template-columns: 1fr; gap: 38px; }
  .video-side-stack { gap: 32px; }
  .video-row { margin-top: 32px; grid-template-columns: 1fr; gap: 32px; }
  .video-side-stack .video-card, .video-row .video-card { display: grid; grid-template-columns: 132px 1fr; gap: 16px; padding-top: 12px; }
  .video-side-stack .video-card > div, .video-row .video-card > div { padding: 0; }
  .video-side-stack .video-card h3, .video-row .video-card h3 { min-height: 0; font-size: 14px; line-height: 1.55; }
  .video-side-stack .video-card strong, .video-row .video-card strong { display: block; margin-top: 5px; font-size: 12px; }
  .video-side-stack .video-card time, .video-row .video-card time { display: block; margin: 1px 0 0; font-size: 10px; }
  .video-side-stack .video-card > div > span, .video-row .video-card > div > span { margin-top: 5px; font-size: 11px; }
  .youtube-more > div { width: 100%; flex-direction: column; }
  .youtube-more a { text-align: center; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 430px; padding: 40px 28px; }
  .program-card + .program-card { border-top: 1px solid var(--navy); border-left: 0; }
  .program-no { right: 28px; }
  .program-links { left: 28px; bottom: 35px; }
  .leader-card { min-height: 150px; }
  .official { padding: 84px 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 14px; }
}

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

/* Keep the photo-led opening compact; let the interviews carry the page. */
.activity { padding: 56px 0 64px; }
.activity .section-heading { margin-bottom: 28px; gap: 50px; }
.activity .section-index { margin-bottom: 14px; }
.activity .section-heading h2 { font-size: 30px; }
.activity-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.activity-card:first-child { grid-column: auto; }
.activity-card img, .activity-card:first-child img { height: 180px; }
.activity-card > div { padding-top: 14px; }
.activity-card h3 { font-size: 20px; }
.activity-card span { margin-top: 10px; }
.results { padding-top: 88px; }
.videos-heading h2 { font-size: clamp(30px, 3.6vw, 46px); }
.videos-heading > p, .program-card > p:nth-of-type(3) { font-size: 16px; }
.video-card figure { background: transparent; }
.video-card:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.video-card p, .video-card time { font-size: 12px; }
.video-card > div > span { font-size: 14px; }
.more-content { margin-top: 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.more-content > summary { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; position: relative; padding: 22px 42px 22px 0; cursor: pointer; color: var(--navy); font-size: 16px; font-weight: 800; list-style: none; }
.more-content > summary::-webkit-details-marker { display: none; }
.more-content > summary::after { content: "+"; position: absolute; right: 8px; top: 17px; font-size: 25px; font-weight: 500; }
.more-content[open] > summary::after { content: "−"; }
.more-content .summary-meta { color: var(--muted); font-size: 12px; font-weight: 500; }
.more-content .when-open, .more-content[open] .when-closed { display: none; }
.more-content[open] .when-open { display: inline; }
.more-content .video-row, .more-content .tweet-grid { margin: 10px 0 32px; }
.youtube-more { margin-top: 32px; border-top-width: 1px; }
.youtube-more a { font-size: 14px; }
.voices-heading { gap: 64px; }
.voices-heading h2 { font-size: clamp(32px, 3.6vw, 46px); }
.tweet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tweet-shell { min-height: 0; padding: 16px 10px; border-top-width: 3px; overflow-wrap: anywhere; }
.voice-topic { margin: 0 0 14px; color: var(--navy); font-size: 14px; font-weight: 800; }
.tweet-shell blockquote { margin: 0; font-size: 14px; }
.tweet-shell iframe { max-width: 100% !important; }
.hashtag-link strong { font-size: clamp(18px, 2.1vw, 26px); overflow-wrap: anywhere; }
.hashtag-link a { font-size: 14px; }
.monthly-results { margin-top: 42px; }
.monthly-results .results-panel { border-top-width: 3px; }
.monthly-results .annotation { margin-bottom: 24px; }
.leaders-grid { grid-template-columns: 1fr 1fr; gap: 72px; }
.leaders-photo { margin: 28px 0 0; }
.leaders-photo img { width: 100%; height: auto; }
.leaders-photo figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.leader-list { align-self: center; }
.leader-card { min-height: 190px; }
.leader-card p, .leader-card span, .leader-card > a, .program-links a { font-size: 14px; }
.official h2 { font-size: clamp(30px, 3vw, 40px); }

.voice-carousel { min-width: 0; }
.voice-division + .voice-division { margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--line); }
.voice-division > h3 { margin: 0 0 24px; color: var(--navy-deep); font-size: 26px; font-weight: 800; }
.shared-voices { margin-top: 40px; }
.shared-voices > .tweet-shell { max-width: 550px; margin: 24px 0; }
.voice-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 44px) / 3); gap: 22px; align-items: start; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; padding-bottom: 24px; scrollbar-width: thin; scrollbar-color: var(--navy) var(--wash); }
.voice-track > .tweet-shell { scroll-snap-align: start; min-width: 0; }
.voice-track:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.voice-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; }
.voice-controls[hidden] { display: none; }
.voice-hint { margin: 0; color: var(--muted); font-size: 14px; }
.voice-navigation { display: flex; align-items: center; gap: 14px; }
.voice-navigation button { width: 48px; height: 48px; padding: 0; border: 1px solid var(--navy); color: var(--navy); background: #fff; font: inherit; font-size: 23px; cursor: pointer; }
.voice-navigation button:hover:not(:disabled) { color: #fff; background: var(--navy); }
.voice-navigation button:disabled { opacity: .3; cursor: default; }
.voice-navigation button:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.voice-position { min-width: 76px; color: var(--navy); text-align: center; font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }

@media (max-width: 980px) {
  .voice-track { grid-auto-columns: calc((100% - 22px) / 2); }
  .activity .section-heading { gap: 18px; }
  .activity-card img, .activity-card:first-child img { height: 140px; }
  .tweet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .voices-heading { gap: 24px; }
  .leaders-grid { grid-template-columns: 1fr; gap: 36px; }
  .leaders-photo { max-width: 560px; }
}
@media (max-width: 720px) {
  .voice-track { grid-auto-columns: calc(100% - 28px); gap: 14px; }
  .voice-track > .tweet-shell { padding: 14px 0; }
  .voice-track .voice-topic { padding-inline: 8px; }
  .voice-controls { align-items: flex-start; flex-direction: column; gap: 12px; }
  .voice-navigation { width: 100%; justify-content: space-between; }
  .activity { padding: 38px 0 44px; }
  .activity .section-heading h2 { font-size: 25px; }
  .activity-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .activity-card img, .activity-card:first-child img { height: auto; aspect-ratio: 1; }
  .activity-card h3 { font-size: 16px; }
  .activity-card time { font-size: 12px; letter-spacing: 0; }
  .activity-card p { font-size: 12px; }
  .activity-card span { font-size: 12px; }
  .activity-card { border-top-width: 3px; }
  .hero-lead { font-size: 16px; }
  .results { padding-top: 60px; }
  .videos-heading { margin-top: 0; }
  .tweet-grid { grid-template-columns: 1fr; }
  .tweet-shell { padding: 16px; }
  .voices-heading h2 { font-size: 30px; }
  .video-side-stack .video-card, .video-row .video-card { grid-template-columns: minmax(110px, 42%) minmax(0, 1fr); gap: 14px; }
  .video-side-stack .video-card time, .video-row .video-card time { font-size: 12px; }
  .video-side-stack .video-card > div > span, .video-row .video-card > div > span { font-size: 12px; }
  .program-card { min-height: 440px; }
  .leader-card { gap: 12px; }
  .leader-card > a { padding: 10px; }
  .hashtag-link { gap: 20px; }
}
