.grant-pot-campaign-page {
  --gpc-navy: #002b5f;
  --gpc-deep: #001a3a;
  --gpc-ink: #10253e;
  --gpc-pink: #c9005a;
  --gpc-pink-dark: #9d0047;
  --gpc-pink-soft: #fff0f6;
  --gpc-ice: #eaf4ff;
  --gpc-paper: #fbfcfe;
  --gpc-line: #dbe5f0;
  --gpc-muted: #60738a;
  --gpc-radius: 22px;
  color: var(--gpc-ink);
  background: var(--gpc-paper);
}

.grant-pot-campaign-page main { overflow: clip; }
.grant-pot-campaign-page .wrap {
  width: 100%;
  max-width: var(--max, 1120px);
  padding-inline: var(--gutter, 1rem);
}
.grant-pot-campaign-page h1,
.grant-pot-campaign-page h2,
.grant-pot-campaign-page h3 { color: var(--gpc-navy); letter-spacing: -0.035em; }
.grant-pot-campaign-page a { text-underline-offset: 0.18em; }

.gpc-kicker {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.9rem;
  color: #ff86b6;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.gpc-kicker > span {
  width: 26px;
  height: 3px;
  border-radius: 10px;
  background: currentColor;
}

.gpc-kicker--dark { color: var(--gpc-pink-dark); }

.gpc-button {
  min-height: 52px;
  border: 2px solid var(--gpc-pink);
  border-radius: 999px;
  background: var(--gpc-pink);
  color: #fff;
  box-shadow: 0 12px 30px rgba(236, 23, 109, 0.24);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.gpc-button:hover {
  border-color: var(--gpc-pink-dark);
  background: var(--gpc-pink-dark);
  color: #fff;
  box-shadow: 0 16px 34px rgba(236, 23, 109, 0.31);
  transform: translateY(-2px);
}

/* Hero: one full-bleed composition, with text anchored to the image's calm area. */
.gpc-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(640px, calc(100svh - 118px), 790px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--gpc-deep);
}

.gpc-hero__media,
.gpc-hero__media img,
.gpc-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }

.gpc-hero__media { z-index: -3; margin: 0; }
.gpc-hero__media img { object-fit: cover; object-position: center center; transform: scale(1.025); animation: gpc-hero-settle 1.4s cubic-bezier(.2,.75,.2,1) both; }

.gpc-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 20, 47, 0.98) 0%, rgba(0, 26, 58, 0.94) 36%, rgba(0, 26, 58, 0.48) 58%, rgba(0, 26, 58, 0.08) 78%),
    linear-gradient(0deg, rgba(0, 18, 40, 0.62) 0%, transparent 38%);
}

.gpc-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -7vw;
  bottom: -105px;
  width: min(58vw, 760px);
  height: 190px;
  border-radius: 50% 50% 0 0;
  background: var(--gpc-pink);
  opacity: 0.92;
  transform: rotate(-3deg);
}

.gpc-hero__inner { padding-block: clamp(3.2rem, 7vw, 6.4rem); }
.gpc-hero__copy { width: min(680px, 59%); }

.gpc-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 6.6vw, 6.7rem);
  font-weight: 850;
  line-height: 0.91;
  letter-spacing: -0.075em;
}

