:root {
  --green: #3fb64c;
  --green-dark: #238c31;
  --green-soft: #eaf5ee;
  --amber: #d9942d;
  --ink: #202020;
  --muted: #595959;
  --line: #ececec;
  --paper: #ffffff;
  --soft-bg: #f7f6f5;
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.09);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 120ms ease, transform 120ms ease;
  }

  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.section-shell {
  width: min(100% - 128px, 1680px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 140px;
  padding: 0 118px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  width: 100px;
  height: 100px;
}

.brand img {
  width: 100%;
  height: 100%;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 18px;
  color: #1d1d1d;
}

.primary-nav a {
  transition: color 180ms ease, transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.active {
  color: var(--green);
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  transform: translateY(-1px);
}

.nav-donate {
  min-width: 220px;
  padding: 20px 44px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: var(--green);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(63, 182, 76, 0.16);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nav-donate:hover,
.nav-donate:focus-visible {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 20px 34px rgba(35, 140, 49, 0.24);
  transform: translateY(-2px);
}

.nav-donate.active {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 18px 32px rgba(35, 140, 49, 0.28);
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 70px;
  align-items: center;
  min-height: 940px;
  padding: 56px 0 118px;
}

.eyebrow {
  margin: 0 0 30px;
  color: var(--amber);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.center-heading h2,
.cta-card h2,
.info-card h3,
.pillar h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
}

.hero h1 {
  max-width: 660px;
  font-size: 76px;
}

.hero-text {
  max-width: 690px;
  margin: 58px 0 0;
  color: #434343;
  font-size: 25px;
  line-height: 1.45;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 62px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 235px;
  min-height: 72px;
  padding: 18px 34px;
  font-size: 19px;
  font-weight: 800;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: color 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.16);
}

.button-primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 18px 28px rgba(63, 182, 76, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--green-dark);
  box-shadow: 0 22px 38px rgba(35, 140, 49, 0.28);
}

.button-secondary {
  color: #1d1d1d;
  background: #eeeeec;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: #fff;
  background: var(--green-dark);
}

.hero-media {
  justify-self: end;
  width: 100%;
}

.hero-media img {
  width: 100%;
  height: 755px;
  object-fit: cover;
}

.trust-strip {
  padding: 74px 0 92px;
  background: var(--soft-bg);
}

.trust-inner {
  text-align: center;
}

.trust-inner h2 {
  margin: 0 0 72px;
  color: #8a8a8a;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.logo-marquee::before,
.logo-marquee::after {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 96px;
  height: 100%;
  pointer-events: none;
  content: "";
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--soft-bg), rgba(247, 246, 245, 0));
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--soft-bg), rgba(247, 246, 245, 0));
}

.logo-row {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 84px;
  animation: partner-scroll 34s linear infinite;
}

.logo-row img {
  flex: 0 0 auto;
  width: 190px;
  height: 78px;
  object-fit: contain;
  filter: grayscale(1);
}

.logo-marquee:hover .logo-row,
.logo-marquee:focus-within .logo-row {
  animation-play-state: paused;
}

@keyframes partner-scroll {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.story {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 74px;
  padding: 86px 0 196px;
}

.section-heading h2 {
  max-width: 590px;
  font-size: 60px;
}

.green-rule {
  display: block;
  width: 84px;
  height: 5px;
  margin-top: 58px;
  background: var(--green);
}

.story-copy {
  padding-left: 42px;
  border-left: 4px solid var(--amber);
}

.story-copy p {
  max-width: 860px;
  margin: 0;
  color: #096a2f;
  font-size: 26px;
  line-height: 1.62;
}

.principles {
  padding: 172px 0 154px;
  background: var(--soft-bg);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.info-card {
  min-height: 430px;
  padding: 72px 55px 58px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.05);
}

.icon-box svg,
.pillar-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-box {
  color: var(--green);
  margin-bottom: 30px;
}

.amber-icon {
  color: var(--amber);
}

.info-card h3 {
  margin-bottom: 34px;
  font-size: 38px;
}

.info-card p,
.info-card li {
  color: #555;
  font-size: 21px;
  line-height: 1.7;
}

.info-card p {
  margin: 0;
}

.info-card ul {
  margin: 0;
  padding-left: 22px;
}

.info-card li::marker {
  color: var(--amber);
}

.gallery {
  padding: 190px 0 154px;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 28px;
  animation: gallery-scroll 36s linear infinite;
}

.gallery-track img {
  flex: 0 0 auto;
  width: 360px;
  height: auto;
}

.gallery:hover .gallery-track,
.gallery:focus-within .gallery-track {
  animation-play-state: paused;
}

@keyframes gallery-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.framework {
  padding: 0 0 186px;
}

.page-banner {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 625px;
  margin-top: 112px;
  overflow: hidden;
  border-radius: 8px;
}

.page-banner::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 102, 42, 0.78);
  content: "";
}

