/* ============================================================
   GameChanger Charity — homepage (fresh rebuild) · 2026-06-14
   Product look. Implements design/DESIGN_GUIDE.md v1.0 + tokens.css.
   Every color pairing here is an AA-verified pair from guide §11.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: var(--leading-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
a { color: var(--color-link); }

/* ---------- shared layout ---------- */
.wrap { width: min(100% - 2 * var(--s-3), var(--wrap)); margin-inline: auto; }
.prose { max-width: var(--wrap-prose); }
.band { padding-block: var(--s-7); }
@media (min-width: 900px) { .band { padding-block: var(--s-8); } }
.band--tight { padding-block: var(--s-6); }
.band--paper2 { background: var(--color-bg-band); }
.band--dark { background: var(--color-bg-dark); color: var(--color-text-on-dark); }

/* ---------- type primitives ---------- */
.kicker {
  font-family: var(--font-mono);
  font-weight: var(--weight-bold);
  font-size: var(--text-kicker);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-kicker);
  text-transform: uppercase;
  color: var(--green-deep);
  margin: 0 0 var(--s-2);
}
.band--dark .kicker { color: var(--green-bright); }
.kicker--corp { color: var(--terra-text); }

.display-1 {
  font-family: var(--font-display);
  font-weight: var(--weight-medium);
  font-size: var(--text-display-1);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-display);
  font-variation-settings: "opsz" 88;
}
.display-2 {
  font-family: var(--font-display);
  font-weight: var(--weight-medium);
  font-size: var(--text-display-2);
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  font-variation-settings: "opsz" 60;
}
.h3 {
  font-family: var(--font-display);
  font-weight: var(--weight-semibold);
  font-size: var(--text-h3);
  line-height: var(--leading-heading);
  font-variation-settings: "opsz" 40;
}
.h4 {
  font-family: var(--font-body);
  font-weight: var(--weight-bold);
  font-size: var(--text-h4);
  line-height: var(--leading-ui);
}
.lede { font-size: var(--text-body-lg); line-height: 1.6; color: var(--slate); }
.band--dark .lede { color: var(--color-text-on-dark); opacity: .92; }
.small { font-size: var(--text-small); line-height: var(--leading-ui); }
.muted { color: var(--slate); }
.band--dark .muted { color: var(--color-text-on-dark); opacity: .8; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-body); font-weight: var(--weight-bold);
  font-size: 1.0625rem; line-height: 1;
  padding: .95em 1.6em; border-radius: var(--r-pill);
  border: 2px solid transparent; cursor: pointer;
  text-decoration: none; transition: background var(--duration-hover) var(--ease-brand),
    transform var(--duration-hover) var(--ease-brand), border-color var(--duration-hover) var(--ease-brand);
}
.btn--donate { background: var(--color-cta-bg); color: var(--color-cta-text); }
.btn--donate:hover { background: var(--color-cta-bg-hover); }
.btn--donate:active { background: var(--color-cta-bg-active); transform: translateY(1px); }
.btn--corp { background: transparent; color: var(--terra-text); border-color: var(--terra); }
.btn--corp:hover { background: var(--terra-deep); color: #fff; border-color: var(--terra-deep); }
.btn--quiet { background: transparent; color: var(--ink); padding: .6em 0; border-radius: 0; }
.btn--quiet:hover { text-decoration: underline; }
.band--dark .btn--quiet { color: var(--color-text-on-dark); }
.btn--block { width: 100%; }
.btn .amt { font-family: var(--font-mono); font-weight: var(--weight-bold); }

/* ---------- focus (guide §11) ---------- */
:focus-visible { outline: 2px solid var(--color-focus); outline-offset: 2px; border-radius: 2px; }
.band--dark :focus-visible, .on-dark :focus-visible { outline-color: var(--color-focus-on-dark); }

/* ---------- skip link ---------- */
.skip { position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: var(--s-2) var(--s-3); border-radius: var(--r-md); }
.skip:focus { left: var(--s-2); top: var(--s-2); }

/* ============================================================
   CONCEPT BANNER (truth rule §5.5 — concept surfaces are labeled)
   ============================================================ */
.concept-bar {
  background: var(--ink); color: var(--paper);
  font-family: var(--font-mono); font-size: .8125rem; letter-spacing: .02em;
  text-align: center; padding: .55rem var(--s-3);
}
.concept-bar strong { color: var(--gold); font-weight: var(--weight-bold); }

/* ============================================================
   NAV (guide §9: sticky, blurred paper, hairline, ≤5 + 1 Donate)
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; gap: var(--s-4);
  min-height: 68px; }
.nav__logo img { height: 30px; width: auto; }
.nav__links { display: none; margin-left: auto; align-items: center; gap: var(--s-4); }
.nav__links a { color: var(--ink); text-decoration: none; font-weight: var(--weight-medium);
  font-size: 1rem; padding: .4em 0; }
.nav__links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.nav__cta { margin-left: auto; }
@media (min-width: 980px) {
  .nav__links { display: flex; }
  .nav__cta { margin-left: 0; }
}
.nav__toggle { margin-left: auto; display: inline-flex; background: none; border: 0;
  padding: .5em; cursor: pointer; color: var(--ink); }
@media (min-width: 980px) { .nav__toggle { display: none; } }
.nav__cta .btn { padding: .7em 1.3em; font-size: 1rem; }
/* mobile drawer */
.nav__drawer { display: none; border-top: 1px solid var(--line); background: var(--paper); }
.nav__drawer.open { display: block; }
.nav__drawer a { display: block; padding: var(--s-2) 0; color: var(--ink);
  text-decoration: none; font-weight: var(--weight-medium); border-bottom: 1px solid var(--line); }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-block: var(--s-6) var(--s-7); }
