:root {
  --ink: #071625;
  --ink-2: #123250;
  --muted: #627289;
  --paper: #f7fbff;
  --paper-warm: #fff7ec;
  --white: #ffffff;
  --blue: #006fea;
  --blue-2: #09a8ff;
  --orange: #ff8a1c;
  --orange-2: #ffc247;
  --red: #ff4d5f;
  --green: #22c59b;
  --line: rgba(7, 22, 37, 0.12);
  --shadow: 0 24px 80px rgba(7, 22, 37, 0.18);
  --radius: 8px;
  --gradient: linear-gradient(135deg, #006fea 0%, #09a8ff 42%, #ff8a1c 100%);
  --stage-gradient: radial-gradient(circle at 20% 18%, rgba(255, 138, 28, 0.9), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(9, 168, 255, 0.88), transparent 35%),
    linear-gradient(135deg, #071625, #123250 54%, #ff8a1c);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 0 0, rgba(255, 138, 28, 0.11), transparent 32rem),
    radial-gradient(circle at 100% 10%, rgba(9, 168, 255, 0.13), transparent 34rem),
    linear-gradient(180deg, var(--paper) 0%, var(--white) 44%, var(--paper-warm) 100%);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.motion-off *,
body.motion-off *::before,
body.motion-off *::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}

body.gradient-stage {
  --gradient: linear-gradient(135deg, #1028ff 0%, #00d5ff 35%, #ff4d5f 68%, #ffc247 100%);
}

body.gradient-sunset {
  --gradient: linear-gradient(135deg, #0b5bd3 0%, #00b7ff 28%, #ff8a1c 58%, #ff4d5f 100%);
}

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

button,
input,
textarea,
select {
  font: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

.cursor-glow {
  position: fixed;
  z-index: -1;
  inset: auto;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(9, 168, 255, 0.2), transparent 62%);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 28px));
  min-height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: var(--radius);
  padding: 10px 12px 10px 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(7, 22, 37, 0.16);
  backdrop-filter: blur(20px);
}

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

.brand-mark {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--gradient);
  color: var(--white);
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 14px 32px rgba(0, 111, 234, 0.28);
}

.logo-mark {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(7, 22, 37, 0.16));
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.brand small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav a {
  border-radius: var(--radius);
  padding: 10px 11px;
  color: var(--ink-2);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a:hover {
  background: rgba(0, 111, 234, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

select,
input,
textarea {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  outline: none;
}

select {
  min-height: 44px;
  padding: 0 12px;
  font-weight: 800;
}

.translate-widget {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.goog-te-banner-frame,
.goog-te-gadget-icon,
.goog-te-balloon-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

input,
textarea {
  width: 100%;
  padding: 13px 14px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(0, 111, 234, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 111, 234, 0.1);
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: var(--radius);
  background: rgba(0, 111, 234, 0.1);
  color: var(--ink);
  padding: 11px 13px;
  font-weight: 900;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: var(--radius);
  padding: 11px 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gradient);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(0, 111, 234, 0.28);
}

.header-donate {
  min-height: 46px;
  border-radius: 999px;
  padding: 10px 15px;
  background: linear-gradient(135deg, var(--orange), var(--blue));
  box-shadow: 0 12px 28px rgba(255, 138, 28, 0.2), 0 10px 26px rgba(0, 111, 234, 0.18);
  white-space: nowrap;
}

.header-donate:hover {
  filter: saturate(1.08);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.button-light {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.button-large {
  min-height: 54px;
  padding: 14px 20px;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.55fr);
  align-items: center;
  gap: 44px;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 110px;
  color: var(--white);
}

.hero-video,
.hero-tint {
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.hero-tint {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(7, 22, 37, 0.9), rgba(7, 22, 37, 0.62) 52%, rgba(7, 22, 37, 0.44)),
    radial-gradient(circle at 75% 45%, rgba(255, 138, 28, 0.34), transparent 24rem),
    radial-gradient(circle at 15% 84%, rgba(9, 168, 255, 0.34), transparent 28rem);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -12vw;
  bottom: -22vw;
  width: 62vw;
  height: 62vw;
  border-radius: 50%;
  border: 7vw solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 80px rgba(255, 138, 28, 0.2), 0 0 120px rgba(9, 168, 255, 0.18);
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.orbit::before {
  content: "";
  position: absolute;
  top: 18%;
  left: 8%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange-2);
  box-shadow: 0 0 30px var(--orange-2);
}

.orbit-one {
  width: 360px;
  height: 360px;
  right: 12%;
  top: 20%;
  animation: spin 18s linear infinite;
}

.orbit-two {
  width: 560px;
  height: 560px;
  left: -160px;
  bottom: -180px;
  animation: spin 28s linear infinite reverse;
}

.hero-content {
  max-width: 810px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd681;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

h1,
h2 {
  font-family: "Space Grotesk", "Inter", sans-serif;
}

h1 {
  font-size: clamp(3.5rem, 8vw, 7.6rem);
}

h2 {
  font-size: clamp(2.35rem, 4.7vw, 4.8rem);
}

h3 {
  font-size: 1.25rem;
}

.hero-copy {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
  margin-top: 18px;
}

.hero-proof-strip span {
  display: grid;
  gap: 4px;
  min-height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    rgba(7, 22, 37, 0.26);
  backdrop-filter: blur(16px);
}

.hero-proof-strip strong {
  color: #ffd681;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.hero-proof-strip small {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.hero-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats span {
  display: grid;
  gap: 2px;
  padding: 16px 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats span:last-child {
  border-right: 0;
}

.hero-stats strong {
  font-size: 1.2rem;
  font-weight: 900;
}

.hero-stats small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.marquee div {
  width: max-content;
  padding: 14px 0;
  animation: marquee 26s linear infinite;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0;
}

section[id] {
  scroll-margin-top: 112px;
}

.section-kicker {
  max-width: 860px;
}

.section-kicker.centered {
  margin-inline: auto;
  text-align: center;
}

.section-kicker p:not(.eyebrow),
.vision-copy p,
.master-section .section-kicker p:not(.eyebrow) {
  max-width: 740px;
  color: var(--muted);
  font-size: 1.05rem;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
  gap: 48px;
  align-items: center;
  margin-top: 34px;
}

.story-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.quote-card {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  border-radius: var(--radius);
  padding: 24px;
  background: var(--stage-gradient);
  color: var(--white);
  box-shadow: var(--shadow);
}

.quote-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -80% 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(-18deg);
}

.quote-card span,
.quote-card strong {
  position: relative;
  z-index: 1;
  display: block;
}

.quote-card span {
  margin-bottom: 8px;
  color: #ffd681;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-card strong {
  font-size: 1.35rem;
  line-height: 1.16;
}

.story-collage {
  position: relative;
  min-height: 560px;
}

.story-collage img {
  position: absolute;
  width: 74%;
  height: 360px;
  object-fit: cover;
  border: 8px solid var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.collage-a {
  top: 0;
  right: 0;
}

.collage-b {
  bottom: 0;
  left: 0;
}

.floating-note {
  position: absolute;
  right: 18px;
  bottom: 110px;
  display: grid;
  gap: 4px;
  border-radius: var(--radius);
  padding: 14px 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.floating-note span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.program-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 138, 28, 0.12), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.9));
  box-shadow: 0 18px 45px rgba(7, 22, 37, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.program-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--gradient);
}

.program-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(0, 111, 234, 0.1);
  color: var(--blue);
  font-weight: 900;
}

.program-icon svg,
.impact-icon svg,
.payment-card span svg,
.next-step-card span svg,
.footer-panels article span svg,
.need-icon svg,
.video-play-icon svg {
  width: 24px;
  height: 24px;
}

.program-card h3 {
  margin-top: 54px;
}

.program-card p {
  color: var(--muted);
}

.donor-impact-section {
  padding-top: 70px;
}

.donor-impact-section .section-kicker p:not(.eyebrow) {
  max-width: 760px;
  margin-inline: auto;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.impact-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 111, 234, 0.1), transparent 11rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 236, 0.86)),
    var(--white);
  box-shadow: 0 18px 45px rgba(7, 22, 37, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.impact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--gradient);
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.impact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(0, 111, 234, 0.1);
  color: var(--blue);
  font-weight: 900;
}

