/* Approved 2025 event layout. Header and footer remain controlled by main.css. */
body.event-detail {
  --ink: #0d1b24;
  --navy: #081723;
  --navy-soft: #102632;
  --paper: #f5f1ea;
  --surface: #fcfaf6;
  --white: #fff;
  --muted: #637078;
  --line: rgba(13, 27, 36, .16);
  --gold: #d6a94d;
  --gold-light: #f1d188;
  --coral: #c98372;
  --serif: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  --sans: Arial, "Helvetica Neue", "PingFang TC", "Hiragino Sans GB", sans-serif;
}

body.event-detail main *, body.event-detail main *::before, body.event-detail main *::after { box-sizing: border-box; }
body.event-detail main { color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.event-detail main a { color: inherit; text-decoration: none; }
body.event-detail main img { display: block; max-width: 100%; }
body.event-detail main figure { margin: 0; }
.page-shell { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 16px; }
.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; }
.eyebrow { margin: 0 0 24px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #916b20; }

.preview-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 104px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); background: var(--navy); transition: height .25s ease, background-color .25s ease; }
.preview-header.is-scrolled { height: 78px; background: rgba(8, 23, 35, .97); }
.preview-brand { width: 320px; max-width: 32vw; }
.preview-brand img { width: 100%; height: auto; }
.preview-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 36px); font-size: 12px; }
.preview-nav a { min-height: 44px; display: inline-flex; align-items: center; position: relative; color: rgba(255,255,255,.78); }
.preview-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--gold); transition: right .2s ease; }
.preview-nav a:hover::after, .preview-nav a:focus-visible::after, .preview-nav a.is-active::after { right: 0; }
.preview-nav a.is-active { color: var(--gold-light); }
.preview-language { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.28); color: var(--gold-light); }
.preview-menu { display: none; width: 48px; height: 48px; padding: 0; color: var(--gold-light); border: 1px solid currentColor; background: transparent; }
.preview-menu > span:not(.sr-only) { width: 20px; height: 1px; margin: 6px auto; display: block; background: currentColor; }