.page-banner-clear::after {
  display: none;
}

.page-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner-content {
  position: relative;
  z-index: 1;
  width: min(100% - 96px, 1020px);
  margin-top: 205px;
  color: #fff;
  text-align: center;
}

.page-banner-content p {
  margin: 0;
  font-size: 27px;
  line-height: 1.5;
}

.compact-page-banner {
  min-height: 500px;
  margin-top: 72px;
}

.programs-list {
  padding: 190px 0 192px;
}

.program-group {
  margin-bottom: 138px;
}

.program-group:last-child {
  margin-bottom: 0;
}

.program-group > h1,
.program-group > h2,
.program-card > h2,
.youth-board-title {
  margin: 0 0 44px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.program-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 8px;
}

.program-card p {
  margin: 34px 0 42px;
  color: #1f1f1f;
  font-size: 23px;
  line-height: 1.35;
}

.small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 58px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  background: var(--green);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(63, 182, 76, 0.16);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.small-button:hover,
.small-button:focus-visible {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 18px 30px rgba(35, 140, 49, 0.24);
  transform: translateY(-3px);
}

.impact-hero {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 70px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 96px;
}

.impact-hero p {
  margin: 0 0 22px;
  color: var(--green-dark);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.impact-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 74px;
  font-weight: 400;
  line-height: 1.1;
}

.impact-hero img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

.impact-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 118px;
}

.impact-summary article {
  min-height: 230px;
  padding: 40px 34px;
  background: #f4faf4;
  border-left: 8px solid var(--green);
}

.impact-summary strong {
  display: block;
  margin-bottom: 22px;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 72px;
  line-height: 1;
}

.impact-summary span {
  display: block;
  color: #2b2b2b;
  font-size: 22px;
  line-height: 1.45;
}

.impact-stories-list {
  display: grid;
  gap: 56px;
  padding-bottom: 140px;
}

.impact-story-card {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 56px;
  align-items: center;
}

.impact-story-card.reversed {
  grid-template-columns: 1fr 0.82fr;
}

.impact-story-card.reversed img {
  order: 2;
}

.impact-story-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.impact-story-card div {
  min-width: 0;
  padding: 18px 0;
}

.impact-story-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
  background: var(--green);
  border-radius: 8px;
}

.impact-story-card h2 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 1.12;
}

.impact-story-card p {
  margin: 0 0 20px;
  color: #262626;
  font-size: 22px;
  line-height: 1.65;
}

.impact-story-card .small-button {
  margin-top: 12px;
}

.contact-hero {
  padding: 96px 0 86px;
  text-align: center;
}

.contact-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.contact-hero p {
  margin: 30px 0 0;
  color: #373737;
  font-size: 18px;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  max-width: 1040px;
  margin: 34px auto 0;
  color: #2d2d2d;
  font-style: normal;
  font-size: 17px;
  line-height: 1.6;
}

.contact-details span:not(:last-child)::after {
  margin-left: 18px;
  color: #8c8c8c;
  content: "|";
}

.contact-section {
  padding: 72px 0 120px;
  background: var(--soft-bg);
}

