:root {
  --bg: #f5f8f5;
  --surface: #ffffff;
  --surface-alt: #f0f5f1;
  --surface-dark: #0c1d15;
  --green-950: #08140f;
  --green-900: #0d2118;
  --green-850: #113625;
  --green-800: #164c33;
  --green-700: #1f6d49;
  --green-600: #288b5b;
  --green-500: #37ab6b;
  --green-300: #91d3ac;
  --gold-500: #d5b15e;
  --gold-300: #ead8a4;
  --text-900: #102116;
  --text-700: #415547;
  --text-500: #6b7c71;
  --line: rgba(16, 33, 22, 0.10);
  --shadow-xl: 0 32px 80px rgba(8, 20, 15, 0.18);
  --shadow-lg: 0 22px 55px rgba(8, 20, 15, 0.12);
  --shadow-md: 0 12px 28px rgba(8, 20, 15, 0.08);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text-900);
  background:
    radial-gradient(circle at top right, rgba(145, 211, 172, 0.18), transparent 28%),
    linear-gradient(180deg, #fbfcfb 0%, var(--bg) 100%);
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--text-700); }
h1, h2, h3, h4 { margin: 0 0 1rem; line-height: 1.08; letter-spacing: -0.03em; }
h1, h2, h3, .brand-name { font-family: 'Manrope', sans-serif; }
.container { width: min(var(--container), calc(100% - 1.4rem)); margin: 0 auto; }
.site-shell { overflow: clip; }
.section { padding: 4.75rem 0; }
.section-surface { background: linear-gradient(180deg, #f9fbf9, var(--surface-alt)); }
.kicker, .mini-label, .section-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .72rem;
  font-weight: 800;
}
.kicker, .mini-label, .section-tag { color: var(--green-700); }
.section-tag.inverted { color: var(--gold-300); }
.align-left { text-align: left; }
.section-head { max-width: 860px; margin-bottom: 2rem; }
.split-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.5rem; align-items: end; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .82rem 1.24rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: .95rem;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--green-700), var(--green-500));
  color: #fff;
  box-shadow: var(--shadow-md);
}
.btn-secondary {
  background: linear-gradient(135deg, #6f2d3b, #c54d66);
  color: #fff;
  box-shadow: var(--shadow-md);
}
.btn-ghost {
  background: rgba(255,255,255,.7);
  border-color: rgba(22, 76, 51, .14);
  color: var(--green-800);
}
.btn-outline-light {
  background: rgba(255,255,255,.06);
  color: #fff;
  border-color: rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 251, 248, 0.8);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 33, 22, 0.06);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 86px;
}
.brand { display: flex; align-items: center; gap: .9rem; min-width: 0; }
.brand-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 24px;
  padding: .3rem;
  background: #fff;
  box-shadow: var(--shadow-md);
}
.brand-copy { min-width: 0; }
.brand-name { display: block; font-size: 1.1rem; font-weight: 800; }
.brand-tag { display: block; color: var(--text-500); font-size: .88rem; }
.main-nav, .nav-actions { display: flex; align-items: center; gap: 1rem; }
.main-nav a { font-weight: 600; color: var(--text-700); }
.main-nav a:hover { color: var(--green-700); }
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  color: var(--green-800);
  font-size: 1.55rem;
}

.premium-hero {
  position: relative;
  background:
    linear-gradient(135deg, rgba(8,20,15,.96), rgba(17,54,37,.88)),
    radial-gradient(circle at right top, rgba(145,211,172,.18), transparent 26%);
  color: #fff;
  padding: 4.4rem 0 3rem;
}
.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.95), transparent);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 1.4rem;
  align-items: center;
}
.reveal-card {
  padding: 1rem .1rem 1rem 0;
}
.hero-copy h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); color: #fff; }
.hero-lead { font-size: 1.03rem; max-width: 620px; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.45rem 0 1.5rem; }
.compact-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
}
.compact-metrics article {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
}
.compact-metrics strong { display: block; color: #fff; font-size: 1.4rem; margin-bottom: .35rem; }
.compact-metrics span { color: rgba(255,255,255,.75); font-size: .88rem; }
.hero-visual { position: relative; }
.slider-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.hero-slider { position: relative; min-height: 560px; }
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .65s ease;
}
.slide.active { opacity: 1; }
.slide img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,14,10,.06), rgba(6,14,10,.44));
}
.slide figcaption {
  position: absolute;
  left: 1.1rem;
  bottom: 1rem;
  z-index: 1;
  font-weight: 700;
  color: #fff;
}
.slider-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: rgba(8,20,15,.65);
}
.slider-panel h3 { color: #fff; font-size: 1.05rem; margin: .3rem 0 0; }
.slider-dots { display: flex; gap: .45rem; }
.slider-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.28);
  cursor: pointer;
}
.slider-dots button.active { background: var(--gold-500); }

