:root {
  --ink: #111319;
  --navy: #131c2b;
  --navy-soft: #1b2639;
  --red: #c7212f;
  --red-dark: #9e1721;
  --paper: #f1ede4;
  --cream: #faf7f0;
  --white: #ffffff;
  --muted: #686b72;
  --line: rgba(17, 19, 25, 0.14);
  --max: 1180px;
  --serif: "Libre Franklin", Arial, sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.1rem; }
h1, h2, h3 { margin: 0; font-family: var(--serif); line-height: 1.06; letter-spacing: -0.035em; }
h2 { font-size: clamp(2.2rem, 5vw, 4.7rem); }
h3 { font-size: 1.3rem; line-height: 1.28; letter-spacing: -0.02em; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  padding: 10px 14px;
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: var(--white);
  background: rgba(19, 28, 43, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
}

.nav-shell {
  width: min(var(--max), calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.brand em { color: #ef8d95; font-style: normal; font-weight: 500; }
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-weight: 800;
}

.site-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); }
.site-nav a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-donate {
  padding: 10px 15px;
  color: var(--white);
  background: var(--red);
  border-radius: 999px;
}
.nav-toggle { display: none; }

.hero {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 10%, rgba(199,33,47,0.14), transparent 36%),
    linear-gradient(135deg, #101722, #182337 72%);
  overflow: hidden;
}

.hero-grid {
  width: min(var(--max), calc(100% - 40px));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  align-items: center;
  gap: 76px;
  padding: 76px 0 70px;
}

.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow-light { color: #ef8d95; }

.hero h1 {
  max-width: 800px;
  font-size: clamp(3rem, 6.2vw, 6rem);
  font-weight: 800;
}
.hero h1 span { color: #ef8d95; }
.hero-lede {
  max-width: 760px;
  margin-top: 28px;
  color: rgba(255,255,255,0.76);
  font-size: 1.12rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,0.32); }
.button-ghost:hover { background: rgba(255,255,255,0.08); }
.button-light { color: var(--ink); background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,0.35); }
.button-full { width: 100%; }
.button-disabled { opacity: 0.72; cursor: default; }
.button-disabled:hover { transform: none; }

.social-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.social-row span { color: rgba(255,255,255,0.5); font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.social-row a { color: var(--white); font-size: 0.84rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.35); }

.hero-portrait { position: relative; margin: 0; }
.hero-portrait::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(255,255,255,0.22);
}
.hero-portrait img { position: relative; width: 100%; aspect-ratio: 4 / 5.05; object-fit: cover; filter: saturate(0.86) contrast(1.04); }
.hero-portrait figcaption {
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: min(300px, 85%);
  padding: 18px 20px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.case-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.12);
}
.case-strip div { min-height: 128px; padding: 26px clamp(20px, 4vw, 52px); border-right: 1px solid rgba(255,255,255,0.13); }
.case-strip div:last-child { border: 0; }
.case-strip strong { display: block; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -0.04em; }
.case-strip span { display: block; margin-top: 8px; color: rgba(255,255,255,0.58); font-size: 0.78rem; line-height: 1.35; }

