:root {
  --ink: #17103f;
  --ink-deep: #0b0821;
  --purple: #4b2b86;
  --blue: #3f56af;
  --pink: #ec63c5;
  --pink-hot: #ee4d8b;
  --gold: #f4b51d;
  --teal: #0c9da0;
  --cream: #fffaf2;
  --paper: #f8f2e9;
  --white: #ffffff;
  --muted: #696276;
  --shadow: 0 24px 70px rgba(20, 12, 53, 0.18);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

img { display: block; width: 100%; }

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

.container { width: var(--container); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 6px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  min-height: 82px;
  padding: 12px max(24px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: var(--white);
  background: rgba(11, 8, 33, 0.88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  transition: min-height .25s ease, background .25s ease;
}

.site-header.scrolled {
  min-height: 70px;
  background: rgba(11, 8, 33, 0.97);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .18);
}

.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }

.brand-mark { width: 48px; height: 48px; color: var(--gold); }

.brand-mark svg { width: 100%; height: 100%; overflow: visible; }
.brand-mark path:first-child { fill: none; stroke: currentColor; stroke-width: 2.6; }
.brand-mark path:last-child { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.brand-copy { display: grid; line-height: 1; text-transform: uppercase; letter-spacing: .14em; }
.brand-copy strong { font-size: .92rem; }
.brand-copy span { margin-top: 5px; font-size: .66rem; letter-spacing: .44em; }
.brand-copy em {
  margin-top: 5px;
  color: var(--gold);
  font-family: "Caveat", cursive;
  font-size: .8rem;
  font-style: normal;
  letter-spacing: .05em;
  text-transform: none;
}

.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); }
.site-nav > a:not(.button) {
  position: relative;
  padding: 12px 0;
  font-family: "Oswald", sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: var(--gold);
  transition: right .2s ease;
}
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }

.nav-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 8px;
  font-family: "Oswald", sans-serif;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink-deep); background: var(--gold); box-shadow: 0 10px 28px rgba(244, 181, 29, .24); }
