.home-page--charity {
  --ch-navy: #061b35;
  --ch-navy-2: #0d3158;
  --ch-pink: #c9005a;
  --ch-pink-dark: #9d0047;
  --ch-ink: #10233a;
  --ch-muted: #4c5d70;
  --ch-soft: #f4f7fa;
  --ch-line: #d7e0e8;
  --ch-radius: 1.25rem;
  color: var(--ch-ink);
  background: #fff;
}

.home-page--charity .wrap {
  width: min(calc(100% - (2 * var(--page-gutter, 1rem))), 74rem);
  margin-inline: auto;
}

.home-page--charity main {
  overflow: hidden;
}

.ch-kicker {
  margin: 0 0 0.75rem;
  color: var(--ch-pink-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ch-hero {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 0, 90, 0.09), transparent 28rem),
    linear-gradient(180deg, #fff, #f8fafc);
}

.ch-hero__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.ch-hero__copy {
  max-width: 42rem;
}

.ch-hero h1 {
  max-width: 16ch;
  margin: 0;
  color: var(--ch-navy);
  font-size: clamp(2.35rem, 6vw, 4.5rem);
  font-weight: 780;
  letter-spacing: -0.052em;
  line-height: 1;
  text-wrap: balance;
}

.ch-hero__lead {
  max-width: 38rem;
  margin: 1.35rem 0 0;
  color: #33475c;
  font-size: clamp(1.08rem, 2.2vw, 1.3rem);
  line-height: 1.62;
}

.ch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.ch-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.ch-button--primary {
  border-color: var(--ch-pink);
  color: #fff;
  background: var(--ch-pink);
}

.ch-button--primary:hover {
  border-color: var(--ch-pink-dark);
  color: #fff;
  background: var(--ch-pink-dark);
}

.ch-button--secondary {
  border-color: var(--ch-navy);
  color: var(--ch-navy);
  background: transparent;
}

.ch-button--secondary:hover {
  color: #fff;
  background: var(--ch-navy);
}

.ch-button--light {
  border-color: #fff;
  color: var(--ch-navy);
  background: #fff;
}

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

.ch-button--outline-light:hover {
  color: var(--ch-navy);
  background: #fff;
}

.ch-hero__quiet {
  margin: 1.15rem 0 0;
  color: var(--ch-muted);
}

.ch-hero__quiet a,
.ch-support-copy__note a {
  color: var(--ch-pink-dark);
  font-weight: 750;
  text-underline-offset: 0.18em;
}

.ch-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin: 1.5rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--ch-line);
  color: #44576a;
  font-size: 0.88rem;
  font-weight: 700;
  list-style: none;
}

.ch-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.ch-trust-list li::before {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--ch-pink);
  content: "";
}

.ch-hero__media {
  position: relative;
  margin: 0;
}

.ch-hero__media::before {
  position: absolute;
  inset: -0.85rem 0.85rem 0.85rem -0.85rem;
  z-index: 0;
  border: 1px solid rgba(6, 27, 53, 0.18);
  border-radius: var(--ch-radius);
  content: "";
}

.ch-hero__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: var(--ch-radius);
  object-fit: cover;
}

.ch-hero__media figcaption {
  position: absolute;
  right: 1rem;
  bottom: -1.2rem;
  z-index: 2;
  max-width: 15rem;
  border-radius: 0.8rem;
  padding: 0.7rem 0.9rem;
  color: #fff;
  background: var(--ch-navy);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

.ch-routebar {
  color: #fff;
  background: var(--ch-navy);
}

.ch-routebar__grid {
  display: grid;
}

.ch-routebar a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.8rem;
  align-content: center;
  min-height: 6.5rem;
  padding: 1.2rem 0;
  color: #fff;
  text-decoration: none;
}

.ch-routebar a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ch-routebar a > span {
  grid-row: 1 / 3;
  align-self: center;
  color: #ff78ad;
  font-size: 0.72rem;
  font-weight: 800;
}

