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

:root {
  color-scheme: dark;
  --black: #070b0a;
  --panel: #0b1513;
  --panel-soft: #10201d;
  --teal: #006b60;
  --teal-bright: #19b6a1;
  --teal-pale: #87e8d9;
  --orange: #ed915a;
  --orange-hot: #ffad76;
  --cream: #fff3e8;
  --muted: #c8bbb0;
  --line: rgba(255, 173, 118, .38);
  --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 72% 4%, rgba(237,145,90,.12), transparent 24%), radial-gradient(circle at 12% 34%, rgba(0,107,96,.13), transparent 30%), var(--black); color: var(--cream); font-family: var(--body); font-weight: 700; }
a { color: inherit; }
button { font: inherit; }
img, video { max-width: 100%; }
.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; }
.shell { width: var(--shell); margin-inline: auto; }
.site-header, main, .site-footer { position: relative; z-index: 2; }

.ambient { position: fixed; z-index: 0; width: min(86vw, 1040px); aspect-ratio: 1; right: -35vw; top: -32vw; border: 1px solid rgba(25,182,161,.2); border-radius: 47% 53% 62% 38% / 42% 54% 46% 58%; box-shadow: 0 0 100px rgba(0,107,96,.1); pointer-events: none; animation: ambient-turn 28s linear infinite; }
.ambient::before, .ambient::after { content: ""; position: absolute; border: 1px solid rgba(237,145,90,.13); border-radius: 50%; }
.ambient::before { inset: 13%; }
.ambient::after { inset: 27%; }
.sparkles { position: fixed; z-index: 1; inset: 0; pointer-events: none; }
.sparkles span { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--orange-hot); box-shadow: 0 0 9px 2px rgba(255,173,118,.7); opacity: .65; animation: twinkle 2.8s ease-in-out infinite alternate; }
.sparkles span:nth-child(1) { left: 5%; top: 15%; }
.sparkles span:nth-child(2) { left: 14%; top: 47%; animation-delay: -.8s; }
.sparkles span:nth-child(3) { left: 24%; top: 8%; animation-delay: -1.7s; }
.sparkles span:nth-child(4) { left: 34%; top: 76%; animation-delay: -.3s; }
.sparkles span:nth-child(5) { left: 44%; top: 22%; animation-delay: -2.1s; }
.sparkles span:nth-child(6) { left: 52%; top: 56%; animation-delay: -1.1s; }
.sparkles span:nth-child(7) { left: 63%; top: 11%; animation-delay: -.5s; }
.sparkles span:nth-child(8) { left: 71%; top: 71%; animation-delay: -2.5s; }
.sparkles span:nth-child(9) { left: 79%; top: 38%; animation-delay: -1.4s; }
.sparkles span:nth-child(10) { left: 87%; top: 18%; animation-delay: -.2s; }
.sparkles span:nth-child(11) { left: 92%; top: 84%; animation-delay: -1.9s; }
.sparkles span:nth-child(12) { left: 8%; top: 88%; animation-delay: -2.3s; }

.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 { color: var(--orange-hot); }
.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 .3s ease, box-shadow .3s 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(-7deg); box-shadow: 0 0 22px rgba(255,173,118,.3); }
.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(--teal-pale); }
.share-link { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--cream); box-shadow: 0 0 13px rgba(255,173,118,.09); }

