@font-face{font-family:"Anek Devanagari";src:url("fonts/anek-local-latin.woff2") format("woff2");font-display:block}@font-face{font-family:"Mukta";src:url("fonts/mukta-local-latin.woff2") format("woff2");font-weight:400 700;font-display:block}
@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("fonts/myriad-pro-bold-cond.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --rg-bg: #faf4e6;
  --rg-surface: #ffffff;
  --rg-border: #ece0c4;
  --rg-divider: #e6d9bd;
  --rg-primary: #0136c2;
  --rg-primary-soft: #bcd0ff;
  --rg-ink: #0b1530;
  --rg-cta: #fbb03b;
  --rg-accent: #f7941d;
  --rg-body: #3c4660;
  --rg-body-2: #54607a;
  --rg-muted: #7a8299;
  --rg-success: #1a8f4c;
  --rg-success-tint: #eaf7ef;
  --rg-success-line: #9bd3b0;
  --rg-display: "Anek Devanagari", "Myriad Pro Condensed", Impact, sans-serif;
  --rg-text: "Mukta", Arial, Helvetica, sans-serif;
  --rg-measure: 1100px;
  color: var(--rg-body);
  font-family: var(--rg-text);
  font-synthesis: none;
  scroll-behavior: smooth;
}

html[lang="en"] {
  --rg-display: "Myriad Pro Condensed", Impact, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--rg-bg);
  color: var(--rg-body);
  line-height: 1.5;
}

a { color: inherit; }

img {
  display: block;
  max-width: 100%;
}

.site-header {
  min-height: 72px;
  padding: 10px max(24px, calc((100vw - var(--rg-measure)) / 2));
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--rg-divider);
  background: rgba(250, 244, 230, .96);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  color: var(--rg-primary);
  font-family: var(--rg-display);
  line-height: .9;
  text-decoration: none;
  text-transform: uppercase;
}

.brand strong {
  font-size: 22px;
  font-weight: 800;
}

.brand small {
  margin-top: 4px;
  color: var(--rg-accent);
  font-size: 10px;
  font-weight: 800;
}

.edition-meta {
  color: var(--rg-muted);
  font-size: 13px;
  font-weight: 600;
}

.pdf-link {
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--rg-cta);
  color: var(--rg-ink);
  font-family: var(--rg-display);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.pdf-link:hover { background: #ffc45a; }

.pdf-link:focus-visible,
.source-image-link:focus-visible,
.issue-nav a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--rg-accent);
  outline-offset: 4px;
}

.edition-section { scroll-margin-top: 80px; }

.hero-story {
  min-height: calc(100svh - 72px);
  padding: 32px 24px 72px;
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  background: var(--rg-bg);
}

.hero-copy {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: clamp(38px, 6vw, 72px) 16px 0;
  grid-row: 2;
  text-align: center;
}

