:root {
  --plum-950: #1c0a2b;
  --plum-900: #28103d;
  --plum-800: #371451;
  --purple-700: #4f2577;
  --purple-600: #67339a;
  --purple-500: #8350b2;
  --violet-300: #c8a8e6;
  --lavender-200: #e3d2f3;
  --lavender-100: #f2eafb;
  --magenta-600: #a92775;
  --magenta-500: #c64091;
  --pink-300: #e99ac7;
  --gold-500: #e5bd61;
  --gold-300: #f2d994;
  --cream: #fffaf5;
  --paper: #fffdfb;
  --ink: #211827;
  --muted: #726879;
  --line: rgba(56, 28, 70, 0.13);
  --white-line: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 80px rgba(45, 17, 66, 0.16);
  --shadow-soft: 0 16px 45px rgba(45, 17, 66, 0.1);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: 1200px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--violet-300); color: var(--plum-950); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link {
  position: fixed; left: 18px; top: -80px; z-index: 9999;
  background: var(--gold-500); color: var(--plum-950); padding: 12px 18px;
  border-radius: 0 0 12px 12px; font-weight: 700; transition: top .2s ease;
}
.skip-link:focus { top: 0; }

.topbar { background: var(--plum-950); color: #fff; font-size: 12px; letter-spacing: .045em; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; }
.topbar a { color: var(--gold-300); font-weight: 700; }
.topbar-star { color: var(--pink-300); }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(40, 16, 61, .97);
  border-bottom: 1px solid rgba(242, 217, 148, .15);
  box-shadow: 0 10px 32px rgba(23, 6, 34, .12);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-header.scrolled { background: rgba(28, 10, 43, .98); border-color: rgba(242, 217, 148, .22); box-shadow: 0 13px 38px rgba(20, 5, 30, .24); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: auto; height: 70px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(5, 1, 8, .2)); }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav > a:not(.nav-donate) { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.9); position: relative; padding: 32px 0; }
