:root {
  color-scheme: light;
  --paper: #f2f0e9;
  --paper-bright: #fbfaf6;
  --ink: #18201c;
  --muted: #626b65;
  --line: #cec9bd;
  --red: #bd2d2a;
  --red-dark: #861d1b;
  --green: #235140;
  --green-dark: #102c24;
  --yellow: #e1b13d;
  --shell: min(1200px, calc(100vw - 80px));
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); line-height: 1.75; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }

.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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 9px 15px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.reading-progress {
  position: fixed;
  z-index: 300;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}
.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 200;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  padding: 0 40px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.25);
  transition: color 200ms ease, background 200ms ease, border-color 200ms ease;
}
.site-header.scrolled {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(242,240,233,.94);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-seal {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  color: #fff;
  background: var(--red);
  font-family: "STKaiti", "KaiTi", serif;
  font-size: 22px;
  font-weight: 700;
}
.brand-copy strong, .brand-copy small { display: block; letter-spacing: 0; }
.brand-copy strong { font-size: 15px; line-height: 1.1; }
.brand-copy small { margin-top: 5px; font-size: 9px; opacity: .72; }
.site-nav {
  position: fixed;
  z-index: 201;
  top: 0;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  height: 78px;
  color: #fff;
  transition: color 200ms ease;
}
.site-nav.scrolled { color: var(--ink); }
.site-nav a { position: relative; font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav a::after {
  position: absolute;
  inset: auto 0 -8px;
  height: 2px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-index { padding: 8px 12px; border: 1px solid currentColor; }
.site-nav .nav-index::after { display: none; }
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; padding: 12px 9px; color: inherit; border: 0; background: transparent; }
.menu-toggle i { display: block; width: 26px; height: 2px; margin: 6px 0; background: currentColor; transition: transform 180ms ease; }
.menu-toggle[aria-expanded="true"] i { position: absolute; top: 21px; left: 9px; margin: 0; }
.menu-toggle[aria-expanded="true"] i:first-of-type { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-of-type { transform: rotate(-45deg); }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: var(--green-dark); isolation: isolate; }
.hero-image, .hero-overlay { position: absolute; z-index: -2; inset: 0; height: 100%; object-fit: cover; }
.hero-image { object-position: center 50%; animation: hero-image-in 1.4s cubic-bezier(.18,.7,.22,1) both; }
.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8,24,18,.84) 0%, rgba(8,24,18,.48) 45%, rgba(8,24,18,.08) 78%),
    linear-gradient(0deg, rgba(7,20,16,.78) 0%, transparent 43%);
}
.hero-topline {
  position: absolute;
  top: 110px;
  right: 5vw;
  left: 5vw;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.4);
  font-size: 11px;
  font-weight: 700;
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  width: 90vw;
  margin: auto;
  padding: 150px 0 135px;
}
.kicker { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: 0; }
.kicker.light { color: #efc760; }
.hero h1 {
  max-width: 6em;
  margin: 0;
  font-family: "STSong", "SimSun", serif;
  font-size: clamp(82px, 11vw, 168px);
  font-weight: 700;
  line-height: .87;
  letter-spacing: 0;
}
.hero-lead { margin: 30px 0 0; font-size: clamp(17px, 1.5vw, 23px); line-height: 1.65; }
.hero-footer {
  position: absolute;
  right: 5vw;
  bottom: 30px;
  left: 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.38);
}
.hero-footer p { margin: 0; font-size: 12px; line-height: 1.6; }
.hero-footer a { display: flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 700; text-decoration: none; }
.hero-footer a i { width: 30px; height: 30px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg) translateY(-6px); }

.intro { padding: 150px 0 115px; }
.intro-layout { display: grid; grid-template-columns: 80px minmax(300px, .9fr) 1fr; gap: 45px; align-items: start; }
.section-number { padding-top: 9px; color: var(--red); border-top: 2px solid var(--red); font-size: 12px; font-weight: 800; }
.intro h2, .section-heading h2, .method h2, .story-copy h2, .archive h2 {
  margin: 0;
  font-family: "STSong", "SimSun", serif;
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1.15;
  letter-spacing: 0;
}
.intro-copy { padding-top: 46px; color: var(--muted); }
.intro-copy p { max-width: 620px; margin: 0 0 22px; font-size: 15px; }
.intro-copy .lead { color: var(--ink); font-size: 20px; line-height: 1.8; }
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.metrics > div { min-height: 170px; padding: 28px 24px; border-right: 1px solid var(--line); }
.metrics > div:last-child { border-right: 0; }
.metrics strong { display: block; color: var(--red); font-family: Georgia, serif; font-size: clamp(45px, 5vw, 70px); line-height: 1; }
.metrics span { display: block; margin-top: 25px; color: var(--muted); font-size: 12px; }