.gpc-hero h1 em { color: #ff72aa; font-style: normal; }

.gpc-hero__promise {
  max-width: 610px;
  margin: 1.25rem 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.25vw, 2rem);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.gpc-hero__explainer {
  max-width: 610px;
  margin: 1rem 0 0;
  color: #dbe9f8;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.62;
}

.gpc-hero__explainer strong { color: #fff; }
.gpc-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 1.35rem; margin-top: 1.55rem; }
.gpc-hero__actions .gpc-button { display: inline-flex; align-items: center; justify-content: center; min-width: 210px; }
.gpc-text-link { display: inline-flex; min-height: 44px; align-items: center; color: #fff; font-weight: 750; text-decoration-color: #ff72aa; }
.gpc-text-link:hover { color: #ff9bc3; }

.gpc-hero__progress { width: min(570px, 100%); margin-top: 1.75rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.26); }
.gpc-hero__progress-copy { display: flex; align-items: baseline; gap: 0.8rem; }
.gpc-hero__progress-copy strong { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1; }
.gpc-hero__progress-copy span { color: #ccdaeb; font-size: 0.84rem; }
.gpc-hero__progress p { margin: 0.55rem 0 0; color: #b9c9dc; font-size: 0.76rem; }

.gpc-quick-give {
  padding-block: clamp(2.2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--gpc-line);
  background: #f5f8fb;
  scroll-margin-top: var(--anchor-offset, 148px);
}

.gpc-quick-give__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: center;
}

.gpc-quick-give h2 {
  margin: 0 0 0.6rem;
  color: var(--gpc-navy);
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.gpc-quick-give__inner > div:first-child > p:last-child {
  max-width: 43rem;
  margin: 0;
  color: #40546d;
}

.gpc-quick-give__amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.gpc-quick-give__amounts a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #c6d4e2;
  border-radius: 14px;
  color: var(--gpc-navy);
  background: #fff;
  font-size: 1.05rem;
  font-weight: 850;
  text-decoration: none;
}

.gpc-quick-give__amounts a:hover {
  border-color: var(--gpc-pink);
  color: var(--gpc-pink-dark);
  background: var(--gpc-pink-soft);
}

.gpc-quick-give__amounts small {
  color: #5b6a7b;
  font-size: 0.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gpc-progress { height: 10px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,0.2); }
.gpc-hero__progress .gpc-progress { margin-top: 0.75rem; }
.gpc-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #c9005a, #ff8cba); transform-origin: left; transition: width 600ms cubic-bezier(.2,.75,.2,1); }

.gpc-hero__caption {
  position: absolute;
  right: 1.1rem;
  bottom: 0.7rem;
  max-width: 370px;
  margin: 0;
  color: rgba(255,255,255,0.76);
  font-size: 0.67rem;
  text-align: right;
}

.gpc-hero__copy > * { animation: gpc-rise 650ms cubic-bezier(.2,.75,.2,1) both; }
.gpc-hero__copy > :nth-child(2) { animation-delay: 70ms; }
.gpc-hero__copy > :nth-child(3) { animation-delay: 140ms; }
.gpc-hero__copy > :nth-child(4) { animation-delay: 200ms; }
.gpc-hero__copy > :nth-child(5) { animation-delay: 260ms; }
.gpc-hero__copy > :nth-child(6) { animation-delay: 320ms; }

.gpc-trust { border-bottom: 1px solid #dbe5f0; background: #fff; }
.gpc-trust .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.gpc-trust span { display: flex; align-items: center; gap: 0.7rem; min-height: 74px; padding: 0.8rem clamp(0.4rem, 2vw, 1.4rem); color: #43566e; font-size: 0.8rem; font-weight: 720; }
.gpc-trust span + span { border-left: 1px solid #dbe5f0; }
.gpc-trust b { color: var(--gpc-pink-dark); font-size: 0.67rem; letter-spacing: 0.1em; }

.gpc-thanks { padding: 2.3rem 0; color: #fff; background: linear-gradient(110deg, var(--gpc-navy), #073f77); }
.gpc-thanks h2 { max-width: 860px; margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 3.6rem); }
.gpc-thanks p:not(.gpc-kicker) { max-width: 800px; color: #dce9f7; font-size: 1.05rem; }
.gpc-thanks__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.gpc-thanks .button.secondary { border-color: rgba(255,255,255,.7); color: #fff; background: transparent; }

.gpc-flash { margin-block: 1rem; padding: 1rem 1.2rem; border-radius: 14px; color: #0b4d2a; background: #e6f7ed; }
.gpc-flash--error { color: #7f1d1d; background: #fff0f0; }

.gpc-intro { padding: clamp(4.5rem, 9vw, 8rem) 0; background: #fff; }
.gpc-intro__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.gpc-intro__heading { position: sticky; top: 2rem; }
.gpc-intro h2 { max-width: 12ch; margin: 0; font-size: clamp(2.7rem, 5.3vw, 5.2rem); line-height: 0.98; }
.gpc-intro__copy { max-width: 650px; padding-top: 2rem; color: #40546d; font-size: 1.06rem; line-height: 1.78; }
.gpc-intro__copy p { margin: 0 0 1.3rem; }
.gpc-intro__copy strong { color: var(--gpc-navy); }
.gpc-intro__lead { color: var(--gpc-ink); font-size: clamp(1.35rem, 2.15vw, 1.85rem); font-weight: 720; line-height: 1.42; letter-spacing: -0.025em; }

.gpc-help { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--gpc-paper); }
.gpc-help,
.gpc-donate-section,
.gpc-share { scroll-margin-top: 170px; }
.gpc-section-head { max-width: 850px; margin-bottom: clamp(2.2rem, 5vw, 4.2rem); }
.gpc-section-head h2 { max-width: 16ch; margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.45rem); line-height: 1.02; }
.gpc-section-head > p:last-child { max-width: 670px; margin: 1rem 0 0; color: var(--gpc-muted); font-size: 1.05rem; line-height: 1.65; }

.gpc-help__list { border-top: 1px solid var(--gpc-line); }
.gpc-help__item { display: grid; grid-template-columns: 58px 90px minmax(0,1fr); gap: clamp(0.8rem, 2.5vw, 2.2rem); align-items: center; padding: clamp(1.7rem, 3.6vw, 3rem) 0; border-bottom: 1px solid var(--gpc-line); }
.gpc-help__number { align-self: start; padding-top: 0.65rem; color: var(--gpc-pink-dark); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; }
.gpc-help__icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; color: var(--gpc-pink-dark); background: var(--gpc-pink-soft); transition: transform 220ms ease, background 220ms ease; }
.gpc-help__icon svg { width: 44px; height: 44px; }
.gpc-help__item:hover .gpc-help__icon { background: #ffddeb; transform: rotate(-4deg) scale(1.05); }
.gpc-help__item h3 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.35rem); }
.gpc-help__item p { max-width: 760px; margin: 0.5rem 0 0; color: var(--gpc-muted); line-height: 1.65; }
.gpc-help__note { max-width: 850px; margin: 1.6rem 0 0 auto; color: var(--gpc-muted); font-size: 0.86rem; line-height: 1.6; }
.gpc-help__note a { color: var(--gpc-pink-dark); font-weight: 750; }

.gpc-gap { position: relative; padding: clamp(4.5rem, 8vw, 7.5rem) 0; color: #fff; background: var(--gpc-deep); }
.gpc-gap::before { content: ""; position: absolute; top: -55px; left: -5%; width: 44%; height: 120px; border-radius: 50%; background: var(--gpc-pink); transform: rotate(2deg); }
.gpc-section-head--light h2 { color: #fff; }
.gpc-gap__journey { display: grid; grid-template-columns: minmax(0,1fr) 105px minmax(0,1.1fr) 105px minmax(0,1fr); align-items: stretch; margin-top: 3rem; }
.gpc-gap__stop { padding: 1.7rem; border-top: 1px solid rgba(255,255,255,0.22); border-bottom: 1px solid rgba(255,255,255,0.22); }
.gpc-gap__stop > span { color: #ff86b6; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.gpc-gap__stop strong { display: block; margin-top: 0.75rem; color: #fff; font-size: clamp(1.25rem, 2.1vw, 1.75rem); line-height: 1.28; }
.gpc-gap__stop p { margin: 0.75rem 0 0; color: #b9cbde; font-size: 0.9rem; line-height: 1.55; }
.gpc-gap__stop--answer { border-color: #ff6aa4; background: rgba(236,23,109,0.13); }
.gpc-gap__line { position: relative; display: grid; place-items: center; }
.gpc-gap__line i { position: absolute; left: 0; right: 0; height: 2px; background: #c9005a; }
.gpc-gap__line i::after { content: ""; position: absolute; right: 0; top: -5px; width: 10px; height: 10px; border-top: 2px solid #c9005a; border-right: 2px solid #c9005a; transform: rotate(45deg); }
.gpc-gap__line b { position: relative; padding: 0.25rem 0.45rem; color: #ff86b6; background: var(--gpc-deep); font-size: 0.63rem; letter-spacing: 0.1em; text-transform: uppercase; }

.gpc-donate-section { padding: clamp(4.5rem, 9vw, 8rem) 0; background: #fff; }
.gpc-donate-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px, 440px); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.gpc-donate-copy h2 { max-width: 10ch; margin: 0; font-size: clamp(3rem, 5.5vw, 5.4rem); line-height: 0.98; }
.gpc-donate-copy__lead { max-width: 620px; margin: 1.3rem 0 0; color: #40546d; font-size: clamp(1.15rem, 1.8vw, 1.42rem); line-height: 1.58; }

.gpc-gift-examples { margin-top: 2.2rem; border-top: 1px solid var(--gpc-line); }
.gpc-gift-examples > div { display: grid; grid-template-columns: 90px 1fr; align-items: baseline; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--gpc-line); }
.gpc-gift-examples strong { color: var(--gpc-pink-dark); font-size: 1.5rem; }
.gpc-gift-examples span { color: var(--gpc-muted); }

.gpc-transparency { margin-top: 2.2rem; padding-left: 1.2rem; border-left: 4px solid var(--gpc-pink); }
.gpc-transparency h3 { margin: 0; font-size: 1.15rem; }
.gpc-transparency p { margin: 0.5rem 0; color: var(--gpc-muted); line-height: 1.62; }
.gpc-transparency a { display: inline-flex; min-height: 44px; align-items: center; color: var(--gpc-pink-dark); font-weight: 750; }

.gpc-donate-panel { position: sticky; top: 1rem; overflow: hidden; border: 1px solid #d6e0eb; border-radius: var(--gpc-radius); background: #fff; box-shadow: 0 28px 80px rgba(0, 35, 76, 0.16); }
.gpc-donate-panel__top { padding: 1.5rem 1.6rem 1.3rem; color: #fff; background: linear-gradient(125deg, var(--gpc-deep), var(--gpc-navy)); }
.gpc-donate-panel__top p { margin: 0; color: #ff8fbd; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.gpc-donate-panel__top > strong { display: block; margin-top: 0.45rem; color: #fff; font-size: clamp(2.4rem, 5vw, 3.4rem); line-height: 1; letter-spacing: -0.06em; }
.gpc-donate-panel__top > span { display: block; margin: 0.45rem 0 0.85rem; color: #c6d8ea; font-size: 0.78rem; }

.gpc-donate-form { padding: 1.45rem 1.6rem 1.6rem; }
.gpc-donate-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.gpc-donate-form legend { margin-bottom: 0.75rem; color: var(--gpc-navy); font-size: 0.86rem; font-weight: 800; }
.gpc-amounts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0.45rem; }
.gpc-amounts button { position: relative; min-height: 56px; border: 1px solid #cbd8e5; border-radius: 13px; color: var(--gpc-navy); background: #fff; font: inherit; font-size: 1rem; font-weight: 850; cursor: pointer; transition: transform 160ms ease, border 160ms ease, background 160ms ease; }
.gpc-amounts button small { display: block; margin-top: 0.05rem; color: var(--gpc-muted); font-size: 0.52rem; letter-spacing: 0.05em; text-transform: uppercase; }
.gpc-amounts button:hover { border-color: var(--gpc-pink); transform: translateY(-1px); }
.gpc-amounts button[aria-pressed="true"] { border-color: var(--gpc-pink); color: var(--gpc-pink-dark); background: var(--gpc-pink-soft); box-shadow: inset 0 0 0 1px var(--gpc-pink); }

.gpc-money { display: block; margin-top: 1rem; }
.gpc-money > span:first-child { display: block; margin-bottom: 0.5rem; color: var(--gpc-navy); font-size: 0.8rem; font-weight: 760; }
.gpc-money__control { position: relative; display: block; }
.gpc-money__control b { position: absolute; left: 0.85rem; top: 50%; color: var(--gpc-navy); transform: translateY(-50%); }
.gpc-money__control input { width: 100%; min-height: 50px; border: 1px solid #cbd8e5; border-radius: 12px; padding: 0.7rem 0.8rem 0.7rem 2rem; color: var(--gpc-navy); background: #fff; font: inherit; font-weight: 750; }
.gpc-impact-message { margin: 0.75rem 0 1rem; padding: 0.75rem 0.85rem; border-radius: 10px; color: #65401d; background: #fff8e9; font-size: 0.78rem; line-height: 1.48; }

.gpc-donor-details { margin-top: 0.65rem; border-top: 1px solid var(--gpc-line); border-bottom: 1px solid var(--gpc-line); }
.gpc-donor-details summary { display: flex; justify-content: space-between; gap: 1rem; padding: 0.9rem 0; color: var(--gpc-navy); font-size: 0.8rem; font-weight: 780; cursor: pointer; }
.gpc-donor-details summary span { color: var(--gpc-muted); font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; }
.gpc-donor-details > div { padding-bottom: 1rem; }
.gpc-donor-details > div > p { margin: 0 0 0.8rem; color: var(--gpc-muted); font-size: 0.78rem; line-height: 1.5; }
.gpc-donor-details label:not(.gpc-check) { display: block; margin-top: 0.7rem; }
.gpc-donor-details label > span { display: block; margin-bottom: 0.3rem; color: var(--gpc-muted); font-size: 0.72rem; font-weight: 700; }
.gpc-donor-details input[type="text"],
.gpc-donor-details input[type="email"],
.gpc-donor-details textarea { width: 100%; border: 1px solid #cbd8e5; border-radius: 10px; padding: 0.65rem 0.75rem; color: var(--gpc-ink); background: #fff; font: inherit; }
.gpc-dedication { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.gpc-dedication legend { width: 100%; margin: 0 0 0.4rem; color: var(--gpc-muted); font-size: 0.72rem; }
.gpc-dedication label { display: inline-flex !important; align-items: center; gap: 0.3rem; min-height: 38px; margin: 0 !important; border: 1px solid #cbd8e5; border-radius: 999px; padding: 0.35rem 0.6rem; color: var(--gpc-navy); font-size: 0.72rem; cursor: pointer; }
.gpc-dedication label:has(input:checked) { border-color: var(--gpc-pink); color: var(--gpc-pink-dark); background: var(--gpc-pink-soft); }
.gpc-check { display: flex; align-items: flex-start; gap: 0.55rem; min-height: 44px; margin-top: 0.8rem; color: var(--gpc-muted); font-size: 0.76rem; line-height: 1.45; cursor: pointer; }
.gpc-check input { width: 20px; height: 20px; margin-top: 0.05rem; flex: 0 0 auto; }
.gpc-check span { margin: 0 !important; }
.gpc-donate-submit { width: 100%; margin-top: 1rem; }
.gpc-secure { margin: 0.7rem 0 0; color: var(--gpc-muted); font-size: 0.68rem; text-align: center; }
.gpc-secure span { color: #17834c; font-weight: 900; }

.gpc-supporters { padding: 4rem 0; border-top: 1px solid var(--gpc-line); background: var(--gpc-paper); }
.gpc-supporters__list { border-top: 1px solid var(--gpc-line); }
.gpc-supporters__list article { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; gap: 0.9rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--gpc-line); }
.gpc-supporter-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--gpc-navy); font-weight: 850; }
.gpc-supporters__list strong { display: block; color: var(--gpc-navy); }
.gpc-supporters__list div > span { display: block; color: var(--gpc-pink-dark); font-size: 0.78rem; }
.gpc-supporters__list q { display: block; margin-top: 0.25rem; color: var(--gpc-muted); font-size: 0.84rem; }
.gpc-supporters__list article > b { color: var(--gpc-navy); }

.gpc-share { padding: clamp(4.5rem, 9vw, 8rem) 0; color: #fff; background: linear-gradient(135deg, var(--gpc-deep), #062f61); }
.gpc-share__grid { display: grid; grid-template-columns: minmax(0,0.85fr) minmax(0,1.15fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.gpc-share__copy { position: sticky; top: 2rem; }
.gpc-share h2 { max-width: 11ch; margin: 0; color: #fff; font-size: clamp(2.9rem, 5.4vw, 5.4rem); line-height: 0.98; }
.gpc-share__copy > p:not(.gpc-kicker):not(.gpc-copy-status) { max-width: 580px; color: #c4d6e9; font-size: 1.05rem; line-height: 1.65; }
.gpc-share__buttons { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.5rem; }
.gpc-share-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; padding: 0.55rem 0.9rem; color: #fff; background: transparent; font: inherit; font-size: 0.78rem; font-weight: 750; text-decoration: none; cursor: pointer; transition: background 160ms ease, transform 160ms ease; }
.gpc-share-button:hover { color: #fff; background: rgba(255,255,255,0.12); transform: translateY(-1px); }
.gpc-share-button--native { border-color: var(--gpc-pink); background: var(--gpc-pink); }
.gpc-share-button--whatsapp { border-color: #45c66a; }
.gpc-share-copy { display: block; margin-top: 1.3rem; }
.gpc-share-copy > span { display: block; margin-bottom: 0.45rem; color: #ff8fbd; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.gpc-share-copy textarea { width: 100%; min-height: 142px; border: 1px solid rgba(255,255,255,0.24); border-radius: 14px; padding: 0.9rem; color: #dce9f7; background: rgba(0,0,0,0.16); font: inherit; font-size: 0.78rem; line-height: 1.55; resize: vertical; }
.gpc-copy-caption { min-height: 44px; margin-top: 0.55rem; border: 0; border-radius: 999px; padding: 0.5rem 0.85rem; color: var(--gpc-navy); background: #fff; font: inherit; font-size: 0.75rem; font-weight: 800; cursor: pointer; }
.gpc-copy-status { min-height: 1.2rem; margin: 0.45rem 0 0; color: #ff8fbd; font-size: 0.75rem; }

.gpc-share-assets > h3 { margin: 0 0 1rem; color: #fff; font-size: 1.15rem; }
.gpc-share-assets a { display: block; overflow: hidden; border: 1px solid rgba(255,255,255,0.2); border-radius: 18px; color: #fff; background: rgba(255,255,255,0.06); text-decoration: none; transition: transform 190ms ease, border-color 190ms ease; }
.gpc-share-assets a:hover { border-color: #ff8fbd; color: #fff; transform: translateY(-3px); }
.gpc-share-assets img { display: block; width: 100%; height: auto; }
.gpc-share-assets a > span { display: block; padding: 0.85rem 1rem; color: #bcd0e4; font-size: 0.76rem; }
.gpc-share-assets a > span strong { display: block; color: #fff; font-size: 0.9rem; }
.gpc-share-assets__small { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-top: 0.9rem; }
.gpc-share-assets__small img { aspect-ratio: 1 / 1; object-fit: cover; object-position: top; }
.gpc-share-assets__small a:last-child img { object-position: 50% 42%; }

.gpc-process { padding: clamp(4.5rem, 9vw, 8rem) 0; background: #fff; }
.gpc-process__steps { counter-reset: none; margin: 0; padding: 0; border-top: 1px solid var(--gpc-line); list-style: none; }
.gpc-process__steps li { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 1.3rem; padding: 1.5rem 0; border-bottom: 1px solid var(--gpc-line); }
.gpc-process__steps li > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: #fff; background: var(--gpc-pink); font-weight: 850; }
.gpc-process__steps strong { display: block; color: var(--gpc-navy); font-size: 1.2rem; }
.gpc-process__steps p { max-width: 760px; margin: 0.35rem 0 0; color: var(--gpc-muted); line-height: 1.62; }
.gpc-process__links { display: flex; flex-wrap: wrap; gap: 0.75rem 1.3rem; margin-top: 1.5rem; }
.gpc-process__links a { display: inline-flex; min-height: 44px; align-items: center; color: var(--gpc-pink-dark); font-weight: 750; }

.gpc-faq { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--gpc-ice); }
.gpc-faq__grid { display: grid; grid-template-columns: minmax(0,0.8fr) minmax(0,1.2fr); gap: clamp(2rem, 7vw, 7rem); }
.gpc-faq h2 { max-width: 10ch; margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.5rem); line-height: 1; }
.gpc-faq details { border-top: 1px solid #bfd1e3; }
.gpc-faq details:last-child { border-bottom: 1px solid #bfd1e3; }
.gpc-faq summary { min-height: 64px; display: flex; align-items: center; padding: 0.9rem 2rem 0.9rem 0; color: var(--gpc-navy); font-weight: 800; cursor: pointer; }
.gpc-faq details p { margin: -0.2rem 0 1.2rem; color: #4d627a; line-height: 1.65; }
.gpc-faq details a { color: var(--gpc-pink-dark); font-weight: 750; }

.gpc-sources { padding: 2.5rem 0; border-top: 1px solid #d7e1ec; border-bottom: 1px solid #d7e1ec; background: #f8fafc; }
.gpc-sources h2 { margin: 0 0 0.7rem; font-size: 1rem; letter-spacing: 0; }
.gpc-sources p { max-width: 1000px; margin: 0.45rem 0; color: var(--gpc-muted); font-size: 0.75rem; line-height: 1.58; }
.gpc-sources a { color: var(--gpc-navy); font-weight: 700; }

.gpc-final { position: relative; padding: clamp(4.5rem, 10vw, 8.5rem) 0; overflow: hidden; color: #fff; background: var(--gpc-navy); }
.gpc-final::after { content: "FND"; position: absolute; right: -0.03em; bottom: -0.28em; color: rgba(255,255,255,0.045); font-size: clamp(13rem, 31vw, 34rem); font-weight: 900; letter-spacing: -0.12em; line-height: 1; pointer-events: none; }
.gpc-final .wrap { position: relative; z-index: 1; }
.gpc-final h2 { max-width: 980px; margin: 0; color: #fff; font-size: clamp(2.9rem, 6vw, 6.2rem); line-height: 0.98; }
.gpc-final p:not(.gpc-kicker) { color: #c4d7ea; font-size: 1.2rem; }
.gpc-final .wrap > div:last-child { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.gpc-button--ghost { border-color: rgba(255,255,255,0.7); color: #fff; background: transparent; box-shadow: none; }
.gpc-button--ghost:hover { border-color: #fff; background: #fff; color: var(--gpc-navy); }

.gpc-monthly { padding: 1.4rem 0; color: #d8e7f5; background: var(--gpc-deep); }
.gpc-monthly .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.gpc-monthly strong { display: block; color: #fff; }
.gpc-monthly span { display: block; max-width: 780px; margin-top: 0.25rem; font-size: 0.78rem; line-height: 1.5; }
.gpc-monthly a { flex: 0 0 auto; color: #ff8fbd; font-weight: 800; }

/* Friend of FND — multi-level chooser on campaign footer band */
.gpc-monthly--friends { padding: 1.75rem 0 1.9rem; }
.gpc-monthly--friends .wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.25rem 1.75rem;
  align-items: start;
}
.gpc-monthly__copy strong { font-size: 1.05rem; }
.gpc-monthly__copy span { max-width: none; font-size: 0.9rem; color: rgba(216, 231, 245, 0.92); }
.gpc-monthly__copy span strong { display: inline; color: #fff; font-size: inherit; }

.friend-levels--card {
  width: 100%;
}
.friend-levels__options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}
.friend-levels__option {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin: 0;
  padding: 0.7rem 0.65rem 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
.friend-levels__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.friend-levels__option:hover {
  border-color: rgba(255, 143, 189, 0.55);
  background: rgba(255, 255, 255, 0.1);
}
.friend-levels__option.is-selected {
  border-color: #ff8fbd;
  background: rgba(236, 23, 109, 0.22);
  box-shadow: 0 0 0 1px rgba(255, 143, 189, 0.35);
}
.friend-levels__amount {
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.friend-levels__per {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.friend-levels__name {
  margin-top: 0.25rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffb6d4;
}
.friend-levels__blurb {
  font-size: 0.75rem;
  color: rgba(216, 231, 245, 0.8);
  line-height: 1.35;
}
.friend-levels__cta {
  width: 100%;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 2px solid var(--fnd-magenta, #c9005a);
  background: var(--fnd-magenta, #c9005a);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(236, 23, 109, 0.28);
}
.friend-levels__cta:hover {
  background: #bd0d50;
  border-color: #bd0d50;
  color: #fff !important;
}
.friend-levels__note {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  color: rgba(216, 231, 245, 0.72);
  text-align: center;
}

/* Light panel variant (get-involved / donate-style cards) */
.friend-levels--panel .friend-levels__options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.friend-levels--panel .friend-levels__option {
  border-color: rgba(0, 43, 95, 0.12);
  background: #f8fafc;
}
.friend-levels--panel .friend-levels__option.is-selected {
  border-color: var(--fnd-magenta, #c9005a);
  background: #fff0f6;
  box-shadow: 0 0 0 1px rgba(201, 0, 90, 0.2);
}
.friend-levels--panel .friend-levels__amount { color: var(--fnd-navy, #002b5f); }
.friend-levels--panel .friend-levels__per { color: var(--muted, #5f6b7b); }
.friend-levels--panel .friend-levels__name { color: var(--fnd-magenta, #c9005a); }
.friend-levels--panel .friend-levels__blurb { color: var(--muted, #5f6b7b); }
.friend-levels--panel .friend-levels__note { color: var(--muted, #5f6b7b); }

@media (max-width: 900px) {
  .gpc-monthly--friends .wrap { grid-template-columns: 1fr; }
  .friend-levels__options { grid-template-columns: 1fr; }
}

.gpc-motion-ready [data-gpc-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 620ms ease, transform 620ms cubic-bezier(.2,.75,.2,1); }
.gpc-motion-ready [data-gpc-reveal].is-visible { opacity: 1; transform: none; }

.grant-pot-campaign-page :is(a, button, input, textarea, summary):focus-visible { outline: 3px solid #ffbc35; outline-offset: 3px; }

@keyframes gpc-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes gpc-hero-settle { from { opacity: 0.5; transform: scale(1.075); } to { opacity: 1; transform: scale(1.025); } }

@media (max-width: 1000px) {
  .gpc-hero__copy { width: min(680px, 67%); }
  .gpc-gap__journey { grid-template-columns: 1fr; gap: 0; }
  .gpc-gap__line { min-height: 72px; justify-items: start; padding-left: 24px; }
  .gpc-gap__line i { top: 0; bottom: 0; left: 26px; right: auto; width: 2px; height: auto; }
  .gpc-gap__line i::after { right: -4px; top: auto; bottom: 0; transform: rotate(135deg); }
  .gpc-gap__line b { margin-left: 42px; }
  .gpc-gap__stop { border: 1px solid rgba(255,255,255,0.2); }
}

@media (max-width: 860px) {
  .gpc-help,
  .gpc-donate-section,
  .gpc-share { scroll-margin-top: 250px; }
  .gpc-hero { min-height: 690px; align-items: end; }
  .gpc-hero__media img { object-position: 63% center; }
  .gpc-hero__shade { background: linear-gradient(0deg, rgba(0,19,44,0.99) 0%, rgba(0,26,58,0.94) 52%, rgba(0,26,58,0.15) 100%); }
  .gpc-hero__inner { padding-top: 13rem; padding-bottom: 3.2rem; }
  .gpc-hero__copy { width: min(680px, 100%); }
  .gpc-hero h1 { max-width: 9ch; font-size: clamp(3.6rem, 12vw, 5.8rem); }
  .gpc-hero__explainer { max-width: 680px; }
  .gpc-hero::after { right: -20%; bottom: -130px; width: 90vw; opacity: 0.62; }
  .gpc-hero__caption { display: none; }
  .gpc-trust .wrap { grid-template-columns: 1fr; padding-block: 0.35rem; }
  .gpc-trust span { min-height: 48px; padding: 0.45rem 0; }
  .gpc-trust span + span { border-top: 1px solid var(--gpc-line); border-left: 0; }
  .gpc-intro__grid,
  .gpc-quick-give__inner,
  .gpc-donate-layout,
  .gpc-share__grid,
  .gpc-faq__grid { grid-template-columns: 1fr; }
  .gpc-intro__heading,
  .gpc-share__copy,
  .gpc-donate-panel { position: static; }
  .gpc-intro__copy { padding-top: 0; }
  .gpc-intro h2,
  .gpc-donate-copy h2,
  .gpc-share h2,
  .gpc-faq h2 { max-width: 15ch; }
  .gpc-donate-panel { width: min(100%, 560px); }
  .gpc-share__grid { gap: 3.5rem; }
}

@media (max-width: 620px) {
  .grant-pot-campaign-page .wrap { width: 100%; padding-inline: var(--gutter, 1rem); }
  .gpc-hero { min-height: 720px; }
  .gpc-hero__media { height: 54%; }
  .gpc-hero__media img { object-position: 66% center; }
  .gpc-hero__shade { background: linear-gradient(0deg, var(--gpc-deep) 0%, rgba(0,26,58,0.99) 49%, rgba(0,26,58,0.12) 100%); }
  .gpc-hero__inner { padding-top: 15rem; padding-bottom: 2.4rem; }
  .gpc-hero h1 { font-size: clamp(3.25rem, 15.5vw, 4.7rem); }
  .gpc-hero__promise { font-size: 1.28rem; }
  .gpc-hero__explainer { font-size: 0.9rem; line-height: 1.52; }
  .gpc-hero__actions { align-items: stretch; gap: 0.75rem; }
  .gpc-hero__actions .gpc-button { width: 100%; }
  .gpc-text-link { min-height: 44px; display: flex; align-items: center; justify-content: center; }
  .gpc-hero__progress { margin-top: 1rem; padding-top: 0.9rem; }
  .gpc-hero__progress-copy { display: block; }
  .gpc-hero__progress-copy span { display: block; margin-top: 0.25rem; }
  .gpc-help__item { grid-template-columns: 42px 1fr; align-items: start; }
  .gpc-help__icon { grid-column: 1; grid-row: 2; width: 40px; height: 40px; }
  .gpc-help__icon svg { width: 27px; height: 27px; }
  .gpc-help__item > div:last-child { grid-column: 2; grid-row: 1 / span 2; }
  .gpc-help__number { padding-top: 0.25rem; }
  .gpc-donate-form,
  .gpc-donate-panel__top { padding-inline: 1rem; }
  .gpc-amounts { grid-template-columns: repeat(2, 1fr); }
  .gpc-quick-give__amounts { grid-template-columns: repeat(2, 1fr); }
  .gpc-gift-examples > div { grid-template-columns: 70px 1fr; }
  .gpc-share-assets__small { grid-template-columns: 1fr; }
  .gpc-share-assets__small img { max-height: 390px; }
  .gpc-process__steps li { grid-template-columns: 52px 1fr; gap: 0.8rem; }
  .gpc-process__steps li > span { width: 42px; height: 42px; }
  .gpc-monthly .wrap { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .gpc-hero__media img,
  .gpc-hero__copy > * { animation: none; }
  .gpc-motion-ready [data-gpc-reveal] { opacity: 1; transform: none; transition: none; }
  .gpc-help__icon,
  .gpc-button,
  .gpc-share-button,
  .gpc-share-assets a,
  .gpc-progress i { transition: none; }
}