.hero { display: grid; gap: 0; padding-block: 2px 7px; }
.hero-media { position: relative; width: 100%; }
.hero-media::before { content: ""; position: absolute; inset: -12px 9% -10px; border-radius: 50%; background: rgba(237,145,90,.13); filter: blur(30px); }
.video-frame { position: relative; padding: 6px; border: 1px solid rgba(255,173,118,.56); border-radius: 10px; background: #020504; box-shadow: 0 24px 66px rgba(0,0,0,.58), 0 0 32px rgba(255,173,118,.2), 0 0 78px rgba(0,107,96,.18); }
.video-frame::before { content: ""; position: absolute; z-index: 2; inset: -1px 28% auto 28%; height: 2px; background: var(--orange-hot); box-shadow: 0 0 16px 3px rgba(255,173,118,.65); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; border-radius: 6px; background: #010302; }
.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,.42); border-radius: 50%; background: rgba(7,11,10,.78); color: #fff; cursor: pointer; box-shadow: 0 0 14px rgba(255,173,118,.18); 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: .68; }
.sound-toggle:not([aria-pressed="true"])::after { content: ""; position: absolute; width: 17px; height: 2px; border-radius: 2px; background: var(--orange-hot); transform: rotate(-45deg); box-shadow: 0 0 6px rgba(255,173,118,.5); }
.hero-copy { padding: 8px 3px 2px; }
.kicker { margin: 0 0 7px; color: var(--orange-hot); 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(--orange-hot); box-shadow: 0 0 14px var(--orange-hot); 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.2vw, 7.6rem); line-height: .83; }
h1 em, h2 em { color: var(--teal-bright); font-style: normal; text-shadow: 0 0 24px rgba(25,182,161,.2); }
.hero-story { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 920px; margin-top: 7px; }
.hero-story p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.42; }
.hero-story .lead { color: var(--cream); font-size: 1.05rem; }