.transition-image { position: relative; height: min(76vw, 760px); min-height: 500px; overflow: hidden; color: #fff; background: var(--ink); }
.transition-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,18,13,.78), transparent 55%); }
.transition-image img { height: 100%; object-fit: cover; object-position: center; }
.transition-image p { position: absolute; z-index: 1; right: 6vw; bottom: 60px; left: 6vw; max-width: 850px; margin: 0; font-family: "STSong", "SimSun", serif; font-size: clamp(29px, 3.5vw, 52px); line-height: 1.35; }
.transition-image p span { display: block; margin-bottom: 16px; color: #efc760; font-family: inherit; font-size: 12px; font-weight: 800; }

.actions { padding: 140px 0; color: #fff; background: var(--green-dark); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 430px); gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 14px; }
.section-heading.inverse > p { color: rgba(255,255,255,.65); }
.action-browser { border-top: 1px solid rgba(255,255,255,.25); }
.action-tabs { display: grid; grid-template-columns: repeat(5, 1fr); }
.action-tabs button {
  min-height: 92px;
  padding: 20px;
  color: rgba(255,255,255,.55);
  text-align: left;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.25);
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}
.action-tabs button:last-child { border-right: 0; }
.action-tabs button span { display: block; margin-bottom: 8px; color: #efc760; font-size: 10px; }
.action-tabs button[aria-selected="true"] { color: #fff; background: rgba(255,255,255,.1); }
.action-panel { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 580px; transition: opacity 140ms ease, transform 140ms ease; }
.action-panel.changing { opacity: .25; transform: translateY(5px); }
.action-panel figure { position: relative; min-height: 580px; margin: 0; overflow: hidden; }
.action-panel figure img { height: 100%; object-fit: cover; }
.action-panel figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 18px 22px; background: rgba(10,23,18,.8); font-size: 11px; }
.action-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px 0 65px 65px; }
.action-copy .role { margin: 0 0 20px; color: #efc760; font-size: 12px; font-weight: 800; }
.action-copy h3 { margin: 0 0 26px; font-family: "STSong", "SimSun", serif; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.3; }
.action-copy > p:not(.role) { margin: 0; color: rgba(255,255,255,.7); font-size: 15px; }
.action-copy dl { margin: 45px 0 0; }
.action-copy dl div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.2); }
.action-copy dt { color: #efc760; font-size: 11px; font-weight: 800; }
.action-copy dd { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }

.method { padding: 150px 0; overflow: hidden; }
.method-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.method header > p:last-child { max-width: 440px; margin: 34px 0 0; color: var(--muted); font-size: 14px; }
.method-tabs { display: inline-flex; border-bottom: 1px solid var(--line); }
.method-tabs button { padding: 12px 22px; color: var(--muted); border: 0; border-bottom: 3px solid transparent; background: transparent; cursor: pointer; }
.method-tabs button[aria-selected="true"] { color: var(--red); border-bottom-color: var(--red); font-weight: 800; }
.method-stage { position: relative; min-height: 480px; margin-top: 40px; }
.method-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 200px;
  height: 200px;
  padding: 30px;
  color: #fff;
  text-align: center;
  background: var(--green);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.method-core small { color: #efc760; font-size: 10px; }
.method-core strong { font-family: "STSong", "SimSun", serif; font-size: 18px; line-height: 1.5; }
.method-stage ol { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.method-stage ol::before { position: absolute; inset: 7%; content: ""; border: 1px solid var(--line); border-radius: 50%; }
.method-stage li {
  --angle: calc(360deg / var(--count) * var(--i) - 90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 122px;
  height: 122px;
  padding: 15px;
  color: var(--ink);
  text-align: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  transform: translate(-50%,-50%) rotate(var(--angle)) translateY(-185px) rotate(calc(-1 * var(--angle)));
  font-size: 13px;
}
.method-stage li span { display: block; color: var(--red); font-family: Georgia, serif; font-size: 11px; }
.method-stage li.highlight { color: #fff; border-color: var(--red); background: var(--red); }
.method-stage li.highlight span { color: #fff; }
.method-note { margin: 28px 0 0; padding: 17px 20px; color: var(--muted); border-left: 3px solid var(--red); font-size: 13px; }

.story-band { display: grid; grid-template-columns: .78fr 1.22fr; color: #fff; background: var(--red-dark); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(6vw, 50px); }
.story-copy h2 { font-size: clamp(38px, 4.3vw, 64px); }
.story-copy > p:not(.kicker) { max-width: 560px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 14px; }
.story-copy blockquote { margin: 58px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); font-family: "STSong", "SimSun", serif; font-size: 20px; }
.story-images { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 1fr 1fr; min-height: 830px; }
.story-images figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.story-images figure:first-child { grid-row: 1 / 3; }
.story-images img { height: 100%; object-fit: cover; transition: transform 600ms ease; }
.story-images figure:hover img { transform: scale(1.025); }
.story-images figcaption { position: absolute; inset: auto 0 0; padding: 12px 16px; color: #fff; background: linear-gradient(transparent,rgba(0,0,0,.65)); font-size: 11px; }

.campaign-poster { padding: 130px 0; color: #fff; background: var(--green-dark); }
.campaign-poster-layout { display: grid; grid-template-columns: minmax(350px, .78fr) 1.22fr; gap: 100px; align-items: center; }
.campaign-poster figure { width: min(100%, 490px); margin: 0; }
.campaign-poster figure a { display: block; outline-offset: 6px; }
.campaign-poster figure img { aspect-ratio: 2 / 3; object-fit: contain; background: #f3eee2; box-shadow: 0 28px 65px rgba(0,0,0,.34); transition: opacity 180ms ease, transform 180ms ease; }
.campaign-poster figure img.changing { opacity: .28; transform: translateY(5px); }
.campaign-poster figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 14px; color: rgba(255,255,255,.55); font-size: 9px; }
.campaign-poster-copy { max-width: 620px; }
.campaign-poster-copy h2 { margin: 0; font-family: "STSong", "SimSun", serif; font-size: 54px; line-height: 1.2; letter-spacing: 0; }
.campaign-poster-copy > p:not(.kicker) { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.67); font-size: 14px; }
.campaign-poster-tabs { display: flex; flex-wrap: wrap; gap: 0; margin-top: 34px; border-block: 1px solid rgba(255,255,255,.22); }
.campaign-poster-tabs button { flex: 1 1 120px; min-height: 48px; padding: 9px 12px; color: rgba(255,255,255,.58); border: 0; border-right: 1px solid rgba(255,255,255,.18); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.campaign-poster-tabs button:last-child { border-right: 0; }
.campaign-poster-tabs button.active { color: var(--green-dark); background: #efc760; }
.campaign-poster-copy dl { margin: 42px 0 0; border-top: 1px solid rgba(255,255,255,.22); }
.campaign-poster-copy dl div { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.campaign-poster-copy dt { color: #efc760; font-size: 10px; font-weight: 800; }
.campaign-poster-copy dd { margin: 0; font-size: 12px; }
.campaign-poster-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.campaign-poster-actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 160px; padding: 11px 14px; color: #fff; border: 1px solid rgba(255,255,255,.48); text-decoration: none; font-size: 11px; font-weight: 800; }
.campaign-poster-actions a:first-child { color: var(--green-dark); border-color: #efc760; background: #efc760; }
.campaign-poster-actions a:hover, .campaign-poster-actions a:focus-visible { border-color: #fff; background: rgba(255,255,255,.1); }
.campaign-poster-actions a:first-child:hover, .campaign-poster-actions a:first-child:focus-visible { color: var(--green-dark); border-color: #fff; background: #fff; }

.team-roster { padding: 145px 0 155px; background: var(--paper-bright); }
.roster-heading { display: grid; grid-template-columns: 1fr minmax(340px, 440px); gap: 90px; align-items: end; }
.roster-heading h2 { margin: 0; font-family: "STSong", "SimSun", serif; font-size: 54px; line-height: 1.2; letter-spacing: 0; }
.roster-intro p { margin: 0; color: var(--muted); font-size: 14px; }
.roster-intro small { display: block; margin-top: 20px; padding-left: 13px; color: var(--red); border-left: 2px solid var(--red); font-size: 10px; }
.roster-toolbar { display: flex; margin-top: 68px; border-block: 1px solid var(--line); }
.roster-toolbar button { flex: 1; min-width: 0; min-height: 58px; padding: 12px 16px; color: var(--muted); border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.roster-toolbar button:last-child { border-right: 0; }
.roster-toolbar button span { margin-left: 6px; color: var(--red); font-family: Georgia, serif; font-size: 10px; }
.roster-toolbar button.active { color: #fff; background: var(--ink); }
.roster-toolbar button.active span { color: #efc760; }
.member-list { margin-top: 30px; padding: 0; list-style: none; border-bottom: 1px solid var(--line); }
.member-list li { position: relative; display: grid; grid-template-columns: 55px minmax(150px,.65fr) minmax(290px,1.35fr) 170px; gap: 28px; align-items: center; min-height: 102px; padding: 20px 10px; border-top: 1px solid var(--line); transition: color 180ms ease, background 180ms ease, opacity 180ms ease, transform 180ms ease; }
.member-list li::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; content: ""; background: var(--red); transform: scaleY(0); transform-origin: bottom; transition: transform 180ms ease; }
.member-list li:hover { background: #eef0e9; }
.member-list li:hover::before { transform: scaleY(1); }
.member-list li[hidden] { display: none; }
.member-index { color: var(--red); font-family: Georgia, serif; font-size: 11px; font-weight: 800; }
.member-identity strong, .member-identity small, .member-study b, .member-study span, .member-meta span, .member-meta small { display: block; }
.member-identity strong { font-family: "STSong", "SimSun", serif; font-size: 27px; line-height: 1.2; }
.member-identity small { margin-top: 6px; color: var(--muted); font-family: Georgia, serif; font-size: 8px; }
.member-study b { font-size: 13px; }
.member-study span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.member-meta { text-align: right; }
.member-meta span { color: var(--green); font-size: 10px; font-weight: 800; }
.member-meta small { margin-top: 5px; color: var(--muted); font-size: 9px; }

.field-journal { padding-top: 145px; background: var(--paper-bright); }
.journal-heading { display: grid; grid-template-columns: 1fr minmax(320px, 430px); gap: 90px; align-items: end; margin-bottom: 70px; }
.journal-heading h2, .voices-intro h2 { margin: 0; font-family: "STSong", "SimSun", serif; font-size: 54px; line-height: 1.2; letter-spacing: 0; }
.journal-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.journal-days { padding-bottom: 145px; }
.journal-day-tabs { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journal-day-tabs button { position: relative; min-width: 0; min-height: 92px; padding: 15px 10px; color: var(--muted); text-align: left; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; }
.journal-day-tabs button:last-child { border-right: 0; }
.journal-day-tabs button::before { position: absolute; top: -2px; right: 0; left: 0; height: 3px; content: ""; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 200ms ease; }
.journal-day-tabs button.active::before { transform: scaleX(1); }
.journal-day-tabs span { display: block; color: var(--ink); font-family: Georgia, serif; font-size: 28px; }
.journal-day-tabs small { display: block; margin-top: 4px; font-size: 10px; }
.journal-day-tabs button.active span { color: var(--red); }
.journal-day-panel { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 610px; margin-top: 28px; background: #edf0e9; transition: opacity 130ms ease, transform 130ms ease; }
.journal-day-panel.changing { opacity: .35; transform: translateY(5px); }
.journal-day-panel figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.journal-day-panel figure img { height: 100%; object-fit: cover; }
.journal-day-panel figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; padding: 13px 17px; color: #fff; background: rgba(7,21,16,.78); font-size: 10px; }
.journal-day-panel > div { display: flex; flex-direction: column; justify-content: center; padding: 55px 5vw; }
.journal-date { margin: 0 0 22px; color: var(--red); font-family: Georgia, serif; font-size: 13px; font-weight: 800; }
.journal-day-panel h3 { margin: 0; font-family: "STSong", "SimSun", serif; font-size: 38px; line-height: 1.3; }
.journal-day-panel > div > p:not(.journal-date) { margin: 27px 0 0; color: var(--muted); font-size: 14px; }
.journal-day-panel ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 35px 0 0; padding: 0; list-style: none; }
.journal-day-panel li { padding: 7px 9px; color: var(--green); border: 1px solid rgba(16,44,36,.3); font-size: 10px; }
.journal-day-panel > div > small { margin-top: 30px; color: var(--muted); font-size: 9px; }
.field-voices { padding: 130px 0; color: #fff; background: var(--green-dark); }
.voices-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.voices-intro > p:last-child { max-width: 420px; margin: 32px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.voice-reader { display: grid; grid-template-columns: 150px 1fr; gap: 55px; min-width: 0; }
.voice-tabs { border-top: 1px solid rgba(255,255,255,.25); }
.voice-tabs button { display: block; width: 100%; padding: 15px 3px; color: rgba(255,255,255,.55); text-align: left; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); background: transparent; cursor: pointer; }
.voice-tabs button.active { color: #efc760; }
.voice-panel { min-width: 0; }
.voice-panel > p:first-child { margin: 0; color: #efc760; font-family: Georgia, serif; font-size: 11px; }
.voice-panel blockquote { max-width: 720px; margin: 34px 0 45px; font-family: "STSong", "SimSun", serif; font-size: 36px; line-height: 1.5; }
.voice-panel > div { display: flex; align-items: baseline; gap: 15px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.24); }
.voice-panel > div strong { font-size: 14px; }
.voice-panel > div span { color: rgba(255,255,255,.55); font-size: 10px; }
.voice-panel > p:last-child { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.62); font-size: 13px; }

.media-feature { padding: 140px 0; color: #fff; background: var(--red-dark); }
.media-feature-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(58px, 7vw, 110px); align-items: center; }
.media-feature-visual { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(190px, 1fr)); gap: 9px; min-width: 0; height: min(68vw, 680px); max-height: 680px; }
.media-feature-visual figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #142a23; }
.media-feature-visual figure:not(.media-feature-main) img { filter: saturate(.9); }
.media-feature-main { grid-row: 1 / 3; }
.media-feature-visual img { height: 100%; object-fit: cover; }
.media-feature-main img { object-position: center; }
.media-feature-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; color: #fff; background: rgba(9, 25, 19, .82); font-size: 10px; }
.media-feature-visual figcaption small { color: #efc760; font-family: Georgia, serif; font-size: 9px; white-space: nowrap; }
.media-feature-copy { min-width: 0; }
.media-feature-meta { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 70px; padding-bottom: 12px; color: rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.24); font-size: 9px; }
.media-feature-copy h2 { margin: 0; font-family: "STSong", "SimSun", serif; font-size: 54px; line-height: 1.22; letter-spacing: 0; }
.media-feature-copy > p:not(.kicker) { margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 14px; }
.media-feature-copy dl { margin: 45px 0 0; }
.media-feature-copy dl div { display: grid; grid-template-columns: 36px 1fr; gap: 17px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.2); }
.media-feature-copy dt { color: #efc760; font-family: Georgia, serif; font-size: 11px; }
.media-feature-copy dd { margin: 0; }
.media-feature-copy dd strong, .media-feature-copy dd span { display: block; }
.media-feature-copy dd strong { margin-bottom: 6px; font-size: 13px; }
.media-feature-copy dd span { color: rgba(255,255,255,.58); font-size: 11px; }
.media-feature-link { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 32px; padding: 17px 0; color: #fff; border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); text-decoration: none; font-size: 12px; font-weight: 800; }
.media-feature-link i { color: #efc760; font-family: Georgia, serif; font-size: 18px; font-style: normal; transition: transform 180ms ease; }
.media-feature-link:hover i, .media-feature-link:focus-visible i { transform: translate(3px, -3px); }

.gallery { padding: 150px 0; background: var(--paper-bright); }
.gallery-toolbar { display: flex; gap: 8px; margin-bottom: 34px; }
.gallery-toolbar button { padding: 9px 14px; color: var(--muted); border: 1px solid var(--line); background: transparent; cursor: pointer; }
.gallery-toolbar button span { margin-left: 6px; font-family: Georgia, serif; font-size: 11px; }
.gallery-toolbar button.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.gallery-grid { display: grid; grid-auto-flow: dense; grid-auto-rows: 250px; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; color: #fff; text-align: left; border: 0; background: var(--ink); cursor: zoom-in; }
.gallery-item[hidden] { display: none; }
.gallery-item.feature { grid-column: span 2; grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform 500ms ease, opacity 300ms ease; }
.gallery-item::after { position: absolute; inset: 35% 0 0; content: ""; background: linear-gradient(transparent,rgba(5,15,11,.83)); }
.gallery-item > span { position: absolute; z-index: 1; inset: auto 18px 16px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.gallery-item b { font-size: 15px; }
.gallery-item small { color: rgba(255,255,255,.7); font-size: 9px; white-space: nowrap; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); opacity: .92; }
.gallery-item:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.archive-gateway { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 680px; color: #fff; background: var(--red-dark); }
.archive-gateway-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(6vw, 50px); }
.archive-gateway h2 { margin: 0; font-family: "STSong", "SimSun", serif; font-size: 54px; line-height: 1.2; letter-spacing: 0; }
.archive-gateway h2 strong { color: #efc760; font-family: Georgia, serif; font-size: 70px; }
.archive-gateway-copy > p:not(.kicker) { max-width: 560px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 14px; }
.archive-gateway a { align-self: flex-start; margin-top: 45px; padding: 11px 16px; color: #fff; border: 1px solid rgba(255,255,255,.55); text-decoration: none; font-size: 12px; font-weight: 800; }
.archive-gateway > img { height: 100%; min-height: 680px; object-fit: cover; object-position: center; }

.archive { padding: 140px 0; color: #fff; background: var(--ink); }
.archive-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.archive ol { margin: 0; padding: 0; list-style: none; }
.archive li { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.2); }
.archive li > span { color: #efc760; font-family: Georgia, serif; font-size: 14px; }
.archive h3 { margin: 0 0 7px; font-family: "STSong", "SimSun", serif; font-size: 24px; }
.archive li p { margin: 0; color: rgba(255,255,255,.63); font-size: 13px; }

.toolkit { padding: 145px 0 155px; background: var(--paper-bright); }
.toolkit-heading { display: grid; grid-template-columns: 1fr minmax(320px, 430px); gap: 90px; align-items: end; }
.toolkit-heading h2 { margin: 0; font-family: "STSong", "SimSun", serif; font-size: 54px; line-height: 1.2; letter-spacing: 0; }
.toolkit-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.toolkit-workflow { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-block: 1px solid var(--line); }
.toolkit-workflow article { min-width: 0; padding: 32px 32px 34px 0; border-right: 1px solid var(--line); }
.toolkit-workflow article + article { padding-left: 32px; }
.toolkit-workflow article:last-child { border-right: 0; }
.toolkit-workflow span { color: var(--red); font-family: Georgia, serif; font-size: 11px; font-weight: 800; }
.toolkit-workflow h3 { margin: 14px 0 7px; font-family: "STSong", "SimSun", serif; font-size: 23px; }
.toolkit-workflow p { margin: 0; color: var(--muted); font-size: 12px; }
.toolkit-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; margin-top: 85px; }
.readiness header, .toolkit-downloads header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.readiness h3, .toolkit-downloads h3 { margin: 0; font-family: "STSong", "SimSun", serif; font-size: 34px; line-height: 1.25; }
.readiness-score { display: flex; align-items: baseline; color: var(--muted); font-family: Georgia, serif; }
.readiness-score strong { color: var(--red); font-size: 48px; line-height: 1; }
.readiness-score span { font-size: 16px; }
.readiness-progress { height: 4px; overflow: hidden; background: #dfdbd0; }
.readiness-progress span { display: block; width: 100%; height: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; }
.readiness-list { border-bottom: 1px solid var(--line); }
.readiness-list label { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; padding: 17px 4px; border-top: 1px solid var(--line); cursor: pointer; }
.readiness-list label:first-child { border-top: 0; }
.readiness-list input { width: 17px; height: 17px; margin: 4px 0 0; accent-color: var(--red); }
.readiness-list span, .download-row > span:nth-child(2) { min-width: 0; }
.readiness-list b, .readiness-list small { display: block; }
.readiness-list b { font-size: 14px; }
.readiness-list small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.readiness-list label:has(input:checked) b { color: var(--red); }
.readiness-list label:has(input:checked) small { text-decoration: line-through; opacity: .58; }
.readiness-reset { margin-top: 20px; padding: 8px 0; color: var(--muted); border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 11px; }
.readiness-reset:hover, .readiness-reset:focus-visible { color: var(--red); }
.toolkit-downloads header { min-height: 69px; }
.download-row { display: grid; grid-template-columns: 48px 1fr 42px; gap: 17px; align-items: center; min-height: 105px; padding: 20px 0; border-top: 1px solid var(--line); text-decoration: none; }
.download-row:last-of-type { border-bottom: 1px solid var(--line); }
.download-index { color: var(--red); font-family: Georgia, serif; font-size: 11px; font-weight: 800; }
.download-row b, .download-row small { display: block; }
.download-row b { font-family: "STSong", "SimSun", serif; font-size: 21px; }
.download-row small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.download-row i { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; font-family: Georgia, serif; font-size: 19px; font-style: normal; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.download-row:hover i, .download-row:focus-visible i { color: #fff; background: var(--red); transform: translateY(3px); }
.download-row.featured b { color: var(--red); }
.toolkit-note { margin-top: 36px; padding: 22px 0 0; border-top: 3px solid var(--ink); }
.toolkit-note strong { font-size: 12px; }
.toolkit-note p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }

.site-footer { color: var(--ink); background: var(--yellow); }
.footer-main { display: flex; align-items: end; justify-content: space-between; min-height: 270px; padding-block: 55px; }
.footer-main > div { display: flex; align-items: center; gap: 17px; }
.footer-main h2 { margin: 0; font-family: "STSong", "SimSun", serif; font-size: clamp(48px, 6vw, 78px); line-height: 1; }
.footer-main p { margin: 0; text-align: right; font-size: 12px; }
.footer-meta { display: flex; justify-content: space-between; gap: 25px; padding-block: 18px; border-top: 1px solid rgba(24,32,28,.35); font-size: 10px; }
.footer-meta a { font-weight: 800; text-decoration: none; }
.footer-meta .beian-link { font-weight: 600; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; overflow: hidden; color: #fff; border: 0; background: rgba(5,12,9,.96); }
.lightbox::backdrop { background: rgba(5,12,9,.96); }
.lightbox[open] { display: grid; grid-template-columns: 78px 1fr 78px; place-items: center; }
.lightbox figure { display: grid; grid-template-rows: minmax(0,1fr) auto; width: min(1100px, calc(100vw - 200px)); height: calc(100vh - 70px); margin: 0; }
.lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { display: flex; justify-content: space-between; gap: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.lightbox figcaption small { color: #efc760; font-size: 10px; }
.lightbox figcaption h2 { margin: 3px 0 0; font-family: "STSong", "SimSun", serif; font-size: 24px; }
.lightbox figcaption > span { font-family: Georgia, serif; font-size: 14px; }
.lightbox-close, .lightbox-nav { z-index: 2; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; }
.lightbox-close { position: fixed; top: 22px; right: 24px; width: 44px; height: 44px; font-size: 25px; }
.lightbox-nav { width: 48px; height: 48px; font-size: 24px; }
.lightbox-nav:hover, .lightbox-close:hover { color: var(--ink); background: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: none; }
.metrics > div:nth-child(2), .story-images figure:nth-child(2), .gallery-item:nth-child(2) { transition-delay: 80ms; }
.metrics > div:nth-child(3), .story-images figure:nth-child(3), .gallery-item:nth-child(3) { transition-delay: 160ms; }
.metrics > div:nth-child(4), .gallery-item:nth-child(4) { transition-delay: 240ms; }

@keyframes hero-image-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 42px, 760px); }
  .site-header { height: 70px; padding: 0 21px; }
  .site-header.scrolled {
    background: #f2f0e9;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed;
    z-index: 210;
    top: 70px;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100vw;
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    padding: 35px 22px;
    overflow-y: auto;
    color: var(--ink);
    background-color: #f2f0e9;
    box-shadow: 0 18px 40px rgba(16, 44, 36, .16);
    opacity: 1;
    transform: none;
    visibility: hidden;
    transition: visibility 0s;
  }
  .site-nav.open { visibility: visible; }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: "STSong", "SimSun", serif; font-size: 25px; }
  .site-nav a::after { display: none; }
  .site-nav .nav-index { margin-top: 18px; padding: 14px; text-align: center; }
  .hero-topline { top: 92px; }
  .intro-layout { grid-template-columns: 50px 1fr; gap: 30px; }
  .intro-copy { grid-column: 2; padding-top: 5px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .action-tabs { grid-template-columns: repeat(5, minmax(140px,1fr)); overflow-x: auto; }
  .action-panel { grid-template-columns: 1fr; }
  .action-panel figure { min-height: 520px; }
  .action-copy { padding: 55px 0 0; }
  .method-layout { grid-template-columns: 1fr; gap: 65px; }
  .method header > p:last-child { max-width: 650px; }
  .story-band { grid-template-columns: 1fr; }
  .campaign-poster-layout { grid-template-columns: .78fr 1.22fr; gap: 60px; }
  .roster-heading { grid-template-columns: 1fr; gap: 28px; }
  .member-list li { grid-template-columns: 45px minmax(130px,.6fr) minmax(250px,1.4fr) 150px; gap: 20px; }
  .story-copy { padding-block: 90px; }
  .story-images { min-height: 700px; }
  .journal-heading { grid-template-columns: 1fr; gap: 28px; }
  .journal-day-panel { grid-template-columns: 1fr; }
  .journal-day-panel figure { min-height: 520px; }
  .voices-layout { grid-template-columns: 1fr; gap: 65px; }
  .media-feature-layout { grid-template-columns: 1fr; }
  .media-feature-visual { height: 620px; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .archive-layout { grid-template-columns: 1fr; gap: 60px; }
  .toolkit-heading { grid-template-columns: 1fr; gap: 28px; }
  .toolkit-grid { grid-template-columns: 1fr; gap: 75px; }
  .archive-gateway { grid-template-columns: 1fr; }
  .archive-gateway > img { min-height: 560px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 32px); }
  .brand-copy small { display: none; }
  .hero { min-height: 92svh; }
  .hero-image { object-position: 55% center; }
  .hero-topline { right: 16px; left: 16px; }
  .hero-content { min-height: 92svh; width: calc(100vw - 32px); padding-bottom: 155px; }
  .hero h1 { font-size: clamp(74px, 24vw, 104px); }
  .hero-lead { margin-top: 22px; font-size: 16px; }
  .hero-footer { right: 16px; bottom: 22px; left: 16px; grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-footer a { grid-column: 1 / -1; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.2); padding-top: 9px; }
  .hero-footer a i { width: 20px; height: 20px; }
  .intro, .actions, .method, .gallery, .archive, .toolkit { padding: 92px 0; }
  .intro-layout { grid-template-columns: 34px 1fr; gap: 18px; }
  .intro h2, .section-heading h2, .method h2, .story-copy h2, .archive h2, .toolkit-heading h2 { font-size: 38px; }
  .intro-copy .lead { font-size: 17px; }
  .metrics { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .metrics > div { min-height: 140px; padding: 23px 15px; }
  .metrics > div:nth-child(2) { border-right: 0; }
  .metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .metrics strong { font-size: 44px; }
  .transition-image { min-height: 580px; }
  .transition-image img { object-position: 45% center; }
  .transition-image p { right: 20px; bottom: 35px; left: 20px; font-size: 30px; }
  .section-heading { margin-bottom: 42px; }
  .action-tabs { margin-right: -16px; grid-template-columns: repeat(5, 128px); }
  .action-tabs button { min-height: 78px; padding: 13px; }
  .action-panel figure { min-height: 350px; }
  .action-copy { padding-top: 40px; }
  .action-copy h3 { font-size: 32px; }
  .action-copy dl div { grid-template-columns: 75px 1fr; gap: 12px; }
  .method-stage { min-height: 390px; margin-top: 30px; }
  .method-core { width: 150px; height: 150px; padding: 18px; }
  .method-core strong { font-size: 15px; }
  .method-stage ol::before { inset: 9%; }
  .method-stage li { width: 90px; height: 90px; padding: 9px; font-size: 11px; transform: translate(-50%,-50%) rotate(var(--angle)) translateY(-145px) rotate(calc(-1 * var(--angle))); }
  .story-copy { padding: 78px 20px; }
  .story-copy blockquote { margin-top: 40px; font-size: 18px; }
  .story-images { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 230px; min-height: 0; }
  .story-images figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .campaign-poster { padding: 85px 0; }
  .campaign-poster-layout { grid-template-columns: 1fr; gap: 58px; }
  .campaign-poster figure { width: min(100%, 430px); margin-inline: auto; }
  .campaign-poster-copy h2 { font-size: 38px; }
  .campaign-poster-copy > p:not(.kicker) { margin-top: 24px; }
  .campaign-poster-copy dl { margin-top: 32px; }
  .campaign-poster-actions a { flex: 1 1 150px; }
  .team-roster { padding: 92px 0; }
  .roster-heading h2 { font-size: 38px; }
  .roster-toolbar { margin-top: 48px; overflow-x: auto; }
  .roster-toolbar button { flex: 0 0 auto; min-width: 128px; min-height: 52px; padding-inline: 12px; }
  .member-list { margin-top: 20px; }
  .member-list li { grid-template-columns: 34px 1fr; gap: 10px 14px; min-height: 0; padding: 21px 5px; }
  .member-index { grid-row: 1 / 3; align-self: start; padding-top: 5px; }
  .member-identity { grid-column: 2; }
  .member-identity strong { font-size: 25px; }
  .member-study { grid-column: 2; }
  .member-meta { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 10px; text-align: left; border-top: 1px solid var(--line); }
  .member-meta small { margin-top: 0; text-align: right; }
  .field-journal { padding-top: 92px; }
  .journal-heading { margin-bottom: 45px; }
  .journal-heading h2, .voices-intro h2 { font-size: 38px; }
  .journal-days { width: 100%; padding-bottom: 92px; }
  .journal-day-tabs { padding-left: 16px; overflow-x: auto; grid-template-columns: repeat(7, 112px); }
  .journal-day-tabs button { min-height: 80px; }
  .journal-day-panel { min-height: 0; margin-top: 16px; }
  .journal-day-panel figure { min-height: 360px; }
  .journal-day-panel > div { padding: 45px 20px; }
  .journal-day-panel h3 { font-size: 31px; }
  .field-voices { padding: 85px 0; }
  .voice-reader { grid-template-columns: 1fr; gap: 35px; }
  .voice-tabs { display: flex; margin-right: -16px; overflow-x: auto; }
  .voice-tabs button { flex: 0 0 auto; width: auto; min-width: 92px; padding: 13px 10px; border-right: 1px solid rgba(255,255,255,.18); }
  .voice-panel blockquote { margin: 27px 0 36px; font-size: 28px; }
  .media-feature { padding: 85px 0; }
  .media-feature-layout { gap: 58px; }
  .media-feature-visual { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 190px; height: auto; max-height: none; gap: 6px; }
  .media-feature-main { grid-column: 1 / 3; grid-row: auto; }
  .media-feature-visual figcaption { padding: 11px 12px; }
  .media-feature-meta { flex-direction: column; gap: 5px; margin-bottom: 45px; }
  .media-feature-copy h2 { font-size: 38px; }
  .media-feature-copy > p:not(.kicker) { margin-top: 24px; }
  .media-feature-copy dl { margin-top: 36px; }
  .gallery-toolbar { margin-right: -16px; padding-bottom: 5px; overflow-x: auto; }
  .gallery-toolbar button { flex: 0 0 auto; }
  .gallery-grid { grid-auto-rows: 180px; grid-template-columns: 1fr 1fr; gap: 6px; }
  .gallery-item.feature { grid-column: span 2; grid-row: span 2; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 2; }
  .gallery-item > span { inset: auto 11px 10px; display: block; }
  .gallery-item small { display: block; margin-top: 2px; }
  .archive li { grid-template-columns: 43px 1fr; gap: 12px; }
  .archive-gateway { min-height: 0; }
  .archive-gateway-copy { padding: 75px 20px; }
  .archive-gateway h2 { font-size: 37px; }
  .archive-gateway h2 strong { font-size: 52px; }
  .archive-gateway > img { min-height: 420px; }
  .archive h3 { font-size: 21px; }
  .toolkit-workflow { grid-template-columns: 1fr; margin-top: 48px; }
  .toolkit-workflow article, .toolkit-workflow article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .toolkit-workflow article:last-child { border-bottom: 0; }
  .toolkit-grid { margin-top: 62px; }
  .readiness h3, .toolkit-downloads h3 { font-size: 29px; }
  .readiness-score strong { font-size: 40px; }
  .readiness-list label { grid-template-columns: 20px 1fr; gap: 11px; }
  .download-row { grid-template-columns: 38px 1fr 38px; gap: 10px; min-height: 96px; }
  .download-row b { font-size: 18px; }
  .footer-main { display: block; min-height: 0; padding-block: 55px; }
  .footer-main p { margin-top: 40px; text-align: left; }
  .footer-meta { flex-wrap: wrap; }
  .footer-meta span:nth-child(2) { display: none; }
  .lightbox[open] { display: grid; grid-template-columns: 1fr; }
  .lightbox figure { width: calc(100vw - 28px); height: calc(100vh - 100px); padding-top: 45px; }
  .lightbox-nav { position: fixed; bottom: 18px; width: 44px; height: 44px; }
  .lightbox-nav.prev { left: 18px; }
  .lightbox-nav.next { right: 18px; }
  .lightbox-close { top: 12px; right: 14px; }
  .lightbox figcaption { padding: 12px 55px 0; }
}

@media (max-width: 380px) {
  .method-stage { transform: scale(.9); margin-inline: -18px; }
  .gallery-grid { grid-auto-rows: 160px; }
}

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