.primary-nav > a:not(.nav-donate)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: linear-gradient(90deg, var(--gold-300), var(--pink-300)); transition: right .25s ease; }
.primary-nav > a:not(.nav-donate):hover, .primary-nav > a:not(.nav-donate):focus-visible { color: #fff; }
.primary-nav > a:not(.nav-donate):hover::after, .primary-nav > a:not(.nav-donate):focus-visible::after { right: 0; }
.nav-donate { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--gold-500), var(--gold-300)); color: var(--plum-950); padding: 11px 18px; border-radius: 999px; font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(229, 189, 97, .18); transition: transform .2s ease, filter .2s ease; }
.nav-donate:hover { filter: brightness(1.08); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(242,217,148,.28); border-radius: 50%; background: rgba(255,255,255,.07); padding: 13px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 99px; background: var(--gold-300); transform-origin: center; transition: transform .25s ease, opacity .2s ease, background .2s ease; }
.menu-toggle:hover span, .menu-toggle:focus-visible span { background: #fff; }

.hero {
  position: relative; min-height: 720px; display: flex; align-items: center;
  background:
    radial-gradient(circle at 14% 10%, rgba(233, 154, 199, .3), transparent 27%),
    radial-gradient(circle at 92% 28%, rgba(182, 142, 218, .28), transparent 30%),
    linear-gradient(135deg, #fffaf8 0%, #fbf2ff 46%, #f2e8fb 100%);
  padding: 85px 0 110px; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .23; pointer-events: none;
  background-image: radial-gradient(rgba(80, 34, 112, .22) .75px, transparent .75px);
  background-size: 25px 25px;
  mask-image: linear-gradient(to right, black, transparent 70%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 260px; height: 260px; left: -120px; bottom: -80px; background: rgba(198, 64, 145, .11); border: 1px solid rgba(198,64,145,.15); }
.hero-orb-two { width: 420px; height: 420px; right: -220px; top: 10px; background: rgba(103, 51, 154, .08); border: 1px solid rgba(103,51,154,.12); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--purple-700); font-size: 11px; line-height: 1.2; text-transform: uppercase; letter-spacing: .19em; font-weight: 700; }
.eyebrow span { display: inline-block; width: 30px; height: 1px; background: linear-gradient(90deg, var(--magenta-500), var(--purple-500)); }
.eyebrow-light { color: var(--gold-300); }
.eyebrow-light span { background: linear-gradient(90deg, var(--gold-500), var(--pink-300)); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: var(--serif); letter-spacing: -.038em; color: var(--plum-900); }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(48px, 5.1vw, 78px); }
h1 em, h2 em { color: var(--magenta-500); font-style: italic; font-weight: 600; }
h2 { font-size: clamp(40px, 4vw, 61px); margin-bottom: 28px; }
.hero-lead { max-width: 615px; color: #5f5365; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 0; border-radius: 999px; padding: 14px 23px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(135deg, var(--purple-700), var(--magenta-600)); color: #fff; box-shadow: 0 14px 30px rgba(88, 35, 119, .25); }
.button-primary:hover { box-shadow: 0 18px 35px rgba(88, 35, 119, .34); }
.button-ghost { color: var(--purple-700); border: 1px solid rgba(79, 37, 119, .24); background: rgba(255,255,255,.68); }
.button-ghost:hover { background: #fff; box-shadow: var(--shadow-soft); }
.button-gold { background: var(--gold-500); color: var(--plum-950); box-shadow: 0 14px 34px rgba(229, 189, 97, .23); }
.button-gold:hover { background: var(--gold-300); }
.hero-trust { display: flex; gap: 22px; margin-top: 42px; padding-top: 25px; border-top: 1px solid rgba(78, 41, 92, .12); }
.hero-trust div { min-width: 92px; display: flex; flex-direction: column; }
.hero-trust strong { font-family: var(--serif); color: var(--purple-700); font-size: 21px; line-height: 1; }
.hero-trust span { margin-top: 6px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.hero-visual { position: relative; min-height: 560px; }
.photo-main { position: absolute; right: 20px; top: 10px; width: 74%; height: 495px; border-radius: 110px 28px 110px 28px; overflow: hidden; box-shadow: var(--shadow); border: 8px solid rgba(255,255,255,.76); }
.photo-main img { height: 100%; object-fit: cover; object-position: center 38%; }
.photo-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(41, 14, 60, .22), transparent 42%); }
.photo-small { position: absolute; overflow: hidden; border: 7px solid #fff; box-shadow: var(--shadow-soft); }
.photo-small img { height: 100%; object-fit: cover; }
.photo-small-top { left: 0; top: 48px; width: 185px; height: 215px; border-radius: 27px 76px 27px 27px; transform: rotate(-2.5deg); }
.photo-small-top img { object-position: 45% center; }
.photo-small-bottom { left: 30px; bottom: 10px; width: 220px; height: 180px; border-radius: 27px 27px 76px 27px; transform: rotate(2deg); }
.photo-small-bottom img { object-position: 30% center; }
.hero-note { position: absolute; right: 0; bottom: 15px; width: 275px; display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 17px 40px rgba(57, 20, 78, .15); backdrop-filter: blur(12px); }
.note-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--lavender-100); color: var(--magenta-500); font-size: 18px; }
.hero-note div { display: flex; flex-direction: column; line-height: 1.25; }
.hero-note strong { color: var(--plum-900); font-size: 12px; }
.hero-note small { color: var(--muted); margin-top: 3px; font-size: 10px; }
.hero-spark { position: absolute; color: var(--gold-500); font-size: 22px; filter: drop-shadow(0 4px 5px rgba(70,40,20,.12)); }
.spark-one { right: 22%; top: -16px; }
.spark-two { left: 21%; top: 4px; font-size: 13px; color: var(--magenta-500); }
.hero-bottom-wave { position: absolute; left: -5%; right: -5%; bottom: -90px; height: 135px; background: var(--paper); border-radius: 50% 50% 0 0 / 65% 65% 0 0; }

.impact-ribbon { position: relative; z-index: 3; overflow: hidden; padding: 13px 0; background: linear-gradient(90deg, var(--purple-700), var(--magenta-600), var(--purple-700)); color: #fff; }
.impact-track { width: max-content; display: flex; align-items: center; gap: 27px; animation: marquee 34s linear infinite; white-space: nowrap; }
.impact-track span { text-transform: uppercase; font-size: 10px; letter-spacing: .19em; font-weight: 700; }
.impact-track i { color: var(--gold-300); font-style: normal; font-size: 10px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 95px; align-items: center; }
.about-media { position: relative; padding: 0 0 55px 25px; }
.about-media::before { content: ""; position: absolute; width: 65%; height: 82%; left: 0; top: -24px; border-radius: 38px 110px 38px 38px; background: var(--lavender-100); }
.about-photo { position: relative; overflow: hidden; height: 560px; border-radius: 30px 110px 30px 30px; box-shadow: var(--shadow); }
.about-photo img { height: 100%; object-fit: cover; object-position: 60% center; }
.about-badge { position: absolute; right: -20px; bottom: 0; width: 315px; padding: 23px 25px; border-radius: 20px; background: var(--plum-900); color: #fff; box-shadow: 0 18px 48px rgba(38, 12, 55, .25); }
.about-badge strong { display: block; color: var(--gold-300); font-family: var(--serif); font-size: 21px; margin-bottom: 5px; }
.about-badge span { display: block; font-size: 11px; line-height: 1.5; color: rgba(255,255,255,.78); }
.about-copy .lead { color: var(--plum-800); font-size: 18px; line-height: 1.7; font-weight: 500; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.check-list { display: grid; gap: 15px; margin: 30px 0 26px; }
.check-list > div { display: grid; grid-template-columns: 31px 1fr; gap: 12px; align-items: start; }
.check-list span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--lavender-100); color: var(--purple-700); font-size: 12px; font-weight: 700; }
.check-list p { margin: 2px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.check-list strong { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--purple-700); font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(79, 37, 119, .28); padding-bottom: 4px; transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 14px; color: var(--magenta-600); }

.programs { position: relative; overflow: hidden; background: var(--plum-900); color: #fff; }
.programs::before { content: ""; position: absolute; width: 580px; height: 580px; left: -260px; bottom: -250px; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); box-shadow: 0 0 0 90px rgba(255,255,255,.022), 0 0 0 180px rgba(255,255,255,.016); }
.programs::after { content: "✦"; position: absolute; right: 6%; top: 55px; color: rgba(229, 189, 97, .26); font-size: 74px; }
.section-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .65fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { color: #fff; margin-bottom: 0; max-width: 690px; }
.section-heading > p { color: rgba(255,255,255,.65); font-size: 14px; margin: 0 0 7px; }
.program-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
.program-card { position: relative; min-height: 330px; padding: 40px 35px 32px; border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); overflow: hidden; transition: background .25s ease, transform .25s ease; }
.program-card:hover { background: rgba(255,255,255,.055); }
.program-number { position: absolute; right: 22px; top: 20px; color: rgba(255,255,255,.1); font-family: var(--serif); font-size: 48px; }
.program-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 17px; margin-bottom: 30px; background: rgba(227, 210, 243, .11); border: 1px solid rgba(227,210,243,.18); color: var(--gold-300); font-family: var(--serif); font-size: 23px; }
.program-card h3 { max-width: 265px; margin-bottom: 16px; font-family: var(--serif); font-size: 23px; color: #fff; }
.program-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 12.5px; line-height: 1.75; }
.card-line { position: absolute; left: 35px; bottom: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--gold-500), var(--pink-300)); transition: width .3s ease; }
.program-card:hover .card-line { width: 70px; }

