:root {
  --ink: #2a1230;
  --pink: #ff9fc9;
  --hot: #f84993;
  --cream: #fff7ef;
  --gold: #f4bd32;
  --gold-pale: #ffe89a;
  --lime: #dffc52;
  --line: rgba(42, 18, 48, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "Courier New", ui-monospace, monospace; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.noise { position: fixed; z-index: 30; inset: 0; pointer-events: none; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: "Arial Black", Impact, sans-serif; font-size: 19px; text-decoration: none; }
.brand span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cream); background: var(--ink); border-radius: 52% 44% 49% 45%; transform: rotate(-8deg); }
.nav-links { display: flex; gap: 23px; }
.nav-links a { font-size: 13px; font-weight: 700; text-transform: uppercase; text-underline-offset: 4px; }

.hero { min-height: calc(100vh - 86px); padding: 42px 0 66px; display: grid; grid-template-columns: 5fr 7fr; align-items: center; gap: 20px; }
.eyebrow { margin: 0 0 17px; font-size: 13px; font-weight: 700; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Arial Black", Impact, sans-serif; font-weight: 400; line-height: .92; letter-spacing: -.055em; }
h1 { font-size: clamp(66px, 8.2vw, 116px); }
h1 em, h2 em { color: var(--hot); font-family: Georgia, serif; font-weight: 700; letter-spacing: -.075em; }
.lede { max-width: 600px; margin: 26px 0 0; font-size: clamp(20px, 1.7vw, 24px); line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.actions.centered { justify-content: center; }
.button { min-height: 58px; padding: 0 26px; border: 2px solid var(--ink); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover:not(.disabled) { transform: translateY(-3px); box-shadow: 0 6px 0 var(--hot); }
.primary { color: white; background: var(--ink); }
.secondary { background: transparent; }
.button small { padding: 4px 7px; color: var(--ink); background: var(--lime); border-radius: 99px; }
.disabled { opacity: .6; cursor: not-allowed; }
.fine { margin: 16px 0 0; font-size: 13px; line-height: 1.5; opacity: .72; text-transform: uppercase; }

.hero-art { min-height: 650px; position: relative; display: grid; place-items: center; }
.hero-art img { position: relative; z-index: 2; width: min(650px, 100%); max-height: 690px; object-fit: contain; filter: drop-shadow(0 28px 18px rgba(42,18,48,.18)); animation: float 5s ease-in-out infinite; }
.sun { position: absolute; width: min(580px, 88%); aspect-ratio: 1; border-radius: 50%; background: repeating-conic-gradient(from -4deg, var(--pink) 0 12deg, #ffd8b2 12deg 24deg); mask-image: radial-gradient(circle, black 0 65%, transparent 66%); opacity: .9; animation: spin 48s linear infinite; }
.sticker { position: absolute; z-index: 3; padding: 14px 17px; border: 2px solid var(--ink); background: white; box-shadow: 6px 7px 0 var(--ink); text-transform: uppercase; }
.sticker span { display: block; font-size: 12px; letter-spacing: .06em; }
.sticker strong { display: block; margin-top: 5px; font-family: "Arial Black", Impact, sans-serif; font-size: 19px; }
.sticker.current { left: 3%; bottom: 12%; transform: rotate(-7deg); }
.sticker.burned { top: 13%; right: 1%; width: 108px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; background: var(--lime); text-align: center; transform: rotate(8deg); }
.sticker.burned strong { font-size: 23px; }

.address-bar { color: white; background: var(--ink); }
.addresses { display: grid; grid-template-columns: 1fr 1fr; }
.addresses > div { min-width: 0; min-height: 70px; padding: 12px 21px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; }
.addresses > div + div { border-left: 1px solid rgba(255,255,255,.18); }
.addresses span { color: var(--pink); font-size: 13px; font-weight: 700; }
.addresses code { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.addresses button { padding: 9px 13px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.32); border-radius: 99px; font-size: 12px; text-transform: uppercase; cursor: pointer; }
.addresses button:disabled { opacity: .3; cursor: not-allowed; }

.weigh-in { padding: 124px 0; background: var(--pink); }
.section-head { margin-bottom: 46px; display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 60px; }
.section-head h2 { font-size: clamp(50px, 6.2vw, 82px); }
.section-head > p { margin: 0; font-size: 17px; line-height: 1.65; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--ink); background: var(--cream); box-shadow: 9px 10px 0 var(--ink); }
.stats article { min-height: 250px; padding: 25px; position: relative; }
.stats article + article { border-left: 1px solid var(--line); }
.stats article > span { font-size: 13px; font-weight: 700; text-transform: uppercase; }
.stats strong { display: block; margin-top: 50px; font-family: "Arial Black", Impact, sans-serif; font-size: clamp(45px, 5.4vw, 72px); line-height: .82; letter-spacing: -.065em; }
.stats strong small { display: block; margin-top: 13px; font-family: "Courier New", monospace; font-size: 13px; letter-spacing: .06em; }
.stats p { position: absolute; left: 25px; bottom: 22px; margin: 0; font-size: 14px; line-height: 1.45; opacity: .72; }
.next-reveal { margin-top: 24px; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; border: 2px solid var(--ink); border-radius: 14px; background: var(--gold-pale); }
.lock { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-family: Georgia, serif; font-size: 26px; font-weight: 800; }
.next-reveal p { margin: 0 0 5px; font-size: 13px; text-transform: uppercase; }
.next-reveal strong { font-size: 16px; }
.live { display: flex; align-items: center; gap: 8px; font-size: 13px; text-transform: uppercase; }
.live i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(223,252,82,.25); }

.how { padding: 122px 0; color: white; background: var(--ink); }
.section-head.light > p { color: rgba(255,255,255,.6); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.steps article { min-height: 310px; padding: 30px 35px 0 0; }
.steps article + article { padding-left: 35px; border-left: 1px solid rgba(255,255,255,.2); }
.steps article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 66px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 13px; font-weight: 700; }
.steps h3 { font-size: clamp(32px, 3.6vw, 47px); }
.steps p { margin: 19px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; }

.split { padding-block: 122px; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.split-card { padding: 29px; border: 2px solid var(--ink); box-shadow: 7px 8px 0 var(--ink); }
.gold-card { background: var(--gold-pale); }
.pink-card { background: var(--pink); }
.split-card > p { margin: 0; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.bar { height: 230px; display: flex; gap: 6px; margin-top: 26px; }
.bar span { min-width: 0; padding: 17px 13px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); color: white; background: var(--ink); }
.bar.two span:first-child { flex: 4; }
.bar.two span:last-child { flex: 1; color: var(--ink); background: rgba(255,255,255,.55); }
.bar.three span:nth-child(1), .bar.three span:nth-child(2) { flex: 2; }
.bar.three span:nth-child(2) { color: var(--ink); background: var(--gold-pale); }
.bar.three span:nth-child(3) { flex: 1; color: var(--ink); background: rgba(255,255,255,.55); }
.bar strong { font-family: "Arial Black", Impact, sans-serif; font-size: clamp(28px, 3.5vw, 48px); letter-spacing: -.06em; }
.bar small { font-size: 13px; line-height: 1.35; text-transform: uppercase; }

.proof { padding: 105px 0; background: var(--gold-pale); border-block: 2px solid var(--ink); }
.proof-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.proof h2 { font-size: clamp(45px, 5.2vw, 69px); }
.proof h2 + p { margin: 20px 0 0; font-size: 16px; line-height: 1.6; }
.proof dl { margin: 0; border-top: 2px solid var(--ink); }
.proof dl div { min-width: 0; padding: 18px 0; display: grid; grid-template-columns: 100px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.proof dt { font-size: 13px; font-weight: 700; text-transform: uppercase; }
.proof dd { margin: 0; overflow: hidden; font-size: 14px; font-weight: 700; text-align: right; text-overflow: ellipsis; white-space: nowrap; }

.closing { padding-block: 135px; text-align: center; }
.closing h2 { font-size: clamp(64px, 8.5vw, 112px); }
.closing > p:not(.eyebrow) { max-width: 680px; margin: 25px auto 0; font-size: 17px; line-height: 1.65; }
.footer { min-height: 95px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); }
.footer .brand { font-size: 15px; }
.footer .brand span { width: 30px; height: 30px; }
.footer p { margin: 0; font-size: 12px; text-transform: uppercase; }
.disclaimer { padding-block: 0 32px; color: rgba(42,18,48,.65); font-size: 12px; line-height: 1.65; text-align: center; }
.toast { position: fixed; z-index: 40; right: 18px; bottom: 18px; padding: 12px 16px; border-radius: 99px; color: white; background: var(--ink); font-size: 13px; opacity: 0; transform: translateY(8px); transition: .2s ease; }
.toast.show { opacity: 1; transform: none; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; margin-inline: auto; text-align: center; }
  .hero-art { min-height: 590px; order: -1; }
  .actions { justify-content: center; }
  .proof-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 650px) {
  .wrap { width: min(100% - 24px, 1160px); }
  .nav { min-height: 70px; }
  .nav-links a:nth-child(-n+2) { display: none; }
  .nav-links { gap: 14px; }
  .hero { min-height: auto; padding: 15px 0 70px; }
  .hero-art { min-height: 420px; }
  .hero-art img { max-height: 440px; }
  .sticker.current { left: 0; bottom: 5%; }
  .sticker.burned { top: 8%; right: 0; width: 86px; }
  h1 { font-size: clamp(58px, 18vw, 80px); }
  .actions { flex-direction: column; }
  .addresses { grid-template-columns: 1fr; }
  .addresses > div { grid-template-columns: 74px 1fr auto; padding-inline: 12px; }
  .addresses > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .weigh-in, .how, .split { padding-block: 82px; }
  .section-head { display: block; margin-bottom: 32px; }
  .section-head > p { margin-top: 22px; }
  .stats { grid-template-columns: 1fr; }
  .stats article { min-height: 205px; }
  .stats article + article { border-left: 0; border-top: 1px solid var(--line); }
  .next-reveal { grid-template-columns: auto 1fr; }
  .next-reveal .live { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 0; padding: 28px 0 48px; }
  .steps article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .steps article > span { margin-bottom: 35px; }
  .split-grid { grid-template-columns: 1fr; }
  .split-card { padding: 20px 15px; }
  .bar { height: 175px; gap: 4px; }
  .bar span { padding: 12px 7px; }
  .bar strong { font-size: 24px; }
  .bar small { font-size: 7px; }
  .proof { padding: 78px 0; }
  .proof dl div { grid-template-columns: 75px 1fr; }
  .closing { padding-block: 100px; }
  .footer { padding-block: 26px; flex-direction: column; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