.hero__grid { display: grid; gap: var(--s-5); align-items: center; }
@media (min-width: 980px) {
  /* minmax(0,…) lets the carousel column shrink instead of forcing page overflow */
  .hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: var(--s-6); }
}
.hero__eyebrow { display: inline-flex; align-items: center; gap: .6em; }
.hero h1 { margin: var(--s-1) 0 var(--s-3); }
/* mobile line economy — keep the hero headline to a few lines on phones (review #5) */
@media (max-width: 640px) {
  .hero h1.display-1 { font-size: clamp(1.75rem, 7vw, 2.5rem); line-height: 1.12; }
}
.hero__sub { font-size: var(--text-body-lg); color: var(--slate); max-width: 34ch; }
.hero__photo { position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-elevated); aspect-ratio: 4 / 3; margin-top: var(--s-5); }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__photo figcaption { position: absolute; left: 0; right: 0; bottom: 0;
  padding: var(--s-4) var(--s-3) var(--s-2); color: #fff; font-size: var(--text-small);
  background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,0)); }

/* donate widget (guide §9 gift array) */
.donate {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-card); padding: var(--s-4); }
.donate__head { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-2);
  margin-bottom: var(--s-3); }
.donate__head h2 { font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 1.5rem; font-variation-settings: "opsz" 40; }
.toggle { display: inline-flex; background: var(--paper-2); border-radius: var(--r-pill); padding: 3px;
  border: 1px solid var(--line); }
.toggle button { font-family: var(--font-body); font-size: .875rem; font-weight: var(--weight-semibold);
  border: 0; background: transparent; color: var(--slate); padding: .45em .9em; border-radius: var(--r-pill); cursor: pointer; }
.toggle button[aria-pressed="true"] { background: var(--white); color: var(--ink); box-shadow: var(--shadow-card); }
.gift-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-2); }
.gift {
  display: flex; flex-direction: column; gap: .15em; align-items: flex-start;
  text-align: left; background: var(--paper); border: 1px solid var(--line-strong);
  border-radius: var(--r-md); padding: .7em .8em; cursor: pointer;
  font-family: var(--font-body); color: var(--ink);
  transition: border-color var(--duration-hover) var(--ease-brand), background var(--duration-hover) var(--ease-brand); }
.gift .gift__amt { font-family: var(--font-mono); font-weight: var(--weight-bold); font-size: 1.15rem; }
.gift .gift__note { font-size: .72rem; line-height: 1.25; color: var(--slate); }
.gift:hover { border-color: var(--green-deep); }
.gift[aria-pressed="true"] { border-color: var(--green); background: var(--green-soft); }
.gift[aria-pressed="true"] .gift__note { color: var(--green-deep); }
.gift--custom { grid-column: span 3; flex-direction: row; align-items: center; gap: .5em; }
.gift--custom label { font-size: .85rem; font-weight: var(--weight-semibold); color: var(--slate); }
.gift--custom .cur { font-family: var(--font-mono); font-weight: var(--weight-bold); }
.gift--custom input { flex: 1; font-family: var(--font-mono); font-size: 1.05rem; border: 0; background: transparent;
  color: var(--ink); min-width: 0; }