.story { background: linear-gradient(180deg, #fffdfb, #fbf5ff); }
.story-grid { display: grid; grid-template-columns: .92fr 1fr; gap: 95px; align-items: center; }
.story-copy blockquote { position: relative; margin: 30px 0; padding: 25px 25px 25px 34px; border-left: 3px solid var(--magenta-500); color: var(--plum-800); background: rgba(242, 234, 251, .7); border-radius: 0 20px 20px 0; font-family: var(--serif); font-size: 19px; line-height: 1.55; font-style: italic; }
.story-copy > p:not(.eyebrow) { color: var(--muted); }
.story-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-top: 32px; }
.story-visual { position: relative; min-height: 610px; }
.story-visual::before { content: ""; position: absolute; inset: 45px -30px -30px 45px; border-radius: 40px; background: linear-gradient(145deg, var(--lavender-200), #f8dbea); }
.story-visual img { position: relative; z-index: 1; height: 565px; object-fit: cover; object-position: 52% center; border-radius: 38px; box-shadow: var(--shadow); }
.story-card { position: absolute; z-index: 2; left: -45px; bottom: 5px; width: 290px; padding: 24px; border-radius: 23px; color: #fff; background: linear-gradient(145deg, var(--purple-700), var(--magenta-600)); box-shadow: 0 20px 50px rgba(72, 26, 96, .28); }
.story-card small { display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-300); font-size: 9px; font-weight: 700; }
.story-card strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 24px; }
.story-card p { margin: 0; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.55; }

.gallery-strip { display: grid; grid-template-columns: 1fr 1.15fr 1fr; height: 370px; overflow: hidden; background: var(--plum-900); }
.gallery-strip figure { margin: 0; overflow: hidden; position: relative; }
.gallery-strip figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(35,10,52,.2)); transition: background .3s ease; }
.gallery-strip figure:hover::after { background: transparent; }
.gallery-strip img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-strip figure:hover img { transform: scale(1.04); }
.gallery-strip figure:nth-child(1) img { object-position: 50% center; }
.gallery-strip figure:nth-child(2) img { object-position: 55% center; }
.gallery-strip figure:nth-child(3) img { object-position: 45% center; }