.impact-ribbon { margin-top: -1.1rem; position: relative; z-index: 4; }
.ribbon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.ribbon-grid article {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.8);
  border-top: 5px solid var(--green-500);
  border-radius: 22px;
  padding: 1.2rem 1.1rem;
  box-shadow: var(--shadow-md);
}
.ribbon-grid h3 { font-size: 1.02rem; margin-bottom: 0; }

.section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  align-items: center;
}
.balanced-grid { grid-template-columns: 1fr 1fr; }
.signature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .9rem;
  margin-top: 1.4rem;
}
.signature-card,
.board-card,
.stat-card,
.pillar-card,
.values-grid article,
.newsletter-shell,
.donation-card,
.support-media-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.signature-card { padding: 1rem; border-radius: 18px; }
.media-collage { position: relative; min-height: 520px; }
.collage-main, .collage-top, .collage-badge {
  position: absolute;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}
.collage-main { right: 0; top: 0; width: 78%; height: 520px; }
.collage-top { left: 0; bottom: 24px; width: 42%; height: 250px; border: 6px solid #fff; }
.collage-badge {
  right: 10%;
  bottom: -6px;
  width: 130px;
  height: 130px;
  object-fit: contain;
  background: #fff;
  padding: .4rem;
}

.premium-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.premium-card {
  border-radius: 22px;
  padding: 1.35rem;
}
.pillar-card h3 { font-size: 1.08rem; margin-bottom: .7rem; }
.pillar-index {
  display: inline-flex;
  margin-bottom: .95rem;
  color: var(--green-700);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .12em;
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.stat-card {
  border-radius: 20px;
  padding: 1.15rem;
}
.stat-card strong {
  display: block;
  color: var(--green-700);
  font-size: 1.9rem;
  margin-bottom: .45rem;
}
.commitment-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1rem;
}
.board-card { border-radius: 24px; padding: 1.35rem; }
.card-head { margin-bottom: .8rem; }
.commitment-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.commitment-columns ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.commitment-columns li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid var(--line);
}
.total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--green-800);
  font-weight: 700;
}
.manifesto-card {
  background: linear-gradient(180deg, #ffffff, #f4f9f5);
}

.dark-band {
  background:
    linear-gradient(135deg, rgba(8,20,15,.98), rgba(18,54,38,.96)),
    radial-gradient(circle at left top, rgba(213,177,94,.12), transparent 22%);
  color: #fff;
}
.dark-band p { color: rgba(255,255,255,.82); }
.founder-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1.8rem;
  align-items: center;
}
.founder-card {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  padding: 1rem;
}
.founder-image-wrap {
  border-radius: 22px;
  overflow: hidden;
}
.founder-image {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}
.founder-copy h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); }
.founder-role { color: var(--gold-300); font-weight: 700; }
.founder-quote {
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--gold-500);
  background: rgba(255,255,255,.05);
  border-radius: 0 16px 16px 0;
}
.founder-quote p { color: #fff; margin: 0; font-weight: 600; }

.values-grid-wrap { align-items: start; }
.premium-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.values-grid article {
  border-radius: 20px;
  padding: 1.15rem;
  background: linear-gradient(180deg, #fff, #f8fbf8);
}
.values-grid article h3 { margin-bottom: .5rem; }

.premium-gallery {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 1rem;
}
.premium-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
}
.premium-gallery img:first-child { grid-row: span 2; height: 516px; }

.newsletter-premium { padding-top: 0; }
.newsletter-shell {
  border-radius: 28px;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1rem;
  background: linear-gradient(135deg, #ffffff, #eef6f0);
}
.premium-form { display: grid; gap: .9rem; }
.newsletter-form { grid-template-columns: 1fr auto; align-items: center; }
input, textarea, select {
  width: 100%;
  font: inherit;
  color: var(--text-900);
  border-radius: 15px;
  padding: .92rem .98rem;
  border: 1px solid rgba(16, 33, 22, 0.12);
  background: rgba(255,255,255,.96);
}
input:focus, textarea:focus, select:focus {
  outline: 2px solid rgba(55,171,107,.16);
  border-color: var(--green-500);
}

.site-footer {
  background: var(--surface-dark);
  color: rgba(255,255,255,.82);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .8fr .8fr 1fr;
  gap: 1.2rem;
  padding: 2.8rem 0;
}
.footer-logo {
  width: 120px;
  background: #fff;
  border-radius: 24px;
  padding: .32rem;
  margin-bottom: .8rem;
}
.site-footer h4 { color: #fff; margin-bottom: .8rem; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.76); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1rem 0; color: rgba(255,255,255,.6); }

.premium-subhero {
  background: linear-gradient(135deg, rgba(8,20,15,.96), rgba(17,54,37,.90)), url('assets/gallery-1.jpg') center/cover;
  color: #fff;
  padding: 4.2rem 0 3rem;
}
.premium-subhero-grid,
.support-layout,
.donation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: start;
}
.premium-subhero h1 { color: #fff; font-size: clamp(2.1rem, 4.8vw, 4rem); }
.premium-subhero p { color: rgba(255,255,255,.84); }
.subhero-stat-card {
  padding: 1.3rem;
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
}
.subhero-stat-card strong { display: block; color: #fff; font-size: 2.5rem; margin: .35rem 0; }
.subhero-stat-card p { margin-bottom: 0; }
.premium-donation-grid { align-items: stretch; }
.featured-card { background: linear-gradient(180deg, #ffffff, #f4faf6); }
.muted-card { background: linear-gradient(180deg, #ffffff, #faf7f8); }
.form-grid.two-col-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.form-note { color: var(--text-500); font-size: .88rem; margin-bottom: 0; }
.support-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: .85rem;
}
.support-list li {
  display: flex;
  gap: .95rem;
  align-items: baseline;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--line);
}
.support-list strong { min-width: 66px; color: var(--green-700); font-size: 1.2rem; }
.support-media-card { border-radius: 24px; overflow: hidden; }
.support-media-card img { width: 100%; height: 320px; object-fit: cover; }
.support-media-copy { padding: 1rem; }

@media (max-width: 1040px) {
  .main-nav, .nav-actions { display: none; }
  .menu-toggle { display: inline-block; }
  .nav-wrap.menu-open .main-nav,
  .nav-wrap.menu-open .nav-actions {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
  .nav-wrap { flex-wrap: wrap; }
  .hero-grid,
  .section-grid,
  .balanced-grid,
  .split-head,
  .premium-subhero-grid,
  .support-layout,
  .donation-grid,
  .commitment-layout,
  .founder-layout,
  .newsletter-shell,
  .footer-grid { grid-template-columns: 1fr; }
  .premium-pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-panel { grid-template-columns: repeat(2, 1fr); }
  .premium-gallery { grid-template-columns: repeat(2, 1fr); }
  .premium-gallery img:first-child { grid-row: auto; height: 250px; }
  .compact-metrics,
  .ribbon-grid,
  .signature-grid,
  .commitment-columns,
  .premium-values-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .section { padding: 3.7rem 0; }
  .container { width: min(var(--container), calc(100% - 1rem)); }
  .brand-logo { width: 82px; height: 82px; }
  .hero-grid,
  .ribbon-grid,
  .compact-metrics,
  .signature-grid,
  .premium-pillar-grid,
  .stats-panel,
  .commitment-columns,
  .premium-values-grid,
  .premium-gallery,
  .newsletter-shell,
  .newsletter-form,
  .form-grid.two-col-form { grid-template-columns: 1fr; }
  .hero-slider, .slide img { min-height: 360px; height: 360px; }
  .slide figcaption { font-size: .92rem; }
  .media-collage, .collage-main, .collage-top, .collage-badge { position: static; width: 100%; height: auto; }
  .media-collage { min-height: auto; display: grid; gap: 1rem; }
  .collage-top { border: 0; }
  .collage-badge { width: 120px; margin-inline: auto; }
  .founder-image { min-height: auto; }
  .newsletter-form button,
  .full-width-mobile { width: 100%; }
  .support-media-card img,
  .premium-gallery img { height: auto; }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, input, textarea, select, button {
  max-width: 100%;
}

main section[id],
footer[id] {
  scroll-margin-top: 104px;
}

.site-shell,
.hero-grid > *,
.section-grid > *,
.founder-layout > *,
.donation-grid > *,
.support-layout > * {
  min-width: 0;
}

.main-nav a,
.nav-actions a,
.hero-actions .btn,
.newsletter-form .btn,
.donation-form .btn {
  touch-action: manipulation;
}

@media (max-width: 1180px) {
  .hero-copy h1 {
    font-size: clamp(2.15rem, 4.7vw, 4rem);
  }

  .compact-metrics span,
  .stat-card span,
  .ribbon-grid h3 {
    font-size: .92rem;
  }
}

@media (max-width: 1040px) {
  .site-header {
    backdrop-filter: blur(18px);
  }

  .nav-wrap {
    position: relative;
    min-height: 78px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 109, 73, .08);
  }

  .nav-wrap.menu-open .main-nav,
  .nav-wrap.menu-open .nav-actions {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(16, 33, 22, 0.08);
    box-shadow: var(--shadow-lg);
    border-radius: 18px;
    z-index: 20;
    padding: 1rem;
  }

  .nav-wrap.menu-open .main-nav {
    top: calc(100% + .55rem);
    gap: .2rem;
  }

  .nav-wrap.menu-open .nav-actions {
    top: calc(100% + 15.25rem);
    gap: .65rem;
  }

  .nav-wrap.menu-open .main-nav a,
  .nav-wrap.menu-open .nav-actions a {
    width: 100%;
    padding: .8rem .9rem;
    border-radius: 12px;
  }

  .nav-wrap.menu-open .main-nav a:hover {
    background: var(--surface-alt);
  }

  .hero-grid {
    gap: 1.1rem;
  }

  .reveal-card {
    padding-right: 0;
  }

  .premium-hero {
    padding-top: 3.5rem;
  }

  .hero-slider,
  .slide img {
    min-height: 470px;
    height: 470px;
  }

  .slide figcaption {
    max-width: calc(100% - 2rem);
  }

  .newsletter-shell,
  .board-card,
  .stat-card,
  .signature-card,
  .premium-card,
  .support-media-card {
    border-radius: 20px;
  }
}

@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .section-copy,
  .founder-copy,
  .section-head,
  .split-head,
  .support-layout > div:first-child {
    text-align: left;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
  }

  .compact-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .premium-subhero {
    padding-top: 3.4rem;
  }

  .support-media-card img {
    height: 280px;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: sticky;
  }

  .nav-wrap {
    min-height: 74px;
    gap: .7rem;
  }

  .brand {
    gap: .7rem;
    align-items: center;
  }

  .brand-logo {
    width: 68px;
    height: 68px;
    border-radius: 18px;
  }

  .brand-name {
    font-size: 1rem;
    line-height: 1.1;
  }

  .brand-tag {
    font-size: .78rem;
    line-height: 1.2;
  }

  .premium-hero {
    padding: 2.75rem 0 2.4rem;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 8vw, 2.8rem);
    margin-bottom: .85rem;
  }

  .hero-lead {
    font-size: .98rem;
    line-height: 1.6;
  }

  .hero-actions {
    gap: .7rem;
    margin: 1.1rem 0 1.2rem;
  }

  .hero-actions .btn,
  .newsletter-form .btn,
  .nav-wrap.menu-open .nav-actions a {
    width: 100%;
  }

  .compact-metrics {
    gap: .7rem;
  }

  .compact-metrics article,
  .ribbon-grid article,
  .stat-card,
  .signature-card,
  .premium-card,
  .board-card,
  .newsletter-shell,
  .values-grid article {
    padding: 1rem;
  }

  .slider-card {
    border-radius: 22px;
  }

  .hero-slider,
  .slide img {
    min-height: 320px;
    height: 320px;
  }

  .slider-panel {
    flex-direction: column;
    align-items: flex-start;
    padding: .95rem 1rem 1rem;
  }

  .slider-panel h3 {
    font-size: 1rem;
  }

  .impact-ribbon {
    margin-top: -0.6rem;
  }

  .ribbon-grid article h3 {
    font-size: .98rem;
    line-height: 1.35;
  }

  .section-head {
    margin-bottom: 1.5rem;
  }

  .section-head h2,
  .section-copy h2,
  .founder-copy h2,
  .premium-subhero h1 {
    font-size: clamp(1.7rem, 7vw, 2.35rem);
    line-height: 1.12;
  }

  .media-collage {
    gap: .85rem;
  }

  .collage-main,
  .collage-top,
  .support-media-card img,
  .premium-gallery img {
    border-radius: 18px;
  }

  .stats-panel,
  .premium-pillar-grid,
  .premium-values-grid,
  .signature-grid,
  .commitment-columns,
  .premium-gallery,
  .donation-grid,
  .support-layout,
  .newsletter-shell,
  .footer-grid,
  .newsletter-form,
  .form-grid.two-col-form {
    gap: .85rem;
  }

  .commitment-columns li,
  .support-list li {
    gap: .7rem;
  }

  .total-row {
    flex-direction: column;
    align-items: flex-start;
    gap: .2rem;
  }

  .founder-card {
    padding: .8rem;
    border-radius: 22px;
  }

  .founder-image-wrap {
    border-radius: 18px;
  }

  .founder-image {
    aspect-ratio: 4 / 5;
    object-position: center top;
  }

  .founder-quote {
    padding: .9rem 1rem;
  }

  .newsletter-shell {
    padding: 1.1rem;
  }

  .newsletter-form {
    align-items: stretch;
  }

  input,
  textarea,
  select {
    padding: .88rem .92rem;
    border-radius: 14px;
    font-size: 16px;
  }

  .support-list strong {
    min-width: 58px;
    font-size: 1.08rem;
  }

  .footer-grid {
    padding: 2.1rem 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - .85rem));
  }

  .section {
    padding: 3.1rem 0;
  }

  .kicker,
  .mini-label,
  .section-tag {
    font-size: .66rem;
    letter-spacing: .1em;
  }

  .hero-copy h1 {
    font-size: clamp(1.85rem, 8.4vw, 2.35rem);
  }

  .hero-lead,
  p,
  .compact-metrics span,
  .stat-card span,
  .ribbon-grid h3,
  .support-list span,
  .form-note {
    font-size: .93rem;
  }

  .compact-metrics {
    grid-template-columns: 1fr;
  }

  .hero-slider,
  .slide img {
    min-height: 280px;
    height: 280px;
  }

  .slide figcaption {
    left: .85rem;
    right: .85rem;
    bottom: .8rem;
    font-size: .88rem;
  }

  .slider-dots button {
    width: 10px;
    height: 10px;
  }

  .brand-tag {
    display: none;
  }

  .brand-logo {
    width: 60px;
    height: 60px;
  }

  .ribbon-grid article,
  .compact-metrics article,
  .stat-card,
  .premium-card,
  .board-card,
  .newsletter-shell,
  .values-grid article,
  .signature-card {
    border-radius: 18px;
  }

  .premium-gallery img:first-child {
    height: auto;
  }

  .support-media-card img {
    height: 220px;
  }

  .footer-grid {
    text-align: center;
  }

  .footer-logo {
    margin-inline: auto;
  }
}

.donation-impact-premium {
  background: linear-gradient(180deg, #ffffff, #f3f8f4);
}

.donation-impact-head {
  margin-bottom: 1.4rem;
}

.donation-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.impact-donation-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.student-card {
  background: linear-gradient(180deg, #ffffff, #f3fbf6);
}

.widow-card {
  background: linear-gradient(180deg, #ffffff, #f8f6f6);
}

.family-card {
  background: linear-gradient(180deg, #ffffff, #f4f7fb);
}

.impact-card-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: start;
}

.impact-card-top h3 {
  margin-bottom: .35rem;
  font-size: 1.24rem;
}

.impact-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(31, 109, 73, .08);
  color: var(--green-700);
  flex-shrink: 0;
}

.impact-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.impact-breakdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}

.impact-breakdown-list li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: .8rem;
  align-items: start;
  padding-top: .75rem;
  border-top: 1px solid var(--line);
}

.impact-breakdown-list strong {
  color: var(--green-800);
  font-size: 1.02rem;
}

.impact-breakdown-list span {
  color: var(--text-700);
}

.impact-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: auto;
}

.donate-impact-compact .impact-donation-card {
  gap: .9rem;
}

.donate-impact-grid .impact-card-top h3 {
  font-size: 1.12rem;
}

.contact-premium {
  background: linear-gradient(180deg, #f8fbf8, #eef5f0);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1.2rem;
  align-items: start;
}

.contact-intro,
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  border-radius: 24px;
}

.contact-intro {
  padding: 1.5rem;
}

.contact-intro h2 {
  margin-bottom: .85rem;
}

.contact-cta-row,
.footer-cta-actions,
.contact-actions-stack {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.contact-card-shell {
  display: grid;
  gap: 1rem;
}

.contact-card {
  padding: 1.3rem;
}

.primary-contact-card h3 {
  font-size: 1.35rem;
  margin-bottom: .45rem;
  color: var(--green-800);
  word-break: break-word;
}

.contact-points {
  list-style: none;
  padding: 0;
  margin: .85rem 0 0;
  display: grid;
  gap: .8rem;
}

.contact-points li {
  display: grid;
  gap: .15rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--line);
}

.contact-points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-points strong {
  color: var(--text-900);
}

.site-footer-premium {
  position: relative;
}

.footer-top-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1rem;
  padding: 2rem 0 1.3rem;
  align-items: stretch;
}

.footer-brand-block,
.footer-cta-card {
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  border-radius: 24px;
  padding: 1.25rem;
}

.footer-brand-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.footer-brand-block h3,
.footer-cta-card h4 {
  color: #fff;
  margin-bottom: .45rem;
}

.footer-cta-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-cta-card p,
.footer-brand-block p {
  color: rgba(255,255,255,.76);
}

.premium-footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 1rem;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.donate-contact-band {
  padding-top: 0;
}

@media (max-width: 1040px) {
  .contact-grid,
  .footer-top-panel,
  .premium-footer-grid,
  .donation-impact-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand-block {
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 720px) {
  .contact-intro,
  .contact-card,
  .footer-brand-block,
  .footer-cta-card,
  .impact-donation-card {
    border-radius: 20px;
    padding: 1rem;
  }

  .contact-cta-row,
  .footer-cta-actions,
  .contact-actions-stack,
  .impact-card-actions {
    flex-direction: column;
  }

  .contact-cta-row .btn,
  .footer-cta-actions .btn,
  .contact-actions-stack .btn,
  .impact-card-actions .btn {
    width: 100%;
  }

  .footer-brand-block {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .impact-card-top {
    gap: .75rem;
  }

  .impact-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .impact-card-top h3 {
    font-size: 1.08rem;
  }

  .impact-breakdown-list li {
    grid-template-columns: 72px 1fr;
    gap: .65rem;
  }

  .footer-bottom-row {
    flex-direction: column;
    gap: .3rem;
  }
}

@media (max-width: 560px) {
  .primary-contact-card h3 {
    font-size: 1.12rem;
  }

  .contact-grid,
  .contact-card-shell,
  .footer-top-panel,
  .donation-impact-grid {
    gap: .85rem;
  }

  .impact-card-top {
    grid-template-columns: 1fr;
  }

  .impact-icon {
    width: 48px;
    height: 48px;
  }

  .impact-breakdown-list li {
    grid-template-columns: 1fr;
    gap: .2rem;
  }
}

.site-header {
  background: rgba(248, 251, 248, 0.72);
  box-shadow: 0 10px 34px rgba(8, 20, 15, 0.06);
}

.site-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 109, 73, 0.22), transparent);
}

