/* ============================================================
   Sponsor a Visit  -  body.page-sponsor-a-visit
   Donor-facing page for the community care fund (internal
   "Grant Fund" — never labeled "grant" or "apply" publicly).
   Noindex; reached via newsletter, footer, and post-visit links.

   Native BCB design system: sections float transparent over the
   sitewide ombre (colors_and_type.css body default); content sits
   on frosted-white cards. Reuses the global .btn / .btn--primary /
   .btn--lg button system.
   ============================================================ */

body.page-sponsor-a-visit .spv-hero,
body.page-sponsor-a-visit .spv-impact,
body.page-sponsor-a-visit .spv-how,
body.page-sponsor-a-visit .spv-disc {
  background: transparent;
  padding-inline: clamp(20px, 5vw, 48px);
}

body.page-sponsor-a-visit .spv-hero__inner,
body.page-sponsor-a-visit .spv-impact__inner,
body.page-sponsor-a-visit .spv-how__inner,
body.page-sponsor-a-visit .spv-closer__inner,
body.page-sponsor-a-visit .spv-disc__inner {
  max-width: 1040px;
  margin-inline: auto;
}

body.page-sponsor-a-visit p {
  color: var(--navy-500);
  font-size: clamp(15px, 1.02rem, 17px);
  line-height: 1.6;
}

body.page-sponsor-a-visit .spv-h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 40px);
  letter-spacing: -0.02em;
  color: var(--navy-700);
  margin: 0 0 16px;
  text-wrap: balance;
}

body.page-sponsor-a-visit .spv-eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink-700);
  margin: 0 0 12px;
}

/* ---------- Hero ---------- */
body.page-sponsor-a-visit .spv-hero {
  text-align: center;
  padding-top: clamp(28px, 5vw, 56px);
}
body.page-sponsor-a-visit .spv-hero__inner {
  max-width: 880px;
}
body.page-sponsor-a-visit .spv-hero__eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink-700);
  margin: 0 0 12px;
}
body.page-sponsor-a-visit .spv-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--navy-700);
  margin: 0 0 18px;
  text-wrap: balance;
}
body.page-sponsor-a-visit .spv-hero__lead {
  font-size: clamp(17px, 1.18rem, 20px);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 720px;
  text-wrap: pretty;
}

/* ---------- Founder-funded callout ---------- */
body.page-sponsor-a-visit .spv-callout {
  padding-inline: clamp(20px, 5vw, 48px);
  margin-top: clamp(22px, 3.5vw, 40px);
}
body.page-sponsor-a-visit .spv-callout__inner {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 3px solid var(--pink-700);
  border-radius: 14px;
  padding: clamp(22px, 3vw, 30px) clamp(20px, 4vw, 40px);
}
body.page-sponsor-a-visit .spv-callout__eyebrow {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(15px, 1.3vw, 18px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--pink-700);
  margin: 0 0 10px;
}
body.page-sponsor-a-visit .spv-callout__text {
  color: var(--navy-700);
  font-size: clamp(17px, 1.2rem, 21px);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 640px;
  text-wrap: pretty;
}

/* ---------- Impact ---------- */
body.page-sponsor-a-visit .spv-impact {
  text-align: center;
  margin-top: clamp(28px, 4vw, 48px);
}
body.page-sponsor-a-visit .spv-lead-sm {
  max-width: 760px;
  margin: 0 auto 8px;
  text-wrap: pretty;
}
body.page-sponsor-a-visit .spv-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(22px, 3vw, 34px);
}
body.page-sponsor-a-visit .spv-stat {
  flex: 1 1 220px;
  max-width: 300px;
  min-width: 0;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  padding: clamp(20px, 3vw, 28px) 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.page-sponsor-a-visit .spv-stat__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pink-700);
}
body.page-sponsor-a-visit .spv-stat__label {
  color: var(--navy-600);
  font-size: 14px;
  line-height: 1.4;
}
body.page-sponsor-a-visit .spv-asof {
  color: var(--navy-500);
  font-size: 13px;
  font-style: italic;
  margin: clamp(14px, 2vw, 20px) 0 0;
}

/* ---------- What your gift does / How it works ---------- */
body.page-sponsor-a-visit .spv-how {
  margin-top: clamp(28px, 4vw, 48px);
}
body.page-sponsor-a-visit .spv-how__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
}
body.page-sponsor-a-visit .spv-card {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  padding: clamp(22px, 3vw, 32px);
  min-width: 0;
}
body.page-sponsor-a-visit .spv-card p {
  margin: 0;
  text-wrap: pretty;
}

/* ---------- Closer (navy band) ---------- */
body.page-sponsor-a-visit .spv-closer {
  margin-top: clamp(32px, 5vw, 60px);
  padding: clamp(36px, 5vw, 64px) clamp(20px, 5vw, 48px);
  background: var(--navy-700);
  text-align: center;
}
body.page-sponsor-a-visit .spv-closer__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 42px);
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 12px;
  text-wrap: balance;
}
body.page-sponsor-a-visit .spv-closer__sub {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.1rem, 19px);
  margin: 0 auto 24px;
  max-width: 620px;
  text-wrap: pretty;
}
body.page-sponsor-a-visit .spv-closer__btns {
  display: flex;
  justify-content: center;
}
body.page-sponsor-a-visit .spv-closer__note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin: 16px 0 0;
}

/* ---------- Disclaimer ---------- */
body.page-sponsor-a-visit .spv-disc {
  margin-top: clamp(18px, 3vw, 28px);
  text-align: center;
}
body.page-sponsor-a-visit .spv-disc__text {
  color: var(--navy-500);
  font-size: 13px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 720px;
  text-wrap: pretty;
}

/* Closer band is navy and full-bleed to the footer, so the page already
   ends dark — do NOT enable the light-over-ombre footer fade here. */
