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

:root {
  color-scheme: dark;
  --black: #050405;
  --panel: #0c1011;
  --panel-soft: #121c1e;
  --aqua: #bfeff3;
  --aqua-bright: #7fe9ef;
  --aqua-deep: #3baeb8;
  --pink: #f4009b;
  --pink-soft: #ffb4df;
  --cream: #fffafd;
  --muted: #c8c5c8;
  --line: rgba(127, 233, 239, .27);
  --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 82% 4%, rgba(59, 174, 184, .2), transparent 30%), radial-gradient(circle at 8% 43%, rgba(244, 0, 155, .1), transparent 27%), radial-gradient(circle at 48% 74%, rgba(59, 174, 184, .055), transparent 28%), var(--black); color: var(--cream); font-family: var(--body); font-weight: 750; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
img { 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; }
#sparkles { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.ambient-glow { position: fixed; z-index: 0; width: min(82vw, 980px); aspect-ratio: 1; right: -33vw; top: -28vw; border: 1px solid rgba(127, 233, 239, .18); border-radius: 50%; box-shadow: 0 0 180px rgba(59, 174, 184, .17), inset 0 0 120px rgba(127, 233, 239, .04), 0 0 260px rgba(59, 174, 184, .055); pointer-events: none; }
.site-header, main, .site-footer { position: relative; z-index: 1; }

.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 66px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cream); font: 26px/1 var(--display); letter-spacing: .06em; text-decoration: none; }
.brand > span:last-child > span, .footer-brand span { color: var(--pink); }
.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); box-shadow: 0 0 18px rgba(127, 233, 239, .12); }
.brand-mark img, .verified-mark img { position: absolute; width: 337.5%; max-width: none; left: -111.25%; top: -39.7%; }
.site-header nav { display: flex; align-items: center; gap: 24px; }
.site-header nav a, .share-link { padding: 0; border: 0; background: none; color: var(--muted); font: .88rem/1 var(--display); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.site-header nav a:hover, .share-link:hover { color: var(--aqua); }
.share-link { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--cream); }

.hero { display: grid; gap: 0; padding-block: 2px 5px; }
.hero-media { position: relative; width: 100%; }
.hero-media::before { content: ""; position: absolute; inset: -6% 6% -8%; background: radial-gradient(ellipse, rgba(244, 0, 155, .18), transparent 66%); filter: blur(30px); }
.video-frame { position: relative; padding: 8px; border: 2px solid rgba(244, 0, 155, .78); border-radius: 14px; background: #010102; box-shadow: 0 26px 70px rgba(0, 0, 0, .7), 0 0 58px rgba(244, 0, 155, .26), 0 0 128px rgba(244, 0, 155, .1); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 8px; object-fit: cover; background: #030405; }
.sound-toggle { position: absolute; z-index: 4; top: 15px; right: 15px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255, 255, 255, .6); border-radius: 50%; background: rgba(3, 23, 26, .8); 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: .62; }
.sound-toggle:not([aria-pressed="true"])::after { content: ""; position: absolute; width: 18px; height: 2px; border-radius: 2px; background: var(--pink); transform: rotate(-45deg); box-shadow: 0 0 7px rgba(244, 0, 155, .6); }

.hero-copy { max-width: 1020px; padding: 14px 4px 4px; }
.kicker { margin: 0 0 9px; color: var(--aqua-bright); font-size: .69rem; 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(--pink); box-shadow: 0 0 16px var(--pink); 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.6vw, 8rem); line-height: .83; }
h1 em, h2 em { color: var(--pink); font-style: normal; }
.hero-story { display: grid; grid-template-columns: minmax(240px, .82fr) minmax(0, 1.18fr); gap: 20px; max-width: 970px; margin-top: 9px; }
.hero-story p { margin: 0; color: var(--muted); line-height: 1.47; }
.hero-story .lead { color: var(--cream); font-size: 1.12rem; line-height: 1.4; }

