@font-face {
  font-family: "Norwester";
  src: url("assets/norwester.woff") format("woff");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #050403;
  --panel: #100b08;
  --orange: #ffad12;
  --orange-soft: #ffd46b;
  --coral: #ff6f7d;
  --pink: #f56cab;
  --mint: #66d4b4;
  --cream: #fff8e8;
  --muted: #cfc4b5;
  --line: rgba(255, 173, 18, .3);
  --shell: min(1080px, calc(100% - 40px));
  --display: "Norwester", Impact, sans-serif;
  --body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: radial-gradient(circle at 83% 2%, rgba(255, 111, 125, .13), transparent 27%), radial-gradient(circle at 4% 47%, rgba(255, 173, 18, .1), transparent 25%), radial-gradient(circle at 76% 72%, rgba(102, 212, 180, .055), transparent 24%), var(--black); color: var(--cream); font-family: var(--body); font-weight: 750; }
a { color: inherit; }
button { font: inherit; }
img, video { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.site-header, main, .site-footer { position: relative; z-index: 2; }

.ambient-glow { position: fixed; z-index: 0; width: min(78vw, 920px); aspect-ratio: 1; right: -31vw; top: -28vw; border-radius: 50%; background: conic-gradient(from 65deg, transparent, rgba(255,173,18,.12), transparent 30%, rgba(255,111,125,.11), transparent 64%, rgba(102,212,180,.07), transparent); filter: blur(7px); animation: aurora-turn 34s linear infinite; pointer-events: none; }
.sparkles { position: fixed; z-index: 1; inset: 0; pointer-events: none; }
.sparkles i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 11px 2px rgba(255,173,18,.76); opacity: .72; animation: twinkle 3s ease-in-out infinite alternate; }
.sparkles i:nth-child(3n) { background: var(--coral); box-shadow: 0 0 11px 2px rgba(255,111,125,.72); }
.sparkles i:nth-child(5n) { background: var(--mint); box-shadow: 0 0 11px 2px rgba(102,212,180,.65); }
.sparkles i:nth-child(1) { left: 4%; top: 14%; }.sparkles i:nth-child(2) { left: 10%; top: 41%; animation-delay: -1s; }.sparkles i:nth-child(3) { left: 18%; top: 73%; animation-delay: -2.2s; }.sparkles i:nth-child(4) { left: 26%; top: 9%; animation-delay: -.4s; }.sparkles i:nth-child(5) { left: 34%; top: 56%; animation-delay: -1.8s; }.sparkles i:nth-child(6) { left: 42%; top: 24%; animation-delay: -2.5s; }.sparkles i:nth-child(7) { left: 50%; top: 86%; animation-delay: -.7s; }.sparkles i:nth-child(8) { left: 59%; top: 13%; animation-delay: -1.5s; }.sparkles i:nth-child(9) { left: 67%; top: 64%; animation-delay: -2.7s; }.sparkles i:nth-child(10) { left: 75%; top: 35%; animation-delay: -.3s; }.sparkles i:nth-child(11) { left: 83%; top: 78%; animation-delay: -1.3s; }.sparkles i:nth-child(12) { left: 91%; top: 18%; animation-delay: -2.1s; }.sparkles i:nth-child(13) { left: 96%; top: 51%; animation-delay: -.9s; }.sparkles i:nth-child(14) { left: 7%; top: 91%; animation-delay: -2.4s; }.sparkles i:nth-child(15) { left: 47%; top: 43%; animation-delay: -1.2s; }.sparkles i:nth-child(16) { left: 88%; top: 92%; animation-delay: -2.8s; }