.section { padding: 110px max(20px, calc((100% - var(--max)) / 2)); }
.section-light { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-dark { color: var(--white); background: var(--navy); }
.content-grid { width: min(var(--max), 100%); margin: 0 auto; }
.section-heading { max-width: 820px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 760px; margin-top: 22px; color: var(--muted); font-size: 1.05rem; }
.section-heading-narrow { max-width: 660px; }

.video-section { padding: 92px max(20px, calc((100% - var(--max)) / 2)); }
.video-grid { display: grid; grid-template-columns: 1fr minmax(280px, 440px); align-items: center; gap: 100px; }
.video-copy { max-width: 670px; }
.video-copy h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.video-copy p:not(.eyebrow) { max-width: 630px; margin-top: 24px; color: rgba(255,255,255,0.7); }
.text-link { display: inline-block; margin-top: 18px; color: var(--red); font-weight: 800; text-decoration: none; }
.text-link-light { color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.34); }
.video-frame { position: relative; justify-self: center; width: min(100%, 360px); padding: 11px; background: rgba(255,255,255,0.08); box-shadow: 0 30px 80px rgba(0,0,0,0.35); }
.video-frame video { width: 100%; aspect-ratio: 9 / 16; background: #050505; }

.speech-context {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 7vw, 90px);
  margin: 0 0 58px;
  padding: clamp(38px, 6vw, 68px);
  color: var(--white);
  background: linear-gradient(145deg, #111a29, #1b293e);
  box-shadow: inset 5px 0 0 var(--red);
}
.speech-context h3 { max-width: 520px; font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.08; }
.speech-context-copy { padding-top: 2px; }
.speech-context-copy p { margin-top: 0; color: rgba(255,255,255,0.77); font-size: 1rem; }
.speech-context-copy p + p { margin-top: 20px; }

.timeline { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline article { position: relative; padding: 34px 32px 38px; border-right: 1px solid var(--line); }
.timeline article:last-child { border: 0; }
.timeline-number { color: var(--red); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; }
.timeline-date { margin: 26px 0 7px; color: var(--muted); font-size: 0.77rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.timeline h3 { margin-bottom: 14px; }
.timeline article > p:last-child { margin: 0; color: var(--muted); font-size: 0.92rem; }

.document-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.document-links a { position: relative; display: flex; min-height: 162px; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid var(--line); text-decoration: none; transition: border 160ms ease, transform 160ms ease; }
.document-links a::after { content: "↗"; position: absolute; top: 25px; right: 26px; color: var(--red); font-size: 1.4rem; }
.document-links a:hover { border-color: var(--red); transform: translateY(-3px); }
.document-links a > span { margin-bottom: auto; color: var(--red); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.document-links strong { font-family: var(--serif); font-size: 1.25rem; }
.document-links small { margin-top: 5px; color: var(--muted); }

.appeal-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; }
.sticky-heading { position: sticky; top: 120px; align-self: start; }
.sticky-heading h2 { font-size: clamp(2.5rem, 4.5vw, 4.4rem); }
.sticky-heading > p:last-child { margin-top: 22px; color: var(--muted); }
.grounds-list article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 30px 0; border-top: 1px solid var(--line); }
.grounds-list article:last-child { border-bottom: 1px solid var(--line); }
.grounds-list article > span { color: var(--red); font-size: 0.78rem; font-weight: 800; }
.grounds-list h3 { font-size: 1.35rem; }
.grounds-list p { margin: 12px 0 0; color: var(--muted); font-size: 0.95rem; }

.quote-section { position: relative; display: grid; grid-template-columns: 0.25fr 1fr; gap: 70px; align-items: start; color: var(--white); background: var(--red); overflow: hidden; }
.quote-mark { margin-top: -36px; color: rgba(255,255,255,0.24); font-family: Georgia, serif; font-size: 15rem; line-height: 0.8; }
.quote-section blockquote { max-width: 900px; margin: 0; }
.quote-section blockquote p { font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 4rem); font-weight: 700; line-height: 1.18; letter-spacing: -0.035em; }
.quote-section cite { display: block; margin-top: 26px; color: rgba(255,255,255,0.75); font-size: 0.8rem; font-style: normal; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.support-section { color: var(--white); background: linear-gradient(145deg, #101722, #1b2639); }
.support-grid { display: grid; grid-template-columns: 1.18fr 0.82fr; gap: 100px; align-items: start; }
.support-grid h2 { max-width: 760px; }
.support-grid > div > p:not(.eyebrow) { max-width: 720px; margin-top: 25px; color: rgba(255,255,255,0.7); }
.fund-use-list { margin: 28px 0 0; padding: 0; list-style: none; }
.fund-use-list li { position: relative; padding: 13px 0 13px 31px; border-bottom: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.84); }
.fund-use-list li::before { content: "✓"; position: absolute; left: 0; color: #ef8d95; font-weight: 800; }
.donation-card { padding: 36px; color: var(--ink); background: var(--paper); }
.card-kicker, .transfer-label { color: var(--red); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.donation-card h3 { margin: 8px 0 15px; font-size: 2rem; }
.donation-card > p:not(.card-kicker):not(.transfer-label):not(.fine-print) { color: var(--muted); }
.or { display: flex; align-items: center; gap: 14px; margin: 22px 0; color: var(--muted); font-size: 0.75rem; text-transform: uppercase; }
.or::before, .or::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.transfer-email { display: block; margin: 8px 0 22px; color: var(--ink); font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.28rem); font-weight: 700; overflow-wrap: anywhere; }
.fine-print { margin: 0; color: var(--muted); font-size: 0.72rem; line-height: 1.5; }
.other-fundraiser { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.other-fundraiser p { margin: 0 0 8px; color: var(--muted); font-size: 0.78rem; }
.other-fundraiser a { color: var(--red); font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.other-fundraiser a:hover { text-decoration: underline; }

.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 100px; align-items: center; }
.about-photo-stack { position: relative; min-height: 650px; }
.about-main { width: 76%; height: 590px; object-fit: cover; object-position: 50% 45%; }
.about-accent { position: absolute; right: 0; bottom: 0; width: 49%; aspect-ratio: 3 / 4; object-fit: cover; border: 10px solid var(--cream); }
.about-copy h2 { margin-bottom: 27px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.social-panel { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.social-panel strong { display: block; margin-bottom: 12px; font-family: var(--serif); }
.social-panel div { display: flex; flex-wrap: wrap; gap: 10px; }
.social-panel a { padding: 8px 12px; border: 1px solid var(--line); text-decoration: none; font-size: 0.78rem; font-weight: 800; }
.social-panel a:hover { color: var(--red); border-color: var(--red); }

.faq-list { max-width: 900px; margin-left: auto; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.15rem; font-weight: 700; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 20px; color: var(--red); font-family: var(--sans); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding: 0 38px 22px 0; color: var(--muted); font-size: 0.94rem; }

.other-case { padding-top: 120px; }
.other-case-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.other-case-intro > div > p:not(.eyebrow) { color: rgba(255,255,255,0.68); }
.case-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.scc-status { display: flex; gap: 14px; align-items: flex-start; margin: 64px 0 20px; padding: 18px 22px; border: 1px solid rgba(255,255,255,0.17); background: rgba(255,255,255,0.05); }
.scc-status p { margin: 0; color: rgba(255,255,255,0.78); font-size: 0.86rem; }
.status-dot { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 7px; border-radius: 50%; background: #f0b859; box-shadow: 0 0 0 5px rgba(240,184,89,0.13); }
.convoy-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: repeat(2, 210px);
  gap: 10px;
  margin: 38px 0 70px;
}
.convoy-gallery figure { position: relative; margin: 0; overflow: hidden; background: #0b111b; }
.convoy-gallery-feature { grid-row: 1 / span 2; }
.convoy-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.convoy-gallery figure:hover img { transform: scale(1.025); }
.convoy-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 34px 14px 12px;
  color: var(--white);
  background: linear-gradient(transparent, rgba(4,8,14,0.86));
  font-size: 0.7rem;
  font-weight: 700;
}
.faq-dark { max-width: none; }
.faq-dark details { border-color: rgba(255,255,255,0.14); }
.faq-dark summary { color: var(--white); }
.faq-dark details p { color: rgba(255,255,255,0.65); }
.materials-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 54px; background: rgba(255,255,255,0.16); }
.materials-row a { padding: 25px; background: var(--navy-soft); text-decoration: none; }
.materials-row a:hover { background: #222f45; }
.materials-row strong, .materials-row span { display: block; }
.materials-row strong { font-family: var(--serif); font-size: 1rem; }
.materials-row span { margin-top: 5px; color: rgba(255,255,255,0.5); font-size: 0.74rem; }

.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: stretch; }
.media-card { display: flex; min-width: 0; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid var(--line); text-decoration: none; transition: transform 160ms ease, border 160ms ease; }
.media-card:hover { transform: translateY(-3px); border-color: var(--red); }
.media-card.has-thumbnail { justify-content: flex-start; padding: 0; overflow: hidden; }
.media-thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.media-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.media-card.has-thumbnail:hover .media-thumb img { transform: scale(1.025); }
.media-play { position: absolute; left: 50%; top: 50%; display: grid; width: 58px; height: 42px; place-items: center; padding-left: 3px; color: var(--white); background: rgba(12,17,27,0.86); border-radius: 10px; box-shadow: 0 6px 22px rgba(0,0,0,0.3); transform: translate(-50%, -50%); font-size: 1rem; }
.media-play-youtube { background: #ff0033; }
.media-card-body { display: flex; min-height: 192px; flex: 1; flex-direction: column; padding: 22px 26px 24px; }
.media-card-body .media-type { margin-bottom: 0; }
.media-card-body h3 { margin-top: 14px; }
.media-card-body p { margin-top: auto; padding-top: 10px; }
.media-type { margin-bottom: auto; color: var(--red); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.media-card h3 { margin-top: 30px; font-size: 1.25rem; }
.media-card p { margin: 10px 0 0; color: var(--muted); font-size: 0.8rem; }
.media-audio { display: grid; grid-template-columns: 118px 1fr auto; gap: 26px; align-items: center; margin-top: 18px; padding: 16px 22px 16px 16px; color: inherit; background: var(--paper); border: 1px solid var(--line); text-decoration: none; transition: transform 160ms ease, border 160ms ease; }
.media-audio:hover { transform: translateY(-3px); border-color: var(--red); }
.media-audio-art { position: relative; display: block; aspect-ratio: 1; overflow: hidden; }
.media-audio-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.media-audio-icon { position: absolute; right: 9px; bottom: 9px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-weight: 800; }
.media-audio-body h3 { margin: 10px 0 7px; font-size: 1.25rem; }
.media-audio-body p { margin: 0; color: var(--muted); font-size: 0.8rem; }
.media-audio-action { color: var(--red); font-size: 0.76rem; font-weight: 800; white-space: nowrap; }
.press-heading { margin: 70px 0 20px; padding-top: 30px; border-top: 1px solid var(--line); }
.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.press-grid a { min-height: 145px; padding: 21px; background: var(--paper); text-decoration: none; }
.press-grid a:hover strong { color: var(--red); }
.press-grid span { display: block; margin-bottom: 20px; color: var(--red); font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.press-grid strong { font-family: var(--serif); font-size: 0.95rem; line-height: 1.35; }

.closing-cta { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 80px; align-items: center; padding: 80px max(20px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--red); }
.closing-cta h2 { max-width: 760px; }
.closing-cta > div:last-child { justify-self: end; }
.closing-socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 18px; }
.closing-socials a { color: var(--white); font-size: 0.75rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.35); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 50px; align-items: center; padding: 38px max(20px, calc((100% - var(--max)) / 2)); color: rgba(255,255,255,0.56); background: #0c111b; font-size: 0.7rem; }
.site-footer p { margin: 0; }
.brand-footer { color: var(--white); }

@media (max-width: 1040px) {
  .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; background: var(--navy); border-top: 1px solid rgba(255,255,255,0.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 7px 0; font-size: 0.9rem; }
  .site-nav .nav-donate { padding: 11px 14px; text-align: center; }
  .nav-toggle { display: inline-flex; padding: 8px 11px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,0.28); border-radius: 3px; font: 700 0.78rem var(--sans); }
  .hero-grid { grid-template-columns: 1fr 0.55fr; gap: 45px; }
  .appeal-grid, .support-grid, .about-grid { gap: 55px; }
  .press-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .hero-grid { grid-template-columns: 1fr; padding: 66px 0 75px; }
  .hero-portrait { width: min(420px, calc(100% - 20px)); margin: 10px auto 0; }
  .hero-portrait figcaption { right: -10px; }
  .case-strip { grid-template-columns: 1fr 1fr; }
  .case-strip div:nth-child(2) { border-right: 0; }
  .case-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.13); }
  .video-grid, .appeal-grid, .support-grid, .about-grid, .other-case-intro, .closing-cta, .speech-context { grid-template-columns: 1fr; gap: 50px; }
  .video-frame { width: min(320px, 88vw); }
  .timeline { grid-template-columns: 1fr; }
  .timeline article { border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline article:last-child { border-bottom: 0; }
  .document-links, .materials-row, .media-grid { grid-template-columns: 1fr; }
  .convoy-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 190px 190px; }
  .convoy-gallery-feature { grid-column: 1 / -1; grid-row: auto; }
  .sticky-heading { position: static; }
  .quote-section { grid-template-columns: 1fr; gap: 0; }
  .quote-mark { height: 70px; font-size: 8rem; }
  .about-photo-stack { min-height: 540px; }
  .about-main { height: 500px; }
  .other-case-intro { gap: 25px; }
  .media-audio { grid-template-columns: 90px 1fr; gap: 18px; }
  .media-audio-action { grid-column: 2; }
  .closing-cta > div:last-child { justify-self: start; }
  .closing-socials { justify-content: flex-start; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 500px) {
  .nav-shell { width: min(100% - 28px, var(--max)); }
  .brand { font-size: 0.92rem; }
  .hero-grid { width: min(100% - 28px, var(--max)); }
  .hero h1 { font-size: 2.75rem; }
  .hero-lede { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .social-row { gap: 13px; }
  .case-strip { grid-template-columns: 1fr; }
  .case-strip div { min-height: 100px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.13); }
  .case-strip div:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,0.13); }
  .document-links { grid-template-columns: 1fr; }
  .about-photo-stack { min-height: 440px; }
  .about-main { width: 88%; height: 400px; }
  .about-accent { width: 52%; border-width: 6px; }
  .donation-card { padding: 26px 22px; }
  .press-grid { grid-template-columns: 1fr; }
  .convoy-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .convoy-gallery-feature { grid-column: auto; }
  .convoy-gallery figure { height: 240px; }
}

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