.support { padding-block: 14px; background: linear-gradient(180deg, rgba(0,107,96,.04), rgba(11,21,19,.58)); }
.support-heading { margin-bottom: 6px; }
.support-heading h2, .connect h2, .verified h2 { font-size: clamp(3.1rem, 5.7vw, 5.5rem); line-height: .9; }
.donation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.action-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; min-height: 76px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 8px; background: rgba(7,11,10,.72); color: var(--cream); text-align: left; text-decoration: none; box-shadow: 0 0 0 1px rgba(255,255,255,.025), 0 0 16px rgba(255,173,118,.07); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.action-card::before, .crypto-card::before, .contact-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(340px circle at var(--x, 50%) var(--y, 50%), rgba(255,173,118,.16), transparent 54%); opacity: 0; transition: opacity .22s ease; }
.action-card > *, .crypto-card > *, .contact-card > * { position: relative; z-index: 1; }
.action-card:hover { transform: translateY(-3px); border-color: var(--orange-hot); box-shadow: 0 12px 34px rgba(0,0,0,.32), 0 0 20px rgba(255,173,118,.13); }
.action-card:hover::before, .crypto-card:hover::before, .contact-card:hover::before { opacity: 1; }
.action-card-featured { background: linear-gradient(110deg, rgba(0,107,96,.92), rgba(0,81,73,.88)); border-color: rgba(135,232,217,.66); box-shadow: 0 0 18px rgba(25,182,161,.14); }
.action-card p, .contact-copy > p { margin: 0 0 5px; color: var(--orange-hot); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.action-card h3 { font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: .88; }
.card-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,173,118,.52); border-radius: 50%; color: var(--orange-hot); }
.action-card-featured .card-arrow { border-color: rgba(255,255,255,.42); color: #fff; }
.crypto-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 8px; }
.crypto-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 11px; align-items: center; min-height: 134px; padding: 10px; border: 1px solid rgba(135,232,217,.26); border-radius: 8px; background: linear-gradient(135deg, rgba(0,107,96,.12), rgba(7,11,10,.84)); box-shadow: 0 0 15px rgba(25,182,161,.07); }
.crypto-card:hover { border-color: rgba(255,173,118,.46); box-shadow: 0 0 20px rgba(255,173,118,.09); }
.crypto-card > img { display: block; width: 112px; aspect-ratio: 1; object-fit: cover; border: 4px solid #fff; border-radius: 7px; background: #fff; }
.crypto-copy > p:first-child { margin: 0 0 5px; color: var(--orange-hot); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.crypto-copy h3 { font-size: clamp(1.65rem, 2.6vw, 2.3rem); line-height: .9; }
.crypto-note { margin: 6px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.crypto-copy code { display: block; margin-top: 6px; color: var(--teal-pale); font: .68rem/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.crypto-copy button, .crypto-copy a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; margin-top: 7px; padding: 7px 10px; border: 1px solid var(--orange-hot); border-radius: 6px; background: rgba(255,173,118,.06); color: var(--orange-hot); font: .7rem/1 var(--display); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; box-shadow: 0 0 12px rgba(255,173,118,.07); }
.crypto-copy button:hover, .crypto-copy a:hover { background: var(--orange); color: #111; box-shadow: 0 0 16px rgba(255,173,118,.2); }

.connect { padding-block: 14px; }
.connect-heading > p:last-child { margin: 6px 0 9px; color: var(--muted); font-size: .92rem; line-height: 1.42; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; min-height: 92px; padding: 10px; border: 1px solid rgba(135,232,217,.26); border-radius: 8px; background: linear-gradient(135deg, rgba(0,107,96,.12), rgba(7,11,10,.8)); box-shadow: 0 0 14px rgba(25,182,161,.06); }
.contact-card:hover { border-color: rgba(135,232,217,.55); }
.contact-copy h3 { font-size: clamp(1.55rem, 2.7vw, 2.3rem); line-height: .9; }
.contact-copy > span { display: block; margin-top: 6px; color: var(--teal-pale); font: .78rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.contact-actions a, .contact-actions button { min-width: 72px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 7px 9px; border-radius: 6px; font: .72rem/1 var(--display); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.contact-actions a { border: 1px solid var(--teal-bright); background: var(--teal); color: #fff; }
.contact-actions button { border: 1px solid var(--orange-hot); background: rgba(255,173,118,.06); color: var(--orange-hot); }
.contact-actions a:hover, .contact-actions button:hover { box-shadow: 0 0 15px rgba(255,173,118,.2); }
.social-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 7px; }
.social-list a { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; align-items: center; padding: 9px 10px; border: 1px solid rgba(255,173,118,.16); border-radius: 7px; background: rgba(255,173,118,.035); text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.social-list a:hover { border-color: var(--line); background: rgba(255,173,118,.06); }
.social-list span { font: 1rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.social-list small { grid-column: 1; color: var(--muted); font-size: .67rem; }
.social-list i { grid-column: 2; grid-row: 1 / span 2; color: var(--orange-hot); font-style: normal; }

.verified { display: grid; grid-template-columns: 46px 1fr auto; gap: 9px; align-items: center; margin-bottom: 6px; padding: 8px; border: 1px solid rgba(255,173,118,.12); border-radius: 8px; background: linear-gradient(100deg, rgba(237,145,90,.1), rgba(0,107,96,.08)); }
.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(--teal-pale); text-decoration-color: var(--teal); 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(--orange); color: #111; box-shadow: 0 0 18px rgba(255,173,118,.2); }
.pulse-strip { position: relative; z-index: 2; overflow: hidden; background: var(--orange); color: #10201d; 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: #030504; }
.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: #776c65; 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(--teal-pale); }
.mobile-donate { display: none; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 22px; max-width: calc(100% - 24px); padding: 10px 14px; border: 1px solid var(--orange-hot); border-radius: 999px; background: #0a100e; color: var(--cream); font-size: .78rem; opacity: 0; transform: translate(-50%, 18px); transition: opacity .22s ease, transform .22s ease; pointer-events: none; box-shadow: 0 0 18px rgba(255,173,118,.17); }
.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: .16; transform: scale(.45); } }
@keyframes ambient-turn { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 760px) {
  :root { --shell: min(100% - 22px, 620px); }
  body { padding-bottom: 64px; }
  .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; }
  .hero { padding-top: 2px; }
  .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, 16.7vw, 5rem); }
  .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; }
  .support-heading h2, .connect h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .donation-grid, .crypto-grid, .contact-grid, .social-list { grid-template-columns: 1fr; }
  .action-card { min-height: 68px; padding: 8px 9px; }
  .crypto-card { grid-template-columns: 102px minmax(0, 1fr); min-height: 122px; padding: 8px; }
  .crypto-card > img { width: 102px; }
  .contact-card { min-height: 88px; }
  .contact-actions a, .contact-actions button { min-width: 67px; }
  .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; }
  .mobile-donate { position: fixed; z-index: 45; left: 9px; right: 9px; bottom: 8px; display: flex; align-items: center; justify-content: space-between; min-height: 49px; padding: 11px 15px; border: 1px solid var(--orange-hot); border-radius: 7px; background: linear-gradient(100deg, var(--teal), #07534d); color: #fff; box-shadow: 0 10px 34px rgba(0,0,0,.58), 0 0 16px rgba(255,173,118,.16); font: .88rem/1 var(--display); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
}

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