.contact-form {
  width: min(100% - 128px, 1080px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 50px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--serif);
  font-size: 21px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: var(--ink);
  font: 20px/1.4 var(--sans);
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 8px;
  outline: 0;
}

.contact-form input {
  height: 42px;
  padding: 8px 14px;
}

.contact-form textarea {
  min-height: 280px;
  padding: 14px;
  resize: vertical;
}

.message-field {
  grid-column: 1 / -1;
}

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 58px;
  margin: 50px auto 0;
  color: #fff;
  font: 18px/1 var(--serif);
  text-transform: uppercase;
  background: var(--green);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(63, 182, 76, 0.18);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.form-button:hover,
.form-button:focus-visible {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 20px 34px rgba(35, 140, 49, 0.25);
  transform: translateY(-3px);
}

.form-button:disabled,
.report-next:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}

.form-status {
  min-height: 28px;
  margin: 28px 0 0;
  color: var(--green-dark);
  text-align: center;
  font-size: 17px;
}

.donate-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 650px;
  margin-top: 100px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.09) 0 2px, transparent 3px 92px),
    radial-gradient(circle at 82% 46%, rgba(255, 255, 255, 0.08) 0 2px, transparent 3px 92px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px),
    var(--green);
  border-radius: 8px;
}

.donate-hero.compact-page-banner {
  min-height: 500px;
  margin-top: 72px;
}

.donate-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donate-hero-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0.15;
}

.donate-hero-mark::before,
.donate-hero-mark::after {
  position: absolute;
  width: 210px;
  height: 300px;
  border: 16px solid #fff;
  border-top: 0;
  border-radius: 34px 34px 120px 120px;
  content: "";
}

.donate-hero-mark::before {
  transform: translateX(-260px) rotate(-26deg);
}

.donate-hero-mark::after {
  transform: translateX(260px) rotate(26deg);
}

.donate-hero-mark span {
  width: 300px;
  height: 270px;
  border: 16px solid #fff;
  border-top: 0;
  border-radius: 0 0 150px 150px;
  transform: translateY(-70px) rotate(45deg);
}

.donate-hero p {
  position: relative;
  z-index: 1;
  width: min(100% - 80px, 1060px);
  margin: 190px 0 0;
  font-size: 28px;
  line-height: 1.45;
}

.donation-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  padding: 92px 0 118px;
}

.donation-tile,
.donation-image {
  min-height: 235px;
  border-radius: 8px;
}

.donation-tile {
  padding: 46px 54px;
}

.donation-tile h1,
.donation-tile h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  line-height: 1.02;
}

.donation-tile p {
  margin: 28px 0 0;
  max-width: 860px;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 1.45;
}

.green-tile {
  color: #1d1d1d;
  background: var(--green);
}

.blank-tile,
.cream-tile {
  background: #fbf1e5;
}

.pale-tile {
  background: #edf9ee;
}

.amber-tile {
  background: #f79b20;
}

.wide-tile {
  grid-column: span 6;
}

.blank-tile,
.donation-image {
  grid-column: span 3;
}

.donation-image {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.pale-tile,
.amber-tile {
  grid-column: span 6;
}

.long-tile {
  grid-column: span 8;
}

.action-tile {
  grid-column: span 4;
}

.donate-now-button {
  width: min(100%, 405px);
  margin: 34px 0 0;
  text-decoration: none;
}

.report-hero {
  padding: 72px 0 58px;
  text-align: center;
}

.report-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 112px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.report-hero h1 span {
  color: var(--green);
}

.report-intro {
  padding: 118px 0 130px;
  text-align: center;
  background: #fbf8f4;
}

.report-intro h2 {
  margin: 0 0 88px;
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;
}

.report-intro p {
  max-width: 1540px;
  margin: 0 auto 26px;
  color: #1f1f1f;
  font-size: 26px;
  line-height: 1.85;
}

.report-guidance {
  display: grid;
  grid-template-columns: 0.68fr 1fr;
  background: #fbfbfa;
}

.report-guidance-title {
  display: grid;
  min-height: 520px;
  align-items: center;
  padding: 80px 120px;
  color: #fff;
  background: var(--green);
}

.report-guidance-title h2 {
  max-width: 550px;
  margin: 0;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.45;
}

.report-guidance-list {
  display: grid;
  align-items: center;
  padding: 80px 120px;
}

.report-guidance-list ul {
  max-width: 980px;
  margin: 0;
  color: #1e1e1e;
  font-size: 24px;
  line-height: 1.7;
}

.report-guidance-list li {
  margin-bottom: 14px;
}

.report-form-section {
  padding: 186px 0 118px;
  text-align: center;
}

.report-form {
  max-width: 1180px;
  margin: 0 auto;
}

.report-progress {
  width: min(100%, 720px);
  height: 4px;
  margin: 0 auto 60px;
  overflow: hidden;
  background: #ececec;
  border-radius: 999px;
}

.report-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: var(--green);
  transition: width 220ms ease;
}