.nav-wrap {
  min-height: 92px;
  gap: 1.15rem;
}

.nav-panel {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: .9rem;
  min-width: 0;
}

.main-nav {
  padding: .34rem;
  gap: .3rem;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(16, 33, 22, 0.08);
  box-shadow: 0 10px 28px rgba(8, 20, 15, 0.06);
  backdrop-filter: blur(12px);
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .78rem .98rem;
  border-radius: 999px;
  color: var(--text-700);
  font-weight: 700;
  font-size: .92rem;
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: #ffffff;
  color: var(--green-800);
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(31, 109, 73, 0.08);
}

.nav-actions {
  gap: .7rem;
}

.nav-secondary-cta {
  min-height: 56px;
  padding-inline: 1rem;
  white-space: nowrap;
}

.nav-primary-cta {
  min-height: 56px;
  padding: .72rem 1rem;
  border-radius: 18px;
  align-items: flex-start;
  gap: .15rem;
  box-shadow: 0 14px 30px rgba(31, 109, 73, 0.22);
}

.nav-primary-cta .btn-label {
  font-size: .94rem;
  line-height: 1.1;
}

.nav-primary-cta .btn-note {
  font-size: .71rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .02em;
  opacity: .84;
}

.menu-toggle {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  color: var(--green-800);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(16, 33, 22, 0.08);
  box-shadow: 0 10px 28px rgba(8, 20, 15, 0.06);
  backdrop-filter: blur(10px);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform .24s ease, opacity .2s ease;
}