.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cream); font: 25px/1 var(--display); letter-spacing: .06em; text-decoration: none; }
.brand > span:last-child > span, .footer-brand span { color: var(--orange); }
.brand-mark, .verified-mark { position: relative; display: block; overflow: hidden; border-radius: 50%; background: #000; }
.brand-mark { width: 40px; height: 40px; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.brand-mark img, .verified-mark img { position: absolute; width: 337.5%; max-width: none; left: -111.25%; top: -39.7%; }
.brand:hover .brand-mark { transform: rotate(-5deg); box-shadow: 0 0 22px rgba(255,173,18,.27); }
.site-header nav { display: flex; align-items: center; gap: 22px; }
.site-header nav a, .share-link { padding: 0; border: 0; background: none; color: var(--muted); font: .84rem/1 var(--display); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.site-header nav a:hover, .share-link:hover { color: var(--orange-soft); }
.share-link { padding: 9px 13px; border: 1px solid rgba(255,111,125,.52); border-radius: 999px; color: var(--cream); box-shadow: 0 0 16px rgba(255,111,125,.1); }

.hero { display: grid; gap: 0; padding-block: 2px 7px; }
.hero-media { position: relative; width: 100%; }
.hero-media::before { content: ""; position: absolute; inset: -15px 7%; border-radius: 50%; background: linear-gradient(90deg, rgba(255,173,18,.17), rgba(255,111,125,.18), rgba(102,212,180,.08)); filter: blur(34px); }
.video-frame { position: relative; padding: 6px; border: 1px solid rgba(255,173,18,.62); border-radius: 10px; background: #020100; box-shadow: 0 26px 70px rgba(0,0,0,.64), 0 0 38px rgba(255,173,18,.18), 0 0 90px rgba(255,111,125,.13); }
.video-frame::before { content: ""; position: absolute; z-index: 3; inset: -1px 18% auto; height: 2px; background: linear-gradient(90deg, var(--orange), var(--coral), var(--mint)); box-shadow: 0 0 17px 3px rgba(255,173,18,.5); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; border-radius: 6px; background: #020100; }
.sound-toggle { position: absolute; z-index: 4; top: 13px; right: 13px; display: grid; place-items: center; width: 35px; height: 35px; padding: 0; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; background: rgba(5,4,3,.82); color: #fff; cursor: pointer; backdrop-filter: blur(8px); }
.sound-icon { position: relative; display: block; width: 14px; height: 14px; }
.sound-icon::before { content: ""; position: absolute; left: 0; top: 5px; width: 5px; height: 6px; border-radius: 1px; background: currentColor; }
.sound-icon::after { content: ""; position: absolute; left: 4px; top: 2px; width: 9px; height: 11px; background: currentColor; clip-path: polygon(0 32%, 100% 0, 100% 100%, 0 68%); }
.sound-toggle:not([aria-pressed="true"]) .sound-icon { opacity: .65; }
.sound-toggle:not([aria-pressed="true"])::after { content: ""; position: absolute; width: 17px; height: 2px; border-radius: 2px; background: var(--coral); transform: rotate(-45deg); box-shadow: 0 0 6px rgba(255,111,125,.7); }
.hero-copy { padding: 9px 3px 2px; }
.kicker { margin: 0 0 7px; color: var(--orange-soft); font-size: .69rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker > span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 14px var(--coral); animation: pulse 2s ease-in-out infinite; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: .01em; text-transform: uppercase; }
h1 { font-size: clamp(4rem, 8.7vw, 8rem); line-height: .83; }
h1 em, h2 em { color: var(--coral); font-style: normal; text-shadow: 0 0 25px rgba(255,111,125,.2); }
.hero-story { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; max-width: 930px; margin-top: 7px; }
.hero-story p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.43; }
.hero-story .lead { color: var(--cream); font-size: 1.06rem; }

.support { padding-block: 14px; background: linear-gradient(180deg, rgba(255,173,18,.035), rgba(16,11,8,.6)); }
.section-heading { margin-bottom: 7px; }
.section-heading h2, .verified h2 { font-size: clamp(3.1rem, 5.8vw, 5.7rem); line-height: .9; }
.section-heading > p:last-child { max-width: 720px; margin: 6px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.42; }
.fundraiser-card, .social-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 72px; padding: 9px 10px; border: 1px solid rgba(255,111,125,.4); border-radius: 8px; background: linear-gradient(120deg, rgba(255,111,125,.12), rgba(5,4,3,.78)); color: var(--cream); text-decoration: none; box-shadow: 0 0 18px rgba(255,111,125,.07), inset 0 0 18px rgba(255,111,125,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.fundraiser-card { min-height: 82px; border-color: rgba(255,173,18,.58); background: linear-gradient(105deg, rgba(255,173,18,.23), rgba(255,111,125,.14) 72%, rgba(5,4,3,.82)); box-shadow: 0 0 24px rgba(255,173,18,.1), inset 0 0 22px rgba(255,173,18,.045); }
.fundraiser-card::before, .social-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(320px circle at var(--x, 50%) var(--y, 50%), rgba(255,111,125,.19), transparent 55%); opacity: 0; transition: opacity .2s ease; }
.fundraiser-card > *, .social-card > * { position: relative; z-index: 1; }
.fundraiser-card:hover, .social-card:hover { transform: translateY(-3px); border-color: var(--orange); box-shadow: 0 12px 30px rgba(0,0,0,.3), 0 0 27px rgba(255,173,18,.19), 0 0 12px rgba(255,111,125,.1); }
.fundraiser-card:hover::before, .social-card:hover::before { opacity: 1; }
.fundraiser-card small, .social-card small { display: block; margin-bottom: 5px; color: var(--orange-soft); font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.fundraiser-card strong, .social-card strong { display: block; font: 1.55rem/.95 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.fundraiser-card strong { font-size: clamp(2rem, 3.6vw, 3rem); }
.arrow { position: relative; display: block; width: 31px; height: 31px; border: 1px solid rgba(255,173,18,.7); border-radius: 50%; color: var(--orange); transition: color .2s ease, border-color .2s ease, background .2s ease; }
.arrow::before { content: ""; position: absolute; left: 8px; top: 14px; width: 13px; height: 2px; border-radius: 2px; background: currentColor; }
.arrow::after { content: ""; position: absolute; right: 8px; top: 10px; width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }

.connect { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: 22px; align-items: end; padding-block: 14px; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.social-card { min-width: 0; }
.social-card strong { overflow-wrap: anywhere; }
.social-card:hover .arrow { border-color: var(--coral); background: rgba(255,111,125,.13); color: var(--coral); }

.verified { display: grid; grid-template-columns: 46px 1fr auto; gap: 9px; align-items: center; margin-bottom: 6px; padding: 8px; border-radius: 8px; background: linear-gradient(100deg, rgba(255,173,18,.14), rgba(255,111,125,.07)); box-shadow: 0 0 20px rgba(255,173,18,.06); }
.verified-mark { width: 46px; height: 46px; }
.verified .kicker { margin-bottom: 4px; }
.verified h2 { font-size: clamp(2rem, 3.7vw, 3.5rem); }
.verified h2 a { color: var(--orange-soft); text-decoration-color: var(--coral); text-underline-offset: 5px; }
.back-link { display: inline-flex; align-items: center; gap: 15px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 6px; font: .75rem/1 var(--display); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.back-link:hover { background: var(--coral); color: #21070b; }
.pulse-strip { position: relative; z-index: 2; overflow: hidden; background: var(--orange); color: #241500; font: .88rem/1 var(--display); letter-spacing: .15em; white-space: nowrap; }
.pulse-strip div { width: max-content; padding-block: 8px; animation: ticker 23s linear infinite; }

.site-footer { padding-block: 16px; background: #020201; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 36px; align-items: center; }
.footer-brand { font-size: 22px; }
.footer-grid p { margin: 6px 0 0; color: #82776b; font-size: .74rem; }
.footer-grid > a { color: var(--muted); font: .76rem/1 var(--display); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.footer-grid > a:hover { color: var(--orange-soft); }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 22px; max-width: calc(100% - 24px); padding: 10px 14px; border: 1px solid var(--orange); border-radius: 999px; background: #100b08; color: var(--cream); font-size: .78rem; opacity: 0; transform: translate(-50%, 18px); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

@keyframes pulse { 50% { transform: scale(1.3); opacity: .7; } }
@keyframes twinkle { to { opacity: .17; transform: scale(.42); } }
@keyframes aurora-turn { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 760px) {
  :root { --shell: min(100% - 22px, 620px); }
  .site-header { min-height: 56px; }
  .brand { font-size: 21px; }
  .brand-mark { width: 36px; height: 36px; }
  .site-header nav { gap: 9px; }
  .site-header nav a { display: none; }
  .share-link { padding: 8px 11px; }
  .video-frame { padding: 4px; border-radius: 8px; }
  .sound-toggle { top: 9px; right: 9px; width: 33px; height: 33px; }
  .hero-copy { padding-top: 7px; text-align: center; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.8rem); }
  .hero-story { grid-template-columns: 1fr; gap: 5px; margin-top: 7px; text-align: left; }
  .hero-story p { font-size: .91rem; }
  .hero-story .lead { font-size: 1rem; }
  .support, .connect { padding-block: 12px; }
  .section-heading h2 { font-size: clamp(3rem, 14.5vw, 4.4rem); }
  .connect { grid-template-columns: 1fr; gap: 7px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-card { min-height: 66px; }
  .verified { grid-template-columns: 44px 1fr; }
  .verified-mark { width: 44px; height: 44px; }
  .back-link { grid-column: 1 / -1; justify-content: space-between; }
  .footer-grid { grid-template-columns: 1fr; gap: 16px; }
}

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