:root {
  --brand: #046380;
  --brand-dark: #023b4d;
  --brand-deep: #012c39;
  --brand-light: #0b7898;
  --brand-pale: #e8f4f7;
  --brand-mist: #f4fafb;
  --ink: #102f39;
  --muted: #536a72;
  --white: #ffffff;
  --line: rgba(4, 99, 128, .16);
  --shadow: 0 24px 70px rgba(2, 59, 77, .14);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
section { scroll-margin-top: 86px; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: .65rem 1rem; border-radius: 8px; color: var(--brand-dark); background: var(--white); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 860px; }
.section { padding: 108px 0; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(4, 99, 128, .93); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(2, 59, 77, .98); box-shadow: 0 12px 36px rgba(1,44,57,.22); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 180px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 200px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: rgba(255,255,255,.84); text-decoration: none; font-size: .9rem; font-weight: 750; letter-spacing: .015em; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.primary-nav .nav-cta { padding: .66rem 1rem; color: var(--brand-dark); background: var(--white); border-radius: 999px; }
.menu-button { display: none; }
.eyebrow { margin: 0 0 17px; color: var(--brand); font-size: .76rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.8); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.034em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { margin-bottom: 26px; font-size: clamp(3.2rem, 6.8vw, 6.5rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4.2vw, 3.9rem); }
h3 { margin-bottom: 11px; font-size: 1.35rem; }
p { margin-top: 0; }
.lead { font-size: 1.18rem; font-weight: 650; color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .8rem 1.28rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .92rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover:not(.is-disabled) { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--brand); box-shadow: 0 12px 28px rgba(4,99,128,.2); }
.button-primary:hover { background: var(--brand-light); }
.button-light, .button-white { color: var(--brand-dark); background: var(--white); }
.button-outline { color: var(--brand); border-color: var(--brand); background: transparent; }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.button.is-disabled, .is-coming-soon { cursor: not-allowed; opacity: .58; }
.centered-heading { max-width: 820px; margin-bottom: 55px; text-align: center; }
.centered-heading p:last-child { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 1.04rem; }
.centered-actions { margin-top: 42px; text-align: center; }

.hero { position: relative; min-height: 900px; overflow: hidden; padding: 172px 0 150px; color: var(--white); background: linear-gradient(135deg, var(--brand-deep), var(--brand) 58%, #087797); }
.hero-pattern { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(circle at 75% 40%, black 0, transparent 65%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 78px; align-items: center; }
.hero-copy h1 span { color: #bfe8f2; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: clamp(1.08rem, 1.9vw, 1.3rem); }
.hero-audience { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 34px; color: rgba(255,255,255,.62); font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero-audience i { width: 3px; height: 3px; border-radius: 50%; background: white; }
.hero-cut { position: absolute; right: -4%; bottom: -94px; left: -4%; height: 160px; background: var(--white); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.pillar-structure { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; min-height: 540px; padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 36px; background: rgba(255,255,255,.07); box-shadow: 0 36px 90px rgba(1,44,57,.32); backdrop-filter: blur(10px); }
.pillar-structure::before, .pillar-structure::after { content: ""; position: absolute; z-index: 1; background: rgba(255,255,255,.13); }
.pillar-structure::before { top: 50%; left: 26px; right: 26px; height: 1px; }
.pillar-structure::after { top: 26px; bottom: 26px; left: 50%; width: 1px; }
.pillar-center { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 110px; height: 110px; place-content: center; border: 9px solid var(--brand); border-radius: 50%; color: var(--brand); background: var(--white); box-shadow: 0 12px 35px rgba(1,44,57,.3); text-align: center; transform: translate(-50%,-50%); }
.pillar-center span { font-family: Georgia, serif; font-size: 1.65rem; line-height: 1; }
.pillar-center small { margin-top: 4px; font-size: .58rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.pillar-card { position: relative; z-index: 2; min-height: 236px; padding: 24px; overflow: hidden; border-radius: 24px; color: var(--white); background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.055)); }
.pillar-card::after { content: ""; position: absolute; inset: auto -30px -50px auto; width: 145px; height: 145px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.pillar-icon { position: absolute; right: 16px; bottom: 10px; width: 112px; color: rgba(255,255,255,.2); }
.pillar-icon svg { fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.pillar-card > span { display: block; margin-bottom: 48px; color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.pillar-card h2 { margin-bottom: 7px; font-family: inherit; font-size: 1.5rem; font-weight: 800; }
.pillar-card p { position: relative; z-index: 2; max-width: 185px; margin: 0; color: rgba(255,255,255,.73); font-size: .85rem; line-height: 1.45; }

.split-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 82px; align-items: start; }
.mission-copy p { color: var(--muted); }
blockquote { margin: 38px 0 0; padding: 25px 30px; border-left: 4px solid var(--brand); background: var(--brand-mist); }
blockquote p { margin: 0 0 4px; color: var(--ink) !important; font-family: Georgia, serif; font-size: 1.4rem; }
blockquote cite { color: var(--brand); font-size: .85rem; font-style: normal; font-weight: 800; }
.formation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 72px; }
.formation-card { min-height: 260px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 48px rgba(2,59,77,.07); }
.step-number { display: block; margin-bottom: 36px; color: var(--brand); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.formation-card p, .platform-card p, .serve-card p, .allocation-card p, .partner-card p { margin-bottom: 0; color: var(--muted); }

.platform-section, .allocation-section { background: var(--brand-mist); }
.platform-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.platform-card { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 22px; min-height: 285px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.platform-card.featured { color: var(--white); background: linear-gradient(140deg, var(--brand), var(--brand-light)); }
.platform-card.featured p { color: rgba(255,255,255,.76); }
.icon-wrap { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; color: var(--brand); background: var(--brand-pale); }
.platform-card.featured .icon-wrap { color: var(--brand); background: var(--white); }
.icon-wrap svg, .partner-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { margin: 0 0 5px !important; color: var(--brand) !important; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.platform-card.featured .card-kicker { color: rgba(255,255,255,.75) !important; }
.status { position: absolute; right: 24px; bottom: 22px; padding: .35rem .58rem; border-radius: 999px; color: var(--brand); background: var(--brand-pale); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.status.muted { color: var(--muted); background: #eef3f4; }
.platform-card.featured .status { color: var(--brand-dark); background: var(--white); }

.pathway-section { color: var(--white); background: var(--brand-dark); }
.pathway-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 82px; align-items: center; }
.pathway-copy p:last-child { color: rgba(255,255,255,.72); }
.pathway-list { margin: 0; padding: 0; list-style: none; }
.pathway-list li { display: grid; grid-template-columns: 115px 1fr; gap: 22px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.pathway-list span { font-family: Georgia, serif; font-size: 1.45rem; }
.pathway-list p { margin: 0; color: rgba(255,255,255,.7); }
.serve-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.serve-card { min-height: 290px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 17px 45px rgba(2,59,77,.06); }
.serve-mark { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 58px; border-radius: 16px; color: var(--white); background: var(--brand); font-family: Georgia, serif; font-size: 1.35rem; }
.support-band { color: var(--white); background: linear-gradient(120deg, var(--brand), var(--brand-light)); }
.support-band-grid { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.support-band-grid p:last-child { max-width: 780px; color: rgba(255,255,255,.76); }

.community-section { padding-top: 45px; }
.community-card, .form-panel { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; padding: 58px; border-radius: 32px; color: var(--white); background: linear-gradient(128deg, var(--brand-deep), var(--brand)); box-shadow: var(--shadow); }
.community-card > div > p:last-child, .form-panel > div > p:last-child { color: rgba(255,255,255,.72); }
.site-form { display: grid; gap: 14px; }
.field-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.site-form label { display: grid; gap: 6px; }
.site-form label > span { color: rgba(255,255,255,.75); font-size: .73rem; font-weight: 800; letter-spacing: .04em; }
.site-form input:not([type="checkbox"]), .site-form select, .site-form textarea { width: 100%; min-height: 49px; padding: .72rem .86rem; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: var(--white); background: rgba(255,255,255,.09); outline: none; }
.site-form textarea { resize: vertical; }
.site-form select { color-scheme: dark; }
.site-form input:focus, .site-form select:focus, .site-form textarea:focus { border-color: var(--white); box-shadow: 0 0 0 3px rgba(255,255,255,.12); }
.consent { display: grid !important; grid-template-columns: auto 1fr; gap: 10px !important; align-items: start; }
.consent input { margin-top: 4px; }
.form-note { margin: 0; color: rgba(255,255,255,.56); font-size: .72rem; }
.form-success { color: #d7ffe9; }
.form-error { color: #ffe2e2; }
.site-form button:disabled { cursor: wait; opacity: .7; }

.page-hero { padding: 175px 0 105px; color: var(--white); background: linear-gradient(135deg, var(--brand-deep), var(--brand)); }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero p:last-child { max-width: 760px; color: rgba(255,255,255,.8); font-size: 1.2rem; }
.donation-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; align-items: start; }
.donation-story p { color: var(--muted); }
.give-card { position: sticky; top: 115px; padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.goal-amount { margin: 10px 0 20px; color: var(--brand); font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.stacked-buttons { display: grid; gap: 12px; margin: 28px 0 18px; }
.small-note { color: var(--muted); font-size: .82rem; }
.small-note a { color: var(--brand); font-weight: 700; }
.allocation-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.allocation-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.allocation-card > span { display: block; margin-bottom: 45px; color: var(--brand); font-size: .75rem; font-weight: 900; letter-spacing: .13em; }
.donor-note-section { background: var(--white); }
.donor-note { display: grid; grid-template-columns: 1fr .8fr; gap: 65px; align-items: center; padding: 52px; border-radius: 28px; color: var(--white); background: var(--brand); }
.donor-note p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); }

.partner-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.partner-card { position: relative; min-height: 475px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 48px rgba(2,59,77,.06); }
.partner-number { position: absolute; top: 24px; right: 26px; color: rgba(4,99,128,.2); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.partner-icon { display: grid; width: 60px; height: 60px; place-items: center; margin-bottom: 42px; border-radius: 18px; color: var(--brand); background: var(--brand-pale); }
.partner-card ul { padding-left: 1.1rem; color: var(--muted); }
.text-link { display: inline-block; margin-top: 15px; color: var(--brand); font-weight: 800; text-decoration: none; }
.partner-form-section { background: var(--brand-mist); }

.site-footer { padding: 76px 0 34px; color: rgba(255,255,255,.72); background: var(--brand-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .72fr; gap: 70px; }
.footer-grid img { width: 245px; height: 95px; object-fit: contain; margin-bottom: 18px; }
.footer-grid p { max-width: 430px; }
.footer-grid h2 { margin-bottom: 14px; color: var(--white); font-family: inherit; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 7px 0; color: rgba(255,255,255,.72); text-decoration: none; }
.footer-grid a:hover:not(.is-coming-soon) { color: var(--white); }
.footer-bottom { display: grid; grid-template-columns: auto 1fr; gap: 45px; align-items: start; margin-top: 55px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: .74rem; }
.legal-note { justify-self: end; max-width: 680px; color: rgba(255,255,255,.48); text-align: right; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .section { padding: 88px 0; }
  .menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: var(--white); background: transparent; }
  .menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; background: currentColor; }
  .primary-nav { position: absolute; top: 73px; right: 20px; left: 20px; display: none; align-items: stretch; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(2,44,57,.99); box-shadow: 0 18px 50px rgba(0,0,0,.28); }
  .primary-nav.open { display: grid; gap: 4px; }
  .primary-nav a { padding: .78rem .7rem; }
  .primary-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 145px 0 135px; }
  .hero-grid, .split-grid, .pathway-grid, .support-band-grid, .community-card, .form-panel, .donation-grid, .donor-note { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .pillar-structure { max-width: 670px; width: 100%; margin: 0 auto; }
  .formation-grid, .serve-grid { grid-template-columns: 1fr 1fr; }
  .platform-grid, .partner-grid { grid-template-columns: 1fr; }
  .allocation-grid { grid-template-columns: 1fr 1fr; }
  .support-band-grid { justify-items: start; }
  .community-card, .form-panel { gap: 40px; padding: 48px; }
  .give-card { position: static; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; gap: 35px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 10px; }
  .legal-note { justify-self: start; text-align: left; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 360px;}
  .hero { padding: 122px 0 110px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.05rem, 11vw, 3rem); }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .pillar-structure { gap: 10px; min-height: 510px; padding: 14px; border-radius: 26px; }
  .pillar-structure::before { left: 14px; right: 14px; }
  .pillar-structure::after { top: 14px; bottom: 14px; }
  .pillar-center { width: 82px; height: 82px; border-width: 7px; }
  .pillar-center span { font-size: 1.25rem; }
  .pillar-center small { display: none; }
  .pillar-card { min-height: 235px; padding: 17px; border-radius: 18px; }
  .pillar-card > span { margin-bottom: 42px; }
  .pillar-card h2 { font-size: 1.25rem; }
  .pillar-card p { font-size: .73rem; }
  .pillar-icon { width: 82px; right: 2px; bottom: 5px; }
  .formation-grid, .serve-grid, .allocation-grid { grid-template-columns: 1fr; }
  .platform-card { grid-template-columns: 1fr; min-height: 330px; padding: 28px; }
  .status { right: auto; left: 28px; }
  .pathway-list li { grid-template-columns: 88px 1fr; gap: 14px; }
  .community-card, .form-panel { padding: 35px 24px; border-radius: 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 135px 0 78px; }
  .give-card, .donor-note { padding: 30px 24px; }
  .goal-amount { font-size: 3.7rem; }
  .partner-card { min-height: auto; padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }


.stacked-buttons .donation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1.4rem;

  border: 2px solid #046380;
  border-radius: 999px;

  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;

  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

/* Solid teal donation button */
.stacked-buttons .button-primary {
  background-color: #046380;
  border-color: #046380;
  color: #ffffff;
}

.stacked-buttons .button-primary:hover,
.stacked-buttons .button-primary:focus-visible {
  background-color: #034f66;
  border-color: #034f66;
  color: #ffffff;
  transform: translateY(-1px);
}

/* Teal outline donation button */
.stacked-buttons .button-outline {
  background-color: transparent;
  border-color: #046380;
  color: #046380;
}

.stacked-buttons .button-outline:hover,
.stacked-buttons .button-outline:focus-visible {
  background-color: #046380;
  border-color: #046380;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .stacked-buttons .donation-button {
    min-height: 50px;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
  }
}
.stacked-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.stacked-buttons .donation-button {
  width: auto;
  max-width: 50%;
}