.section-heading h2, .verified h2 { font-size: clamp(3.1rem, 6vw, 5.8rem); line-height: .9; }
.support { padding-block: 14px; background: linear-gradient(180deg, rgba(59, 174, 184, .035), rgba(12, 16, 17, .62)); }
.section-heading { margin-bottom: 7px; }
.section-heading > p:not(.kicker) { margin: 7px 0 0; color: var(--muted); line-height: 1.45; }
.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: 9px; align-items: center; min-height: 74px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 7px; background: rgba(5, 4, 5, .7); color: var(--cream); text-align: left; cursor: pointer; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.action-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(360px circle at var(--x, 50%) var(--y, 50%), rgba(127, 233, 239, .18), transparent 52%); opacity: 0; transition: opacity .22s ease; }
.action-card::after { content: ""; position: absolute; z-index: 1; inset: -1px; padding: 2px; border-radius: inherit; background: conic-gradient(from var(--card-rim-angle), transparent 0 74%, rgba(255, 180, 223, .36) 81%, #fff 86%, var(--pink) 91%, transparent 98%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; filter: drop-shadow(0 0 4px rgba(244, 0, 155, .58)); animation: card-rim-run 3.1s linear infinite; pointer-events: none; }
.action-card > * { position: relative; z-index: 2; }
.action-card:hover { transform: translateY(-4px); border-color: var(--aqua-bright); background: var(--panel-soft); }
.action-card:hover::before { opacity: 1; }
.action-card p { margin: 0 0 6px; color: var(--aqua); font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; }
.action-card h3 { font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: .85; }
.card-arrow { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid var(--line); border-radius: 50%; color: var(--pink); font: 900 .9rem/1 var(--display); }

.connect { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); gap: 26px; align-items: end; padding-block: 14px; }
.social-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.social-list a { display: grid; grid-template-columns: 1fr auto 22px; gap: 10px; align-items: center; padding: 9px 10px; border-radius: 6px; background: rgba(127, 233, 239, .045); text-decoration: none; transition: color .2s ease, background .2s ease; }
.social-list a:hover { background: rgba(244, 0, 155, .085); color: var(--pink-soft); box-shadow: inset 0 0 0 1px rgba(244, 0, 155, .14), 0 0 22px rgba(244, 0, 155, .045); }
.social-list span { font: 1.03rem/1 var(--display); letter-spacing: .055em; text-transform: uppercase; }
.social-list small { color: var(--muted); font-size: .67rem; }
.social-list i { color: var(--pink); font-style: normal; }
.social-list a[aria-disabled="true"] { opacity: .62; }

.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(59, 174, 184, .16), rgba(12, 16, 17, .52)); }
.verified-mark { width: 48px; height: 48px; }
.verified .kicker { margin-bottom: 6px; }
.verified h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.verified h2 a { color: var(--aqua); text-decoration-color: var(--pink); text-underline-offset: 5px; }
.back-link { display: inline-flex; align-items: center; gap: 18px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 4px; font: .78rem/1 var(--display); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.back-link:hover { background: var(--aqua-bright); color: #041012; }
.pulse-strip { position: relative; z-index: 1; overflow: hidden; background: var(--pink); color: #19000f; font: .95rem/1 var(--display); letter-spacing: .15em; white-space: nowrap; }
.pulse-strip div { width: max-content; padding-block: 8px; animation: ticker 24s linear infinite; }

.site-footer { padding-block: 18px; background: #020203; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 38px; align-items: center; }
.footer-brand { font-size: 23px; }
.footer-grid p { margin: 7px 0 0; color: #777176; font-size: .76rem; }
.footer-grid > a { color: var(--muted); font: .79rem/1 var(--display); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.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(2, 4, 5, .9); backdrop-filter: blur(10px); }
.modal-panel { position: relative; width: min(100%, 800px); max-height: calc(100vh - 36px); overflow-y: auto; padding: 28px; border: 1px solid var(--aqua-bright); border-radius: 10px; background: #071012; box-shadow: 0 34px 100px rgba(0, 0, 0, .74), 0 0 60px rgba(59, 174, 184, .16); }
.modal-panel h2 { font-size: clamp(2.6rem, 6vw, 5rem); line-height: .9; }
.modal-close { position: absolute; z-index: 2; top: 13px; right: 13px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #071012; color: var(--aqua); font-size: 1.5rem; cursor: pointer; }
.crypto-layout { display: grid; grid-template-columns: minmax(210px, 285px) 1fr; gap: 24px; align-items: center; margin-top: 20px; }
.crypto-layout img { display: block; width: 100%; max-height: 360px; object-fit: contain; border: 1px solid var(--line); border-radius: 7px; background: #111; }
.wallet-network { margin: 0 0 20px; color: var(--aqua); font: .95rem/1.3 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.wallet-label { margin: 0 0 7px; color: var(--aqua-bright); font: .68rem/1 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.wallet-address { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 5px; background: rgba(127, 233, 239, .055); color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82rem; line-height: 1.5; overflow-wrap: anywhere; }
.copy-button { width: 100%; min-height: 43px; margin-top: 10px; border: 1px solid var(--aqua-bright); border-radius: 4px; background: var(--aqua-deep); color: #031012; font: .82rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.copy-button:hover { background: var(--aqua-bright); }
.copy-status { min-height: 1.2em; margin: 7px 0 0; color: var(--pink-soft); font-size: .76rem; }
.wallet-warning { margin: 18px 0 0; padding: 11px 13px; border-left: 3px solid var(--pink); background: rgba(244, 0, 155, .055); color: var(--muted); font-size: .78rem; line-height: 1.5; }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 23px; padding: 10px 14px; border: 1px solid var(--aqua-bright); border-radius: 999px; background: #071012; color: var(--cream); font-size: .78rem; 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); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

@keyframes pulse { 50% { transform: scale(1.3); opacity: .7; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes rim-spin { to { transform: translate(-50%, -50%) rotate(1turn); } }
@keyframes card-rim-run { to { --card-rim-angle: 360deg; } }

@property --card-rim-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@media (max-width: 820px) {
  .hero-story { grid-template-columns: 1fr; gap: 6px; }
  .connect { grid-template-columns: 1fr; gap: 7px; }
  .social-list { grid-template-columns: 1fr; }
  .verified { grid-template-columns: 48px 1fr; }
  .back-link { grid-column: 1 / -1; justify-content: space-between; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 22px, 560px); }
  body { padding-bottom: 65px; }
  .site-header { min-height: 62px; }
  .brand { font-size: 22px; }
  .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: 5px; border-radius: 12px; }
  .video-frame video { border-radius: 7px; }
  .sound-toggle { top: 10px; right: 10px; width: 34px; height: 34px; }
  .hero-copy { padding-top: 13px; text-align: center; }
  h1 { font-size: clamp(3.35rem, 17vw, 5rem); }
  .hero-story { margin-top: 8px; text-align: left; }
  .hero-story .lead { font-size: 1.04rem; }
  .section-heading h2 { font-size: clamp(3.2rem, 16vw, 4.7rem); }
  .support, .connect { padding-block: 12px; }
  .donation-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 68px; padding: 8px 9px; }
  .social-list a { grid-template-columns: 1fr 22px; }
  .social-list small { grid-column: 1; grid-row: 2; }
  .social-list i { grid-column: 2; grid-row: 1 / span 2; }
  .verified { padding: 8px; }
  .verified h2 { font-size: 1.95rem; }
  .mobile-donate { position: fixed; z-index: 45; isolation: isolate; overflow: hidden; left: 10px; right: 10px; bottom: 9px; display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 12px 16px; border: 0; border-radius: 6px; background: var(--pink); color: #19000f; box-shadow: 0 12px 34px rgba(0, 0, 0, .58), 0 0 14px rgba(244, 0, 155, .22); font: .9rem/1 var(--display); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
  .mobile-donate::before { content: ""; position: absolute; z-index: 0; width: 130%; aspect-ratio: 1; left: 50%; top: 50%; background: conic-gradient(from 0deg, transparent 0 72%, rgba(255, 180, 223, .95) 80%, #fff 84%, var(--pink) 89%, transparent 97%); transform: translate(-50%, -50%) rotate(0); transform-origin: center; animation: rim-spin 3.2s linear infinite; }
  .mobile-donate::after { content: ""; position: absolute; z-index: 1; inset: 2px; border-radius: 4px; background: var(--pink); }
  .mobile-donate > span { position: relative; z-index: 2; }
  .crypto-layout { grid-template-columns: 1fr; gap: 17px; }
  .crypto-layout img { width: min(100%, 270px); margin-inline: auto; }
  .modal-panel { padding: 23px 15px 17px; }
}

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