.archive-hero { min-height: 690px; padding: 230px 0 120px; color: var(--white); background: var(--navy); }
.archive-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 80px; align-items: end; }
.archive-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 7vw, 104px); font-weight: 400; letter-spacing: -.055em; line-height: 1.02; }
.archive-hero h1, .event-card-body h3, .event-hero-copy h1, .story-copy h2, .outcome-copy h2 { line-break: strict; word-break: normal; overflow-wrap: normal; text-wrap: balance; }
.archive-hero-grid > p { margin: 0 0 12px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.9; }
.archive-content { padding: 120px 0 150px; background: var(--surface); }
.archive-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 50px; }
.archive-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.archive-heading > p { margin: 0 0 7px; color: var(--muted); }
.archive-heading strong { color: var(--ink); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.event-filters { padding: 22px 0; display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-filters label { padding: 0 28px; display: grid; gap: 3px; color: var(--muted); border-right: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.event-filters label:first-child { padding-left: 0; }
.event-filters select { width: 100%; padding: 6px 24px 4px 0; color: var(--ink); border: 0; background: transparent; font-family: var(--serif); font-size: 18px; }
.event-filters button { min-height: 48px; margin-left: 28px; padding: 0 22px; color: var(--ink); border: 1px solid var(--line); background: transparent; cursor: pointer; }
.event-filters button:hover, .event-filters button:focus-visible { border-color: var(--gold); background: var(--white); }
.event-list { margin-top: 56px; }
.event-card { border: 1px solid var(--line); background: var(--white); }
.event-card[hidden] { display: none; }
.event-card > a { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); min-height: 570px; }
.event-card-image { position: relative; overflow: hidden; background: var(--navy); }
.event-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.event-card:hover .event-card-image img { transform: scale(1.015); }
.event-card-image figcaption { position: absolute; left: 24px; bottom: 20px; padding: 9px 13px; color: var(--white); background: rgba(8,23,35,.88); font-size: 11px; }
.event-card-body { padding: clamp(48px, 6vw, 88px); display: flex; flex-direction: column; }
.event-card-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.event-card-meta span { color: #855f17; font-weight: 700; }
.event-card-body h3 { margin: 55px 0 24px; font-family: var(--serif); font-size: clamp(34px, 3.35vw, 50px); font-weight: 400; letter-spacing: -.04em; line-height: 1.12; }
.event-card-body h3 span { display: block; white-space: nowrap; }
.event-card-body > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.event-card-footer { margin-top: auto; padding-top: 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.event-card-footer b { color: var(--ink); }
.event-card-footer b span { color: #855f17; }
.empty-state { padding: 64px; text-align: center; border: 1px solid var(--line); background: var(--white); }

.event-hero { padding-top: 104px; color: var(--white); background: var(--navy); }
.event-hero > .page-shell { padding-top: 70px; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.64); font-size: 12px; }
.back-link:hover, .back-link:focus-visible { color: var(--gold-light); }
.event-hero-copy { max-width: 1080px; padding: 76px 0 90px; }
.event-hero-copy h1 { max-width: 1050px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(54px, 6.2vw, 94px); font-weight: 400; letter-spacing: -.055em; line-height: 1.04; }
.event-hero-copy .title-event, .event-hero-copy .title-theme { display: block; }
.event-hero-copy .title-event { white-space: nowrap; }
.event-hero-copy .title-event::after { content: "："; }
.event-hero-copy .title-theme > span { display: inline; white-space: nowrap; }
.event-hero-copy .web3-hero-title { max-width: 1180px; }
.event-hero-copy .web3-hero-title .title-theme { font-size: .58em; letter-spacing: -.035em; line-height: 1.3; white-space: nowrap; }
.event-english-title { margin: 0 0 54px; color: var(--gold-light); font-family: var(--serif); font-size: 21px; letter-spacing: .02em; }
.event-lead { max-width: 860px; margin: 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 2; }
.hero-photo { position: relative; padding: 0 48px 48px; background: var(--navy); }
.hero-photo img { width: 100%; max-height: 78vh; object-fit: cover; object-position: center; }
.hero-photo figcaption, .programme-break figcaption { position: absolute; left: 72px; bottom: 70px; padding: 10px 14px; color: var(--white); background: rgba(8,23,35,.9); font-size: 11px; }

.event-facts { padding: 72px 0 84px; background: var(--surface); }
.event-facts dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.event-facts dl > div { min-height: 170px; padding: 28px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-facts dt { margin-bottom: 28px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.event-facts dd { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.45; }
.event-facts small { color: var(--muted); font-family: var(--sans); font-size: 13px; }
.event-facts .fact-outcome { background: #f2e5e0; }
.event-facts .fact-outcome dd { color: #833f34; font-size: 31px; }

.story-section { padding: 145px 0; background: var(--surface); }
.story-intro-grid { display: grid; grid-template-columns: 180px minmax(0, 760px); gap: 60px; }
.story-number { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.story-copy h2 { margin: 0 0 36px; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
.story-copy p { margin: 0 0 24px; color: #3f4b51; font-size: 17px; line-height: 2; }
.story-copy .story-deck { color: var(--ink); font-family: var(--serif); font-size: 27px; line-height: 1.65; }
.topic-grid { margin-top: 78px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-grid article { min-height: 250px; padding: 34px 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.topic-grid span { color: #916b20; font-family: var(--serif); font-size: 15px; }
.topic-grid h3 { margin: 38px 0 15px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.25; }
.topic-grid p { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.editorial-pullquote { margin-top: 92px; padding: 52px 0 48px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.editorial-pullquote p { max-width: 940px; margin: 0 auto 20px; font-family: var(--serif); font-size: clamp(32px, 4.2vw, 56px); letter-spacing: -.035em; line-height: 1.35; text-wrap: balance; }
.editorial-pullquote small { color: #916b20; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.takeaway-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.takeaway-grid article { min-height: 270px; padding: 34px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.takeaway-grid span { color: #916b20; font-family: var(--serif); font-size: 14px; }
.takeaway-grid h3 { margin: 54px 0 16px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.25; }
.takeaway-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.evidence-grid { margin-top: 90px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; align-items: stretch; }
.evidence-grid figure, .action-gallery figure { position: relative; min-height: 380px; overflow: hidden; background: var(--navy); }
.evidence-grid img, .action-gallery img { width: 100%; height: 100%; object-fit: cover; }
.evidence-grid figcaption, .action-gallery figcaption { position: absolute; inset: auto 0 0; padding: 15px 18px; color: rgba(255,255,255,.88); background: rgba(8,23,35,.9); font-size: 11px; }
.evidence-grid .figure-wide { grid-column: 1 / -1; min-height: 620px; }
.evidence-grid .figure-portrait { grid-row: span 2; min-height: 780px; }

.programme-break { position: relative; padding: 48px; background: var(--navy); }
.programme-break img { width: 100%; max-height: 84vh; object-fit: cover; }
.partnership-section { background: var(--paper); }
.preserve-frame { margin-top: 88px; padding: 32px; background: var(--navy); }
.preserve-frame img { width: 100%; height: auto; object-fit: contain; }
.preserve-frame figcaption { padding: 18px 4px 0; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.68); font-size: 12px; }
.preserve-frame figcaption strong { color: var(--gold-light); font-weight: 700; }
.preserve-frame.theme-crop { height: clamp(500px, 51vw, 700px); padding: 24px; }
.preserve-frame.theme-crop img { height: 100%; object-fit: cover; object-position: center 63%; }
.preserve-frame.theme-crop figcaption { position: absolute; inset: auto 24px 24px; padding: 13px 16px; display: block; background: rgba(8,23,35,.9); }
.closing-line { display: block; white-space: nowrap; }

.action-section { background: var(--surface); }
.story-centered .story-intro-grid { display: block; max-width: 1120px; text-align: center; }
.story-centered .story-number { display: none; }
.story-centered .story-copy { margin-inline: auto; }
.story-centered .story-copy h2 { max-width: 1120px; margin-inline: auto; }
.story-centered .story-copy h2 span { display: block; white-space: nowrap; }
.story-centered .story-copy p { max-width: 790px; margin-inline: auto; }
.story-centered .story-copy .story-deck { max-width: 920px; }
.centered-takeaways { text-align: left; }
.action-gallery { margin-top: 90px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.action-gallery figure { min-height: 440px; }
.action-gallery .action-dinner { grid-column: 1 / -1; min-height: 650px; }
.action-gallery .action-item { grid-column: 1 / -1; min-height: 520px; }
.outcome-section { padding: 120px 0; background: #ead7d0; }
.outcome-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 96px; align-items: center; }
.outcome-copy { position: sticky; top: 130px; align-self: start; padding-top: 48px; }
.outcome-value { margin: 0 0 32px; color: #813e34; font-family: var(--serif); font-size: clamp(54px, 7vw, 92px); letter-spacing: -.05em; line-height: 1; }
.outcome-copy h2 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(31px, 3.6vw, 52px); font-weight: 400; letter-spacing: -.045em; line-height: 1.13; }
.outcome-copy h2 span { display: block; white-space: nowrap; }
.outcome-copy > p:last-child { color: #704f49; font-size: 13px; }
.outcome-evidence { margin: 0; padding: 28px; }
.outcome-evidence img { max-height: 980px; }
.closing-section { padding: 150px 0; color: var(--white); background: var(--navy); }
.closing-section .story-copy p { color: rgba(255,255,255,.7); }
.closing-section .story-copy .story-deck { color: var(--white); }
.closing-link { min-height: 52px; margin-top: 28px; padding-bottom: 6px; display: inline-flex; align-items: center; gap: 48px; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--gold-light); font-weight: 700; }

.preview-footer { padding: 78px 0 28px; color: var(--white); background: #06131d; }
.footer-grid { padding-bottom: 56px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; align-items: start; }
.footer-grid img { width: 300px; max-width: 100%; }
.footer-grid p { margin: 0; font-family: var(--serif); font-size: 20px; }
.footer-grid p span { color: rgba(255,255,255,.55); font-family: var(--sans); font-size: 13px; }
.footer-grid > a { color: var(--gold-light); text-align: right; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .08em; }

/* Mirrors the existing G70 WordPress footer; keep logo proportions and breakpoints unchanged. */
/* Footer rules intentionally retained only for preview reference; live footer
   layout is owned by the official theme main.css and must not be overridden. */
.preview-footer { padding: 76px 0 26px; color: rgba(255,255,255,.7); background: #06131c; }
.preview-footer .footer-top { padding-bottom: 62px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.preview-footer .footer-top > img { width: 300px; height: auto; padding: 0; background: transparent; filter: drop-shadow(0 8px 24px rgba(0,0,0,.18)); }
.preview-footer .footer-identity { text-align: center; }
.preview-footer .footer-identity p { margin: 0 0 8px; font-family: Georgia, serif; font-size: 17px; }
.preview-footer .footer-identity a { min-height: 44px; margin-top: 2px; display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: 13px; letter-spacing: .05em; }
.preview-footer .footer-links { display: flex; justify-content: flex-end; gap: 28px; font-size: 13px; }
.preview-footer .footer-links a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.preview-footer .footer-bottom { padding-top: 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; }
.preview-footer .footer-bottom span:nth-child(2) { text-align: center; color: rgba(255,255,255,.36); }
.preview-footer .footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; justify-content: flex-end; color: var(--gold-light); text-align: right; }
.preview-footer .footer-legal { padding-top: 12px; display: flex; justify-content: center; gap: 14px 22px; color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.preview-footer .footer-legal a { min-height: 44px; display: inline-flex; align-items: center; }
.preview-footer .footer-legal a:hover { color: var(--gold-light); }

@media (max-width: 1050px) {
  .preview-footer .footer-top { grid-template-columns: 1fr 1fr; }
  .preview-footer .footer-identity { display: none; }
}

@media (max-width: 640px) {
  .preview-footer .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .preview-footer .footer-links { justify-content: flex-start; flex-wrap: wrap; gap: 4px 26px; }
  .preview-footer .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .preview-footer .footer-bottom span:nth-child(2), .preview-footer .footer-bottom a { justify-content: flex-start; text-align: left; }
  .preview-footer .footer-legal { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 1050px) {
  .page-shell { width: min(100% - 56px, 920px); }
  .preview-header { padding: 0 28px; }
  .preview-brand { width: 260px; }
  .preview-nav { gap: 16px; }
  .event-card > a { grid-template-columns: 1fr; }
  .event-card-image { min-height: 460px; }
  .event-card-body { min-height: 480px; }
  .story-intro-grid { grid-template-columns: 100px minmax(0, 1fr); }
  .outcome-grid { gap: 52px; }
}

@media (max-width: 760px) {
  .page-shell { width: calc(100% - 40px); }
  .preview-header, .preview-header.is-scrolled { height: 78px; padding: 0 20px; }
  .preview-brand { width: min(254px, calc(100vw - 104px)); max-width: none; }
  .preview-menu { display: block; }
  .preview-nav { position: fixed; z-index: -1; inset: 78px 0 0; padding: 36px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; visibility: hidden; opacity: 0; background: var(--navy); transition: opacity .2s ease, visibility .2s ease; }
  .preview-nav.is-open { z-index: 99; visibility: visible; opacity: 1; }
  .preview-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: 24px; }
  .preview-nav a::after { display: none; }
  .preview-language { margin-top: 28px; padding: 0; border: 0; }

  .archive-hero { min-height: 0; padding: 170px 0 78px; }
  .archive-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .archive-hero h1 { font-size: clamp(48px, 14vw, 66px); line-height: 1.06; }
  .archive-hero-grid > p { font-size: 16px; }
  .archive-content { padding: 80px 0 96px; }
  .archive-heading { align-items: flex-end; margin-bottom: 34px; }
  .archive-heading h2 { font-size: 50px; }
  .archive-heading > p { font-size: 12px; }
  .event-filters { grid-template-columns: 1fr; }
  .event-filters label { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .event-filters button { margin: 16px 0 0; }
  .event-list { margin-top: 34px; }
  .event-card > a { min-height: 0; }
  .event-card-image { min-height: 250px; }
  .event-card-image figcaption { left: 12px; right: 12px; bottom: 12px; }
  .event-card-body { min-height: 500px; padding: 32px 26px; }
  .event-card-meta { flex-direction: column; gap: 4px; }
  .event-card-body h3 { margin: 34px 0 18px; font-size: clamp(31px, 9vw, 36px); }
  .event-card-body > p { font-size: 15px; }
  .event-card-footer { flex-direction: column; gap: 4px; }

  .event-hero { padding-top: 78px; }
  .event-hero > .page-shell { padding-top: 30px; }
  .event-hero-copy { padding: 54px 0 60px; }
  .event-hero-copy h1 { font-size: clamp(36px, 10.2vw, 42px); line-height: 1.12; letter-spacing: -.04em; }
  .event-hero-copy .title-event::after { content: ""; }
  .event-heritage .event-hero-copy .title-event { white-space: normal; }
  .event-heritage .event-hero-copy h1 { font-size: clamp(34px, 9vw, 38px); }
  .event-heritage .event-hero-copy .title-event > span { display: block; white-space: nowrap; }
  .event-hero-copy .title-theme { margin-top: .18em; }
  .event-hero-copy .title-theme > span { display: block; }
  .event-hero-copy .web3-hero-title .title-theme { font-size: .76em; line-height: 1.35; white-space: normal; }
  .event-english-title { margin-bottom: 38px; font-size: 17px; }
  .event-lead { font-size: 16px; line-height: 1.85; }
  .hero-photo { padding: 0 12px 12px; }
  .hero-photo img { min-height: 310px; object-fit: cover; }
  .hero-photo figcaption, .programme-break figcaption { left: 24px; bottom: 24px; right: 24px; }
  .event-facts { padding: 56px 0 64px; }
  .event-facts dl { grid-template-columns: repeat(2, 1fr); }
  .event-facts dl > div { min-height: 150px; padding: 20px 18px; }
  .event-facts dt { margin-bottom: 18px; }
  .event-facts dd { font-size: 17px; }
  .event-facts .fact-outcome dd { font-size: 22px; }

  .story-section { padding: 88px 0; }
  .story-intro-grid { grid-template-columns: 1fr; gap: 22px; }
  .story-number { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .story-copy h2 { font-size: 47px; }
  .story-copy p { font-size: 16px; line-height: 1.9; }
  .story-copy .story-deck { font-size: 23px; }
  .editorial-pullquote { margin-top: 54px; padding: 38px 8px 34px; }
  .editorial-pullquote p { font-size: clamp(28px, 8.5vw, 38px); }
  .editorial-pullquote p br { display: none; }
  .topic-grid { margin-top: 48px; grid-template-columns: 1fr; }
  .topic-grid article { min-height: 0; padding: 26px 22px 30px; }
  .topic-grid h3 { margin: 25px 0 11px; font-size: 25px; }
  .takeaway-grid { margin-top: 48px; grid-template-columns: 1fr; }
  .takeaway-grid article { min-height: 0; padding: 26px 22px 30px; }
  .takeaway-grid h3 { margin: 26px 0 11px; font-size: 25px; }
  .story-centered .story-copy h2 { font-size: clamp(35px, 10vw, 46px); }
  .story-centered .story-copy h2 span { white-space: normal; }
  .evidence-grid, .action-gallery { margin-top: 54px; grid-template-columns: 1fr; gap: 12px; }
  .evidence-grid .figure-wide, .evidence-grid .figure-portrait, .action-gallery .action-dinner, .action-gallery .action-item { grid-column: auto; grid-row: auto; min-height: 0; }
  .evidence-grid figure, .action-gallery figure { min-height: 0; }
  .evidence-grid img, .action-gallery img { height: auto; object-fit: contain; }
  .evidence-grid figcaption, .action-gallery figcaption { position: static; padding: 11px 13px; }
  .programme-break { padding: 12px; }
  .programme-break img { min-height: 310px; object-fit: cover; }
  .preserve-frame { width: calc(100% - 24px); margin-top: 52px; padding: 12px; }
  .preserve-frame.theme-crop { height: 340px; padding: 12px; }
  .preserve-frame.theme-crop figcaption { inset: auto 12px 12px; }
  .preserve-frame figcaption { flex-direction: column; gap: 2px; }
  .closing-line { white-space: normal; }
  .outcome-section { padding: 78px 0; }
  .outcome-grid { grid-template-columns: 1fr; gap: 40px; }
  .outcome-copy { position: static; padding: 0; }
  .outcome-value { font-size: 58px; }
  .outcome-copy h2 { font-size: clamp(32px, 9vw, 36px); }
  .outcome-evidence { width: 100%; padding: 12px; }
  .outcome-evidence img { max-height: none; }
  .closing-section { padding: 92px 0; }

  .preview-footer { padding-top: 58px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > a { text-align: left; }
  .footer-bottom { flex-direction: column; }
}

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