.ch-routebar strong {
  font-size: 1rem;
}

.ch-routebar small {
  color: #d7e6f4;
  font-size: 0.84rem;
}

.ch-routebar a:hover strong {
  text-decoration: underline;
  text-decoration-color: #ff78ad;
  text-decoration-thickness: 0.15rem;
  text-underline-offset: 0.3rem;
}

.ch-section {
  padding-block: clamp(3.75rem, 8vw, 7rem);
}

.ch-section--soft {
  background: var(--ch-soft);
}

.ch-section--navy {
  color: #fff;
  background: var(--ch-navy);
}

.ch-section--support {
  background:
    radial-gradient(circle at 95% 5%, rgba(201, 0, 90, 0.12), transparent 24rem),
    #f6f1f4;
}

.ch-section__head {
  max-width: 45rem;
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.ch-section__head h2,
.ch-support-copy h2,
.ch-proof-grid h2,
.ch-final h2 {
  margin: 0;
  color: var(--ch-navy);
  font-size: clamp(2rem, 5vw, 3.65rem);
  letter-spacing: -0.04em;
  line-height: 1.03;
  text-wrap: balance;
}

.ch-section__head > p:last-child,
.ch-support-copy > p,
.ch-proof-grid > div > p,
.ch-final p {
  margin: 1rem 0 0;
  color: var(--ch-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ch-section__head--light h2,
.ch-section--navy .ch-kicker {
  color: #fff;
}

.ch-section__head--light > p:last-child {
  color: #d7e6f4;
}

.ch-editorial-grid {
  display: grid;
  gap: 2rem;
}

.ch-audience-list {
  border-top: 1px solid var(--ch-line);
}

.ch-audience-list a {
  display: grid;
  gap: 0.5rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--ch-line);
  color: var(--ch-ink);
  text-decoration: none;
}

.ch-audience-list a > span {
  color: var(--ch-pink-dark);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ch-audience-list strong {
  max-width: 40rem;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.35;
}

.ch-audience-list em,
.ch-tool-rows em,
.ch-giving-levels em {
  color: var(--ch-pink-dark);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
}

.ch-audience-list a:hover strong {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.ch-tool-rows {
  margin-bottom: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.ch-tool-rows a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1rem;
  align-items: center;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
}

.ch-tool-rows__number {
  color: #ff78ad;
  font-size: 0.76rem;
  font-weight: 800;
}

.ch-tool-rows a > span:nth-child(2) {
  display: grid;
  gap: 0.3rem;
}

.ch-tool-rows strong {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.ch-tool-rows small {
  color: #c9d9e8;
  font-size: 0.88rem;
  line-height: 1.45;
}

.ch-tool-rows em {
  grid-column: 2;
  color: #ffb4d0;
}

.ch-text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--ch-pink-dark);
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.ch-text-link--light {
  color: #fff;
}

.ch-support-grid,
.ch-proof-grid {
  display: grid;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}

.ch-support-copy__note {
  font-size: 0.95rem !important;
}

.ch-giving-levels {
  border-top: 1px solid rgba(6, 27, 53, 0.25);
}

.ch-giving-levels a {
  display: grid;
  grid-template-columns: minmax(6.5rem, auto) 1fr;
  gap: 0.35rem 1rem;
  align-items: center;
  min-height: 6.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(6, 27, 53, 0.25);
  color: var(--ch-navy);
  text-decoration: none;
}

.ch-giving-levels a > span {
  grid-row: 1 / 3;
  font-size: clamp(1.7rem, 5vw, 2.5rem);
  font-weight: 820;
  letter-spacing: -0.04em;
}

.ch-giving-levels small {
  font-size: 0.78rem;
  letter-spacing: 0;
}

.ch-giving-levels strong {
  font-size: 1rem;
}

.ch-giving-levels em {
  color: var(--ch-pink-dark);
}

.ch-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin-top: 1.5rem;
}

.ch-proof-links a {
  color: var(--ch-pink-dark);
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.ch-impact-list {
  margin: 0;
  border-top: 1px solid var(--ch-line);
}

.ch-impact-list > div {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--ch-line);
}

.ch-impact-list dt {
  color: var(--ch-navy);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 820;
  letter-spacing: -0.035em;
}

.ch-impact-list dd {
  margin: 0.25rem 0 0;
  color: var(--ch-muted);
  line-height: 1.45;
}

.ch-reading-list {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.ch-reading-list article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem;
  border: 1px solid var(--ch-line);
  border-radius: 1rem;
  background: #fff;
}

.ch-reading-list article > p:first-child {
  margin: 0 0 0.6rem;
  color: var(--ch-pink-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ch-reading-list h3 {
  margin: 0;
  color: var(--ch-navy);
  font-size: 1.2rem;
  line-height: 1.3;
}

.ch-reading-list h3 a {
  color: inherit;
  text-decoration: none;
}

.ch-reading-list article > p:not(:first-child) {
  margin: 0.8rem 0 1rem;
  color: var(--ch-muted);
  line-height: 1.55;
}

.ch-reading-list article > a {
  margin-top: auto;
  color: var(--ch-pink-dark);
  font-weight: 800;
}

.ch-final {
  padding-block: clamp(3rem, 7vw, 5rem);
  color: #fff;
  background: var(--ch-navy);
}

.ch-final__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.ch-final h2,
.ch-final .ch-kicker {
  color: #fff;
}

.ch-final p {
  color: #d7e6f4;
}

.ch-final .ch-actions {
  margin: 0;
}

.home-page--charity :where(a, button):focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 4px;
}

@media (min-width: 48rem) {
  .ch-hero__grid,
  .ch-support-grid,
  .ch-proof-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  }

  .ch-routebar__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ch-routebar a {
    padding: 1.35rem 1.5rem;
  }

  .ch-routebar a + a {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  .ch-editorial-grid {
    grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(3rem, 7vw, 7rem);
  }

  .ch-editorial-grid .ch-section__head {
    position: sticky;
    top: 7rem;
    align-self: start;
    margin: 0;
  }

  .ch-tool-rows a {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .ch-tool-rows em {
    grid-column: auto;
  }

  .ch-reading-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .ch-final__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 70rem) {
  .home-page--charity {
    --page-gutter: 1.5rem;
  }
}

@media (max-width: 30rem) {
  .ch-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ch-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page--charity *,
  .home-page--charity *::before,
  .home-page--charity *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Homepage — sponsor someone strip */
.ch-section--sponsor {
  background: linear-gradient(180deg, #fff7fb 0%, #ffffff 70%);
  border-top: 1px solid rgba(201, 0, 90, 0.08);
  border-bottom: 1px solid rgba(0, 43, 95, 0.06);
}
.ch-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 1rem;
}
.ch-sponsor-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 43, 95, 0.1);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(0, 43, 95, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ch-sponsor-card:hover,
.ch-sponsor-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 43, 95, 0.1);
  outline: none;
}
.ch-sponsor-card__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #002b5f, #c9005a);
  overflow: hidden;
}
.ch-sponsor-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ch-sponsor-card__fallback {
  display: grid;
  place-items: center;
  height: 100%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.ch-sponsor-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.9rem 1rem 1.05rem;
  min-height: 8.5rem;
}
.ch-sponsor-card__kind {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c9005a;
}
.ch-sponsor-card__body strong {
  color: #002b5f;
  font-size: 1.05rem;
  line-height: 1.3;
}
.ch-sponsor-card__body small {
  color: #5a6b7d;
  line-height: 1.4;
  flex: 1;
}
.ch-sponsor-card__raised {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0a7a5c;
}
.ch-sponsor-foot {
  margin: 0.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  font-size: 0.95rem;
}
.ch-sponsor-foot a {
  font-weight: 700;
}
