/* Shared interior-page system: aligned to the Phase 1 homepage. */
@font-face {
  font-family: Lora;
  src: url("assets/fonts/lora-latin.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fraunces;
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #faf9f5;
  --ink: #263d33;
  --green: #234638;
  --muted: #62675e;
  --line: #dcded3;
  --sage: #edf0e6;
  --accent: #996d3b;
  --display: Lora, Georgia, serif;
  --body: Manrope, Arial, sans-serif;
  --content: 1280px;
}

html { scroll-padding-top: 118px; scrollbar-gutter: stable; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
}
body::before { display: none; }
a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
h1, h2, h3 {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.045em;
}
h1 { font-size: clamp(42px, 5vw, 66px); line-height: 1.08; }
h2 { font-size: clamp(32px, 3.7vw, 48px); line-height: 1.12; }
h3 { font-size: clamp(23px, 2.2vw, 30px); line-height: 1.2; }
.page-shell { width: 100%; margin: 0; padding: 0; }
.site-header {
  width: 100%;
  min-height: 108px;
  margin: 0 auto;
  padding-inline: max(24px, calc((100% - var(--content)) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  backdrop-filter: none;
  gap: 28px;
}
.brand { gap: 16px; text-decoration: none; }
.brand-mark {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--green);
  font-family: Fraunces, Georgia, serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.08em;
}
.brand-mark > span { color: var(--accent); }
.brand-copy { display: block; }
.brand-copy strong { display: block; color: var(--ink); font-family: Manrope, Arial, sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.3; }
.brand-copy strong > span { display: block; margin-top: 3px; font-size: 13px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
.brand-copy .brand-tagline { display: none; }
.header-actions { gap: 28px; }
.site-nav { gap: 27px; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
.site-nav > a, .nav-item > a {
  min-height: 44px;
  padding: 0;
  border-radius: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
}
.nav-item-has-children > a::after { content: "⌄"; display: inline-block; margin-left: 7px; color: var(--green); font-size: 13px; vertical-align: 1px; }
.site-nav > a:hover, .site-nav > a.active, .nav-item > a:hover, .nav-item > a.active {
  color: var(--ink);
  background: none;
  text-decoration: underline;
  text-underline-offset: 7px;
  transform: none;
}
.nav-item { padding: 0; }
.nav-item.open > a { color: var(--ink); background: none; box-shadow: none; }
.nav-submenu { top: calc(100% + 10px); min-width: 245px; padding: 10px; border: 1px solid var(--line); border-radius: 2px; background: var(--paper); box-shadow: 0 10px 24px #263d3312; }
.nav-submenu a { padding: 10px; border-radius: 0; color: var(--ink); font-size: 15px; font-weight: 600; }
.nav-submenu a:hover { color: var(--green); background: var(--sage); }
.nav-submenu a[aria-current="page"] { color: var(--green); background: var(--sage); font-weight: 800; }
.button::after, .text-link::after { content: "↗"; display: inline-block; margin-left: 14px; font-size: 1.08em; line-height: 1; }
.nav-submenu a::after { content: "↗"; float: right; margin-left: 20px; color: var(--accent); }
.header-donate { min-width: 116px; min-height: 56px; font-size: 17px; }
@media (min-width: 761px) {
  .site-header { display: grid; grid-template-columns: 212px minmax(0, 1fr) 145px; min-height: 109px; align-items: center; gap: 24px; }
  .site-header > .brand { grid-column: 1; justify-self: start; }
  .site-header > .header-actions { display: contents; }
  .site-header .site-nav { grid-column: 2; width: 426px; justify-self: center; justify-content: space-between; gap: 0; }
  .site-header .header-donate { grid-column: 3; justify-self: end; }
}
.button {
  min-height: 52px;
  padding: 12px 21px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
}
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: #355b46; }
.button-secondary { border-color: var(--green); background: transparent; color: var(--green); }
.button:hover, .text-link:hover { transform: none; }
@media (min-width: 761px) {
  .site-header > .brand, .site-header .site-nav { transform: translateY(-0.8px); }
  .site-header .header-donate { width: 144.609px; min-width: 0; min-height: 56px; height: 56px; transform: translateY(-0.8px); }
}
main { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; grid-template-columns: minmax(0, 1fr); gap: 0; }
main > .page-hero, main > .content-section, main > .donate-panel {
  margin: 0;
  padding: clamp(42px, 5vw, 64px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
main > .content-section + .content-section,
main > .page-hero + .content-section,
main > .content-section + .page-hero { border-top: 1px solid var(--line); }
main > .page-hero:first-child,
main > .content-section:first-child,
main > .donate-panel:first-child { padding-top: clamp(21px, 2.5vw, 32px); }
.page-hero { max-width: 850px; }
.page-hero + .editorial-layout { padding-top: clamp(28px, 3vw, 40px); }
body[data-page="our-work"] .page-hero { padding-bottom: clamp(24px, 3vw, 36px); }
.page-hero .eyebrow, .section-heading-block .eyebrow, .eyebrow { color: var(--green); font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.page-hero h1, .section-heading-block h1 { margin: 12px 0 18px; }
.page-hero p, .section-heading-block + .body-copy p, .body-copy p { color: var(--muted); font-size: 18px; }
.content-section p { color: var(--muted); }
.editorial-media.is-families { min-height: 0; aspect-ratio: 3 / 4; background-image: url("assets/images/food-housing.jpeg"); background-position: center; }
.editorial-media.is-education { min-height: 0; aspect-ratio: 217 / 302; background-image: url("assets/images/education-boys.png"); background-position: center; }
.editorial-media.is-training { min-height: 0; aspect-ratio: 694 / 1103; background-image: url("assets/images/woman-sewing.jpg"); background-position: center; }
@media (min-width: 761px) {
  .editorial-layout.portrait-media-layout { grid-template-columns: 300px minmax(0, 1fr); gap: clamp(42px, 5vw, 72px); }
  .editorial-layout.portrait-media-layout .editorial-media { width: 100%; }
}
.section-heading-block { max-width: 580px; }
.narrative-split, .editorial-layout, .transparency-hero, .donate-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(36px, 8vw, 130px); align-items: start; }
.narrative-split .body-copy, .editorial-layout > div { max-width: 680px; }
.body-copy > p + p { margin-top: 20px; }
.section-heading-wide { grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); gap: 60px; align-items: end; }
.program-section .section-heading-wide { grid-template-columns: minmax(330px, .9fr) minmax(380px, 1.1fr); gap: clamp(30px, 4vw, 52px); }
.section-heading-wide > p { justify-self: start; }
.program-section, .program-journey, .cost-ledger, .fund-use-section, .trust-paths, .faq-section, .contact-panel, .newsletter-view-shell { grid-template-columns: minmax(0, 1fr); gap: 34px; }
.program-grid, .program-grid-three, .trust-link-grid, .trust-link-grid-three { gap: 0; border-top: 1px solid var(--line); }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.support-grid article { min-width: 0; padding: 28px 30px 28px 0; border-bottom: 1px solid var(--line); }
.support-grid article:nth-child(odd) { padding-right: 30px; border-right: 1px solid var(--line); }
.support-grid article:nth-child(even) { padding-left: 30px; }
.support-grid h3 { margin: 0 0 11px; color: var(--ink); font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.035em; }
.support-grid p { max-width: 38ch; margin: 0; color: var(--muted); }
.support-journey { display: grid; gap: 0; border-top: 1px solid var(--line); }
.support-journey article { display: grid; grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr); gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.support-journey strong { color: var(--ink); font-family: var(--display); font-size: 22px; font-weight: 500; }
.support-journey span { color: var(--muted); }
.program-card, .fund-use-grid article, .trust-link-grid a, .archive-placeholder-card {
  min-height: 0;
  padding: 26px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.program-card::after, .fund-use-grid article::after { display: none; }
.program-card > span, .fund-use-grid article > span, .trust-link-grid a > span, .archive-placeholder-card > span { margin-bottom: 24px; color: var(--accent); font-size: 18px; letter-spacing: 0; }
.program-card h3, .fund-use-grid h3, .trust-link-grid strong, .archive-placeholder-card strong { margin: 0 0 13px; font-family: var(--display); font-size: 27px; letter-spacing: -.035em; }
.trust-link-grid a:hover { border-color: var(--line); background: var(--sage); transform: none; }
.trust-link-grid strong { margin-top: 0; }
.journey-list li { padding: 22px 0; border-color: var(--line); }
.journey-list li::before { color: var(--accent); font-size: 21px; letter-spacing: 0; }
.journey-list strong { font-size: 21px; }
main > .content-section.cost-callout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: clamp(26px, 2.5vw, 34px);
  color: #fff;
  border: 0;
  border-radius: 0;
  background: var(--green);
}
.transparency-strip { color: #fff; border: 0; border-radius: 0; background: var(--green); }
.cost-callout { justify-items: center; text-align: center; }
.cost-callout > div:first-child { max-width: 760px; }
.cost-callout .eyebrow, .cost-callout .fine-print, .cost-callout p, .cost-callout span { color: #e4eadb; }
.cost-callout h2 { max-width: 21ch; margin-inline: auto; color: #fff; }
.cost-callout .cost-pairs { width: min(100%, 920px); grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; border-top: 1px solid rgba(255,255,255,.33); }
.cost-callout .cost-pairs p { padding: 17px 24px; border: 0; border-right: 1px solid rgba(255,255,255,.33); border-bottom: 1px solid rgba(255,255,255,.33); border-radius: 0; background: transparent; }
.cost-callout .cost-pairs p:last-child { border-right: 0; }
.cost-callout .cost-pairs strong { color: #fff; font-family: var(--display); font-size: clamp(29px, 3vw, 42px); font-weight: 500; }
.cost-callout .cost-pairs span { color: #e4eadb; }
.cost-callout .fine-print { max-width: 720px; margin: 0; }
.cost-callout .button { justify-self: start; color: var(--green); background: var(--paper); }
.cost-callout .button { justify-self: center; }
.transparency-strip { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; box-shadow: none; }
.transparency-strip article { border-color: #ffffff3b; background: var(--green); }
.transparency-strip article span, .transparency-strip article p { color: #dce6d0; }
.transparency-strip article strong { color: #fff; font-family: var(--display); font-weight: 500; }
.faq-list, .newsletter-form, .donate-panel { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 0; color: var(--ink); font-size: 20px; font-weight: 700; }
.faq-list p { padding: 0 0 22px; }
.form-field input, .form-field textarea, .update-filters select { border: 0; border-bottom: 1px solid #9fa89c; border-radius: 0; background: transparent; color: var(--ink); }
.form-field input:focus, .form-field textarea:focus { border-color: var(--green); box-shadow: none; }
.donate-layout { grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); }
.donate-layout-header { grid-column: 1 / -1; }
.donate-visual img { border-radius: 10px; }
.donate-panel { padding: 0; color: var(--ink); }
.donate-panel p, .donate-panel strong, .donate-panel .text-link, .donate-panel .checkbox-field,
.donation-summary-row span, .donation-summary-row strong, .donation-summary-total span,
.donation-summary-total strong { color: var(--ink); }
.donation-amounts, .donation-toggle { border-radius: 0; background: transparent; }
.donation-amount, .donation-mode { border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: transparent; }
.donation-mode.active, .donation-amount.active, .donation-mode:hover, .donation-amount:hover { border-color: var(--green); color: #fff; background: var(--green); }
.donate-panel .form-field span { color: var(--ink); }
.donate-panel .form-field input { color: var(--ink); border: 0; border-bottom: 1px solid #9fa89c; border-radius: 0; background: transparent; }
.donate-panel .form-field input::placeholder { color: #7d8178; }
.donate-panel .secure-note { color: var(--muted); font-size: 14px; }
.donation-summary { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.donation-summary-total { border-color: var(--line); }
.giving-alternative { border-top: 1px solid var(--line) !important; }
.mail-option-card { border: 0; border-radius: 0; background: var(--sage); }

/* Financials reads as a spacious set of support areas rather than a ledger. */
.fund-use-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fund-use-grid article { padding: 30px 26px; }

/* Keep special-purpose surfaces within the site's flat editorial system. */
.faq-list details { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.donate-visual, .donate-visual img, .donate-layout { border-radius: 0; background: transparent; box-shadow: none; }
.newsletter-archive-feature, .newsletter-issue-card, .newsletter-view-shell { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.newsletter-issue-card { padding: 34px 0; border-top: 1px solid var(--line); }
.newsletter-issue-image img, .newsletter-embed-frame { border-radius: 10px; box-shadow: none; }
.page-newsletters main { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; }
.page-newsletters .page-hero { padding: 28px 0 38px; }

/* About pages: keep the title and long-form copy in a readable editorial flow. */
#about-us.narrative-split, #our-story.narrative-split { display: block; }
#about-us .section-heading-block, #our-story .section-heading-block { max-width: 760px; margin-bottom: 38px; }
#about-us .body-copy, #our-story .body-copy { display: grid; max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(42px, 6vw, 86px); row-gap: 24px; }
#about-us .body-copy p, #our-story .body-copy p { margin: 0; }

/* Pakistan Update articles use the same full-width, two-column reading layout. */
.update-detail { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.update-detail .text-link { display: inline-flex; margin-bottom: 42px; }
.update-header { max-width: 760px; margin: 0 0 38px; }
.update-header h1 { margin: 10px 0 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.06; letter-spacing: -.045em; }
.update-header .update-location { margin: 18px 0 0; color: var(--muted) !important; font-size: 17px; }
.update-description { display: block; max-width: none; column-count: 2; column-gap: clamp(42px, 6vw, 86px); font-size: 18px; line-height: 1.7; }
.update-description p { break-inside: avoid; margin: 0 0 24px; }
.update-media-sequence, .photo-gallery, .update-videos { max-width: none; }

/* Carry the site green into the Freeing Families process icons and connectors. */
.hero-process-section .process-icon { border-color: rgba(31, 75, 60, .24); color: var(--green); background: radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .96), transparent 42%), linear-gradient(145deg, #eef3e9, #cbdac5); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 10px 22px rgba(31, 75, 60, .12); }
.hero-process-section .hero-flow-arrow, .hero-process-section .hero-flow-outcome-arrow { color: var(--green); }

/* Newsletter archive: use the same type scale and page rhythm as the rest of the site. */
.page-newsletters .page-hero { max-width: none; }
.page-newsletters .page-hero h1 { font-size: clamp(42px, 5vw, 66px); line-height: 1.06; letter-spacing: -.045em; }
.page-newsletters .page-hero > p { max-width: 680px; margin-top: 18px; font-size: 18px; line-height: 1.6; color: var(--muted); }
.newsletter-issue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.page-newsletters .newsletter-issue-card { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; min-width: 0; padding: 26px 0 30px; border-top: 1px solid var(--line); }
.page-newsletters .newsletter-issue-card-head { padding-top: 0; }
.page-newsletters .issue-date { margin: 0; color: var(--green); font-size: 13px; font-weight: 700; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.page-newsletters .newsletter-issue-hero { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start; }
.page-newsletters .newsletter-issue-summary { font-size: 17px; line-height: 1.65; color: var(--muted); }
.page-newsletters .issue-bullets { margin: 0 0 26px; padding-left: 1.2em; }
.page-newsletters .issue-bullets li + li { margin-top: 11px; }
.page-newsletters .newsletter-issue-image { order: -1; }
.page-newsletters .newsletter-issue-image img { display: block; width: 100%; min-height: 0; aspect-ratio: 16 / 10; object-fit: cover; }

/* Pakistan Updates: standard page heading on the left, filters directly beneath it. */
.updates-hero { display: block; max-width: none; padding: 24px 0 18px; text-align: left; }
.updates-hero h1 { margin: 10px 0 0; }
.updates-hero > p:not(.eyebrow) { margin: 16px 0 0; text-align: left; }
.update-filters { display: grid; width: min(100%, 280px); margin: 22px 0 0; padding-top: 0; }
.update-filters label, .update-filters select { width: 100%; }
.updates-hero + .content-section { width: calc(100% - 280px - clamp(42px, 5vw, 76px)); margin-top: -192px; margin-left: calc(280px + clamp(42px, 5vw, 76px)); padding-top: 18px; }
.updates-month-grid { justify-content: start; gap: 0; }
.update-card { border-radius: 0; box-shadow: none; }
.update-card-media img { border-radius: 10px; }
.update-month-group > h2 { color: var(--green); font-size: 15px; text-align: left; }
.site-footer {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
  padding: 34px 0 26px;
  border-top: 1px solid var(--line);
  background: transparent;
}
.site-footer p, .footer-links a { color: var(--muted); font-size: 15px; }
.site-footer .footer-center { display: grid; grid-template-columns: auto auto auto; align-items: center; gap: 20px; }
.site-footer .footer-social { display: contents; }
.site-footer .footer-social-link[aria-label="TikTok"] { order: 1; }
.site-footer .footer-donate-link { order: 2; }
.site-footer .footer-social-link[aria-label="Instagram"] { order: 3; }
.footer-social-link { width: auto; height: 44px; gap: 9px; padding: 0; border: 0; border-radius: 0; color: var(--green); background: transparent; font-size: 16px; font-weight: 700; }
.footer-social-link svg { width: 23px; height: 23px; }
.footer-social-link:hover { border: 0; background: transparent; transform: none; }
.footer-social-link[aria-label="TikTok"] { color: #111; }
.footer-social-link[aria-label="TikTok"] svg { filter: drop-shadow(1px 1px 0 #fe2c55) drop-shadow(-1px -1px 0 #25f4ee); }
.footer-social-link[aria-label="Instagram"] { color: #d62976; }
.footer-donate-link { min-height: 48px; }

@media (max-width: 1100px) {
  .site-header { min-height: 82px; }
  .site-nav { gap: 14px; }
  .narrative-split, .editorial-layout, .transparency-hero, .donate-layout { gap: 50px; }
  .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fund-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  body { font-size: 16px; }
  .site-header, main, .site-footer { width: min(calc(100% - 40px), var(--content)); }
  .site-header { position: sticky; width: 100%; min-height: 92px; padding: 0 20px; flex-wrap: nowrap; gap: 8px; }
  .brand { gap: 9px; }
  .brand-mark { font-size: 49px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy .brand-tagline { display: none; }
  .brand-copy strong > span { display: block; font-size: 11px; }
  .nav-toggle { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; order: 3; width: 34px; height: 42px; margin-left: 0; padding: 7px; border: 0; border-radius: 0; background: transparent; color: transparent; font-size: 0; }
  .nav-toggle::before, .nav-toggle::after { width: 20px; height: 1px; background: var(--green); content: ""; }
  .nav-toggle::before { transform: translateY(-4px); }
  .nav-toggle::after { transform: translateY(4px); }
  .header-actions { display: contents !important; width: auto; }
  .header-donate { display: inline-flex !important; order: 2; width: auto; min-width: 76px; min-height: 42px; padding: 10px 12px; font-size: 16px; }
  .header-donate::after { display: none; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; z-index: 5; display: none; order: 4; margin: 0; padding: 10px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: none; }
  .header-actions.open .site-nav { display: grid; }
  .site-nav > a, .nav-item > a { font-size: 17px; }
  .nav-submenu { border-radius: 0; box-shadow: none; }
  main > .page-hero, main > .content-section, main > .donate-panel { padding-block: 38px; }
  .page-hero + .editorial-layout { padding-top: 26px; }
  body[data-page="our-work"] .page-hero { padding-bottom: 24px; }
  .page-hero h1, .section-heading-block h1 { margin-top: 10px; }
  .page-hero p, .section-heading-block + .body-copy p, .body-copy p { font-size: 17px; }
  .narrative-split, .editorial-layout, .transparency-hero, .donate-layout, .section-heading-wide, .program-journey { grid-template-columns: 1fr; gap: 26px; }
  .editorial-layout.portrait-media-layout, .editorial-layout.portrait-media-layout > * { width: 100%; min-width: 0; max-width: 100%; }
  .editorial-layout.portrait-media-layout .editorial-media { width: 100% !important; }
  .section-heading-wide > p { justify-self: stretch; }
  .section-heading-wide > p { max-width: 100%; min-width: 0; }
  .program-grid, .program-grid-three, .trust-link-grid, .trust-link-grid-three, .support-grid { grid-template-columns: 1fr; }
  .program-card, .fund-use-grid article, .trust-link-grid a, .archive-placeholder-card { padding: 22px 0; border-right: 0; }
  .support-grid article, .support-grid article:nth-child(n) { padding: 22px 0; border-right: 0; }
  .support-journey article { grid-template-columns: 1fr; gap: 6px; }
  .cost-callout .cost-pairs p { padding: 17px 0; border-right: 0; }
  .donate-layout-header { grid-column: auto; }
  .donate-panel { padding: 0; }
  .updates-hero { padding-block: 19px 18px; }
  #about-us .body-copy, #our-story .body-copy { grid-template-columns: 1fr; }
  .update-detail .text-link { margin-bottom: 30px; }
  .update-description { column-count: 1; }
  .page-newsletters .newsletter-issue-card, .page-newsletters .newsletter-issue-hero { grid-template-columns: 1fr; gap: 26px; }
  .newsletter-issue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-newsletters .page-hero h1 { font-size: clamp(42px, 12vw, 56px); }
  .updates-hero { display: block; }
  .update-filters { justify-content: start; margin-top: 24px; padding-top: 0; }
  .updates-hero + .content-section { width: auto; margin-top: 0; margin-left: 0; padding-top: 18px; }
  .site-footer { display: grid; gap: 18px; }
  .site-footer .footer-center { justify-content: center; }
}
@media (max-width: 560px) { .newsletter-issue-grid { grid-template-columns: 1fr; } }
