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

:root {
  color-scheme: dark;
  --black: #080304;
  --panel: #120709;
  --panel-soft: #19090c;
  --red: #c61d37;
  --red-hot: #f13b54;
  --red-pale: #ff9eaa;
  --cream: #f8f0e7;
  --muted: #cbb9b7;
  --line: rgba(241, 59, 84, .25);
  --shell: min(1160px, 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 78% 6%, rgba(198, 29, 55, .14), transparent 26%), var(--black); color: var(--cream); font-family: var(--body); font-weight: 700; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
img { 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; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 12px; padding: 9px 13px; transform: translateY(-160%); border-radius: 999px; background: var(--red-hot); color: #140104; font-weight: 900; }
.skip-link:focus { transform: none; }

#embers { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.signal-field { position: fixed; z-index: 0; width: min(72vw, 920px); aspect-ratio: 1; right: -28vw; top: -20vw; pointer-events: none; opacity: .66; animation: field-drift 12s ease-in-out infinite alternate; }
.signal-field i { position: absolute; inset: calc(var(--i, 0) * 12%); border: 1px solid rgba(241, 59, 84, calc(.18 - var(--i, 0) * .025)); border-radius: 48% 52% 57% 43% / 52% 42% 58% 48%; animation: field-turn calc(24s + var(--i, 0) * 7s) linear infinite; }
.signal-field i:nth-child(1) { --i: 0; }
.signal-field i:nth-child(2) { --i: 1; animation-direction: reverse; }
.signal-field i:nth-child(3) { --i: 2; }
.signal-field i:nth-child(4) { --i: 3; animation-direction: reverse; }
.site-header, main, .site-footer { position: relative; z-index: 1; }

.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 70px; animation: header-in .65s ease both; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--cream); font: 27px/1 var(--display); letter-spacing: .06em; text-decoration: none; }
.brand > span:last-child > span { color: var(--red-hot); }
.brand-mark, .verified-mark { position: relative; display: block; overflow: hidden; border-radius: 50%; background: #000; }
.brand-mark { width: 43px; height: 43px; 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(-8deg); box-shadow: 0 0 24px rgba(241, 59, 84, .3); }
.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav a, .share-link { padding: 0; border: 0; background: none; color: var(--muted); font: .92rem/1 var(--display); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: color .2s ease; }
.site-header nav a:hover, .share-link:hover { color: var(--red-pale); }
.share-link { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--cream); }

.hero { position: relative; display: grid; grid-template-columns: 1fr; gap: 0; padding-block: 2px 5px; }
.kicker { margin: 0 0 13px; color: var(--red-hot); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker > span { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--red-hot); box-shadow: 0 0 17px var(--red-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(4.4rem, 9vw, 8.7rem); line-height: .82; }
h1 em, h2 em { color: var(--red-hot); font-style: normal; }
.hero-copy { position: static; z-index: 5; max-width: 1040px; padding: 10px 5px 4px; text-shadow: none; }
.hero-story { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); gap: 20px; max-width: 980px; margin-top: 10px; }
.hero-story p { margin: 0; color: var(--muted); line-height: 1.5; }
.hero-story .lead { color: var(--cream); font-size: 1.15rem; line-height: 1.42; }

