:root {
  --black: #0b0710;
  --ink: #24192b;
  --purple: #6f3cc3;
  --purple-dark: #3f176e;
  --burgundy: #771f46;
  --pink: #ef4e84;
  --gold: #d8b24a;
  --gold-light: #f5df8b;
  --cream: #fffaf0;
  --white: #ffffff;
  --muted: #736979;
  --line: rgba(36, 25, 43, 0.13);
  --shadow: 0 22px 70px rgba(35, 12, 47, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Inter", system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
body.popup-open { overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 999; background: var(--white); padding: 12px 18px; border-radius: 8px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11, 7, 16, .96); color: var(--white); border-bottom: 3px solid var(--purple); backdrop-filter: blur(18px); }
.header-inner { width: min(1180px, calc(100% - 40px)); min-height: 102px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { position: relative; display: inline-grid; grid-template-columns: auto auto; grid-template-rows: 39px 18px; align-items: end; text-decoration: none; line-height: 1; min-width: 278px; }
.brand-powerful { font: 700 2.5rem/.9 "Cormorant Garamond", serif; letter-spacing: -.05em; color: var(--gold-light); text-shadow: 0 0 20px rgba(216,178,74,.2); }
.brand-girl { margin-left: 5px; font: 400 2.65rem/.85 "Parisienne", cursive; color: #a46cf0; transform: translateY(4px); }
.brand-broadcast { grid-column: 1 / -1; font-size: .76rem; letter-spacing: .56em; color: #a779ef; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: #e9deee; text-decoration: none; text-transform: uppercase; font-size: .79rem; font-weight: 600; letter-spacing: .08em; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-light); }
.site-nav .nav-donate { padding: 11px 20px; border-radius: 999px; background: linear-gradient(90deg, var(--purple), var(--pink)); color: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; color: var(--white); border-bottom: 10px solid var(--gold); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,6,14,.96) 0%, rgba(20,9,26,.82) 32%, rgba(20,9,26,.24) 66%, rgba(20,9,26,.12) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: auto; padding: 90px 0 120px; }
.hero-content > * { max-width: 670px; }
.eyebrow { margin: 0 0 16px; color: var(--gold-light); font-size: .79rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: var(--purple); }
.eyebrow.gold { color: var(--gold-light); }
h1, h2, h3 { margin-top: 0; font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.04; }
h1 { margin-bottom: 22px; font-size: clamp(3.25rem, 6.8vw, 6.7rem); font-weight: 600; letter-spacing: -.045em; }
.hero-copy { margin: 0 0 32px; font-size: 1.16rem; line-height: 1.65; color: #f4edf6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 13px 24px; text-decoration: none; font-size: .92rem; font-weight: 700; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(90deg, var(--purple), var(--pink)); box-shadow: 0 14px 34px rgba(111,60,195,.3); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.55); background: rgba(0,0,0,.18); }
.button-light { color: var(--purple-dark); background: var(--white); }
.hero-stat { position: absolute; z-index: 3; right: max(20px, calc((100vw - 1180px)/2)); bottom: 28px; display: flex; align-items: baseline; gap: 12px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.26); border-radius: 14px; background: rgba(10,6,14,.72); backdrop-filter: blur(16px); }
.hero-stat strong { color: var(--gold-light); font: 700 2rem/1 "Cormorant Garamond", serif; }
.hero-stat span { font-size: .86rem; }

.section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 110px 0; }
.section-label { margin-bottom: 48px; color: var(--purple); font-size: .79rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.script-line { margin: 0 0 -5px; color: var(--purple); font: 400 2.2rem "Parisienne", cursive; }
.about h2, .section-heading h2, .donate-intro h2, .contact-section h2 { margin-bottom: 22px; font-size: clamp(2.65rem, 5vw, 4.9rem); letter-spacing: -.035em; }
.about-copy { padding-top: 22px; border-top: 1px solid var(--line); font-size: 1.06rem; color: #5b5060; }
.about-copy p:first-child { margin-top: 0; }

.programs { width: auto; max-width: none; padding-inline: max(20px, calc((100vw - 1180px)/2)); background: #f6f2fa; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 610px; color: var(--muted); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.program-card { display: flex; min-height: 290px; flex-direction: column; padding: 34px; border: 1px solid rgba(63,23,110,.12); border-radius: 6px; background: var(--white); box-shadow: 0 12px 34px rgba(35,12,47,.05); }
.program-card.featured { color: var(--white); background: linear-gradient(145deg, var(--purple-dark), var(--burgundy)); }
.program-card.has-image { padding: 0; overflow: hidden; }
.program-photo { width: 100%; height: 190px; object-fit: cover; object-position: center; }
.program-photo-zoomed-out { height: 320px; object-fit: contain; background: #e9e3ef; }
.program-card.featured .program-photo-zoomed-out { background: var(--purple-dark); }
.program-card-body { display: flex; flex: 1; flex-direction: column; padding: 28px 30px 34px; }
.program-card.has-image .program-number { margin-bottom: 22px; }
.program-number { display: inline-block; margin-bottom: 42px; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.program-card h3 { margin-bottom: 15px; font-size: 2rem; }
.program-card p { margin: 0; color: var(--muted); }
.program-card.featured p { color: #f0e8f4; }
.program-card .program-booking-meta { margin-top: 22px; color: var(--purple-dark); font-size: .9rem; font-weight: 700; }
.program-booking-link { display: inline-flex; width: fit-content; min-height: 46px; align-items: center; justify-content: center; margin-top: 14px; border-radius: 999px; padding: 11px 20px; color: var(--white); background: linear-gradient(90deg, var(--purple), var(--pink)); box-shadow: 0 10px 24px rgba(111,60,195,.22); font-size: .9rem; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.program-booking-link:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(111,60,195,.3); }
.program-booking-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.research-callout { position: relative; display: grid; grid-template-columns: minmax(170px, .34fr) minmax(0, 1fr); gap: clamp(30px, 6vw, 78px); align-items: center; margin-top: 34px; padding: clamp(38px, 6vw, 72px); overflow: hidden; color: var(--white); border-radius: 8px; background: radial-gradient(circle at 8% 10%, rgba(239,78,132,.34), transparent 31%), linear-gradient(125deg, var(--black), var(--purple-dark) 68%, var(--burgundy)); box-shadow: var(--shadow); }
.research-callout::after { position: absolute; right: -45px; bottom: -85px; width: 220px; height: 220px; border: 1px solid rgba(245,223,139,.28); border-radius: 50%; content: ""; }
.research-stat { position: relative; z-index: 1; color: var(--gold-light); font: 700 clamp(5.2rem, 11vw, 9.5rem)/.78 "Cormorant Garamond", serif; letter-spacing: -.065em; text-align: center; text-shadow: 0 10px 35px rgba(0,0,0,.28); }
.research-copy { position: relative; z-index: 1; }
.research-copy h3 { max-width: 750px; margin-bottom: 18px; font-size: clamp(2.25rem, 4.2vw, 4.1rem); letter-spacing: -.03em; }
.research-copy > p:not(.eyebrow) { max-width: 800px; margin: 0; color: #f0e7f2; font-size: 1.06rem; }
.research-copy strong { color: var(--gold-light); }
.research-copy a { display: inline-flex; gap: 8px; align-items: center; margin-top: 24px; color: var(--gold-light); font-size: .91rem; font-weight: 700; text-underline-offset: 5px; }

.mission-section { display: grid; grid-template-columns: 1fr 1fr; }
.mission-panel, .vision-panel { min-height: 560px; padding: clamp(60px, 8vw, 120px) max(24px, calc((100vw - 1180px)/2)); }
.mission-panel { color: var(--white); background: var(--black); padding-left: max(24px, calc((100vw - 1180px)/2)); padding-right: clamp(40px, 6vw, 90px); }
.vision-panel { color: var(--ink); background: var(--gold-light); padding-right: max(24px, calc((100vw - 1180px)/2)); padding-left: clamp(40px, 6vw, 90px); }
.mission-section h2 { margin-bottom: 25px; font-size: clamp(2.55rem, 4vw, 4.3rem); }
.mission-panel p:last-child { color: #ded3e2; }
.vision-panel ul { padding-left: 20px; }
.vision-panel li { margin-bottom: 14px; }

.heart-desire-section { padding: 92px max(20px, calc((100vw - 900px)/2)); text-align: center; color: var(--white); background: linear-gradient(120deg, var(--purple), var(--burgundy)); }
.heart-desire-section .script-line { margin-bottom: 4px; color: var(--gold-light); font-size: clamp(2.4rem, 5vw, 4.2rem); }
.heart-desire-section h2 { max-width: 850px; margin: 0 auto 22px; font-size: clamp(2.8rem, 5vw, 5rem); }
.heart-desire-section > p:last-child { max-width: 760px; margin: 0 auto; color: #f3eaf5; font-size: 1.08rem; }

.events-section { padding-bottom: 100px; }
.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.event-card { min-height: 330px; padding: 38px 34px; border: 1px solid var(--line); border-top: 5px solid var(--gold); background: var(--cream); }
.event-card-dark { color: var(--white); border-color: transparent; border-top-color: var(--pink); background: var(--black); }
.event-card > span { color: var(--purple); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.event-card-dark > span { color: var(--gold-light); }
.event-card h3 { margin: 50px 0 16px; font-size: 2.25rem; }
.event-card p { margin: 0; color: var(--muted); }
.event-card-dark p { color: #ded3e2; }
.event-card-link { display: inline-flex; width: fit-content; margin-top: 24px; color: var(--purple-dark); font-size: .9rem; font-weight: 700; text-underline-offset: 5px; }
.event-card-dark .event-card-link { color: var(--gold-light); }
.event-button { margin-top: 30px; }

.donate-section { width: auto; max-width: none; padding-inline: max(20px, calc((100vw - 1180px)/2)); color: var(--white); background: radial-gradient(circle at 85% 5%, rgba(239,78,132,.22), transparent 28%), linear-gradient(135deg, #2d1243, #6d244d 62%, #200d2f); }
.donate-intro { max-width: 790px; }
.donate-intro > p:not(.eyebrow) { color: #eee4f0; font-size: 1.06rem; }
.nonprofit-note { display: flex; flex-direction: column; gap: 4px; margin: 32px 0 44px; padding: 20px 22px; border-left: 4px solid var(--gold); background: rgba(0,0,0,.22); }
.nonprofit-note span { color: #eadfed; }
.gift-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gift-card { min-height: 210px; padding: 25px; text-align: left; color: var(--white); border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: rgba(255,255,255,.07); font: inherit; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.gift-card:hover { transform: translateY(-3px); }
.gift-card.selected { border-color: var(--gold-light); background: rgba(216,178,74,.16); box-shadow: inset 0 0 0 1px var(--gold-light); }
.gift-card strong { display: block; margin-bottom: 26px; color: var(--gold-light); font: 700 3rem/1 "Cormorant Garamond", serif; }
.gift-card span { color: #f4edf6; font-size: .91rem; line-height: 1.55; }
.donate-action { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 22px; padding: 22px 24px; border-radius: 12px; background: rgba(0,0,0,.26); }
.donate-action > div { display: flex; flex-direction: column; }
.selection-label { color: #d8ccd9; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
#selected-amount { color: var(--gold-light); font: 700 2rem "Cormorant Garamond", serif; }
.gift-disclaimer { margin: 18px 0 0; color: #cfc1d2; font-size: .8rem; }

.donate-page-hero { padding: 105px max(20px, calc((100vw - 1180px)/2)) 115px; color: var(--white); background: radial-gradient(circle at 82% 15%, rgba(239,78,132,.28), transparent 28%), linear-gradient(135deg, #1b0a29, #6d244d 64%, #200d2f); border-bottom: 8px solid var(--gold); }
.donate-page-hero > div { max-width: 880px; }
.donate-page-hero h1 { margin-bottom: 25px; font-size: clamp(3.5rem, 7vw, 7rem); }
.donate-page-hero p:last-child { max-width: 760px; margin: 0; color: #f0e7f2; font-size: 1.12rem; }
.giving-options { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 105px 0; }
.giving-options-heading { max-width: 760px; margin-bottom: 52px; }
.giving-options-heading h2, .donation-impact h2, .donation-trust h2 { margin-bottom: 18px; font-size: clamp(2.65rem, 5vw, 4.7rem); letter-spacing: -.035em; }
.giving-options-heading > p:last-child { color: var(--muted); }
.giving-method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.giving-method { min-height: 520px; padding: 44px; border-radius: 10px; }
.giving-method-paypal { display: flex; flex-direction: column; color: var(--white); background: var(--black); }
.giving-method-daf { color: var(--ink); border: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
.giving-method-number { display: block; margin-bottom: 65px; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .14em; }
.giving-method h3 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.giving-method p { margin: 0 0 30px; color: var(--muted); }
.giving-method-paypal p { color: #ded3e2; }
.giving-method-paypal .button { width: fit-content; margin-top: auto; }
.daf-steps { display: grid; gap: 10px; margin: 14px 0 28px; }
.daf-steps > div { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid rgba(63,23,110,.13); border-radius: 8px; background: var(--white); }
.daf-steps strong { display: inline-flex; width: 30px; height: 30px; flex: 0 0 30px; align-items: center; justify-content: center; border-radius: 50%; color: var(--white); background: var(--purple); font-size: .88rem; }
.daf-steps span { color: var(--ink); font-size: .95rem; font-weight: 600; }
.daf-give-button { width: fit-content; }
.external-note { display: block; margin-top: 12px; color: var(--muted); font-size: .8rem; }
.giving-method noscript { display: block; color: var(--burgundy); font-weight: 700; }
.donation-impact { padding: 105px max(20px, calc((100vw - 1180px)/2)); color: var(--white); background: linear-gradient(135deg, #2d1243, #6d244d 62%, #200d2f); }
.donation-impact-heading { max-width: 720px; margin-bottom: 46px; }
.donation-impact .donate-action { margin-top: 24px; }
#donation-next-step { margin-top: 2px; color: #ded3e2; font-size: .86rem; }
.donation-trust { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding: 95px max(20px, calc((100vw - 1180px)/2)); color: var(--white); background: var(--black); }
.donation-trust > div:first-child > p:last-child { color: #ded3e2; }
.donation-help { display: flex; flex-direction: column; gap: 10px; padding: 34px; border-top: 5px solid var(--gold); color: var(--ink); background: var(--white); }
.donation-help h3 { margin-bottom: 6px; font-size: 2rem; }
.donation-help p { margin: 0 0 8px; color: var(--muted); }
.donation-help a { color: var(--purple-dark); font-weight: 700; overflow-wrap: anywhere; }

.join-section { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 70px max(20px, calc((100vw - 1180px)/2)); color: var(--white); background: var(--purple); }
.join-section h2 { max-width: 760px; margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); }
.contact-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.contact-card { display: flex; flex-direction: column; gap: 12px; padding: 36px; border-top: 5px solid var(--gold); background: #f6f2fa; box-shadow: var(--shadow); }
.contact-card p { margin-top: 0; color: var(--muted); }
.contact-card a { color: var(--purple-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; overflow-wrap: anywhere; }

.site-footer { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 68px 20px; text-align: center; color: #d9cedd; background: var(--black); border-top: 4px solid var(--gold); }
.footer-brand { margin-bottom: 16px; transform: scale(.92); transform-origin: center; }
.site-footer p { margin: 0; font-size: .82rem; }

.email-popup[hidden] { display: none; }
.email-popup { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.email-popup-backdrop { position: absolute; inset: 0; background: rgba(11,7,16,.78); backdrop-filter: blur(7px); }
.email-popup-card { position: relative; width: min(560px, 100%); max-height: calc(100vh - 40px); padding: clamp(30px, 6vw, 52px); overflow-y: auto; color: var(--white); border: 1px solid rgba(245,223,139,.38); border-top: 6px solid var(--gold); border-radius: 14px; background: radial-gradient(circle at 95% 5%, rgba(239,78,132,.34), transparent 30%), linear-gradient(145deg, #160a20, var(--purple-dark) 68%, var(--burgundy)); box-shadow: 0 30px 100px rgba(0,0,0,.48); }
.email-popup-card h2 { margin-bottom: 16px; font-size: clamp(2.35rem, 7vw, 3.8rem); letter-spacing: -.035em; }
.email-popup-card > p:not(.eyebrow):not(.email-consent) { margin: 0 0 24px; color: #eee4f0; }
.email-popup-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; color: var(--white); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(0,0,0,.28); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.email-signup-form { display: grid; gap: 9px; }
.email-signup-form label { margin-top: 4px; color: var(--gold-light); font-size: .86rem; font-weight: 700; }
.email-signup-form input[type="text"]:not(.form-honey), .email-signup-form input[type="email"] { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); border: 2px solid transparent; border-radius: 8px; background: var(--white); font: inherit; }
.email-signup-form input:focus { border-color: var(--gold); outline: 0; }
.email-age-check { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; margin-top: 8px; color: #eee4f0 !important; font-size: .8rem !important; font-weight: 500 !important; line-height: 1.45; }
.email-age-check input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--pink); }
.email-signup-form .button { width: 100%; margin-top: 9px; cursor: pointer; }
.form-honey { position: absolute; left: -9999px; }
.email-consent { margin: 14px 0 0; color: #d8ccd9; font-size: .76rem; line-height: 1.5; }
.email-popup-guide { display: inline-block; margin-top: 15px; color: var(--gold-light); font-size: .84rem; font-weight: 700; text-underline-offset: 4px; }

.download-page { min-height: 100vh; display: grid; place-items: center; padding: 20px; color: var(--white); background: radial-gradient(circle at 86% 12%, rgba(239,78,132,.38), transparent 28%), linear-gradient(135deg, var(--black), var(--purple-dark) 65%, var(--burgundy)); }
.download-card { width: min(680px, 100%); padding: clamp(38px, 7vw, 70px); text-align: center; border: 1px solid rgba(245,223,139,.35); border-top: 7px solid var(--gold); border-radius: 14px; background: rgba(11,7,16,.74); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.download-card h1 { margin-bottom: 18px; font-size: clamp(3rem, 8vw, 5.5rem); }
.download-card > p:not(.eyebrow) { margin: 0 auto 28px; color: #eee4f0; }
.download-card .button { width: 100%; }
.download-secondary { display: block; margin-top: 17px; color: var(--gold-light); font-weight: 700; text-underline-offset: 4px; }

:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

@media (max-width: 980px) {
  .header-inner { min-height: 86px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 86px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 22px; background: var(--black); border-bottom: 3px solid var(--purple); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 6px; }
  .site-nav .nav-donate { margin-top: 8px; text-align: center; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .gift-grid { grid-template-columns: repeat(2, 1fr); }
  .event-grid { grid-template-columns: 1fr; }
  .giving-method-grid { grid-template-columns: 1fr; }
  .donation-trust { grid-template-columns: 1fr; }
  .join-section { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .header-inner { width: min(100% - 28px, 1180px); }
  .brand { min-width: 226px; grid-template-rows: 31px 16px; }
  .brand-powerful { font-size: 2rem; }
  .brand-girl { font-size: 2.15rem; }
  .brand-broadcast { font-size: .62rem; }
  .hero { min-height: 0; align-items: flex-end; background: var(--black); }
  .hero-image { height: auto; object-fit: contain; object-position: center top; }
  .hero-shade { background: linear-gradient(180deg, rgba(10,6,14,0) 0%, rgba(10,6,14,.14) 17%, rgba(10,6,14,.92) 34%, rgba(10,6,14,1) 58%); }
  .hero-content { width: calc(100% - 32px); padding: clamp(225px, 46vw, 330px) 0 120px; }
  h1 { font-size: clamp(2.55rem, 12vw, 4rem); line-height: 1; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-stat { left: 16px; right: 16px; bottom: 18px; justify-content: center; }
  .section { width: calc(100% - 32px); padding: 78px 0; }
  .about-grid, .contact-section, .mission-section { grid-template-columns: 1fr; }
  .section-label { margin-bottom: 28px; }
  .about h2, .section-heading h2, .donate-intro h2, .contact-section h2 { font-size: 2.8rem; }
  .programs, .donate-section { width: auto; padding-inline: 16px; }
  .program-grid, .gift-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 230px; }
  .program-number { margin-bottom: 24px; }
  .program-booking-link { width: 100%; }
  .research-callout { grid-template-columns: 1fr; gap: 24px; padding: 40px 24px; }
  .research-stat { text-align: left; }
  .research-copy h3 { font-size: 2.55rem; }
  .mission-panel, .vision-panel { min-height: 0; padding: 76px 22px; }
  .donate-action { flex-direction: column; align-items: stretch; }
  .donate-action > div { align-items: center; }
  .join-section { padding: 60px 20px; }
  .contact-section { gap: 28px; }
  .donate-page-hero { padding: 72px 16px 82px; }
  .donate-page-hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .giving-options { width: calc(100% - 32px); padding: 76px 0; }
  .giving-method { min-height: 0; padding: 30px 24px; }
  .giving-method-number { margin-bottom: 35px; }
  .giving-method-paypal .button { width: 100%; margin-top: 16px; }
  .daf-give-button { width: 100%; }
  .donation-impact { padding: 76px 16px; }
  .donation-trust { gap: 36px; padding: 72px 16px; }
  .donation-help { padding: 28px 22px; }
  .email-popup { padding: 10px; }
  .email-popup-card { max-height: calc(100vh - 20px); padding: 36px 22px 28px; }
  .email-popup-card h2 { font-size: 2.45rem; }
}

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