.impact-card h3 {
  margin-top: 54px;
}

.impact-card p {
  color: var(--muted);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.proof-strip span {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(7, 22, 37, 0.1);
  border-radius: var(--radius);
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(0, 111, 234, 0.08), rgba(255, 138, 28, 0.12)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(7, 22, 37, 0.08);
}

.proof-strip strong {
  color: var(--ink);
  font-size: 1rem;
}

.proof-strip small {
  color: var(--muted);
  font-weight: 760;
}

.vision-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 48px;
}

.vision-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.vision-media img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.motion-ribbon {
  position: absolute;
  left: -10%;
  bottom: 54px;
  width: 120%;
  padding: 14px;
  background: var(--gradient);
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.benefits-list span {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px;
  background: var(--white);
  color: var(--ink-2);
  font-weight: 900;
}

.fundraising-section {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 16% 12%, rgba(0, 111, 234, 0.13), transparent 24rem),
    radial-gradient(circle at 88% 12%, rgba(255, 138, 28, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(0, 111, 234, 0.08), rgba(255, 138, 28, 0.12));
}

.fundraising-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 26px;
  margin-top: 34px;
}

.needs-board {
  border-radius: var(--radius);
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 138, 28, 0.22), transparent 14rem),
    linear-gradient(145deg, var(--ink), var(--ink-2));
  color: var(--white);
  box-shadow: var(--shadow);
}