.hero-media { position: relative; width: 100%; }
.hero-media::before { content: ""; position: absolute; width: 52%; aspect-ratio: 1; right: -8%; bottom: -16%; border: 1px solid rgba(241, 59, 84, .42); border-radius: 50%; box-shadow: 0 0 85px rgba(198, 29, 55, .13); animation: orbit 11s linear infinite; }
.video-frame { position: relative; padding: 8px; border: 1px solid var(--line); background: #020101; box-shadow: 0 30px 80px rgba(0, 0, 0, .68), 0 0 68px rgba(198, 29, 55, .2), 0 0 140px rgba(198, 29, 55, .09); }
.video-frame::before { content: ""; position: absolute; z-index: 2; inset: -9px 28% auto -9px; height: 4px; background: var(--red-hot); box-shadow: 0 0 18px rgba(241, 59, 84, .5); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #050202; }
.sound-toggle { position: absolute; z-index: 3; top: 16px; right: 16px; display: grid; place-items: center; width: 39px; height: 39px; padding: 0; border: 1px solid rgba(255, 255, 255, .34); border-radius: 50%; background: rgba(8, 3, 4, .74); color: #fff; cursor: pointer; backdrop-filter: blur(8px); }
.sound-icon { position: relative; display: block; width: 15px; height: 15px; }
.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: .62; }
.sound-toggle:not([aria-pressed="true"])::after { content: ""; position: absolute; width: 18px; height: 2px; border-radius: 2px; background: var(--red-hot); transform: rotate(-45deg); box-shadow: 0 0 6px rgba(241, 59, 84, .45); }

.pulse-strip { position: relative; z-index: 1; overflow: hidden; background: var(--red); color: #140104; font: 1rem/1 var(--display); letter-spacing: .15em; white-space: nowrap; }
.pulse-strip div { width: max-content; padding-block: 9px; animation: ticker 24s linear infinite; }

.support-heading h2, .connect h2, .verified h2 { font-size: clamp(3.4rem, 6.4vw, 6.4rem); line-height: .9; }

.support { padding-block: 17px; background: linear-gradient(180deg, rgba(198, 29, 55, .045), rgba(18, 7, 9, .62)); }
.support-heading { display: grid; grid-template-columns: 1fr; margin-bottom: 7px; }
.donation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.donation-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 9px; align-items: center; min-height: 78px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 7px; background: rgba(8, 3, 4, .66); color: var(--cream); text-align: left; text-decoration: none; cursor: pointer; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.donation-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(360px circle at var(--x, 50%) var(--y, 50%), rgba(241, 59, 84, .17), transparent 52%); opacity: 0; transition: opacity .25s ease; }
.donation-card > * { position: relative; z-index: 1; }
.donation-card:hover { transform: translateY(-5px); border-color: var(--red-hot); background: var(--panel-soft); box-shadow: 0 18px 42px rgba(0, 0, 0, .35); }
.donation-card:hover::before { opacity: 1; }
.donation-card-featured { background: var(--red); border-color: var(--red-hot); }
.donation-card-featured::after { content: "Recommended"; position: absolute; top: 7px; right: 9px; color: rgba(255,255,255,.72); font: .52rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.donation-card p { margin: 0 0 7px; color: var(--red-pale); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.donation-card h3 { font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: .85; }
.card-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--red-pale); font: 900 .9rem/1 Arial, Helvetica, sans-serif; transition: transform .25s ease, background .25s ease, color .25s ease; }
.donation-card:hover .card-arrow { transform: rotate(45deg); background: var(--red-hot); color: #140104; }
.connect { display: block; padding-block: 17px; }
.connect-copy { max-width: 900px; }
.connect-copy > p:not(.kicker) { margin: 7px 0 10px; color: var(--muted); line-height: 1.5; }
.social-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.social-list a { display: grid; grid-template-columns: 1fr auto 24px; gap: 13px; align-items: center; padding: 10px; border-radius: 5px; background: rgba(241, 59, 84, .04); text-decoration: none; transition: color .2s ease, padding .2s ease, background .2s ease; }
.social-list a:hover { padding-inline: 12px; background: rgba(241, 59, 84, .06); color: var(--red-pale); }
.social-list span { font: 1.15rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.social-list small { color: var(--muted); font-size: .72rem; }
.social-list i { color: var(--red-hot); font-style: normal; }

.verified { display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center; margin-bottom: 6px; padding: 8px; border-radius: 8px; background: linear-gradient(100deg, rgba(198, 29, 55, .15), rgba(18, 7, 9, .5)); }
.verified-mark { width: 48px; height: 48px; }
.verified .kicker { margin-bottom: 7px; }
.verified h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.verified h2 a { color: var(--red-pale); text-decoration-color: var(--red); text-underline-offset: 5px; }
.back-link { display: inline-flex; align-items: center; gap: 18px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 4px; font: .82rem/1 var(--display); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.back-link:hover { background: var(--red-hot); color: #140104; }

.site-footer { padding-block: 20px; background: #030102; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 44px; align-items: center; }
.footer-brand { font-size: 24px; }
.footer-grid p { margin: 8px 0 0; color: #796468; font-size: .78rem; }
.footer-grid > a { color: var(--muted); font: .82rem/1 var(--display); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.footer-grid > a:hover { color: var(--red-pale); }
.mobile-donate { display: none; }

.crypto-modal[hidden] { display: none; }
.crypto-modal { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 18px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3, 1, 2, .88); backdrop-filter: blur(10px); }
.modal-panel { position: relative; width: min(100%, 820px); max-height: calc(100vh - 36px); overflow-y: auto; padding: 30px; border: 1px solid var(--red-hot); border-radius: 10px; background: #0c0406; box-shadow: 0 34px 100px rgba(0, 0, 0, .72), 0 0 60px rgba(198, 29, 55, .13); }
.modal-panel h2 { font-size: clamp(2.6rem, 6vw, 5rem); line-height: .9; }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 50%; background: #0c0406; color: var(--red-pale); font-size: 1.5rem; cursor: pointer; }
.crypto-layout { display: grid; grid-template-columns: minmax(210px, 300px) 1fr; gap: 26px; align-items: center; margin-top: 22px; }
.crypto-layout img { display: block; width: 100%; max-height: 380px; object-fit: contain; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.wallet-network { margin: 0 0 22px; color: var(--red-pale); font: 1rem/1.3 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.wallet-label { margin: 0 0 8px; color: var(--red-hot); font: .7rem/1 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.wallet-address { margin: 0; padding: 13px; border: 1px solid var(--line); border-radius: 5px; background: rgba(241, 59, 84, .06); color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .85rem; line-height: 1.5; overflow-wrap: anywhere; }
.copy-button { width: 100%; min-height: 44px; margin-top: 11px; border: 1px solid var(--red-hot); border-radius: 4px; background: var(--red); color: #fff; font: .84rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.copy-button:hover { background: var(--red-hot); color: #140104; }
.copy-status { min-height: 1.2em; margin: 8px 0 0; color: var(--red-pale); font-size: .78rem; }
.wallet-warning { margin: 21px 0 0; padding: 12px 14px; border-left: 3px solid var(--red-hot); background: rgba(241, 59, 84, .06); color: var(--muted); font-size: .8rem; line-height: 1.5; }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 24px; padding: 11px 15px; border: 1px solid var(--red-hot); border-radius: 999px; background: #100507; color: var(--cream); font-size: .8rem; opacity: 0; transform: translate(-50%, 20px); transition: opacity .25s ease, transform .25s ease; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reactive { isolation: isolate; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

@keyframes header-in { from { opacity: 0; transform: translateY(-13px); } }
@keyframes pulse { 50% { transform: scale(1.3); opacity: .7; } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes field-turn { to { transform: rotate(360deg); } }
@keyframes field-drift { to { transform: translate(-3%, 4%) scale(1.05); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .hero { padding-block: 2px 5px; }
  .hero-copy { max-width: 680px; }
  .hero-media { width: min(100%, 760px); margin-inline: auto; }
  .hero-story { grid-template-columns: 1fr; gap: 7px; }
  .verified { grid-template-columns: 64px 1fr; }
  .back-link { grid-column: 1 / -1; justify-content: space-between; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 22px, 560px); }
  body { padding-bottom: 66px; }
  .site-header { min-height: 65px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 37px; height: 37px; }
  .site-header nav { gap: 10px; }
  .site-header nav a { display: none; }
  .share-link { padding: 8px 11px; }
  .hero { padding-block: 2px 4px; }
  .hero-copy { position: static; max-width: none; padding: 8px 3px 0; text-align: center; text-shadow: none; }
  h1 { font-size: clamp(3.4rem, 17vw, 5.1rem); }
  .video-frame { padding: 4px; }
  .video-frame::before { height: 3px; }
  .sound-toggle { right: 10px; bottom: 10px; }
  .pulse-strip { font-size: .8rem; }
  .hero-story { grid-template-columns: 1fr; gap: 6px; margin-top: 8px; text-align: left; }
  .hero-story .lead { font-size: 1.05rem; }
  .support-heading h2, .connect h2 { font-size: clamp(3.3rem, 16vw, 4.8rem); }
  .support { padding-block: 14px; }
  .support-heading { margin-bottom: 6px; }
  .donation-grid { grid-template-columns: 1fr; }
  .donation-card { min-height: 70px; padding: 8px 9px; }
  .donation-card h3 { font-size: 2.15rem; }
  .connect { padding-block: 14px; }
  .social-list { grid-template-columns: 1fr; }
  .social-list a { grid-template-columns: 1fr 24px; }
  .social-list small { grid-column: 1; grid-row: 2; }
  .social-list i { grid-column: 2; grid-row: 1 / span 2; }
  .verified { grid-template-columns: 46px 1fr; gap: 9px; margin-bottom: 5px; padding: 8px; }
  .verified-mark { width: 46px; height: 46px; }
  .verified h2 { font-size: 2rem; }
  .site-footer { padding-block: 20px; }
  .mobile-donate { position: fixed; z-index: 45; left: 10px; right: 10px; bottom: 9px; display: flex; align-items: center; justify-content: space-between; min-height: 51px; padding: 12px 16px; border: 1px solid var(--red-hot); border-radius: 6px; background: var(--red); color: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.55); font: .92rem/1 var(--display); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
  .crypto-layout { grid-template-columns: 1fr; gap: 18px; }
  .crypto-layout img { width: min(100%, 280px); margin-inline: auto; }
  .modal-panel { padding: 24px 16px 18px; }
}

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