.section-kicker,
.section-heading > span {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--rg-accent);
  font-family: var(--rg-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-story h1,
.section-heading h2,
.stats-section h2 {
  font-family: var(--rg-display);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-story h1 {
  max-width: 850px;
  margin: 0 auto 22px;
  color: var(--rg-primary);
  font-size: clamp(54px, 7vw, 86px);
  line-height: .94;
}

.hero-body {
  max-width: 720px;
  margin: 0 auto;
  color: var(--rg-body);
  font-size: clamp(17px, 1.5vw, 20px);
}

.hero-body p { margin: 0 0 14px; }

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero-actions .content-block p { margin: 0; }

.hero-actions a {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--rg-cta);
  color: var(--rg-ink);
  font-family: var(--rg-display);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-art {
  width: min(var(--rg-measure), 100%);
  height: clamp(280px, 42vw, 470px);
  margin: 0 auto;
  grid-row: 1;
  overflow: hidden;
  border: 1px solid var(--rg-border);
  border-radius: 18px;
  background: var(--rg-primary-soft);
  box-shadow: 0 1px 2px rgba(11, 21, 48, .05);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.section-heading {
  width: min(var(--rg-measure), 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.section-heading h2,
.stats-section h2 {
  max-width: 900px;
  margin: 0;
  color: var(--rg-ink);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
}

.timeline-section {
  padding: clamp(70px, 9vw, 112px) 0;
  border-top: 1px solid var(--rg-divider);
  background: var(--rg-bg);
}

.timeline-list {
  width: min(var(--rg-measure), calc(100% - 48px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.timeline-card {
  min-width: 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 48px minmax(130px, .8fr) minmax(0, 1.2fr);
  gap: 14px;
  align-items: start;
  border: 1px solid var(--rg-border);
  border-radius: 16px;
  background: var(--rg-surface);
  box-shadow: 0 1px 2px rgba(11, 21, 48, .04);
}

.timeline-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--rg-ink);
  color: var(--rg-cta);
  font-family: var(--rg-display);
  font-size: 18px;
  font-weight: 800;
}

.timeline-copy .content-block:first-child p {
  margin: 0 0 8px;
  color: var(--rg-accent);
  font-family: var(--rg-display);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.timeline-copy p { margin: 0 0 9px; }

.source-image-link {
  display: block;
  color: var(--rg-primary);
  text-decoration: none;
}

.source-image-link img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: var(--rg-border);
}

.stats-section {
  max-width: none;
  margin: 0;
  padding: clamp(70px, 9vw, 112px) max(24px, calc((100vw - var(--rg-measure)) / 2));
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-areas: "copy portrait" "stats portrait";
  gap: 40px 64px;
  align-items: center;
  border-top: 1px solid var(--rg-divider);
  background: var(--rg-surface);
}

.stats-copy { grid-area: copy; }

.stats-prose {
  max-width: 690px;
  color: var(--rg-body);
  font-size: 17px;
}

.stats-prose h3 {
  margin: 22px 0 8px;
  color: var(--rg-primary);
  font-family: var(--rg-display);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.stats-portrait {
  min-height: 530px;
  margin: 0;
  grid-area: portrait;
  align-self: stretch;
  overflow: hidden;
  border-radius: 18px;
  background: var(--rg-cta);
}

.stats-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.stat-grid {
  margin: 0;
  padding: 0;
  grid-area: stats;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
}

.stat-grid li {
  min-height: 108px;
  padding: 16px;
  border: 1px solid var(--rg-border);
  border-radius: 14px;
  background: var(--rg-bg);
}

.stat-grid strong {
  display: block;
  color: var(--rg-primary);
  font-family: var(--rg-display);
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
}

.stat-grid span {
  color: var(--rg-body-2);
  font-size: 12px;
  font-weight: 600;
}

.parity-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.pledge-section {
  padding: clamp(70px, 9vw, 108px) 0;
  border-top: 1px solid var(--rg-divider);
  background: var(--rg-bg);
}

.pledge-section:nth-of-type(even) { background: var(--rg-surface); }

.pledge-heading h2 { max-width: 900px; }

.showcase-grid {
  width: min(var(--rg-measure), calc(100% - 48px));
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.showcase-card {
  min-width: 0;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(170px, .85fr) minmax(0, 1.15fr);
  gap: 18px;
  align-items: start;
  border: 1px solid var(--rg-border);
  border-radius: 16px;
  background: var(--rg-surface);
  box-shadow: 0 1px 2px rgba(11, 21, 48, .04);
}

.pledge-section:nth-of-type(even) .showcase-card { background: var(--rg-bg); }

.showcase-card .story-image { aspect-ratio: auto; object-fit: contain; }

.showcase-copy p,
.showcase-copy h3 { margin-top: 0; }

.showcase-copy .showcase-caption-title,
.showcase-copy h3,
.derived-card-title h3 {
  margin-bottom: 7px;
  color: var(--rg-primary);
  font-family: var(--rg-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.showcase-copy p:last-child { margin-bottom: 0; }

.feature-grid .showcase-card:first-child { grid-column: 1 / -1; }

.feature-grid .showcase-card:first-child .story-image { aspect-ratio: 2.4 / 1; }

.issue-nav {
  padding: 48px max(24px, calc((100vw - var(--rg-measure)) / 2));
  background: var(--rg-primary);
  color: white;
}

.issue-nav > strong {
  display: block;
  margin-bottom: 18px;
  color: var(--rg-cta);
  font-family: var(--rg-display);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.issue-nav > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 22px;
}

.issue-nav a {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.issue-nav a[aria-current] { border-bottom-color: var(--rg-cta); }

.site-footer {
  min-height: 170px;
  padding: 46px max(24px, calc((100vw - var(--rg-measure)) / 2));
  display: flex;
  justify-content: space-between;
  gap: 48px;
  background: var(--rg-ink);
  color: white;
}

.site-footer strong,
.site-footer span { display: block; }

.site-footer strong {
  color: var(--rg-cta);
  font-family: var(--rg-display);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer span { color: var(--rg-primary-soft); }

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px 18px;
}

.site-footer a { color: white; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .edition-meta { display: none; }
  .timeline-list { grid-template-columns: 1fr; }
  .stats-section {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "portrait" "stats";
  }
  .stats-portrait { min-height: 420px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .feature-grid .showcase-card:first-child { grid-column: auto; }
  .issue-nav > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 64px;
    gap: 10px;
    padding-inline: 16px;
  }
  .brand strong { font-size: 18px; }
  .pdf-link { padding: 9px 11px; font-size: 11px; }
  .hero-story { min-height: auto; padding: 16px 16px 56px; }
  .hero-art { height: 250px; border-radius: 14px; }
  .hero-copy { padding: 34px 4px 0; text-align: left; }
  .hero-story h1 { margin-inline: 0; font-size: clamp(48px, 15vw, 68px); }
  .hero-body { margin-inline: 0; }
  .hero-actions { display: grid; justify-content: stretch; }
  .hero-actions a { display: block; text-align: center; }
  .section-heading { padding-inline: 16px; }
  .section-heading h2,
  .stats-section h2 { font-size: 36px; }
  .timeline-list,
  .showcase-grid { width: calc(100% - 32px); }
  .timeline-card { grid-template-columns: 42px 1fr; }
  .timeline-number { width: 40px; height: 40px; }
  .timeline-media { grid-column: 1 / -1; }
  .timeline-copy { grid-column: 2; grid-row: 1; }
  .stats-section { padding-inline: 16px; }
  .stats-portrait { min-height: 340px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-card { grid-template-columns: 1fr; }
  .feature-grid .showcase-card:first-child .story-image { aspect-ratio: 1.65 / 1; }
  .issue-nav > div { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; padding-inline: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
}

/* April 2026: PDF-faithful editorial cards and alternating showcase rows. */
.april-edition {
  --apr-navy: #003b66;
  --apr-cyan: #28afe5;
  --apr-yellow: #ffd500;
  --apr-grey: #e8e8e8;
  --apr-ink: #111111;
  --apr-width: 900px;
  background: #fff;
  color: var(--apr-ink);
}

.april-edition .brand { color: var(--apr-navy); }
.april-edition .pdf-link { background: var(--apr-yellow); }

.april-cover {
  padding: 0;
  background: #fff;
}

.april-cover-masthead,
.april-cover-photo {
  width: min(var(--apr-width), 100%);
  margin: 0 auto;
}

.april-cover-masthead img,
.april-cover-photo img {
  width: 100%;
  height: auto;
}

.april-cover-copy {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 42px;
}

.april-cover h1,
.april-card-copy h2,
.april-card-copy h3,
.april-statement h2,
.april-showcase-heading h2,
.april-showcase-heading p {
  margin: 0;
  color: var(--apr-navy);
  font-family: var(--rg-display);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .95;
  text-transform: uppercase;
}

.april-cover h1 {
  margin-bottom: 24px;
  font-size: 64px;
}

.april-cover .heading-accent,
.april-showcase-heading .heading-accent { color: var(--apr-cyan); }

.april-cover-body {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 1.45;
}

.april-cover-body p { margin: 0 0 18px; }

.april-chapter-heading {
  width: min(var(--apr-width), calc(100% - 40px));
  margin: 0 auto 34px;
}

.april-chapter-heading img {
  width: 100%;
  height: auto;
}

.april-card-section {
  padding: 46px 20px;
  background: #fff;
}

.april-card-section + .april-card-section { padding-top: 16px; }

.april-editorial-card {
  width: min(820px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background: var(--apr-grey);
}

.april-card-media {
  margin: 0;
  background: #d6d6d6;
}

.april-card-media img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.april-card-copy {
  padding: 32px 40px 36px;
  text-align: left;
}

.april-card-copy h2,
.april-card-copy h3,
.april-statement h2 {
  font-family: var(--rg-text);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: none;
}

.april-card-body,
.april-statement-body {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.45;
}

.april-card-body p,
.april-statement-body p { margin: 0 0 15px; }

.april-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.april-actions .content-block p { margin: 0; }

.april-actions a,
.april-subscribe a {
  display: inline-block;
  padding: 12px 19px;
  border-radius: 12px;
  background: var(--apr-yellow);
  color: #111;
  font-family: var(--rg-text);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.april-actions a:hover,
.april-subscribe a:hover { background: #ffe34e; }

.april-statement {
  padding: 76px 20px 0;
  background: #fff;
}

.april-statement-copy {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.april-statement h2 { font-size: 42px; }

.april-statement-photo {
  width: min(var(--apr-width), calc(100% + 40px));
  margin: 36px auto 0;
  overflow: hidden;
}

.april-statement-photo img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center top;
}

.april-showcase {
  padding: 74px 20px 84px;
  background: #fff;
}

.april-showcase-heading {
  width: min(var(--apr-width), 100%);
  margin: 0 auto 54px;
  text-align: center;
}

.april-showcase-heading h2,
.april-showcase-heading p {
  font-size: 66px;
  line-height: .88;
}

.april-showcase-heading p {
  margin-top: 7px;
  color: #080808;
}

.april-showcase-grid {
  width: min(var(--apr-width), 100%);
  margin: 0 auto;
  display: grid;
  gap: 46px;
}

.april-showcase-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.april-showcase-card:nth-child(even) .source-image-link { order: 2; }
.april-showcase-card:nth-child(even) .april-showcase-copy {
  order: 1;
  text-align: right;
}

.april-showcase-card .source-image-link,
.april-showcase-card .story-image {
  width: 100%;
  height: auto;
}

.april-showcase-card .story-image {
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 24px;
  object-fit: contain;
}

.april-showcase-copy p { margin: 0 0 12px; }

.april-showcase-copy .showcase-caption-title {
  color: var(--apr-navy);
  font-family: var(--rg-text);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.08;
}

.april-showcase-copy {
  font-size: 18px;
  line-height: 1.38;
}

.april-subscribe {
  width: min(var(--apr-width), 100%);
  margin: 52px auto 0;
  text-align: center;
}

.april-edition .issue-nav { background: var(--apr-navy); }
.april-edition .issue-nav > strong,
.april-edition .site-footer strong { color: var(--apr-yellow); }
.april-edition .site-footer { background: #111; }

html[lang="hi"] .april-cover h1,
html[lang="hi"] .april-showcase-heading h2,
html[lang="hi"] .april-showcase-heading p { line-height: 1.08; }

html[lang="hi"] .april-cover-body,
html[lang="hi"] .april-card-body,
html[lang="hi"] .april-statement-body,
html[lang="hi"] .april-showcase-copy { line-height: 1.62; }

html[lang="hi"] .april-card-copy h2,
html[lang="hi"] .april-card-copy h3,
html[lang="hi"] .april-statement h2,
html[lang="hi"] .showcase-caption-title { line-height: 1.22; }

html[lang="hi"] .april-actions a,
html[lang="hi"] .april-subscribe a {
  font-size: 17px;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .april-cover-copy { padding: 34px 0 30px; }
  .april-cover h1 { font-size: 46px; }
  .april-cover-body { font-size: 17px; }
  .april-card-section { padding-inline: 16px; }
  .april-editorial-card { border-radius: 18px; }
  .april-card-copy { padding: 25px 22px 28px; }
  .april-card-copy h2,
  .april-statement h2 { font-size: 30px; }
  .april-actions { display: grid; }
  .april-actions a,
  .april-subscribe a { display: block; text-align: center; }
  .april-statement { padding-top: 58px; }
  .april-statement-photo img { min-height: 360px; }
  .april-showcase { padding: 58px 16px 64px; }
  .april-showcase-heading { margin-bottom: 38px; }
  .april-showcase-heading h2,
  .april-showcase-heading p { font-size: 47px; }
  .april-showcase-card { grid-template-columns: 1fr; gap: 18px; }
  .april-showcase-card:nth-child(even) .source-image-link,
  .april-showcase-card:nth-child(even) .april-showcase-copy { order: initial; }
  .april-showcase-card:nth-child(even) .april-showcase-copy { text-align: left; }
  .april-showcase-card .story-image { min-height: 220px; border-radius: 18px; }
  .april-showcase-copy .showcase-caption-title { font-size: 28px; }
}

/* PDF-faithful June 2026 composition. The PDF defines the editorial hierarchy;
   the handoff system remains the source for implementation and accessibility rules. */
:root {
  --pdf-navy: #053757;
  --pdf-blue: #083acb;
  --pdf-cyan: #28aee4;
  --pdf-red: #d42b20;
  --pdf-yellow: #ffdc00;
  --pdf-black: #282828;
  --pdf-line: #adb7bd;
  --pdf-width: 900px;
}

body { background: #fff; color: #171717; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  min-height: 64px;
  border-bottom-color: #e7e7e7;
  background: rgba(255, 255, 255, .97);
}

.brand { color: var(--pdf-blue); }
.brand small { color: var(--pdf-navy); }
.pdf-link { border-radius: 0; background: var(--pdf-yellow); }
.pdf-link:hover { background: #ffe84c; }

.hero-story {
  min-height: 0;
  padding: 0;
  display: block;
  background: #fff;
}

.hero-masthead,
.hero-art,
.hero-crowd {
  width: min(var(--pdf-width), 100%);
  margin: 0 auto;
}

.hero-masthead,
.hero-art {
  height: auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.hero-masthead img,
.hero-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-copy {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 38px;
  text-align: center;
}

.hero-story h1 {
  max-width: none;
  margin: 0 auto 22px;
  color: var(--pdf-navy);
  font-size: 84px;
  line-height: .82;
}

.heading-accent { color: var(--pdf-blue); }
.hero-story .heading-accent { color: var(--pdf-cyan); }

.hero-tagline {
  margin: -8px 0 24px;
  color: var(--pdf-navy);
  font-family: var(--rg-display);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-body {
  max-width: 650px;
  color: #181818;
  font-family: var(--rg-text);
  font-size: 18px;
  line-height: 1.28;
}

.hero-body .content-block:nth-child(2) {
  margin-top: 24px;
  font-weight: 700;
}

.hero-crowd {
  min-height: 400px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 42%, rgba(0, 0, 0, .82)), var(--crowd-image);
  background-position: center;
  background-size: cover;
}

.hero-actions {
  width: min(520px, 100%);
  margin: 0;
  display: grid;
  gap: 9px;
  position: relative;
  z-index: 1;
}

.hero-actions a {
  display: block;
  padding: 12px 18px;
  border-radius: 0;
  background: var(--pdf-yellow);
  color: #111;
  font-family: var(--rg-text);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.timeline-section {
  padding: 88px 0 104px;
  border-top: 0;
  background: #fff;
}

.section-heading,
.timeline-list,
.showcase-grid { width: min(var(--pdf-width), calc(100% - 40px)); }

.timeline-heading { text-align: center; }

.section-heading h2,
.stats-section h2 {
  max-width: none;
  color: var(--pdf-black);
  font-size: 76px;
  line-height: .88;
  text-align: center;
}

.timeline-heading .heading-accent { color: var(--pdf-cyan); }

.timeline-list {
  margin-top: 48px;
  display: block;
  position: relative;
}

.timeline-list::before {
  content: "";
  width: 112px;
  position: absolute;
  inset: 0 auto 0 50%;
  transform: translateX(-50%);
  background: var(--pdf-blue);
}

.timeline-card {
  min-height: 230px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  gap: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  background: transparent;
  box-shadow: none;
}

.timeline-pane {
  padding: 0 24px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.timeline-card[data-side="left"] .timeline-pane {
  grid-column: 1;
  text-align: right;
}

.timeline-card[data-side="right"] .timeline-pane {
  grid-column: 3;
  text-align: left;
}

.timeline-date {
  min-width: 0;
  padding: 8px 6px;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.timeline-date .content-block p {
  margin: 0;
  color: #fff;
  font-family: var(--rg-display);
  font-size: 27px;
  font-weight: 800;
  line-height: .85;
  text-transform: uppercase;
}

.timeline-number { display: none; }

.timeline-media { order: 1; }
.timeline-copy { order: 2; }
.timeline-copy p { margin: 0; font-size: 16px; line-height: 1.28; }

.timeline-copy .content-block:first-child p {
  color: #171717;
  font-family: var(--rg-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.28;
  text-transform: none;
}

.timeline-media .story-image {
  width: 100%;
  aspect-ratio: auto;
  height: auto;
  max-height: none;
  border-radius: 0;
  object-fit: contain;
}

.source-image-link {
  display: block;
  position: relative;
  color: var(--pdf-blue);
}

.source-image-link img { border-radius: 0; }

/* The source PDF may already contain a tap icon. Interaction, not another badge,
   makes every recovered image link feel clickable in a consistent way. */
.source-image-link {
  overflow: hidden;
  cursor: pointer;
}

.source-image-link img {
  transition: transform 160ms ease, filter 160ms ease, opacity 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .source-image-link:hover img {
    transform: scale(1.012);
    filter: brightness(.94);
  }

  .timeline-media .source-image-link:hover img {
    transform: none;
  }
}

.source-image-link:active img { opacity: .84; }

.stats-section {
  padding: 94px max(20px, calc((100vw - var(--pdf-width)) / 2)) 104px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "copy" "portrait" "stats";
  gap: 34px;
  border-top: 0;
  background: #fff;
  text-align: center;
}

.stats-copy .section-kicker {
  margin-bottom: 14px;
  padding: 7px 28px 4px;
  background: var(--pdf-yellow);
  color: var(--pdf-navy);
  font-size: 22px;
  letter-spacing: 4px;
}

.stats-section h2 {
  margin: 0 auto;
  color: #102a45;
  font-size: 90px;
  line-height: .82;
}

.stats-prose {
  max-width: 760px;
  margin: 28px auto 0;
  color: #171717;
  font-size: 19px;
  line-height: 1.3;
}

.stats-prose h3 { display: none; }

.stats-portrait {
  width: min(640px, 100%);
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
}

.stats-portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
}

.stat-grid {
  width: min(820px, 100%);
  margin: -12px auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.stat-grid li {
  min-height: 104px;
  padding: 14px 10px;
  border: 0;
  border-right: 1px dotted var(--pdf-line);
  border-radius: 0;
  background: #fff;
}

.stat-grid li:nth-child(4n) { border-right: 0; }
.stat-grid strong { color: #2450b0; font-size: 48px; }
.stat-grid span { color: #222; font-size: 13px; line-height: 1.12; }

.pledge-section,
.pledge-section:nth-of-type(even) {
  padding: 88px 0 96px;
  border-top: 0;
  background: #fff;
}

.pledge-heading { overflow: hidden; text-align: center; }

.pledge-heading > span {
  width: min(420px, 72%);
  margin-bottom: 22px;
  padding: 6px 18px 2px;
  position: relative;
  background: var(--pdf-yellow);
  color: var(--pdf-navy);
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1;
}

.pledge-heading > span::before,
.pledge-heading > span::after {
  content: "";
  width: 70%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
  background: #e4bd00;
}

.pledge-heading > span::before { right: 100%; }
.pledge-heading > span::after { left: 100%; }

.pledge-heading h2 { font-size: 72px; }
.accent-red .pledge-heading .heading-accent { color: var(--pdf-red); }

.showcase-grid {
  margin-top: 42px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
}

.showcase-card,
.pledge-section:nth-of-type(even) .showcase-card {
  padding: 0 0 24px;
  display: block;
  border: 0;
  border-bottom: 1px solid var(--pdf-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.showcase-card .story-image {
  width: 100%;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.showcase-copy { padding-top: 14px; }

.showcase-copy .showcase-caption-title,
.showcase-copy h3,
.derived-card-title h3 {
  margin-bottom: 9px;
  color: var(--pdf-blue);
  font-family: var(--rg-text);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.02;
  text-transform: none;
}

.showcase-copy p {
  margin-bottom: 0;
  color: #171717;
  font-size: 16px;
  line-height: 1.3;
}

.layout-lead-split .showcase-card:first-child {
  padding-bottom: 28px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.layout-lead-split .showcase-card:first-child .showcase-copy { padding-top: 0; }

.feature-grid.layout-lead-wide .showcase-card:first-child {
  grid-column: 1 / -1;
  display: block;
  text-align: center;
}

.feature-grid.layout-lead-wide .showcase-card:first-child .story-image {
  aspect-ratio: 2.55 / 1;
}

.feature-grid.layout-lead-wide .showcase-card:first-child .showcase-copy {
  max-width: 700px;
  margin: 0 auto;
}

.issue-nav { background: var(--pdf-blue); }
.issue-nav > strong { color: var(--pdf-yellow); }
.site-footer { background: #111; }

@media (max-width: 760px) {
  .hero-story h1,
  .section-heading h2,
  .stats-section h2,
  .pledge-heading h2 { font-size: 52px; }

  .hero-crowd { min-height: 330px; padding: 20px; }

  .timeline-list::before {
    width: 68px;
    left: 0;
    transform: none;
  }

  .timeline-card {
    min-height: 0;
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .timeline-card[data-side] .timeline-pane {
    padding: 0 0 34px 18px;
    grid-column: 2;
    grid-row: 1;
    text-align: left;
  }

  .timeline-pane .timeline-media,
  .timeline-pane .timeline-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .timeline-date {
    padding-inline: 4px;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .timeline-date .content-block p { font-size: 19px; }
  .timeline-media .story-image { max-height: none; }

  .stats-prose { font-size: 17px; }
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-grid li:nth-child(2n) { border-right: 0; }

  .showcase-grid { grid-template-columns: 1fr; }

  .layout-lead-split .showcase-card:first-child {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 480px) {
  .site-header { padding-inline: 12px; }
  .brand strong { font-size: 17px; }
  .pdf-link { font-size: 10px; }
  .hero-copy { width: calc(100% - 28px); padding-top: 18px; }
  .hero-story h1 { font-size: 45px; }
  .hero-body { font-size: 16px; }
  .hero-crowd { min-height: 280px; }
  .section-heading,
  .timeline-list,
  .showcase-grid { width: calc(100% - 28px); padding-inline: 0; }
  .section-heading h2,
  .stats-section h2,
  .pledge-heading h2 { font-size: 43px; }
  .timeline-section,
  .stats-section,
  .pledge-section,
  .pledge-section:nth-of-type(even) { padding-block: 64px; }
  .pledge-heading > span { width: 74%; font-size: 18px; letter-spacing: 3px; }
  .showcase-copy .showcase-caption-title,
  .showcase-copy h3,
  .derived-card-title h3 { font-size: 19px; }
}

.hero-crowd{display:block!important;background:none!important;min-height:0!important;padding:0!important;overflow:visible!important}.hero-crowd-image{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}.hero-actions{width:min(520px,calc(100% - 36px));margin:0 auto;padding:18px 0;position:static}.stats-composite{width:min(var(--pdf-width),100%);margin:20px auto}.stats-composite img{display:block;width:100%;height:auto;object-fit:contain}.feature-grid .showcase-card:first-child .story-image{aspect-ratio:auto!important;height:auto!important}.canonical-footer{display:grid!important;justify-items:center!important;justify-content:stretch!important;text-align:center}.canonical-footer nav{justify-content:center}.canonical-footer .subscribe{background:#fbb03b;color:#111;padding:10px 16px;text-decoration:none;font-weight:800}