.button-gold:hover { background: #ffc631; box-shadow: 0 14px 34px rgba(244, 181, 29, .34); }
.button-small { min-height: 42px; padding: 9px 18px; }
.button-large { min-height: 56px; padding-inline: 30px; font-size: .93rem; }

.hero {
  position: relative;
  min-height: 760px;
  padding: 148px 0 100px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 28%, rgba(76, 55, 145, .54), transparent 29%),
    linear-gradient(112deg, #0b0821 0%, #17103f 51%, #11102f 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: radial-gradient(rgba(255,255,255,.65) .65px, transparent .65px);
  background-size: 12px 12px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(30px, 6vw, 88px); }
.hero-copy { padding-top: 8px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
  font-family: "Oswald", sans-serif;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow::after { content: ""; display: inline-block; width: 44px; height: 2px; background: currentColor; }
.eyebrow.gold { color: var(--gold); }
.eyebrow.teal { color: var(--teal); }
.eyebrow.pink { color: var(--pink-hot); }

h1, h2 { margin: 0; font-family: "Oswald", sans-serif; font-weight: 700; letter-spacing: -.035em; line-height: .98; text-transform: uppercase; }
h1 { max-width: 700px; font-size: clamp(4.15rem, 7.4vw, 7rem); }
h1 span { color: var(--gold); }
h2 { font-size: clamp(3.25rem, 6vw, 5.9rem); }
h2 span { color: var(--pink-hot); }

.hero-script {
  margin: 6px 0 12px;
  color: var(--pink);
  font-family: "Caveat", cursive;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 600;
  line-height: 1;
  transform: rotate(-2deg);
}

.hero-intro { max-width: 560px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.15rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-block: 10px; font-weight: 700; }
.text-link span { font-size: 1.35em; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.dark-link { margin-top: 10px; color: var(--purple); }

.hero-visual { position: relative; min-height: 535px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; background: var(--purple); box-shadow: var(--shadow); }
.hero-photo img { height: 100%; object-fit: cover; }
.hero-photo-main {
  z-index: 2;
  top: 0;
  right: 8%;
  width: min(80%, 490px);
  aspect-ratio: 4 / 5;
  border-radius: 49% 49% 18px 18px;
  border: 5px solid rgba(255,255,255,.9);
}
.hero-photo-main img { object-position: 50% 30%; }
.hero-photo-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(18,9,47,.25));
}
.hero-photo-small {
  z-index: 4;
  left: 1%;
  bottom: 28px;
  width: 40%;
  aspect-ratio: 4 / 3;
  border: 8px solid var(--white);
  transform: rotate(-5deg);
}
.hero-photo-small img { object-position: center 22%; }
.mother-love-note {
  position: absolute;
  z-index: 6;
  left: -2%;
  bottom: 4px;
  display: grid;
  padding: 10px 15px 11px;
  color: var(--white);
  background: var(--pink-hot);
  border-left: 5px solid var(--gold);
  box-shadow: 0 12px 32px rgba(0,0,0,.24);
  transform: rotate(-3deg);
}
.mother-love-note strong { font-family: "Caveat", cursive; font-size: 1.3rem; line-height: 1; }
.mother-love-note span { margin-top: 3px; font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }
.paint-swipe {
  position: absolute;
  z-index: 1;
  width: 86%;
  height: 185px;
  right: -5%;
  bottom: 30px;
  background: linear-gradient(100deg, var(--pink-hot), var(--pink));
  clip-path: polygon(0 19%, 9% 6%, 20% 13%, 38% 0, 61% 9%, 100% 4%, 95% 23%, 100% 36%, 91% 48%, 100% 64%, 90% 71%, 97% 91%, 67% 83%, 42% 100%, 20% 88%, 2% 98%, 7% 75%, 0 59%, 6% 40%);
  transform: rotate(-3deg);
}
.hand-heart {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: -8px;
  color: var(--gold);
  font-family: "Caveat", cursive;
  font-size: 6rem;
  line-height: 1;
  transform: rotate(12deg);
}
.hero-name-tag {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 10px;
  display: grid;
  padding: 13px 18px;
  color: var(--ink);
  background: var(--white);
  border-left: 6px solid var(--gold);
  box-shadow: 0 14px 40px rgba(0,0,0,.2);
  transform: rotate(2deg);
}
.hero-name-tag span, .hero-name-tag small { font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-name-tag strong { font-family: "Caveat", cursive; font-size: 1.45rem; line-height: 1.1; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .2; }
.hero-glow-one { width: 300px; height: 300px; left: 15%; top: 20%; background: var(--blue); }
.hero-glow-two { width: 260px; height: 260px; right: -80px; bottom: -40px; background: var(--pink); }
.hero-swoop {
  position: absolute;
  z-index: 3;
  left: -2%;
  right: -2%;
  bottom: -48px;
  height: 90px;
  background: var(--cream);
  border-radius: 50% 50% 0 0 / 65% 65% 0 0;
}

.impact-ribbon { position: relative; z-index: 4; padding: 30px 0 42px; background: var(--cream); }
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(33,19,76,.1);
  overflow: hidden;
}
.impact-stat { min-height: 132px; padding: 24px 25px; display: flex; align-items: center; gap: 16px; border-right: 1px solid #e6dfeb; }
.impact-stat:last-child { border-right: 0; }
.stat-icon { font-size: 2.15rem; line-height: 1; filter: saturate(.85); }
.impact-stat:nth-child(1) .stat-icon { color: var(--purple); }
.impact-stat:nth-child(2) .stat-icon { color: var(--teal); }
.impact-stat p { display: grid; margin: 0; line-height: 1.04; }
.impact-stat strong { font-family: "Oswald", sans-serif; font-size: 2.35rem; letter-spacing: -.03em; text-transform: uppercase; }
.impact-stat span:not(.stat-icon) { font-family: "Oswald", sans-serif; font-size: .88rem; font-weight: 700; text-transform: uppercase; }
.impact-stat small { margin-top: 5px; color: var(--muted); font-size: .72rem; }

.section { padding: 110px 0; }
.mission { position: relative; background: var(--paper); overflow: hidden; }
.mission::before, .mission::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border: 2px solid rgba(12,157,160,.1);
  border-radius: 50%;
}
.mission::before { top: 12%; left: -130px; }
.mission::after { right: -150px; bottom: 11%; }
.mission-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.mission-copy h2 span { display: inline-block; margin-top: 8px; padding: 2px 18px 8px; color: var(--white); background: var(--teal); transform: rotate(-2deg); }
.mission-text { max-width: 610px; margin-top: 34px; }
.mission-text p { margin: 0 0 16px; }
.mission-values { display: grid; gap: 22px; }
.mission-values article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; }
.value-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-size: 1.7rem;
  box-shadow: 0 10px 30px rgba(12,157,160,.2);
}
.mission-values h3 { margin: 0 0 2px; color: #087e82; font-family: "Oswald", sans-serif; font-size: 1.05rem; text-transform: uppercase; }
.mission-values p { margin: 0; color: var(--muted); font-size: .91rem; }
.mission-quote {
  position: relative;
  margin-top: 78px;
  min-height: 130px;
  padding: 30px clamp(36px, 8vw, 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: var(--ink);
  text-align: center;
  background: var(--gold);
  clip-path: polygon(0 13%, 6% 4%, 17% 10%, 35% 1%, 54% 9%, 72% 3%, 89% 9%, 100% 0, 97% 26%, 100% 44%, 97% 67%, 100% 94%, 81% 89%, 63% 100%, 42% 91%, 18% 99%, 0 89%, 3% 66%, 0 44%);
}
.mission-quote p { margin: 0; font-family: "Caveat", cursive; font-size: clamp(1.65rem, 3vw, 2.45rem); font-weight: 700; line-height: 1.15; }
.mission-quote span { font-size: 3.1rem; transform: rotate(10deg); }

.about { padding-bottom: 0; background: var(--cream); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.about-copy h2 { font-size: clamp(3.4rem, 5.5vw, 5.5rem); }
.about-copy h2 span { color: var(--ink); }
.about-copy p { max-width: 500px; color: #554e61; }
.photo-collage { position: relative; min-height: 640px; }
.collage-brush {
  position: absolute;
  z-index: 0;
  top: 10%;
  left: 2%;
  width: 95%;
  height: 68%;
  background: var(--ink);
  clip-path: polygon(0 8%, 17% 0, 36% 5%, 59% 0, 81% 6%, 100% 2%, 96% 19%, 100% 38%, 94% 55%, 100% 75%, 91% 96%, 69% 91%, 50% 100%, 29% 94%, 8% 100%, 2% 82%, 6% 61%, 0 43%, 5% 27%);
  transform: rotate(-2deg);
}
.polaroid { position: absolute; z-index: 1; margin: 0; padding: 10px 10px 28px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.polaroid::before { content: ""; position: absolute; inset: 10px 10px 28px; background: var(--photo) center / cover no-repeat; filter: blur(14px) brightness(.55); transform: scale(1.08); }
.polaroid img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.polaroid-main { z-index: 2; top: 2%; left: 25%; width: 52%; height: 560px; transform: rotate(1deg); }
.polaroid-top { top: 9%; right: -3%; width: 29%; height: 240px; transform: rotate(7deg); }
.polaroid-bottom { z-index: 3; left: 2%; bottom: 4%; width: 33%; height: 258px; transform: rotate(-7deg); }
.collage-heart { position: absolute; z-index: 5; right: 3%; bottom: 9%; color: var(--pink-hot); font-size: 6rem; line-height: 1; transform: rotate(12deg); }
.about-quote { margin-top: 30px; padding: 36px 0 42px; color: var(--white); background: var(--pink-hot); transform: rotate(-1deg) scale(1.02); }
.about-quote .container { display: flex; align-items: center; justify-content: center; gap: 26px; }
.about-quote p { margin: 0; font-family: "Caveat", cursive; font-size: clamp(1.7rem, 3vw, 2.55rem); font-weight: 600; text-align: center; }
.about-quote span { font-size: 3rem; }

.work { background: #fffdf9; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { font-size: clamp(3.5rem, 5.5vw, 5.7rem); }
.section-heading h2 span { color: var(--purple); font-family: "Caveat", cursive; text-transform: none; }
.section-heading > p { max-width: 500px; color: var(--muted); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 310px 330px; gap: 18px; }
.program-card { position: relative; min-height: 300px; color: var(--white); border-radius: 14px; overflow: hidden; background: var(--ink); }
.program-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(11,8,33,.9)); }
.program-card img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.program-card:hover img { transform: scale(1.05); }
.program-large { grid-row: 1 / 3; }
.program-wide { grid-column: 2 / 4; }
.program-card:first-child img { object-position: 46% center; }
.program-card:nth-child(2) img { object-position: center 32%; }
.program-card:nth-child(3) img { object-position: center 55%; }
.card-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 28px; }
.card-content span { color: var(--gold); font-family: "Oswald", sans-serif; font-size: .75rem; letter-spacing: .11em; text-transform: uppercase; }
.card-content h3 { margin: 7px 0 5px; font-family: "Oswald", sans-serif; font-size: 1.6rem; line-height: 1.05; text-transform: uppercase; }
.card-content p { max-width: 440px; margin: 0; color: rgba(255,255,255,.82); font-size: .88rem; }

.village { background: var(--paper); }
.village-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.village-image { position: relative; }
.village-image::before { content: ""; position: absolute; z-index: 0; inset: -22px 26px 24px -24px; background: var(--teal); clip-path: polygon(2% 8%, 31% 1%, 52% 7%, 78% 0, 100% 11%, 96% 35%, 100% 58%, 94% 81%, 99% 100%, 68% 93%, 42% 100%, 18% 92%, 0 97%, 5% 70%, 0 47%); transform: rotate(-2deg); }
.village-image img { position: relative; z-index: 1; height: 470px; object-fit: cover; object-position: center 36%; border: 8px solid var(--white); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.village-stamp { position: absolute; z-index: 3; right: -22px; bottom: -26px; width: 135px; aspect-ratio: 1; display: grid; place-items: center; color: var(--white); background: var(--pink-hot); border: 4px solid var(--white); border-radius: 50%; font-family: "Caveat", cursive; font-size: 1.7rem; font-weight: 700; line-height: 1; text-align: center; transform: rotate(9deg); box-shadow: 0 12px 30px rgba(30,15,65,.18); }
.village-copy h2 span { color: var(--teal); font-family: "Caveat", cursive; text-transform: none; }
.village-copy > p { max-width: 500px; color: #514a59; }
.village-copy blockquote { margin: 28px 0 0; color: var(--purple); font-family: "Caveat", cursive; font-size: 2.35rem; font-weight: 700; }

.donate-section { position: relative; padding: 105px 0; color: var(--white); background: var(--ink-deep); overflow: hidden; }
.donate-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image: linear-gradient(45deg, var(--white) 1px, transparent 1px), linear-gradient(-45deg, var(--white) 1px, transparent 1px);
  background-size: 44px 44px;
}
.donate-grid { position: relative; display: grid; grid-template-columns: 1fr .58fr .72fr; align-items: center; gap: 50px; }
.donate-copy h2 { font-size: clamp(3.6rem, 5.6vw, 5.9rem); }
.donate-copy h2 span { color: var(--gold); font-family: "Caveat", cursive; text-transform: none; }
.donate-copy > p:not(.eyebrow):not(.cash-tag) { max-width: 580px; color: rgba(255,255,255,.76); }
.cash-tag { margin: 18px 0 0; font-size: .86rem; }
.cash-tag strong { color: var(--gold); }
.qr-card { padding: 18px 20px 22px; color: var(--ink); background: var(--white); border-radius: 16px; text-align: center; box-shadow: 0 25px 60px rgba(0,0,0,.26); transform: rotate(-1.5deg); }
.qr-label { margin-bottom: 12px; font-family: "Oswald", sans-serif; font-size: 1.1rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.qr-frame { position: relative; padding: 10px; border: 3px solid var(--gold); border-radius: 10px; }
.qr-frame img { image-rendering: pixelated; }
.qr-heart { position: absolute; left: 50%; top: 50%; width: 34px; height: 34px; display: grid; place-items: center; color: var(--pink-hot); background: var(--white); border-radius: 8px; font-size: 1.2rem; transform: translate(-50%, -50%); }
.qr-card p { margin: 14px 8px 0; color: var(--muted); font-size: .77rem; }
.donate-photo-stack { position: relative; min-height: 440px; }
.donate-photo-stack img { position: absolute; width: 78%; height: 300px; object-fit: cover; border: 8px solid var(--white); box-shadow: var(--shadow); }
.donate-photo-stack img:first-child { top: 2%; left: 4%; object-position: center 30%; transform: rotate(5deg); }
.donate-photo-stack img:last-child { right: -5%; bottom: 0; object-position: center 33%; transform: rotate(-5deg); }

.site-footer { padding: 64px 0 20px; color: rgba(255,255,255,.76); background: #070518; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .5fr .8fr; gap: 70px; }
.footer-brand .brand { color: var(--white); }
.footer-brand > p { max-width: 400px; margin: 24px 0 0; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links h3, .footer-contact h3 { margin: 0 0 8px; color: var(--gold); font-family: "Oswald", sans-serif; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover, .footer-contact a:hover { color: var(--white); }
.footer-location { position: relative; padding-left: 17px; font-size: .88rem; line-height: 1.35; }
.footer-location::before { content: "⌖"; position: absolute; left: 0; color: var(--teal-bright); }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.social-links a { padding: 6px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--white); font-size: .76rem; font-weight: 700; }
.social-links a:hover { border-color: var(--gold); background: rgba(255,191,0,.12); }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom span { color: var(--pink); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1020px) {
  .site-header { padding-inline: 20px; }
  .site-nav { gap: 19px; }
  .site-nav > a:not(.button) { font-size: .72rem; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .hero-photo-main { right: 0; width: 86%; }
  .impact-stat { padding-inline: 16px; }
  .stat-icon { font-size: 1.7rem; }
  .donate-grid { grid-template-columns: 1.05fr .6fr; }
  .donate-photo-stack { display: none; }
}

@media (max-width: 840px) {
  :root { --container: min(100% - 32px, 680px); }
  .site-header { min-height: 72px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: .8rem; }
  .brand-copy span { font-size: .58rem; }
  .nav-toggle {
    position: relative;
    z-index: 3;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: grid;
    align-content: center;
    gap: 5px;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 8px;
  }
  .nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100dvh;
    padding: 110px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    color: var(--white);
    background: rgba(11,8,33,.99);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .25s ease;
  }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 12px; font-size: 1.55rem; text-align: center; }
  .site-nav .button { width: min(280px, 100%); margin: 18px auto 0; }
  .hero { padding-top: 120px; }
  .hero-grid, .mission-grid, .about-grid, .village-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { width: min(560px, 100%); margin-inline: auto; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .impact-stat:nth-child(2) { border-right: 0; }
  .impact-stat:nth-child(-n+2) { border-bottom: 1px solid #e6dfeb; }
  .mission-grid { gap: 65px; }
  .about-copy { text-align: center; }
  .about-copy .eyebrow { justify-content: center; }
  .about-copy p { margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .program-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 450px 310px 340px; }
  .program-large { grid-column: 1 / 3; grid-row: auto; }
  .program-wide { grid-column: 1 / 3; }
  .village-copy { padding-top: 30px; }
  .donate-grid { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 28px); }
  .site-header { padding-inline: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: .72rem; }
  .brand-copy span { font-size: .52rem; }
  .brand-copy em { font-size: .68rem; }
  .hero { min-height: auto; padding: 112px 0 85px; }
  .hero-swoop { left: 0; right: 0; }
  .hero-copy h1 { font-size: clamp(3.7rem, 19vw, 5rem); }
  .hero-actions { flex-direction: column; gap: 8px; }
  .hero-visual { min-height: 455px; margin-top: 25px; }
  .hero-photo-main { right: 4%; width: 88%; height: 410px; aspect-ratio: auto; }
  .hero-photo-small { bottom: 0; width: 43%; }
  .hero-name-tag { right: 1%; bottom: -12px; }
  .hand-heart { right: -12px; font-size: 4.5rem; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-stat { min-height: 104px; border-right: 0; border-bottom: 1px solid #e6dfeb; }
  .impact-stat:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  h2 { font-size: clamp(3rem, 15vw, 4.25rem); }
  .mission-quote { min-height: 180px; padding-inline: 30px; }
  .mission-quote span { display: none; }
  .photo-collage { min-height: 510px; }
  .polaroid-main { left: 17%; width: 65%; height: 440px; }
  .polaroid-top { top: 4%; width: 33%; height: 190px; }
  .polaroid-bottom { width: 36%; height: 205px; }
  .program-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 360px); }
  .program-large, .program-wide { grid-column: auto; }
  .village-image img { height: 360px; }
  .village-stamp { right: -5px; width: 110px; font-size: 1.45rem; }
  .donate-section { padding: 82px 0; }
  .donate-grid { grid-template-columns: 1fr; }
  .donate-copy { text-align: center; }
  .donate-copy .eyebrow { justify-content: center; }
  .qr-card { width: min(290px, 86%); margin: 20px auto 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

/* Multi-page layouts */
.site-nav a.active:not(.button) { color: var(--gold); }
.site-nav a.active.button { outline: 2px solid var(--white); outline-offset: 3px; }
.button-outline { color: var(--purple); background: transparent; border: 2px solid var(--purple); box-shadow: none; }
.button-outline:hover { color: var(--white); background: var(--purple); }

.photo-carousel-section { padding: 82px 0 105px; background: var(--cream); overflow: hidden; }
.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.carousel-heading h2 { font-size: clamp(3.25rem, 5.4vw, 5.4rem); }
.carousel-heading h2 span { color: var(--pink-hot); font-family: "Caveat", cursive; text-transform: none; }
.carousel-controls { display: flex; gap: 10px; padding-bottom: 8px; }
.carousel-controls button { width: 52px; height: 52px; color: var(--white); background: var(--ink); border: 0; border-radius: 50%; font-size: 1.35rem; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.carousel-controls button:hover { background: var(--pink-hot); transform: translateY(-2px); }
.carousel-viewport { width: 100%; padding-left: max(20px, calc((100vw - 1180px) / 2)); overflow: hidden; }
.carousel-track { display: flex; gap: 22px; width: max-content; transition: transform .65s cubic-bezier(.22,.75,.2,1); will-change: transform; }
.carousel-slide { position: relative; flex: 0 0 min(380px, calc(33.333vw - 24px)); height: 330px; margin: 0; overflow: hidden; background-color: var(--ink); background-position: center; background-size: cover; border: 8px solid var(--white); border-radius: 12px; box-shadow: 0 18px 45px rgba(30,18,69,.14); }
.carousel-slide::before { content: ""; position: absolute; inset: -18px; background: inherit; filter: blur(16px) brightness(.58); transform: scale(1.08); }
.carousel-slide:nth-child(even) { transform: rotate(1.4deg); }
.carousel-slide:nth-child(odd) { transform: rotate(-1deg); }
.carousel-slide img { position: relative; z-index: 1; height: 100%; object-fit: contain; object-position: center; }

.home-story { background: var(--paper); }
.home-story-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.home-story-photo { position: relative; padding: 10px; background: var(--white); box-shadow: var(--shadow); transform: rotate(-2deg); }
.home-story-photo::before { content: ""; position: absolute; z-index: -1; inset: -24px 35px 25px -26px; background: var(--pink-hot); clip-path: polygon(0 9%, 18% 0, 43% 7%, 68% 1%, 100% 8%, 94% 32%, 100% 59%, 93% 82%, 98% 100%, 68% 94%, 41% 100%, 15% 92%, 2% 98%, 5% 66%); }
.home-story-photo img { height: 520px; object-fit: cover; object-position: center 28%; }
.home-story-photo > span { position: absolute; right: -20px; bottom: -35px; color: var(--gold); font-size: 6rem; transform: rotate(12deg); }
.home-story-copy h2 span, .home-mission h2 span, .home-cta h2 span, .page-cta h2 span { font-family: "Caveat", cursive; text-transform: none; }
.home-story-copy p { max-width: 520px; color: var(--muted); }
.home-story-copy .button { margin-top: 15px; }
.home-mission { padding: 100px 0; background: var(--white); }
.home-mission-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.home-mission h2 span { color: var(--teal); }
.home-mission-copy { padding-bottom: 6px; }
.home-mission-copy p { max-width: 520px; color: var(--muted); font-size: 1.08rem; }
.home-cta, .page-cta { padding: 90px 0; color: var(--white); background: var(--ink); }
.home-cta-inner, .page-cta-inner { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: center; }
.home-cta h2, .page-cta h2 { font-size: clamp(3.2rem, 5vw, 5.2rem); }
.home-cta h2 span, .page-cta h2 span { color: var(--gold); }
.home-cta-inner > div:last-child p, .page-cta-inner > div:last-child p { color: rgba(255,255,255,.76); }

.inner-hero { position: relative; min-height: 650px; padding: 145px 0 80px; color: var(--white); background: var(--ink); overflow: hidden; }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.7) .7px, transparent .7px); background-size: 13px 13px; }
.inner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.inner-hero h1, .donate-page h1 { margin: 0; font-family: "Oswald", sans-serif; font-size: clamp(4rem, 7vw, 7rem); line-height: .94; letter-spacing: -.04em; text-transform: uppercase; }
.inner-hero h1 span, .donate-page h1 span { color: var(--gold); font-family: "Caveat", cursive; text-transform: none; }
.inner-hero-impact h1 span { color: var(--pink); }
.inner-hero > .container > div > p:last-child { max-width: 560px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.inner-hero-art { position: relative; width: min(530px, 100%); justify-self: end; }
.inner-hero-art::before { content: ""; position: absolute; inset: 30px -28px -24px 32px; background: var(--teal); clip-path: polygon(0 5%, 23% 0, 50% 6%, 77% 0, 100% 9%, 95% 30%, 100% 55%, 94% 81%, 99% 100%, 72% 94%, 43% 100%, 17% 94%, 2% 100%, 6% 68%); transform: rotate(2deg); }
.inner-hero-about .inner-hero-art::before { background: var(--pink-hot); }
.inner-hero-impact .inner-hero-art::before { background: var(--gold); }
.inner-hero-art img { position: relative; height: 430px; object-fit: cover; object-position: center 28%; border: 8px solid var(--white); box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.inner-hero-impact .inner-hero-art img { object-position: center 35%; }
.art-heart { position: absolute; z-index: 3; right: -30px; top: -38px; color: var(--gold); font-size: 6rem; transform: rotate(13deg); }
.inner-hero-about .art-heart { color: var(--pink); }

.mission-statement { background: var(--cream); }
.statement-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 120px); align-items: start; }
.statement-grid h2, .center-heading h2 { font-size: clamp(3.3rem, 5.4vw, 5.4rem); }
.statement-grid h2 span, .center-heading h2 span { font-family: "Caveat", cursive; text-transform: none; }
.statement-copy { color: var(--muted); font-size: 1.05rem; }
.statement-copy p:first-child { margin-top: 0; color: var(--ink); font-size: 1.18rem; font-weight: 600; }
.center-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.values-page { background: var(--paper); }
.values-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { padding: 32px 26px; background: var(--white); border-radius: 14px; box-shadow: 0 14px 45px rgba(28,15,65,.08); }
.value-card > span { width: 55px; height: 55px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-size: 1.55rem; }
.value-card h3 { margin: 20px 0 6px; font-family: "Oswald", sans-serif; font-size: 1.12rem; text-transform: uppercase; }
.value-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.page-impact-ribbon { padding-top: 45px; }
.impact-work { padding-top: 90px; }

.about-page-story { background: var(--cream); }
.memorial-dates { margin-top: 28px !important; color: var(--purple) !important; font-family: "Oswald", sans-serif; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.village-band { padding: 100px 0; background: var(--paper); }
.village-band-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.village-band img { height: 430px; object-fit: cover; object-position: center 25%; border: 8px solid var(--white); box-shadow: var(--shadow); transform: rotate(-2deg); }
.village-band h2 span { color: var(--teal); font-family: "Caveat", cursive; text-transform: none; }
.village-band p:last-child { color: var(--muted); }

.donate-page { min-height: 760px; padding-top: 150px; }
.donate-page .donate-copy h1 { font-size: clamp(4rem, 6.4vw, 6.7rem); }
.giving-purpose { padding: 100px 0; background: var(--cream); }
.giving-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.giving-grid article { padding: 28px; text-align: center; background: var(--white); border-radius: 14px; box-shadow: 0 14px 45px rgba(28,15,65,.08); }
.giving-grid span { font-size: 2rem; }
.giving-grid h3 { margin: 12px 0 2px; font-family: "Oswald", sans-serif; text-transform: uppercase; }
.giving-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-strip { padding: 28px 0; color: var(--white); background: var(--teal); }
.contact-strip-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px 42px; }
.contact-strip p { margin: 0; font-family: "Oswald", sans-serif; font-size: 1.2rem; text-transform: uppercase; }
.contact-strip a { font-weight: 700; }
.contact-location { position: relative; padding-left: 18px; font-weight: 650; }
.contact-location::before { content: "⌖"; position: absolute; left: 0; color: var(--gold); }

@media (max-width: 840px) {
  .carousel-slide { flex-basis: calc(50vw - 27px); }
  .home-story-grid, .home-mission-grid, .home-cta-inner, .page-cta-inner, .inner-hero-grid, .statement-grid, .village-band-inner { grid-template-columns: 1fr; }
  .home-story-photo { width: min(560px, 92%); margin: 0 auto; }
  .home-mission-grid, .home-cta-inner, .page-cta-inner { gap: 35px; }
  .inner-hero { padding-top: 120px; }
  .inner-hero-grid { text-align: center; }
  .inner-hero-grid .eyebrow { justify-content: center; }
  .inner-hero-art { width: min(520px, 90%); margin: 25px auto 0; justify-self: center; }
  .values-card-grid, .giving-grid { grid-template-columns: 1fr 1fr; }
  .statement-grid { gap: 35px; }
  .village-band-inner { gap: 55px; }
  .village-band-inner > div { text-align: center; }
  .village-band-inner .eyebrow { justify-content: center; }
}

@media (max-width: 600px) {
  .photo-carousel-section { padding: 68px 0 78px; }
  .carousel-heading { align-items: center; }
  .carousel-heading h2 { font-size: 3.25rem; }
  .carousel-controls button { width: 44px; height: 44px; }
  .carousel-viewport { padding-left: 22px; }
  .carousel-slide { flex-basis: calc(100vw - 44px); height: 330px; }
  .home-story-photo img { height: 390px; }
  .home-mission, .home-cta, .page-cta, .village-band, .giving-purpose { padding: 76px 0; }
  .home-story-copy, .home-mission-grid, .home-cta-inner, .page-cta-inner { text-align: center; }
  .home-story-copy .eyebrow, .home-mission-grid .eyebrow, .home-cta-inner .eyebrow, .page-cta-inner .eyebrow { justify-content: center; }
  .inner-hero { min-height: auto; }
  .inner-hero h1, .donate-page h1 { font-size: clamp(3.75rem, 17vw, 5rem); }
  .inner-hero-art img { height: 370px; }
  .values-card-grid, .giving-grid { grid-template-columns: 1fr; }
  .value-card { text-align: center; }
  .value-card > span { margin-inline: auto; }
  .donate-page { padding-top: 120px; }
  .contact-strip-inner { flex-direction: column; gap: 8px; text-align: center; }
}

/* Tighter spacing and softly faded memorial imagery */
.hero { min-height: 700px; padding-bottom: 72px; }
.impact-ribbon { padding-top: 18px; padding-bottom: 28px; }
.photo-carousel-section {
  padding-top: 48px;
  padding-bottom: 72px;
  background:
    linear-gradient(90deg, rgba(255,250,242,.96) 0%, rgba(255,250,242,.88) 54%, rgba(255,250,242,.94) 100%),
    url("assets/cartez-gray-portrait.jpeg") 78% 34% / cover no-repeat;
}
.carousel-heading { margin-bottom: 24px; }
.section { padding-top: 82px; padding-bottom: 82px; }
.home-story { padding-top: 78px; padding-bottom: 78px; }
.home-mission {
  position: relative;
  padding-top: 68px;
  padding-bottom: 68px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 58%, rgba(255,255,255,.82) 100%),
    url("assets/cartez-blue-portrait.jpeg") right 30% / auto 165% no-repeat;
}
.home-cta, .page-cta {
  padding-top: 64px;
  padding-bottom: 64px;
  background:
    linear-gradient(rgba(23,16,63,.9), rgba(11,8,33,.95)),
    url("assets/cartez-joy.jpeg") center 30% / cover no-repeat;
}
.inner-hero { min-height: 560px; padding-top: 125px; padding-bottom: 58px; }
.inner-hero-art img { height: 390px; }
.mission-quote { margin-top: 52px; }
.values-page, .mission-statement, .impact-work, .about-page-story, .village-band, .giving-purpose { padding-top: 78px; padding-bottom: 78px; }
.center-heading { margin-bottom: 36px; }
.donate-page { min-height: 680px; padding-top: 125px; padding-bottom: 60px; }
.site-footer { padding-top: 48px; }
.footer-bottom { margin-top: 34px; }

@media (max-width: 840px) {
  .hero { padding-bottom: 66px; }
  .section, .home-story, .values-page, .mission-statement, .impact-work, .about-page-story, .village-band, .giving-purpose { padding-top: 68px; padding-bottom: 68px; }
  .home-mission { padding-top: 60px; padding-bottom: 60px; background-size: auto 120%; }
  .inner-hero { min-height: auto; padding-top: 112px; padding-bottom: 60px; }
}

@media (max-width: 600px) {
  .hero { padding-bottom: 58px; }
  .impact-ribbon { padding-top: 10px; padding-bottom: 18px; }
  .photo-carousel-section { padding-top: 42px; padding-bottom: 58px; background-position: 68% center; }
  .section, .home-story, .values-page, .mission-statement, .impact-work, .about-page-story, .village-band, .giving-purpose { padding-top: 58px; padding-bottom: 58px; }
  .home-mission, .home-cta, .page-cta { padding-top: 52px; padding-bottom: 52px; }
  .home-mission { background-size: auto 95%; }
  .inner-hero { padding-top: 102px; padding-bottom: 52px; }
  .donate-page { padding-top: 104px; padding-bottom: 52px; }
  .hero-visual { min-height: 610px; }
  .hero-photo-small { left: 1%; bottom: 150px; width: 48%; }
  .mother-love-note { left: 0; bottom: 74px; }
  .hero-name-tag { right: 1%; bottom: 0; }
}