.nav-wrap.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.nav-wrap.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-wrap.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 20, 15, 0.26);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
  z-index: 45;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1040px) {
  .nav-wrap {
    min-height: 80px;
  }

  .nav-panel {
    display: none;
    position: absolute;
    top: calc(100% + .65rem);
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 1rem;
    background: rgba(252, 253, 252, 0.98);
    border: 1px solid rgba(16, 33, 22, 0.08);
    border-radius: 24px;
    box-shadow: 0 26px 54px rgba(8, 20, 15, 0.14);
    backdrop-filter: blur(18px);
    transform: translateY(-10px) scale(.985);
    transform-origin: top center;
    opacity: 0;
    pointer-events: none;
    gap: 1rem;
  }

  .nav-wrap.menu-open .nav-panel {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .nav-wrap.menu-open .main-nav,
  .nav-wrap.menu-open .nav-actions {
    display: flex !important;
    position: static;
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-wrap.menu-open .main-nav {
    gap: .35rem;
  }

  .nav-wrap.menu-open .main-nav a {
    width: 100%;
    justify-content: flex-start;
    padding: .9rem 1rem;
    border-radius: 14px;
    background: rgba(31, 109, 73, 0.03);
  }

  .nav-wrap.menu-open .nav-actions {
    gap: .7rem;
    padding-top: .9rem;
    border-top: 1px solid rgba(16, 33, 22, 0.08);
  }

  .nav-wrap.menu-open .nav-actions .btn {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .nav-wrap {
    min-height: 74px;
  }

  .nav-panel {
    padding: .9rem;
    border-radius: 20px;
    gap: .85rem;
  }

  .nav-secondary-cta {
    min-height: 50px;
  }

  .nav-primary-cta {
    min-height: 52px;
    padding: .72rem .95rem;
  }

  .nav-primary-cta .btn-label {
    font-size: .92rem;
  }

  .nav-primary-cta .btn-note {
    font-size: .68rem;
  }
}

@media (max-width: 560px) {
  .main-nav a {
    font-size: .9rem;
  }

  .nav-primary-cta .btn-note {
    display: none;
  }
}

@media (max-width: 400px) {
  .hero-actions .btn,
  .newsletter-form .btn,
  .donation-form .btn,
  .nav-wrap.menu-open .main-nav a,
  .nav-wrap.menu-open .nav-actions a {
    font-size: .9rem;
  }

  .slider-panel,
  .newsletter-shell,
  .premium-card,
  .board-card,
  .stat-card,
  .ribbon-grid article,
  .compact-metrics article {
    padding-left: .9rem;
    padding-right: .9rem;
  }
}


/* === Sitewide audit polish update === */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  line-height: 1.68;
}

h1, h2, h3, h4 {
  line-height: 1.06;
}

.section {
  padding: clamp(3.35rem, 7vw, 5.35rem) 0;
}

.section-head {
  margin-bottom: clamp(1.5rem, 3vw, 2.35rem);
}

.section-head p,
.section-copy > p,
.contact-intro > p,
.footer-brand-block p,
.footer-cta-card h4,
.newsletter-shell p,
.support-media-copy p {
  max-width: 62ch;
}

.btn {
  min-height: 48px;
  gap: .5rem;
  padding: .92rem 1.3rem;
  font-size: .96rem;
  line-height: 1.15;
  box-shadow: 0 10px 24px rgba(8, 20, 15, 0.06);
}

.btn:focus-visible,
.main-nav a:focus-visible,
.menu-toggle:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(55, 171, 107, 0.22);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(135deg, #1d744d, #39af6d);
  box-shadow: 0 16px 36px rgba(28, 108, 72, 0.22);
}

.btn-secondary {
  background: linear-gradient(135deg, #d6b35f, #efd892);
  color: var(--green-950);
  box-shadow: 0 14px 30px rgba(213, 177, 94, 0.22);
}

.btn-ghost {
  background: rgba(255,255,255,.82);
  border-color: rgba(22, 76, 51, .12);
  box-shadow: none;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-label {
  display: block;
}

.btn-note {
  display: block;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .82;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.main-nav {
  gap: .45rem;
}

.main-nav a {
  padding: .68rem .9rem;
  border-radius: 999px;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}

.main-nav a:hover {
  background: rgba(31, 109, 73, 0.08);
  transform: translateY(-1px);
}

.nav-actions {
  gap: .7rem;
}

.nav-secondary-cta {
  min-height: 48px;
}

.nav-primary-cta {
  align-items: flex-start;
  min-height: 56px;
  padding-inline: 1.1rem 1.25rem;
  border-radius: 18px;
}

.hero-copy h1 {
  max-width: 11.5ch;
}

.hero-lead,
.premium-subhero p {
  line-height: 1.72;
}

.compact-metrics article,
.ribbon-grid article,
.signature-card,
.premium-card,
.stat-card,
.board-card,
.impact-donation-card,
.contact-intro,
.contact-card,
.footer-brand-block,
.footer-cta-card,
.newsletter-shell {
  border-radius: 24px;
}

.compact-metrics article,
.ribbon-grid article,
.stat-card,
.signature-card,
.premium-card,
.board-card,
.impact-donation-card,
.contact-card,
.contact-intro {
  padding: 1.35rem;
}

.pillar-card h3,
.impact-card-top h3,
.contact-card h3,
.footer-cta-card h4 {
  line-height: 1.18;
}

.slider-panel {
  padding: 1.05rem 1.15rem;
}

.slider-dots button {
  transition: transform .2s ease, background .2s ease;
}

.slider-dots button:hover {
  transform: scale(1.08);
}

.support-list li,
.contact-points li,
.commitment-columns li,
.impact-breakdown-list li {
  padding-bottom: .9rem;
}

.support-list li:last-child,
.commitment-columns li:last-child,
.impact-breakdown-list li:last-child {
  padding-bottom: 0;
}

input, textarea, select {
  min-height: 50px;
}

textarea {
  min-height: 138px;
  resize: vertical;
}

.newsletter-form {
  gap: .85rem;
}

.support-media-copy,
.footer-brand-block,
.footer-cta-card {
  position: relative;
}

.primary-contact-card h3,
.footer-brand-block h3 {
  letter-spacing: -0.02em;
}

.footer-top-panel {
  padding-top: 2.35rem;
  padding-bottom: 1.5rem;
}

.footer-brand-block,
.footer-cta-card {
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}

.footer-grid {
  padding-top: 1.35rem;
  padding-bottom: 2.4rem;
}

.footer-grid h4 {
  margin-bottom: 1rem;
}

.footer-grid ul {
  gap: .7rem;
}

.footer-grid a:hover,
.site-footer a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 1.1rem 0;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 13, 9, 0.36);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
  z-index: 39;
}

body.nav-open .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1040px) {
  .nav-panel {
    display: none;
    position: absolute;
    top: calc(100% + .6rem);
    left: 0;
    right: 0;
    z-index: 42;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255,255,255,.985);
    border: 1px solid rgba(16, 33, 22, 0.08);
    box-shadow: 0 24px 60px rgba(8, 20, 15, 0.16);
    backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: stretch;
    gap: .95rem;
  }

  .nav-wrap.menu-open .nav-panel {
    display: flex;
  }

  .nav-wrap.menu-open .main-nav,
  .nav-wrap.menu-open .nav-actions {
    display: flex;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-wrap.menu-open .main-nav {
    flex-direction: column;
    gap: .25rem;
  }

  .nav-wrap.menu-open .nav-actions {
    flex-direction: column;
    gap: .7rem;
    padding-top: .3rem;
    border-top: 1px solid rgba(16, 33, 22, 0.08);
  }

  .nav-wrap.menu-open .main-nav a,
  .nav-wrap.menu-open .nav-actions a {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-copy h1 {
    max-width: 13ch;
  }

  .section-head p,
  .contact-intro > p,
  .newsletter-shell p {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 3.3rem 0;
  }

  .btn,
  .nav-primary-cta,
  .nav-secondary-cta {
    min-height: 50px;
  }

  .compact-metrics article,
  .ribbon-grid article,
  .stat-card,
  .signature-card,
  .premium-card,
  .board-card,
  .impact-donation-card,
  .contact-card,
  .contact-intro,
  .newsletter-shell {
    padding: 1.05rem;
  }

  .slider-panel {
    align-items: stretch;
  }

  .slider-dots {
    justify-content: center;
    width: 100%;
  }

  .newsletter-form {
    gap: .95rem;
  }

  .form-grid.two-col-form,
  .premium-form {
    gap: .95rem;
  }

  .support-list {
    gap: 1rem;
  }

  .footer-top-panel {
    padding-top: 1.75rem;
  }
}

@media (max-width: 560px) {
  p,
  .hero-lead,
  .compact-metrics span,
  .stat-card span,
  .ribbon-grid h3,
  .support-list span,
  .form-note {
    font-size: .95rem;
  }

  .hero-actions,
  .contact-cta-row,
  .footer-cta-actions,
  .contact-actions-stack,
  .impact-card-actions {
    gap: .8rem;
  }

  .compact-metrics article {
    padding: 1rem 1.05rem;
  }

  .slider-panel {
    text-align: left;
  }

  .impact-breakdown-list li {
    padding-top: .7rem;
  }

  .footer-grid {
    text-align: left;
  }
}


/* === Final QA fixes === */
.btn-outline-light {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.34);
  color: #fff;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,.22);
}

.premium-hero {
  padding-bottom: 3.6rem;
}

.impact-ribbon {
  margin-top: -1.45rem;
}

.pillar-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pillar-card p {
  margin-bottom: 0;
}

.premium-subhero-grid {
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
}

.subhero-stat-card {
  max-width: 360px;
  width: 100%;
  justify-self: end;
}

.menu-toggle span {
  width: 17px;
  height: 1.75px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3rem;
  background-image: linear-gradient(45deg, transparent 50%, rgba(16,33,22,.68) 50%), linear-gradient(135deg, rgba(16,33,22,.68) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

@media (max-width: 1040px) {
  .subhero-stat-card {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 720px) {
  .premium-hero {
    padding-bottom: 2.65rem;
  }

  .impact-ribbon {
    margin-top: -.35rem;
  }

  .section,
  .donate-contact-band {
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
  }

  .premium-subhero-grid,
  .donation-impact-grid,
  .donation-grid,
  .support-layout,
  .contact-grid,
  .footer-top-panel,
  .premium-footer-grid {
    gap: .9rem;
  }
}

@media (max-width: 560px) {
  .compact-metrics article,
  .ribbon-grid article,
  .signature-card,
  .premium-card,
  .board-card,
  .impact-donation-card,
  .contact-intro,
  .contact-card,
  .newsletter-shell {
    padding: .95rem;
  }

  .support-list,
  .premium-form,
  .newsletter-form,
  .contact-card-shell {
    gap: .8rem;
  }

  .menu-toggle span {
    width: 16px;
    height: 1.6px;
    margin: 2.5px auto;
  }
}