.needs-board h3 {
  margin-bottom: 18px;
}

.needs-list {
  display: grid;
  gap: 10px;
}

.need-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.need-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  color: #ffd681;
}

.need-item strong,
.need-item small {
  display: block;
}

.need-item small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 800;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.payment-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px 14px;
  align-items: center;
  min-height: 142px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.9)),
    var(--white);
  box-shadow: 0 18px 45px rgba(7, 22, 37, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.payment-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 111, 234, 0.36);
  box-shadow: 0 26px 70px rgba(7, 22, 37, 0.14);
}

.payment-card span {
  grid-row: span 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--gradient);
  color: var(--white);
  font-weight: 900;
}

.payment-real-icon {
  overflow: hidden;
  background: var(--white) !important;
  border: 1px solid rgba(7, 22, 37, 0.08);
  box-shadow: 0 16px 36px rgba(7, 22, 37, 0.12);
}

.payment-real-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 8px;
}

.payment-paypal {
  box-shadow: 0 16px 36px rgba(0, 48, 135, 0.18);
}

.payment-gofundme {
  box-shadow: 0 16px 36px rgba(0, 173, 122, 0.18);
}

.payment-bank {
  box-shadow: 0 16px 36px rgba(7, 82, 44, 0.16);
}

.payment-card small {
  color: var(--muted);
  font-weight: 800;
}

.primary-payment {
  grid-column: span 2;
  background: var(--stage-gradient);
  color: var(--white);
}

.primary-payment small {
  color: rgba(255, 255, 255, 0.72);
}

.bank-card {
  cursor: default;
}

.live-fundraisers {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 28px;
  border-top: 1px solid rgba(7, 22, 37, 0.12);
  padding-top: 28px;
}

.live-fundraisers h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.public-fundraiser-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.public-fundraiser-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 138, 28, 0.13), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
  box-shadow: 0 18px 45px rgba(7, 22, 37, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.public-fundraiser-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(7, 22, 37, 0.14);
}

.public-fundraiser-card h3 {
  min-height: 2.28em;
  font-size: clamp(1.32rem, 1.8vw, 1.95rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.public-fundraiser-card p {
  color: var(--muted);
}

.campaign-impact {
  display: block;
  margin: 12px 0;
  border-radius: var(--radius);
  padding: 10px;
  background: linear-gradient(135deg, rgba(0, 111, 234, 0.09), rgba(255, 138, 28, 0.12));
  color: var(--ink-2);
  font-weight: 850;
}

.public-fundraiser-card progress {
  width: 100%;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  accent-color: var(--orange);
}

.public-fundraiser-card a {
  display: inline-flex;
  margin-top: 12px;
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(0, 111, 234, 0.09);
  color: var(--blue);
  font-weight: 900;
}

.fundraiser-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink-2);
  font-weight: 900;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: 260px;
  gap: 14px;
  margin-top: 34px;
}

.media-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: 0 18px 45px rgba(7, 22, 37, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.media-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(7, 22, 37, 0.22);
}

.media-card:first-child {
  grid-row: span 2;
}

.media-card img,
.media-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
}

.media-card:hover img,
.media-card:hover video {
  transform: scale(1.1);
  filter: saturate(1.14) contrast(1.06);
}

.media-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.media-caption strong,
.media-caption span {
  display: block;
}

.media-caption span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.proof-spotlight-section {
  padding-top: 40px;
}