.gift--custom input:focus { outline: none; }
.donate__cta { margin-top: var(--s-3); }
.donate__wallets { text-align: center; font-size: .8rem; color: var(--slate); margin-top: var(--s-2); }
.donate__note { font-size: .72rem; color: var(--slate); margin-top: var(--s-2); line-height: 1.4; }

/* trust strip (guide §9 — lives AT the ask; real seals only) */
.trust { display: flex; flex-wrap: wrap; align-items: center; gap: .5em var(--s-3);
  margin-top: var(--s-3); padding-top: var(--s-3); border-top: 1px solid var(--line); }
.trust__item { display: inline-flex; align-items: center; gap: .45em; font-size: .8rem; color: var(--slate); }
.trust__item svg { flex: none; }
.seal { font-family: var(--font-mono); font-weight: var(--weight-bold); font-size: .7rem;
  letter-spacing: .04em; text-transform: uppercase; color: var(--ink);
  background: var(--gold); border-radius: var(--r-pill); padding: .3em .7em; }
/* compact appeal-to-authority cluster ABOVE the amounts (review #6) */
.trust--top { margin-top: 0; padding-top: 0; border-top: 0;
  margin-bottom: var(--s-3); padding-bottom: var(--s-3); border-bottom: 1px solid var(--line);
  gap: .35em var(--s-2); }
.trust--top .trust__item { font-size: .72rem; }
.trust--top .seal { font-size: .6rem; padding: .25em .55em; }

/* ============================================================
   PROOF STRIP (under hero)
   ============================================================ */
.proof { border-block: 1px solid var(--line); background: var(--paper-2); }
.proof__row { display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-5); align-items: center;
  justify-content: center; padding-block: var(--s-3); text-align: center; }
.proof__item { font-size: .9rem; color: var(--slate); display: inline-flex; align-items: center; gap: .5em; }
.proof__item strong { color: var(--ink); font-weight: var(--weight-bold); }
.proof__item a { color: var(--ink); }

/* ============================================================
   STORY
   ============================================================ */
.story__grid { display: grid; gap: var(--s-5); align-items: center; }
@media (min-width: 900px) { .story__grid { grid-template-columns: 1fr 1fr; gap: var(--s-6); } }
.story__media { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.story__media img { border-radius: var(--r-lg); box-shadow: var(--shadow-card); width: 100%;
  height: 100%; object-fit: cover; }
.story__media figure { margin: 0; }
.story__media figure:first-child { grid-row: span 2; }
.story p + p { margin-top: var(--s-3); }
.pullquote { font-family: var(--font-display); font-weight: var(--weight-medium);
  font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.3; font-variation-settings: "opsz" 40;
  border-left: 3px solid var(--green); padding-left: var(--s-3); margin-top: var(--s-4); color: var(--ink); }
.byline { font-size: .85rem; color: var(--slate); margin-top: var(--s-2); }

/* ============================================================
   PROGRAMS
   ============================================================ */
.cards { display: grid; gap: var(--s-3); }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-card); overflow: hidden; display: flex; flex-direction: column; }
.card__img { aspect-ratio: 16 / 10; }
.card__img img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: var(--s-3) var(--s-3) var(--s-4); display: flex; flex-direction: column; gap: var(--s-1); flex: 1; }
.card .card__title { margin-top: .15em; }
.card .card__text { color: var(--slate); font-size: 1rem; line-height: 1.55; }
.card .card__cite { font-size: .75rem; color: var(--slate); margin-top: auto; padding-top: var(--s-2); opacity: .85; }

/* ============================================================
   IMPACT (dark band, stat blocks)
   ============================================================ */
