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

:root {
  color-scheme: dark;
  --black: #050202;
  --panel: #100606;
  --teal: #ff303e;
  --teal-pale: #ffffff;
  --amber: #ff303e;
  --amber-pale: #ffffff;
  --cream: #ffffff;
  --muted: #c9bfc0;
  --line: rgba(255,48,62, .28);
  --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 78% 5%, rgba(255,48,62,.2), transparent 29%), radial-gradient(circle at 13% 19%, rgba(255,48,62,.21), transparent 31%), radial-gradient(circle at 74% 61%, rgba(255,48,62,.15), transparent 32%), radial-gradient(circle at 14% 78%, rgba(255,48,62,.15), transparent 31%), 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; }
main { isolation: isolate; }
main::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(5,2,2,0) 0%, rgba(5,2,2,.06) 22%, rgba(5,2,2,.32) 42%, rgba(5,2,2,.7) 62%, rgba(5,2,2,.9) 82%, rgba(5,2,2,.96) 100%); pointer-events: none; }

.ambient { position: fixed; z-index: 0; inset: -18%; background: conic-gradient(from 28deg at 48% 42%, transparent 0 8%, rgba(255,48,62,.2) 17%, transparent 29%, rgba(255,48,62,.2) 41%, transparent 54%, rgba(255,48,62,.13) 67%, transparent 78%, rgba(255,48,62,.15) 91%, transparent); filter: blur(42px); opacity: .88; pointer-events: none; animation: ambient-turn 34s linear infinite; }
.ambient::before { content: ""; position: absolute; inset: 10%; border-radius: 44% 56% 61% 39% / 52% 40% 60% 48%; background: radial-gradient(circle at 30% 38%, rgba(255,48,62,.2), transparent 27%), radial-gradient(circle at 68% 61%, rgba(255,48,62,.22), transparent 29%); animation: ambient-breathe 8s ease-in-out infinite alternate; }
.sparkles { position: fixed; z-index: 1; inset: 0; pointer-events: none; }
.sparkles span { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px 3px rgba(255,48,62,.72); opacity: .7; animation: twinkle 2.8s ease-in-out infinite alternate; }
.sparkles span:nth-child(1) { left: 5%; top: 14%; }.sparkles span:nth-child(2) { left: 13%; top: 45%; animation-delay: -.8s; }.sparkles span:nth-child(3) { left: 23%; top: 9%; animation-delay: -1.7s; }.sparkles span:nth-child(4) { left: 34%; top: 76%; animation-delay: -.3s; }.sparkles span:nth-child(5) { left: 43%; top: 23%; animation-delay: -2.1s; }.sparkles span:nth-child(6) { left: 53%; top: 57%; animation-delay: -1.1s; }.sparkles span:nth-child(7) { left: 64%; top: 12%; animation-delay: -.5s; }.sparkles span:nth-child(8) { left: 72%; top: 71%; animation-delay: -2.5s; }.sparkles span:nth-child(9) { left: 80%; top: 38%; animation-delay: -1.4s; }.sparkles span:nth-child(10) { left: 88%; top: 17%; animation-delay: -.2s; background: var(--amber); box-shadow: 0 0 10px 3px rgba(255,48,62,.7); }.sparkles span:nth-child(11) { left: 93%; top: 84%; animation-delay: -1.9s; background: var(--amber); box-shadow: 0 0 10px 3px rgba(255,48,62,.7); }.sparkles span:nth-child(12) { left: 8%; top: 89%; 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(--teal); }
.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(-6deg); box-shadow: 0 0 22px rgba(255,48,62,.25); }
.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 rgba(255,48,62,.46); border-radius: 999px; color: var(--cream); box-shadow: 0 0 16px rgba(255,48,62,.1); }