.giving { padding: 85px 0; background: var(--paper); }
.giving-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; min-height: 320px; padding: 62px 70px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(125deg, var(--plum-950), var(--purple-700) 58%, var(--magenta-600)); box-shadow: var(--shadow); }
.giving-panel::before { content: ""; position: absolute; width: 330px; height: 330px; right: 10%; top: -190px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 65px rgba(255,255,255,.028), 0 0 0 130px rgba(255,255,255,.018); }
.giving-glow { position: absolute; width: 270px; height: 270px; left: 48%; bottom: -180px; border-radius: 50%; background: rgba(233, 154, 199, .18); filter: blur(15px); }
.giving-copy { position: relative; z-index: 1; max-width: 690px; }
.giving-copy h2 { margin-bottom: 17px; color: #fff; }
.giving-copy h2 em { color: var(--gold-300); }
.giving-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.giving-actions { position: relative; z-index: 1; min-width: 190px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.giving-contact { color: rgba(255,255,255,.85); font-size: 11px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); }

.news { background: #fbf7fc; }
.section-heading-dark h2 { color: var(--plum-900); }
.section-heading-dark { grid-template-columns: 1fr auto; align-items: end; }
.news-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 45px; }
.news-card { overflow: hidden; border-radius: 27px; background: #fff; box-shadow: var(--shadow-soft); border: 1px solid var(--line); }
.news-image { position: relative; display: block; height: 350px; overflow: hidden; }
.news-image img { height: 100%; object-fit: cover; object-position: center 32%; transition: transform .5s ease; }
.news-image:hover img { transform: scale(1.025); }
.news-image span { position: absolute; left: 22px; top: 22px; padding: 8px 12px; border-radius: 999px; background: var(--gold-500); color: var(--plum-950); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.news-body { padding: 30px 32px 33px; }
.news-body time { display: block; color: var(--magenta-600); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; }
.news-body h3 { margin: 10px 0 12px; font-family: var(--serif); font-size: 28px; color: var(--plum-900); }
.news-body h3 a:hover { color: var(--magenta-600); }
.news-body p { color: var(--muted); font-size: 12.5px; }
.news-stack { display: grid; gap: 14px; }
.news-mini { display: grid; grid-template-columns: 82px 1fr; gap: 23px; align-items: center; min-height: 155px; padding: 22px 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.news-mini:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.news-mini-date { width: 72px; height: 96px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 16px; background: var(--lavender-100); color: var(--purple-700); text-align: center; }
.news-mini-date strong { font-family: var(--serif); font-size: 27px; line-height: 1; }
.news-mini-date span { margin-top: 7px; text-transform: uppercase; font-size: 8px; line-height: 1.3; letter-spacing: .08em; }
.news-mini p { margin: 0 0 4px; color: var(--magenta-600); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.news-mini h3 { margin: 0 0 8px; font-family: var(--serif); color: var(--plum-900); font-size: 19px; line-height: 1.25; }
.news-mini h3 a:hover { color: var(--magenta-600); }
.news-mini > div > a { color: var(--purple-700); font-size: 10px; font-weight: 700; }

.contact { position: relative; overflow: hidden; background: linear-gradient(140deg, var(--plum-950), var(--plum-800)); color: #fff; }
.contact::before { content: ""; position: absolute; width: 560px; height: 560px; left: -250px; top: -250px; border-radius: 50%; background: rgba(198,64,145,.09); border: 1px solid rgba(255,255,255,.08); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1fr; gap: 90px; align-items: center; }
.contact-copy h2 { color: #fff; }
.contact-copy h2 em { color: var(--pink-300); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); max-width: 510px; }
.contact-details { display: grid; gap: 12px; margin-top: 33px; }
.contact-details a { display: flex; align-items: center; gap: 14px; width: fit-content; }
.contact-details > a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--gold-300); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); }
.contact-details div { display: flex; flex-direction: column; }
.contact-details small { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.contact-details strong { color: #fff; margin-top: 1px; font-size: 12px; line-height: 1.5; }
.contact-form { padding: 40px; border-radius: 28px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(9,2,14,.24); }
.form-heading { margin-bottom: 22px; }
.form-heading span { display: block; color: var(--plum-900); font-family: var(--serif); font-size: 28px; font-weight: 700; }
.form-heading p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 14px; color: var(--plum-800); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(64, 35, 76, .15); border-radius: 12px; background: #fcf9fd; padding: 12px 13px; color: var(--ink); outline: none; text-transform: none; letter-spacing: normal; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--purple-500); background: #fff; box-shadow: 0 0 0 4px rgba(131,80,178,.1); }
.contact-form textarea { resize: vertical; min-height: 105px; }
.contact-form .button { width: 100%; margin-top: 4px; }
.form-note { margin: 11px 0 0; color: #8b808f; font-size: 9px; line-height: 1.45; text-align: center; }

.site-footer { background: #14071f; color: rgba(255,255,255,.68); }
.footer-top { min-height: 165px; display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 55px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand-footer .brand-logo { height: 86px; }
.footer-top > p { font-size: 11px; line-height: 1.7; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px; padding-top: 55px; padding-bottom: 55px; }
.footer-grid h3 { margin-bottom: 17px; color: #fff; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.footer-grid a, .footer-grid address { display: block; margin: 9px 0; color: rgba(255,255,255,.58); font-size: 10.5px; line-height: 1.6; font-style: normal; }
.footer-grid a:hover { color: var(--gold-300); }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.38); font-size: 8.5px; text-transform: uppercase; letter-spacing: .08em; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 500; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; background: rgba(40, 16, 61, .91); box-shadow: 0 10px 25px rgba(33,10,48,.24); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.8,.24,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .09s; }
.reveal-delay-2 { transition-delay: .18s; }
.reveal-delay-3 { transition-delay: .27s; }

@media (max-width: 1080px) {
  .primary-nav { gap: 19px; }
  .hero-grid { gap: 32px; }
  .photo-main { width: 78%; }
  .about-grid, .story-grid { gap: 55px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 920px) {
  .topbar-inner { justify-content: center; }
  .topbar-inner > a { display: none; }
  .site-header { backdrop-filter: blur(14px); }
  .nav-wrap { position: relative; }
  .brand-logo { height: 62px; }
  .menu-toggle { display: block; position: relative; z-index: 3; flex: 0 0 auto; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav {
    position: absolute; top: calc(100% - 1px); left: 14px; right: 14px; z-index: 2;
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    max-height: calc(100dvh - 104px); overflow-y: auto; overscroll-behavior: contain;
    padding: 14px 20px 22px;
    border: 1px solid rgba(242,217,148,.18); border-top: 0; border-radius: 0 0 24px 24px;
    background: linear-gradient(155deg, rgba(28,10,43,.995), rgba(79,37,119,.995));
    box-shadow: 0 28px 55px rgba(20,5,30,.34);
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translateY(-12px) scale(.985); transform-origin: top center;
    transition: opacity .22s ease, visibility .22s ease, transform .28s cubic-bezier(.22,.8,.24,1);
  }
  .primary-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
  .primary-nav > a:not(.nav-donate) { width: 100%; padding: 14px 4px; color: #fff; font-family: var(--serif); font-size: 25px; line-height: 1.15; border-bottom: 1px solid rgba(255,255,255,.11); }
  .primary-nav > a:not(.nav-donate)::after { display: none; }
  .primary-nav > a:not(.nav-donate):hover, .primary-nav > a:not(.nav-donate):focus-visible { color: var(--gold-300); }
  .nav-donate { justify-content: center; width: 100%; margin-top: 18px; padding: 14px 24px; }
  .hero { padding-top: 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { width: min(100%, 680px); margin-inline: auto; }
  .about-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-copy { max-width: 720px; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { gap: 30px; }
  .story-copy { max-width: 740px; }
  .story-visual { width: min(100%, 700px); margin-inline: auto; }
  .giving-panel { grid-template-columns: 1fr; gap: 30px; padding: 55px; }
  .giving-actions { align-items: flex-start; }
  .news-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr auto; padding: 35px 0; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; margin: 0; max-width: 650px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 84px 0; }
  .topbar { font-size: 9px; }
  .nav-wrap { min-height: 72px; }
  .brand-logo { height: 52px; }
  .primary-nav { left: 0; right: 0; padding: 12px 16px 18px; border-radius: 0 0 20px 20px; }
  .primary-nav > a:not(.nav-donate) { font-size: 22px; padding: 13px 3px; }
  h1 { font-size: clamp(44px, 14vw, 58px); }
  h2 { font-size: clamp(37px, 11vw, 48px); }
  .hero { min-height: auto; padding: 50px 0 100px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { justify-content: space-between; gap: 8px; }
  .hero-trust div { min-width: 0; }
  .hero-visual { min-height: 455px; }
  .photo-main { width: 85%; height: 405px; right: 0; border-radius: 80px 24px 80px 24px; }
  .photo-small-top { width: 135px; height: 165px; left: -5px; top: 35px; }
  .photo-small-bottom { width: 155px; height: 130px; left: 5px; bottom: 5px; }
  .hero-note { width: 235px; right: -3px; bottom: -8px; padding: 13px; }
  .impact-ribbon { padding: 11px 0; }
  .about-grid { gap: 55px; }
  .about-media { padding-left: 0; padding-bottom: 65px; }
  .about-photo { height: 450px; border-radius: 25px 80px 25px 25px; }
  .about-badge { right: 4px; width: min(92%, 315px); }
  .section-heading, .section-heading-dark { grid-template-columns: 1fr; align-items: start; margin-bottom: 38px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 290px; }
  .story-grid { gap: 50px; }
  .story-visual { min-height: 520px; }
  .story-visual img { height: 470px; }
  .story-visual::before { inset: 30px -10px -20px 25px; }
  .story-card { left: 8px; width: calc(100% - 20px); }
  .gallery-strip { height: 520px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
  .gallery-strip figure:nth-child(2) { grid-row: 1 / 3; grid-column: 2; }
  .giving-panel { padding: 45px 27px; border-radius: 28px; }
  .news-image { height: 280px; }
  .news-body { padding: 25px; }
  .news-mini { grid-template-columns: 64px 1fr; gap: 14px; padding: 18px; }
  .news-mini-date { width: 60px; height: 86px; }
  .contact-form { padding: 27px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; }
  .brand-footer .brand-logo { height: 78px; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .footer-top .button { width: fit-content; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding: 20px 0; }
}

@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; }
}