.stats { display: grid; gap: var(--s-5); margin-top: var(--s-5); }
@media (min-width: 760px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat__num { font-family: var(--font-mono); font-weight: var(--weight-bold);
  font-size: var(--text-stat); line-height: 1; color: var(--green-bright); font-variant-numeric: tabular-nums; }
.stat__label { font-family: var(--font-body); font-size: 1.05rem; margin-top: var(--s-2); }
.stat__cite { font-size: .8rem; opacity: .75; margin-top: var(--s-1); }

/* ============================================================
   PARTNER WALL (evidence, not decoration; full color)
   ============================================================ */
.wall__tabs { display: inline-flex; flex-wrap: wrap; gap: var(--s-1); background: var(--paper-2);
  border: 1px solid var(--line); border-radius: var(--r-pill); padding: 4px; margin-top: var(--s-3); }
.wall__tab { font-family: var(--font-body); font-weight: var(--weight-semibold); font-size: .9rem;
  border: 0; background: transparent; color: var(--slate); padding: .5em 1.1em; border-radius: var(--r-pill); cursor: pointer; }
.wall__tab[aria-selected="true"] { background: var(--white); color: var(--ink); box-shadow: var(--shadow-card); }
/* Fixed grid-auto-rows (NOT aspect-ratio on items — that mis-computes the
   grid's reserved height and overflows the last rows into the next section). */
.wall__grid { display: grid; gap: var(--s-2); margin-top: var(--s-4);
  grid-template-columns: repeat(2, 1fr); grid-auto-rows: 92px; }
@media (min-width: 560px) { .wall__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 820px) { .wall__grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 100px; } }
@media (min-width: 1080px) { .wall__grid { grid-template-columns: repeat(6, 1fr); } }
.wall__cell { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  display: grid; place-items: center; padding: var(--s-2); min-width: 0; }
.wall__cell img { max-height: 64px; max-width: 100%; width: auto; object-fit: contain; }
.wall__panel[hidden] { display: none; }

/* ============================================================
   CORPORATE LANE (subordinate B2B; terracotta accent lane)
   ============================================================ */
.corp { background: var(--navy); color: var(--paper); border-radius: var(--r-lg); overflow: hidden; }
.corp__grid { display: grid; gap: var(--s-5); padding: var(--s-5); }
@media (min-width: 900px) { .corp__grid { grid-template-columns: 1.2fr .8fr; align-items: center; padding: var(--s-6); } }
.corp .h3 { color: #fff; }
.corp__stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-4); }
.corp__stat .n { font-family: var(--font-mono); font-weight: var(--weight-bold); font-size: 2rem; color: var(--amber); }
.corp__stat .l { font-size: .85rem; opacity: .85; line-height: 1.4; margin-top: .25em; }
.corp__cite { font-size: .75rem; opacity: .65; margin-top: var(--s-3); }

/* ============================================================
   ROUTER (families + volunteers — subordinate "I'm a…")
   ============================================================ */
.router { display: grid; gap: var(--s-3); }
@media (min-width: 760px) { .router { grid-template-columns: 1fr 1fr; } }
.route { border-radius: var(--r-lg); padding: var(--s-5) var(--s-4); position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: var(--s-2); text-decoration: none; color: inherit;
  transition: transform var(--duration-ui) var(--ease-brand), box-shadow var(--duration-ui) var(--ease-brand); }
.route:hover { transform: translateY(-4px); }
.route__icon { width: 48px; height: 48px; border-radius: var(--r-md); display: grid; place-items: center; }
.route__icon svg { width: 24px; height: 24px; }
.route__title { font-family: var(--font-display); font-weight: var(--weight-semibold); font-size: 1.5rem;
  line-height: 1.15; font-variation-settings: "opsz" 40; margin-top: var(--s-1); }
.route p { font-size: 1rem; line-height: 1.55; flex: 1; }
.route__cta { display: inline-flex; align-items: center; gap: .55em; font-weight: var(--weight-bold);
  text-decoration: none; margin-top: var(--s-2); }
.route__cta .arrow { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  border: 1.5px solid currentColor; transition: transform var(--duration-hover) var(--ease-brand); }
.route__cta:hover { text-decoration: underline; text-underline-offset: 4px; }
.route__cta:hover .arrow { transform: translateX(3px); }