.report-step h2 {
  margin: 0 0 54px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.report-field,
.report-select,
.report-textarea {
  width: min(100%, 1120px);
  color: var(--ink);
  font: 23px/1.45 var(--sans);
  background: #fff;
  border: 1px solid #8c8c8c;
  border-radius: 8px;
  outline: 0;
}

.report-field,
.report-select {
  height: 88px;
  padding: 16px 22px;
}

.report-textarea {
  min-height: 230px;
  padding: 20px 22px;
  resize: vertical;
}

.report-options {
  display: grid;
  gap: 18px;
  width: min(100%, 1120px);
  margin: 0 auto;
  text-align: left;
}

.report-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  font-size: 22px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  cursor: pointer;
}

.report-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 66px;
}

.report-back {
  display: none;
  align-items: center;
  justify-content: center;
  width: 240px;
  min-height: 72px;
  color: var(--green-dark);
  font: 22px/1 var(--serif);
  text-transform: uppercase;
  background: #fff;
  border: 1px solid var(--green);
  border-radius: 8px;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.report-back.is-visible {
  display: flex;
}

.report-back:hover,
.report-back:focus-visible {
  color: #fff;
  background: var(--green-dark);
  transform: translateY(-3px);
}

.report-status {
  min-height: 28px;
  margin: 32px 0 0;
  color: var(--green-dark);
  font-size: 18px;
}

.self-help {
  padding: 0 0 162px;
}

.self-help h2,
.find-more h2 {
  margin: 0 0 84px;
  text-align: center;
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.self-help-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: -44px 0 24px;
}

.self-help-copy p {
  margin: 0;
  padding: 0 10px;
  color: #282828;
  font-size: 16px;
  line-height: 1.48;
  text-align: center;
}

.self-help-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.self-help-card {
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  align-items: center;
  min-width: 0;
  min-height: 330px;
  padding: 0 28px;
  overflow: hidden;
  text-align: center;
}

.self-help-stop-card {
  background: #f6f6f6;
}

.self-help-take-card {
  grid-template-columns: 1.2fr 0.95fr;
  background: #fbefd9;
}

.self-help-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.self-help-content img {
  width: min(100%, 350px);
  height: 76px;
  object-fit: contain;
  object-position: center;
}

.self-help-illustration {
  width: min(100%, 246px);
  height: 292px;
  object-fit: contain;
  object-position: bottom center;
  align-self: end;
}

.self-help-illustration-left {
  justify-self: start;
}

.self-help-illustration-right {
  justify-self: end;
}

.self-help-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 42px;
  margin-top: 28px;
  padding: 10px 24px;
  color: #fff;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  background: #ffa34a;
  border-radius: 2px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.self-help-card a:hover,
.self-help-card a:focus-visible {
  color: #fff;
  background: var(--green-dark);
  transform: translateY(-3px);
}

.find-more {
  padding: 0 0 160px;
}

.find-more-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.find-more-grid article {
  min-height: 160px;
  padding: 44px 34px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 8px;
}

.find-more-grid article:first-child {
  background: #f0fbf1;
}

.find-more-grid h3 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.find-more-grid p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.board-list {
  padding: 136px 0 180px;
}

.board-profile {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 58px;
  align-items: center;
  margin-bottom: 104px;
}

.board-profile:last-child {
  margin-bottom: 0;
}

.board-profile.reverse {
  grid-template-columns: 1fr 340px;
}

.board-profile.reverse .board-photo {
  order: 2;
}

.board-photo {
  width: 340px;
  height: 340px;
  object-fit: cover;
  border-radius: 50%;
}

.board-panel {
  min-height: 316px;
  padding: 62px 86px;
  border-radius: 8px;
}

.board-panel.cream {
  background: #fbf1e5;
}

.board-panel.mint-panel {
  text-align: right;
  background: #e9f6ec;
}

.board-panel h1,
.board-panel h2,
.board-panel h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.board-panel h1,
.board-panel h2 {
  font-size: 43px;
}

.board-panel h3 {
  font-size: 28px;
  font-family: var(--sans);
  letter-spacing: 0;
}

.board-panel h4 {
  margin: 24px 0 52px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.board-panel h2 + h3,
.board-panel h1 + h2 {
  margin-top: 28px;
  font-family: var(--sans);
  font-size: 27px;
  letter-spacing: 0;
}

.board-panel p {
  margin: 52px 0 0;
  color: #151515;
  font-size: 24px;
  line-height: 1.6;
}

.youth-board {
  padding: 124px 0 154px;
  background: var(--soft-bg);
}

.youth-board-title {
  margin-bottom: 96px;
  text-align: center;
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 700;
}

.center-heading {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.center-heading .eyebrow {
  margin-bottom: 22px;
}

.center-heading h2 {
  font-size: 60px;
}

.center-heading p {
  margin: 32px auto 0;
  color: #555;
  font-size: 22px;
  line-height: 1.45;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 72px;
  margin-top: 138px;
}

.pillar {
  max-width: 280px;
}

.pillar-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 56px;
  border-radius: 8px;
}

.pillar-icon.mint {
  color: #242424;
  background: #eff8f3;
}

.pillar-icon.warm {
  color: #242424;
  background: #f4efeb;
}

.pillar-icon.sand {
  color: #242424;
  background: #f3f0ec;
}

.pillar h3 {
  margin-bottom: 34px;
  font-size: 34px;
}

.pillar p {
  margin: 0;
  color: #4e4e4e;
  font-size: 20px;
  line-height: 1.65;
}

.cta {
  padding: 0 0 174px;
}

.cta-card {
  position: relative;
  overflow: hidden;
  padding: 118px 80px 112px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.08) 0 2px, transparent 3px 70px),
    radial-gradient(circle at 82% 38%, rgba(255, 255, 255, 0.07) 0 2px, transparent 3px 70px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 88px),
    var(--green);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cta-card h2 {
  font-size: 58px;
  line-height: 1.08;
}

.cta-card p {
  max-width: 980px;
  margin: 44px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 24px;
  line-height: 1.55;
}

.centered {
  justify-content: center;
  margin-top: 58px;
}

.button-light {
  color: var(--green);
  background: #fff;
}

.button-light:hover,
.button-light:focus-visible {
  color: #fff;
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.82);
  background: transparent;
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--green-dark);
  background: #fff;
  border-color: #fff;
}