.proof-spotlight-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: clamp(16px, 2vw, 22px);
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 138, 28, 0.22), transparent 22rem),
    radial-gradient(circle at 82% 14%, rgba(9, 168, 255, 0.22), transparent 24rem),
    linear-gradient(145deg, #071625, #123250 58%, #0b2037);
  color: var(--white);
  box-shadow: var(--shadow);
}

.proof-spotlight-media {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  background: #000;
}

.proof-spotlight-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 54%, rgba(7, 22, 37, 0.44)),
    radial-gradient(circle at 82% 14%, rgba(255, 194, 71, 0.16), transparent 13rem);
}

.proof-spotlight-media img,
.proof-spotlight-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-spotlight-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(12px, 2vw, 24px);
}

.proof-spotlight-copy h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.5rem);
}

.proof-spotlight-copy .eyebrow {
  color: #ffd681;
}

.proof-spotlight-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.proof-spotlight-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.proof-spotlight-stats span {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.proof-spotlight-stats svg {
  width: 22px;
  height: 22px;
  color: #ffd681;
}

.proof-spotlight-stats strong {
  font-size: 1.1rem;
}

.proof-spotlight-stats small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.video-section {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 138, 28, 0.2), transparent 28rem),
    radial-gradient(circle at 80% 30%, rgba(9, 168, 255, 0.2), transparent 30rem),
    linear-gradient(180deg, rgba(7, 22, 37, 0.98), rgba(18, 50, 80, 0.98));
  color: var(--white);
}

.video-section .section-kicker p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.video-template-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
  margin-top: 34px;
}

.video-template {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: auto;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(7, 22, 37, 0.32);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.video-template video,
.video-template img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 620ms ease, filter 620ms ease;
}

.video-template:hover {
  border-color: rgba(255, 194, 71, 0.56);
  box-shadow: 0 34px 100px rgba(0, 111, 234, 0.28);
  transform: translateY(-10px);
}

.video-template:hover video,
.video-template:hover img {
  transform: scale(1.12);
  filter: blur(1.5px) saturate(1.18) contrast(1.08);
}

.feature-video {
  grid-row: span 1;
}

.video-template::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 22, 37, 0.06), rgba(7, 22, 37, 0.72)),
    radial-gradient(circle at 76% 18%, rgba(255, 194, 71, 0.18), transparent 12rem);
  pointer-events: none;
  transition: opacity 260ms ease;
}

.video-template:hover::before {
  opacity: 0.82;
}

.play-badge,
.watch-button {
  display: none;
}

.video-play-icon {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}

.video-template:hover .video-play-icon,
.media-card:hover .video-play-icon,
.video-template.is-playing .video-play-icon {
  background: var(--gradient);
  color: var(--white);
  transform: scale(1.05);
}

.video-copy {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: 14px;
  border-radius: var(--radius);
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(7, 22, 37, 0.84), rgba(18, 50, 80, 0.78)),
    rgba(7, 22, 37, 0.78);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.video-copy h3 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  letter-spacing: -0.04em;
}

.video-ready-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
}

.video-ready-note strong {
  color: var(--white);
}

.video-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: none;
  place-items: center;
  padding: 18px;
}

.video-modal.is-open {
  display: grid;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 22, 37, 0.72);
  backdrop-filter: blur(18px);
}

.video-modal-card {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #071625;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42);
}

.video-modal-card video {
  width: 100%;
  max-height: min(70vh, 680px);
  background: #000;
}

.video-modal-copy {
  padding: 18px;
  color: var(--white);
}

.video-modal-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.video-modal-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  border: 0;
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.video-copy span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ffd681;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.next-steps-section {
  padding-top: 90px;
}

.next-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.next-step-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(7, 22, 37, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.next-step-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--gradient);
}

.next-step-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.next-step-card span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(0, 111, 234, 0.1);
  color: var(--blue);
  font-weight: 900;
}

.next-step-card h3 {
  margin-top: 58px;
}

.next-step-card p {
  color: var(--muted);
}

.booking-section {
  padding-top: 40px;
}

.booking-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: 24px;
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 44px);
  background: var(--stage-gradient);
  color: var(--white);
  box-shadow: var(--shadow);
}

.booking-card .eyebrow {
  color: #ffd681;
}

.booking-card p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-panel {
  display: grid;
  gap: 10px;
}