.hero { display: grid; gap: 0; padding-block: 2px 7px; }
.hero-media { position: relative; width: 100%; }
.hero-media::before { content: ""; position: absolute; inset: -14px 5%; border-radius: 50%; background: linear-gradient(90deg, rgba(255,48,62,.18), rgba(255,48,62,.16)); filter: blur(34px); }
.video-stage { position: relative; display: flex; justify-content: center; width: 100%; background: transparent; }
.video-frame { position: relative; width: 56.25%; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,48,62,.68); border-radius: 8px; background: #000; box-shadow: 0 22px 62px rgba(0,0,0,.6), 0 0 28px rgba(255,48,62,.14), 0 0 58px rgba(255,48,62,.18); }
.video-frame::before { content: ""; position: absolute; z-index: 5; inset: -1px 25% auto; height: 2px; background: linear-gradient(90deg, var(--teal), var(--amber)); box-shadow: 0 0 16px 3px rgba(255,48,62,.4); }
.video-frame video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; background: #000; }
.sound-toggle { position: absolute; z-index: 7; top: 12px; right: 12px; display: grid; place-items: center; width: 35px; height: 35px; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(8,3,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: .68; }
.sound-toggle:not([aria-pressed="true"])::after { content: ""; position: absolute; width: 17px; height: 2px; border-radius: 2px; background: var(--amber); transform: rotate(-45deg); box-shadow: 0 0 6px rgba(255,48,62,.6); }
.hero-copy { padding: 8px 3px 2px; }
.kicker { margin: 0 0 7px; color: var(--teal); 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(--teal); box-shadow: 0 0 14px var(--teal); 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(3.6rem, 7.65vw, 7.02rem); line-height: .83; }
h1 em, h2 em { color: var(--amber); font-style: normal; text-shadow: 0 0 25px rgba(255,48,62,.22); }
.hero-amp { color: var(--cream); }
.hero-story { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; 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: transparent; }
.connect { padding-block: 14px; }
.section-heading { margin-bottom: 7px; }
.section-heading h2, .verified h2 { font-size: clamp(2.7rem, 5.04vw, 4.91rem); line-height: .9; }
.action-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; min-height: 80px; padding: 10px 12px; border: 1px solid rgba(255,48,62,.34); border-radius: 8px; background: rgba(10,4,4,.82); color: var(--cream); text-align: left; text-decoration: none; box-shadow: 0 0 17px rgba(255,48,62,.05); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.action-card::before, .wallet-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(340px circle at var(--x, 50%) var(--y, 50%), rgba(255,48,62,.17), transparent 54%); opacity: 0; transition: opacity .22s ease; }
.action-card > *, .wallet-card > * { position: relative; z-index: 1; }
.action-card:hover { transform: translateY(-3px); border-color: var(--amber); box-shadow: 0 12px 34px rgba(0,0,0,.4), 0 0 23px rgba(255,48,62,.13); }
.action-card:hover::before, .wallet-card:hover::before { opacity: 1; }
.action-card-featured { background: linear-gradient(110deg, rgba(255,48,62,.25), rgba(10,4,4,.88) 53%, rgba(255,48,62,.18)); border-color: rgba(255,48,62,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 0 23px rgba(255,48,62,.12); }
.action-card p { margin: 0 0 5px; color: var(--teal-pale); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.action-card h3 { font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: .9; }
.action-card small { display: block; margin-top: 0; color: var(--muted); font-size: .71rem; }
.card-arrow { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,48,62,.56); border-radius: 50%; color: var(--amber-pale); }
.wallet-grid { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 8px; }
.wallet-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 124px minmax(0, 1fr); gap: 13px; align-items: center; min-height: 142px; padding: 9px; border: 1px solid rgba(255,48,62,.3); border-radius: 8px; background: linear-gradient(135deg, rgba(255,48,62,.07), rgba(10,4,4,.9)); }
.wallet-card:hover { border-color: rgba(255,48,62,.5); }
.wallet-image { position: relative; display: grid; place-items: center; justify-self: center; width: 124px; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 7px; background: #fff; }
/* Frame the supplied deposit image around its QR code, preserving a white quiet zone. */
.wallet-image img { position: absolute; display: block; width: 170%; max-width: none; height: auto; left: -35%; top: -38%; }
.wallet-copy > p { margin: 0 0 5px; color: var(--teal-pale); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.wallet-copy h3 { font-size: clamp(1.55rem, 2.6vw, 2.25rem); line-height: .9; }
.wallet-copy code { display: block; margin-top: 8px; color: var(--cream); font: .68rem/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.wallet-copy button { min-height: 34px; margin-top: 7px; padding: 7px 10px; border: 1px solid var(--amber); border-radius: 6px; background: var(--amber); color: #ffffff; font: .7rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.wallet-copy button:hover { border-color: var(--teal); background: var(--teal); color: #ffffff; box-shadow: 0 0 15px rgba(255,48,62,.26); }
.network-note { margin: 7px 2px 0; color: #b5aaac; font-size: .7rem; line-height: 1.4; }
.social-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.social-list a { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; align-items: center; padding: 9px 10px; border: 1px solid rgba(255,48,62,.24); border-radius: 7px; background: rgba(255,48,62,.035); text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.social-list a:hover { border-color: rgba(255,48,62,.5); background: rgba(255,48,62,.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; overflow-wrap: anywhere; }
.social-list i { grid-column: 2; grid-row: 1 / span 2; color: var(--amber); 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,48,62,.22); border-radius: 8px; background: linear-gradient(100deg, rgba(255,48,62,.07), rgba(255,48,62,.04)); }
.verified-mark { width: 46px; height: 46px; }
.verified .kicker { margin-bottom: 4px; }
.verified h2 { font-size: clamp(1.8rem, 3.3vw, 3.15rem); }
.verified h2 a { color: var(--amber-pale); text-decoration-color: var(--amber); 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(--teal); color: #ffffff; }
.pulse-strip { position: relative; z-index: 2; overflow: hidden; background: linear-gradient(90deg, #c61928, var(--teal) 27%, #d51b2b 72%, var(--amber)); color: #ffffff; font: .88rem/1 var(--display); letter-spacing: .15em; white-space: nowrap; box-shadow: 0 0 24px rgba(255,48,62,.15); }
.pulse-strip div { width: max-content; padding-block: 8px; animation: ticker 23s linear infinite; }
.site-footer { padding-block: 16px; background: #050202; }
.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: #b5aaac; 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(--cream); }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 22px; max-width: calc(100% - 24px); padding: 10px 14px; border: 1px solid var(--teal); border-radius: 999px; background: #100606; 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,48,62,.22); }
.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 var(--amber-pale); outline-offset: 3px; }

@keyframes pulse { 50% { transform: scale(1.3); opacity: .7; } }
@keyframes twinkle { to { opacity: .15; transform: scale(.45); } }
@keyframes ambient-turn { to { transform: rotate(360deg); } }
@keyframes ambient-breathe { to { transform: scale(1.12) rotate(-12deg); opacity: .65; } }
@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; }
  .hero { padding-top: 2px; }
  .video-frame { width: min(78%, 520px); border-radius: 7px; }
  .sound-toggle { top: 9px; right: 9px; width: 33px; height: 33px; }
  .hero-copy { padding-top: 7px; text-align: center; }
  h1 { font-size: clamp(2.7rem, 13.23vw, 4.23rem); }
  .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(2.43rem, 12.15vw, 3.65rem); }
  .wallet-grid, .social-list { grid-template-columns: 1fr; }
  .action-card { min-height: 72px; padding: 8px 9px; }
  .wallet-card { grid-template-columns: 112px minmax(0, 1fr); min-height: 128px; gap: 11px; padding: 8px; }
  .wallet-image { width: 112px; }
  .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; }
}

/* Ibrahim: compact, video-first family page. */
body {background:#050202;font-weight:500}
.ambient {opacity:.32}
.video-frame {width:min(100%,760px);aspect-ratio:16/9}
.video-frame video {object-fit:contain}
.hero-copy {padding-top:14px}
h1 {font-size:clamp(3rem,7vw,6rem);line-height:1}
.hero-story {max-width:none;margin-top:10px}
.hero-story p,.family-story p {font-size:1rem;line-height:1.5}
.family-story {display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:8px;color:var(--muted)}
.family-story p {margin:0}
.kicker {font-size:.75rem}
.section-heading h2 {font-size:clamp(2.2rem,4vw,3.4rem);line-height:1}
.action-grid {display:grid;grid-template-columns:1fr 1fr;gap:8px}
.action-card h3 {font-size:2rem;line-height:1.1}
.action-card small,.wallet-copy>p,.network-note,.social-list small {font-size:.875rem;line-height:1.4}
.action-card small {margin-top:3px}
.crypto-options {margin-top:10px;border:1px solid var(--line);border-radius:8px;padding:10px}
.crypto-options summary {cursor:pointer;font-family:var(--display);font-size:1.1rem}
.crypto-options summary span {float:right;color:var(--amber)}
.wallet-grid {grid-template-columns:1fr 1fr}
.wallet-image img {position:static;width:100%;height:100%;object-fit:contain;max-width:100%}
.wallet-copy code {font-size:.875rem}
.wallet-copy button {font-size:.875rem;min-height:40px}
.binance-card {display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:12px}
.binance-card h3 {font-size:1.5rem}
.binance-card p {font-size:.875rem;line-height:1.5;margin:5px 0}
.binance-links {display:flex;gap:8px;flex-wrap:wrap}
.binance-links a {font-size:.875rem;padding:10px;border:1px solid var(--amber);border-radius:6px;text-underline-offset:3px}
.social-list {grid-template-columns:repeat(4,1fr)}
.reveal {opacity:1;transform:none}
.network-note {color:var(--muted)}
@media(max-width:760px){.video-frame{width:100%}.family-story,.hero-story,.wallet-grid{grid-template-columns:1fr;gap:8px}.hero-copy{text-align:left}.action-grid{grid-template-columns:1fr 1fr}.social-list{grid-template-columns:1fr}.binance-card{display:block}.wallet-image{width:100px}.wallet-card{grid-template-columns:100px minmax(0,1fr)}}
@media(max-width:370px){.action-grid{grid-template-columns:1fr}.wallet-card{grid-template-columns:80px minmax(0,1fr)}.wallet-image{width:80px}}

/* Red and white accents echo Ibrahim’s video. */
.hero-media::before {background:rgba(255,48,62,.18)}
.video-frame {border-color:#ff303e;box-shadow:0 18px 50px rgba(0,0,0,.6),0 0 32px rgba(255,48,62,.24)}
.action-card,.wallet-card,.social-list a,.verified,.crypto-options {border-color:rgba(255,48,62,.55)}
.wallet-copy button:hover {background:#ffffff;border-color:#ffffff;color:#b61020}
.pulse-strip {background:#e52131;color:#ffffff}

/* Display only each original QR with a white quiet zone; exclude all surrounding text. */
.wallet-image.deposit-qr img {position:absolute;width:260%;max-width:none;height:auto;left:-80%;top:-84%}
.binance-qr-grid {display:flex;gap:12px}
.wallet-image.binance-qr {width:156px;flex-shrink:0}
.wallet-image.binance-qr img {position:absolute;width:180%;max-width:none;height:auto;left:-40%;top:-99%}
@media(max-width:760px){.binance-qr-grid{margin-top:10px}.wallet-image.binance-qr{width:min(140px,40vw)}}

/* Three payment options remain visible together. */
.crypto-options {padding:0;border:0;margin-top:8px}
.wallet-grid {grid-template-columns:repeat(3,minmax(0,1fr))}
.wallet-card {grid-template-columns:96px minmax(0,1fr);gap:9px}
.wallet-image,.wallet-image.binance-qr {width:96px}
.binance-open {display:inline-block;margin-top:10px;font-size:.875rem;color:#fff;text-underline-offset:3px}
@media(max-width:1000px){.wallet-grid{grid-template-columns:1fr}.wallet-card{grid-template-columns:112px minmax(0,1fr)}.wallet-image,.wallet-image.binance-qr{width:112px}}

.crypto-options {margin-top:10px;padding:10px;border:1px solid rgba(255,48,62,.55);border-radius:8px}
.crypto-options[open] summary {margin-bottom:8px}
.crypto-options[open] summary span {transform:rotate(45deg)}