.site-footer {
  padding: 86px 0 0;
  background: var(--soft-bg);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 1.35fr;
  gap: 78px;
  padding-bottom: 86px;
}

.footer-brand img {
  width: 104px;
  height: 104px;
  margin-bottom: 34px;
}

.footer-brand p,
.newsletter p {
  margin: 0;
  color: #4b4b4b;
  font-size: 19px;
  line-height: 1.65;
}

.footer-column h2,
.newsletter h2 {
  margin: 0 0 30px;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-column a {
  margin-bottom: 16px;
  color: #505050;
  font-size: 19px;
}

.email-field {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 46px;
  border-bottom: 1px solid #d7d7d7;
}

.email-field input {
  flex: 1;
  min-width: 0;
  padding: 0 0 16px;
  color: var(--ink);
  font: inherit;
  background: transparent;
  border: 0;
  outline: 0;
}

.email-field button {
  padding: 0 0 18px;
  color: var(--green);
  font-size: 26px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.email-field button:hover,
.email-field button:focus-visible {
  color: var(--green-dark);
  transform: translateX(4px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px 0 54px;
  color: #8a8a8a;
  border-top: 1px solid #e1e1e1;
}

.footer-bottom p {
  margin: 0;
  font-size: 16px;
}

.footer-bottom div {
  display: flex;
  gap: 48px;
}

.footer-bottom a {
  font-size: 16px;
}

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

@media (max-width: 1180px) {
  .section-shell {
    width: min(100% - 56px, 1040px);
  }

  .site-header {
    min-height: 104px;
    padding: 0 28px;
  }

  .brand {
    width: 72px;
    height: 72px;
  }

  .menu-toggle {
    display: grid;
    gap: 8px;
    width: 48px;
    height: 48px;
    place-content: center;
    background: transparent;
    border: 0;
  }

  .menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--ink);
  }

  .primary-nav {
    position: absolute;
    top: 104px;
    right: 28px;
    left: 28px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 14px;
  }

  .nav-donate {
    min-width: auto;
    margin-top: 10px;
  }

  .hero,
  .story {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 48px;
    padding: 48px 0 92px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-text {
    font-size: 22px;
  }

  .hero-media img {
    height: 520px;
  }

  .story {
    padding-bottom: 120px;
  }

  .story-copy {
    padding-left: 28px;
  }

  .cards-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pillar-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px 48px;
  }

  .pillar {
    max-width: none;
  }

  .page-banner {
    min-height: 460px;
    margin-top: 72px;
  }

  .compact-page-banner {
    min-height: 390px;
    margin-top: 52px;
  }

  .page-banner-content {
    margin-top: 120px;
  }

  .page-banner-content p {
    font-size: 22px;
  }

  .programs-list {
    padding: 120px 0 130px;
  }

  .program-card img {
    height: 320px;
  }

  .program-card p {
    font-size: 19px;
  }

  .impact-hero {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 56px;
    padding-bottom: 76px;
  }

  .impact-hero h1 {
    font-size: 52px;
  }

  .impact-summary {
    grid-template-columns: 1fr;
    padding-bottom: 84px;
  }

  .impact-story-card,
  .impact-story-card.reversed {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .impact-story-card.reversed img {
    order: 0;
  }

  .impact-story-card h2 {
    font-size: 38px;
  }

  .impact-story-card p {
    font-size: 19px;
  }

  .board-profile,
  .board-profile.reverse {
    grid-template-columns: 260px 1fr;
    gap: 34px;
  }

  .board-profile.reverse .board-photo {
    order: 0;
  }

  .board-photo {
    width: 260px;
    height: 260px;
  }

  .board-panel {
    padding: 46px;
  }

  .board-panel h1,
  .board-panel h2 {
    font-size: 34px;
  }

  .board-panel p {
    font-size: 20px;
  }

  .contact-hero {
    padding: 76px 0 70px;
  }

  .contact-hero h1 {
    font-size: 58px;
  }

  .contact-section {
    padding: 58px 0 96px;
  }

  .contact-form {
    width: min(100% - 56px, 1040px);
  }

  .donate-hero {
    min-height: 500px;
    margin-top: 72px;
  }

  .donate-hero.compact-page-banner {
    min-height: 390px;
    margin-top: 52px;
  }

  .donate-hero p {
    margin-top: 120px;
    font-size: 23px;
  }

  .donation-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 82px 0 96px;
  }

  .wide-tile,
  .blank-tile,
  .donation-image,
  .pale-tile,
  .amber-tile,
  .long-tile,
  .action-tile {
    grid-column: span 1;
  }

  .donation-tile {
    padding: 42px 36px;
  }

  .donation-tile h1,
  .donation-tile h2 {
    font-size: 38px;
  }

  .donation-tile p {
    font-size: 18px;
  }

  .report-hero {
    padding: 58px 0 48px;
  }

  .report-hero h1 {
    font-size: 78px;
  }

  .report-intro h2 {
    font-size: 42px;
  }

  .report-intro p,
  .report-guidance-list ul {
    font-size: 21px;
  }

  .report-guidance {
    grid-template-columns: 1fr;
  }

  .report-guidance-title {
    min-height: 320px;
    padding: 70px 56px;
  }

  .report-guidance-list {
    padding: 70px 56px;
  }

  .report-form-section {
    padding: 130px 0 88px;
  }

  .find-more-grid {
    grid-template-columns: 1fr 1fr;
  }

  .self-help-panel {
    gap: 10px;
  }

  .self-help-card {
    min-height: 310px;
    padding: 0 18px;
  }

  .self-help-copy p {
    font-size: 16px;
  }

  .self-help-content img {
    height: 58px;
  }

  .self-help-illustration {
    height: 260px;
  }

}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .section-shell {
    width: min(100% - 32px, 640px);
  }

  .hero h1,
  .section-heading h2,
  .center-heading h2,
  .cta-card h2 {
    font-size: 42px;
  }

  .hero-text,
  .story-copy p,
  .center-heading p,
  .cta-card p {
    font-size: 18px;
  }

  .button-row,
  .centered {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-media img {
    height: 330px;
  }

  .trust-strip {
    padding: 56px 0 64px;
  }

  .cards-grid,
  .pillar-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story {
    padding: 70px 0 92px;
  }

  .principles {
    padding: 88px 0;
  }

  .info-card {
    min-height: 0;
    padding: 42px 34px;
  }

  .gallery {
    padding: 90px 0;
  }

  .gallery-track img {
    width: 260px;
  }

  .framework {
    padding-bottom: 90px;
  }

  .pillar-grid {
    margin-top: 72px;
  }

  .pillar-icon {
    margin-bottom: 30px;
  }

  .impact-hero {
    gap: 28px;
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .impact-hero p {
    font-size: 16px;
  }

  .impact-hero h1 {
    font-size: 38px;
  }

  .impact-hero img {
    max-height: 320px;
  }

  .impact-summary {
    gap: 12px;
    padding-bottom: 64px;
  }

  .impact-summary article {
    min-height: 0;
    padding: 30px 24px;
  }

  .impact-summary strong {
    font-size: 52px;
  }

  .impact-summary span {
    font-size: 18px;
  }

  .impact-stories-list {
    gap: 44px;
    padding-bottom: 82px;
  }

  .impact-story-card h2 {
    font-size: 31px;
  }

  .impact-story-card p {
    font-size: 17px;
  }

  .impact-story-card span {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .cta {
    padding-bottom: 86px;
  }

  .cta-card {
    padding: 68px 24px;
  }

  .contact-hero {
    padding: 50px 0 48px;
  }

  .contact-hero h1 {
    font-size: 38px;
  }

  .contact-hero p {
    margin-top: 18px;
    font-size: 17px;
  }

  .contact-details {
    display: grid;
    gap: 6px;
    margin-top: 24px;
    font-size: 15px;
  }

  .contact-details span::after {
    display: none;
  }

  .contact-section {
    padding: 42px 0 70px;
  }

  .contact-form {
    width: min(100% - 32px, 640px);
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-form label {
    font-size: 20px;
  }

  .contact-form textarea {
    min-height: 210px;
  }

  .form-button {
    width: 100%;
    min-height: 54px;
    margin-top: 34px;
    font-size: 18px;
  }

  .donate-hero {
    min-height: 360px;
    margin-top: 44px;
  }

  .donate-hero.compact-page-banner {
    min-height: 280px;
    margin-top: 32px;
  }

  .donate-hero-mark {
    transform: scale(0.62);
  }

  .donate-hero p {
    width: min(100% - 40px, 560px);
    margin-top: 76px;
    font-size: 17px;
  }

  .donation-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 58px 0 74px;
  }

  .donation-tile,
  .donation-image {
    min-height: 210px;
  }

  .donation-image {
    height: auto;
  }

  .donation-tile {
    padding: 34px 24px;
  }

  .donation-tile h1,
  .donation-tile h2 {
    font-size: 30px;
  }

  .donation-tile p {
    margin-top: 28px;
    font-size: 17px;
  }

  .blank-tile {
    display: none;
  }

  .report-hero {
    padding: 40px 0 34px;
  }

  .report-hero h1 {
    font-size: 46px;
  }

  .report-intro {
    padding: 70px 0;
  }

  .report-intro h2 {
    margin-bottom: 44px;
    font-size: 30px;
  }

  .report-intro p,
  .report-guidance-list ul {
    font-size: 17px;
  }

  .report-guidance-title {
    min-height: 240px;
    padding: 46px 28px;
  }

  .report-guidance-title h2 {
    font-size: 30px;
  }

  .report-guidance-list {
    padding: 46px 28px;
  }

  .report-form-section {
    padding: 82px 0 58px;
  }

  .report-step h2 {
    font-size: 26px;
  }

  .report-field,
  .report-select {
    height: 62px;
  }

  .report-actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 38px;
  }

  .report-back {
    width: 100%;
    min-height: 56px;
  }

  .self-help {
    padding-bottom: 90px;
  }

  .self-help h2,
  .find-more h2 {
    margin-bottom: 44px;
    font-size: 32px;
  }

  .find-more-grid {
    grid-template-columns: 1fr;
  }

  .self-help-panel {
    grid-template-columns: 1fr;
  }

  .self-help-copy {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: -20px 0 20px;
  }

  .self-help-copy p {
    padding: 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .self-help-card {
    grid-template-columns: 1fr 1fr;
    min-height: 250px;
    padding: 0 14px;
  }

  .self-help-content img {
    height: 38px;
  }

  .self-help-card a {
    min-width: 0;
    width: 100%;
    min-height: 38px;
    margin-top: 16px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .self-help-illustration {
    width: 100%;
    height: 190px;
  }

  .self-help-illustration-left {
    justify-self: start;
  }

  .self-help-illustration-right {
    justify-self: end;
  }

  .find-more {
    padding-bottom: 92px;
  }

  .page-banner {
    min-height: 360px;
    margin-top: 44px;
  }

  .compact-page-banner {
    min-height: 280px;
    margin-top: 32px;
  }

  .page-banner-content {
    width: min(100% - 42px, 560px);
    margin-top: 72px;
  }

  .page-banner-content p {
    font-size: 17px;
  }

  .programs-list {
    padding: 82px 0 94px;
  }

  .program-group {
    margin-bottom: 82px;
  }

  .program-grid,
  .board-profile,
  .board-profile.reverse {
    grid-template-columns: 1fr;
  }

  .program-group > h1,
  .program-group > h2,
  .program-card > h2 {
    font-size: 26px;
  }

  .program-card img {
    height: auto;
  }

  .program-card p {
    font-size: 17px;
  }

  .small-button {
    width: 100%;
  }

  .board-list {
    padding: 84px 0 110px;
  }

  .board-profile {
    margin-bottom: 82px;
  }

  .board-profile.reverse .board-photo {
    order: 0;
  }

  .board-photo {
    justify-self: center;
    width: 230px;
    height: 230px;
  }

  .board-panel {
    min-height: 0;
    padding: 34px 26px;
  }

  .board-panel h1,
  .board-panel h2,
  .board-panel h3 {
    font-size: 26px;
  }

  .board-panel h2 + h3,
  .board-panel h1 + h2,
  .board-panel h4 {
    font-size: 18px;
  }

  .board-panel p {
    margin-top: 28px;
    font-size: 16px;
  }

  .youth-board {
    padding: 86px 0 108px;
  }

  .youth-board-title {
    margin-bottom: 70px;
    font-size: 34px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 12px;
  }
}