.contact-panel a,
.contact-panel > span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-panel span,
.contact-panel small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-page-section {
  padding-top: 76px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.45fr);
  gap: 24px;
  align-items: stretch;
}

.contact-page-copy,
.visit-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(7, 22, 37, 0.08);
}

.contact-page-copy {
  padding: clamp(24px, 4vw, 42px);
}

.contact-page-copy p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.social-grid a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.92)),
    var(--white);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.social-grid a:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 111, 234, 0.34);
  box-shadow: 0 18px 45px rgba(7, 22, 37, 0.1);
}

.social-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--gradient);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 111, 234, 0.18);
}

.brand-whatsapp {
  background: #25d366;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.28);
}

.brand-instagram {
  background:
    radial-gradient(circle at 30% 110%, #fdf497 0 16%, #fd5949 42%, #d6249f 68%, #285aeb 100%);
  box-shadow: 0 14px 30px rgba(214, 36, 159, 0.24);
}

.brand-facebook {
  background: #1877f2;
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.25);
}

.brand-youtube {
  background: #ff0000;
  box-shadow: 0 14px 30px rgba(255, 0, 0, 0.22);
}

.social-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.social-grid small {
  color: var(--muted);
  font-weight: 800;
  word-break: break-word;
}

.visit-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 138, 28, 0.16), transparent 14rem),
    var(--white);
}

.visit-card img {
  width: 108px;
  height: 108px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 12px 20px rgba(7, 22, 37, 0.14));
  object-fit: contain;
}

.visit-card p,
.visit-card li {
  color: var(--muted);
  font-weight: 750;
}

.visit-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.master-section {
  padding-top: 70px;
}

.admin-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 560px;
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.admin-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  background: var(--ink);
}

.admin-tab {
  border: 0;
  border-radius: var(--radius);
  padding: 13px 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.admin-tab.active,
.admin-tab:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.admin-panel {
  display: none;
  padding: 24px;
}

.admin-panel.active {
  display: block;
}

.admin-panel label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--ink-2);
  font-weight: 900;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.upload-zone {
  position: relative;
  display: grid;
  min-height: 230px;
  place-items: center;
  border: 1px dashed rgba(0, 111, 234, 0.5);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 111, 234, 0.1), rgba(255, 138, 28, 0.12)),
    var(--white);
  text-align: center;
}

.upload-zone.dragover {
  border-color: var(--orange);
  background:
    linear-gradient(135deg, rgba(0, 111, 234, 0.16), rgba(255, 138, 28, 0.2)),
    var(--white);
}

.upload-zone input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-zone strong {
  font-size: 1.35rem;
}

.upload-zone p {
  max-width: 520px;
  margin: 8px auto 0;
  color: var(--muted);
}

.upload-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: var(--paper);
  color: var(--muted);
  font-weight: 800;
}

.upload-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.upload-item img,
.upload-item video {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: var(--ink);
}

.upload-meta {
  padding: 12px;
}

.upload-meta strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-meta small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 800;
}

.item-actions {
  display: flex;
  gap: 8px;
  padding: 0 12px 12px;
}

.item-actions button {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  padding: 9px;
  font-weight: 900;
  cursor: pointer;
}

.item-actions button:hover {
  background: rgba(255, 138, 28, 0.14);
}

.settings-grid,
.donation-editor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-note,
.pipeline-note {
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(0, 111, 234, 0.1), rgba(255, 138, 28, 0.12));
}

.admin-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px;
  color: var(--muted);
  font-weight: 800;
}

.admin-note.success {
  color: #065f46;
  background: linear-gradient(135deg, rgba(34, 197, 155, 0.17), rgba(9, 168, 255, 0.12));
}

.pipeline-note {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(0, 111, 234, 0.16);
}

.pipeline-note p {
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 24px;
  padding: 64px max(18px, calc((100vw - 1180px) / 2)) 28px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 138, 28, 0.22), transparent 24rem),
    radial-gradient(circle at 88% 20%, rgba(9, 168, 255, 0.2), transparent 24rem),
    linear-gradient(145deg, #06111f, #0d2a45 58%, #071625);
  color: var(--white);
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-cta {
  display: grid;
  align-content: start;
  gap: 14px;
  max-width: 720px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.footer-brand img {
  width: 82px;
  height: 82px;
  padding: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.26));
}

.footer-brand strong {
  font-size: 1.05rem;
}