/* light "families" card */
.route--family { background: linear-gradient(165deg, #e9f8f1, var(--white) 72%);
  border: 1px solid #cfe9dd; box-shadow: var(--shadow-card); }
.route--family .route__icon { background: var(--white); color: var(--green-deep); border: 1px solid #cfe9dd; }
.route--family .kicker { color: var(--green-deep); margin-bottom: 0; }
.route--family .route__title { color: var(--ink); }
.route--family p { color: var(--slate); }
.route--family .route__cta { color: var(--green-deep); }

/* dark "volunteers" card — compelling at small size, on-brand navy + green-bright */
.route--volunteer { background: linear-gradient(165deg, var(--navy-2), var(--navy));
  border: 1px solid var(--navy-3); box-shadow: var(--shadow-elevated); color: var(--paper); }
.route--volunteer .route__icon { background: rgba(255,255,255,.08); color: var(--green-bright);
  border: 1px solid rgba(255,255,255,.16); }
.route--volunteer .kicker { color: var(--green-bright); margin-bottom: 0; }
.route--volunteer .route__title { color: #fff; }
.route--volunteer p { color: var(--paper); opacity: .85; }
.route--volunteer .route__cta { color: var(--green-bright); }
.route--volunteer :focus-visible { outline-color: var(--green-bright); }

/* ============================================================
   CLOSING CTA (dark)
   ============================================================ */
.close__inner { text-align: center; max-width: 48ch; margin-inline: auto; }
.close .display-2 { color: #fff; }
.close .btn--donate { margin-top: var(--s-4); padding: 1.05em 2.2em; font-size: 1.2rem; }
.close .trust { justify-content: center; border-top-color: rgba(255,255,255,.18); }
.close .trust__item { color: var(--paper); opacity: .85; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy); color: var(--paper); padding-block: var(--s-6); }
.footer__top { display: grid; gap: var(--s-5); }
@media (min-width: 760px) { .footer__top { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer__logo img { height: 34px; }
.footer p { opacity: .82; font-size: .92rem; line-height: 1.6; margin-top: var(--s-2); }
.footer h4 { font-family: var(--font-mono); font-size: .75rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--green-bright); margin-bottom: var(--s-2); }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-1); }
.footer a { color: var(--paper); text-decoration: none; opacity: .9; }
.footer a:hover { text-decoration: underline; opacity: 1; }
.footer__news { display: flex; gap: var(--s-1); margin-top: var(--s-2); max-width: 320px; }
.footer__news input { flex: 1; min-width: 0; border: 1px solid var(--line-strong); background: var(--navy-2);
  color: #fff; border-radius: var(--r-md); padding: .7em .9em; font-size: 16px; font-family: var(--font-body); }
.footer__news input::placeholder { color: rgba(255,255,255,.6); }
.footer__bar { border-top: 1px solid rgba(255,255,255,.16); margin-top: var(--s-5); padding-top: var(--s-4);
  display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-4); align-items: center; justify-content: space-between;
  font-size: .82rem; opacity: .8; }
.footer__seals { display: inline-flex; gap: var(--s-2); flex-wrap: wrap; }

/* ============================================================
   REVEAL (one orchestrated load; reduced-motion = static)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(14px); }
.js .reveal { transition: opacity var(--duration-reveal) var(--ease-brand), transform var(--duration-reveal) var(--ease-brand); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
}
/* no-JS: never leave content hidden */
html:not(.js) .reveal { opacity: 1; transform: none; }

/* ============================================================
   UTILITIES
   ============================================================ */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ============================================================
   HERO CAROUSEL (review #13) — mission-forward rotating statements
   ============================================================ */
.hero-carousel { min-width: 0; }
.hc__viewport { overflow: hidden; min-width: 0; }
.hc__track { display: flex; margin: 0; padding: 0; list-style: none; } /* reset <ul> defaults: the 40px list padding made slides drift/bleed */
.js .hc__track { transition: transform var(--duration-reveal) var(--ease-brand); }
.hc__slide { flex: 0 0 100%; min-width: 0; }
.hc__slide[hidden] { display: none; }            /* no-JS: only the first slide shows */
.hc__label { font-family: var(--font-mono); font-size: .75rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--terra-text); display: block; margin-bottom: var(--s-2); }
.hc__head { margin: 0 0 var(--s-3); }
.hc__cite { display: block; font-size: .8rem; color: var(--slate); margin-top: .35em; }
.hc__controls { display: flex; align-items: center; gap: var(--s-3); margin-top: var(--s-4); }
.hc__arrow { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong);
  background: var(--white); color: var(--ink); font-size: 1.3rem; line-height: 1; cursor: pointer;
  display: grid; place-items: center; flex: none; }
.hc__arrow:hover { border-color: var(--green-deep); color: var(--green-deep); }
.hc__dots { display: flex; gap: 4px; align-items: center; }
.hc__dot { width: 24px; height: 24px; border: 0; background: none; cursor: pointer; padding: 0; position: relative; }
.hc__dot::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 9px; height: 9px; border-radius: 50%; background: var(--line-strong);
  transition: width var(--duration-hover) var(--ease-brand), background var(--duration-hover) var(--ease-brand); }
.hc__dot[aria-selected="true"]::before { background: var(--green-deep); width: 20px; border-radius: 5px; }

/* ============================================================
   AUDIENCE TILES — 3-up, equal size (review #14)
   ============================================================ */
.router--3 { grid-template-columns: 1fr; }
@media (min-width: 900px) { .router--3 { grid-template-columns: repeat(3, 1fr); } }
.route__cite { font-size: .75rem; color: var(--slate); opacity: .85; margin-top: calc(-1 * var(--s-1)); }
.route .btn { margin-top: var(--s-2); align-self: flex-start; }

/* partner tile — navy + amber/terra accent (corporate aesthetic, on-dark safe) */
.route--partner { background: linear-gradient(165deg, var(--navy-2), var(--navy));
  border: 1px solid var(--navy-3); box-shadow: var(--shadow-elevated); color: var(--paper); }
.route--partner .route__icon { background: rgba(240,169,59,.16); color: var(--amber);
  border: 1px solid rgba(240,169,59,.32); }
.route--partner .kicker { color: var(--amber); margin-bottom: 0; }
.route--partner .route__title { color: #fff; }
.route--partner p { color: var(--paper); opacity: .85; }
.route--partner .route__cite { color: var(--paper); opacity: .6; }
.route--partner :focus-visible { outline-color: var(--amber); }

/* tile CTA buttons (review #15) — Donate green stays reserved for the ask */
.btn--partner { background: var(--terra-deep); color: #fff; }
.btn--partner:hover { background: #a23c20; }
.btn--family { background: transparent; color: var(--green-deep); border-color: var(--green-deep); }
.btn--family:hover { background: var(--green-deep); color: #fff; border-color: var(--green-deep); }
.btn--vol { background: transparent; color: var(--green-bright); border-color: var(--green-bright); }
.btn--vol:hover { background: var(--green-bright); color: var(--ink); border-color: var(--green-bright); }

/* ============================================================
   GCC3 brand-kit edition — mark-led imagery (no WP photos)
   ============================================================ */
/* hero slide 4: Hope monkey shown as a mark, not a cover photo */
.hero__photo--mark { background: var(--green-soft); box-shadow: var(--shadow-card);
  display: grid; place-items: center; padding: var(--s-5); }
.hero__photo--mark img { width: auto; height: 86%; max-width: 70%; object-fit: contain; }
/* program cards without a brand photo: heart-power icon on a soft wash */
.card__img--mark { background: var(--green-soft); display: grid; place-items: center; }
.card__img--mark img { width: auto; height: 46%; max-height: 96px; object-fit: contain; }
/* "Meet Hope" brand band (replaces the partner wall) */
.brandmoment { display: grid; gap: var(--s-5); align-items: center; }
@media (min-width: 820px) { .brandmoment { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: var(--s-7); } }
.brandmoment__mark { margin: 0; background: var(--green-soft); border-radius: var(--r-lg);
  box-shadow: var(--shadow-card); display: grid; place-items: center; padding: var(--s-6); }
.brandmoment__mark img { width: auto; height: auto; max-width: 70%; }
.brandmoment__seals { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-4); }
.brandmoment__body .small { margin-top: var(--s-2); }

/* ============================================================
   HERO STACKED — carousel above the donate panel (review #16)
   ============================================================ */
.hero__stack { display: block; }
.hero__stack .donate { max-width: 600px; margin: var(--s-6) auto 0; }
.hc__copy { min-width: 0; }
/* at width, each slide reads as copy-beside-photo (full-width carousel) */
@media (min-width: 760px) {
  .hc__slide { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-6); align-items: center; }
  .hc__slide .hero__photo { margin-top: 0; }
}