.footer-cta h2 {
  max-width: 640px;
  font-size: clamp(2.2rem, 5vw, 5rem);
}

.footer-cta p {
  max-width: 640px;
  margin: 0;
  font-size: 1.05rem;
}

.footer-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.footer-panels {
  display: grid;
  gap: 12px;
}

.footer-panels article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 5px 12px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.footer-panels article span {
  grid-row: span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--gradient);
  color: var(--white);
  font-weight: 900;
}

.footer-panels strong {
  font-size: 1.1rem;
}

.footer-panels small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 760;
}

.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.footer-links a {
  border-radius: 999px;
  padding: 8px 10px;
  font-weight: 900;
}

.footer-links a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.staff-access {
  margin-left: auto;
  opacity: 0.42;
}

.staff-access:hover {
  opacity: 1;
}

[data-reveal],
.media-card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms ease, transform 680ms ease;
}

[data-reveal].is-visible,
.media-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

body.motion-calm .orbit,
body.motion-calm .marquee div {
  animation-duration: 50s;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1040px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav,
  .header-actions {
    display: none;
    width: 100%;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-actions {
    display: flex;
  }

  .site-header.nav-open .site-nav {
    flex-direction: column;
    align-items: stretch;
    order: 3;
  }

  .site-header.nav-open .header-actions {
    order: 4;
  }

  .hero,
  .story-grid,
  .vision-section,
  .fundraising-layout,
  .live-fundraisers,
  .proof-spotlight-card,
  .contact-page-grid,
  .booking-card,
  .admin-shell,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 140px;
  }

  .program-grid,
  .impact-grid,
  .proof-strip,
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .next-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-template-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .video-template,
  .feature-video {
    grid-row: span 1;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .admin-tabs {
    flex-direction: row;
    overflow-x: auto;
  }

  .admin-tab {
    min-width: max-content;
  }
}

@media (max-width: 720px) {
  .site-header {
    left: 9px;
    right: 9px;
    top: 10px;
    width: auto;
    transform: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 58px;
    height: 58px;
  }

  .brand small {
    display: none;
  }

  .menu-toggle {
    justify-self: end;
    margin-left: 0;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-actions {
    grid-column: 1 / -1;
  }

  .header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .header-actions select,
  .header-actions .button {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 136px 18px 84px;
  }

  h1 {
    font-size: clamp(2.35rem, 10.8vw, 3.45rem);
    line-height: 1.02;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof-strip {
    grid-template-columns: 1fr;
  }

  .hero-card {
    margin-top: 12px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .section {
    width: calc(100% - 28px);
    padding: 72px 0;
  }

  .story-collage {
    min-height: 480px;
  }

  .story-collage img {
    width: 88%;
    height: 300px;
  }

  .floating-note {
    right: 0;
    bottom: 82px;
  }

  .program-grid,
  .impact-grid,
  .proof-strip,
  .benefits-list,
  .payment-grid,
  .public-fundraiser-list,
  .media-grid,
  .video-template-grid,
  .social-grid,
  .next-step-grid,
  .upload-list,
  .settings-grid,
  .donation-editor {
    grid-template-columns: 1fr;
  }

  .primary-payment {
    grid-column: span 1;
  }

  .media-grid {
    grid-auto-rows: 240px;
  }

  .media-card:first-child {
    grid-row: span 1;
  }

  .proof-spotlight-card {
    padding: 12px;
  }

  .proof-spotlight-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .proof-spotlight-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-spotlight-stats span {
    padding: 10px;
  }

  .proof-spotlight-copy h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .proof-spotlight-copy {
    gap: 12px;
  }

  .proof-spotlight-copy .button {
    width: 100%;
  }

  .proof-spotlight-stats strong {
    font-size: 0.92rem;
  }

  .proof-spotlight-stats small {
    font-size: 0.72rem;
  }

  .proof-spotlight-stats svg {
    width: 18px;
    height: 18px;
  }

  .video-template,
  .feature-video {
    aspect-ratio: 4 / 3;
  }

  .vision-media img {
    height: 430px;
  }

  .motion-ribbon {
    bottom: 28px;
    font-size: 0.72rem;
  }

  .site-footer {
    padding-top: 48px;
  }

  .footer-action-row .button {
    width: 100%;
  }

  .footer-panels article {
    grid-template-columns: 40px 1fr;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .staff-access {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .proof-spotlight-stats {
    grid-template-columns: 1fr;
  }
}
