:root {
  --paper: #f3f0e7;
  --ink: #11110f;
  --lime: #c8ff1a;
  --orange: #ff5b2e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }

main { min-height: 100vh; min-height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; }

.grain {
  position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .16;
  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' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

.site-header { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 20px clamp(24px, 4vw, 64px); border-bottom: 2px solid var(--ink); }
.brand { width: fit-content; font-size: clamp(24px, 2.4vw, 36px); font-weight: 900; letter-spacing: -.07em; }
.brand span { color: var(--orange); }
.issue { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.launch-link { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid; font-size: 13px; font-weight: 800; transition: .2s; }
.launch-link:hover { color: var(--orange); }

.hero { min-height: 670px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); border-bottom: 2px solid var(--ink); }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 8vw, 120px) clamp(24px, 5.5vw, 88px); border-right: 2px solid var(--ink); }
.hero-copy::after { content: "01"; position: absolute; top: 24px; right: 28px; font-size: 11px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; width: fit-content; margin-bottom: 30px; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); animation: pulse 2s infinite; }
h1 { max-width: 850px; margin: 0; font-size: clamp(62px, 8.7vw, 138px); line-height: .81; letter-spacing: -.075em; font-weight: 900; }
h1 span { display: inline-block; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; letter-spacing: -.07em; }
.intro { max-width: 580px; margin: 40px 0 28px; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.45; letter-spacing: -.02em; }

.notify-form { display: flex; width: min(100%, 550px); min-height: 62px; border: 2px solid var(--ink); background: rgba(255,255,255,.24); }
.notify-form input { min-width: 0; flex: 1; border: 0; padding: 0 20px; outline: 0; color: var(--ink); background: transparent; }
.notify-form input:focus { box-shadow: inset 0 0 0 2px var(--orange); }
.notify-form button { border: 0; border-left: 2px solid var(--ink); padding: 0 22px; background: var(--lime); color: var(--ink); font-weight: 900; cursor: pointer; transition: .2s; }
.notify-form button:hover { background: var(--ink); color: var(--paper); }
.notify-form button span { margin-left: 16px; }
.success { align-self: center; margin: 0 20px; font-size: 15px; font-weight: 800; }

.launch-card { min-height: 100%; display: grid; grid-template-rows: auto 1fr auto auto auto; position: relative; background: var(--lime); }
.launch-card::before { content: ""; position: absolute; width: 170px; height: 170px; right: -70px; top: 24%; border: 2px solid var(--ink); border-radius: 50%; opacity: .22; animation: float 5s ease-in-out infinite; }
.card-topline, .card-footer { display: flex; justify-content: space-between; padding: 20px 24px; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.card-topline { border-bottom: 2px solid var(--ink); }
.date-block { z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 16px; padding: 30px clamp(24px, 4vw, 56px) 18px; border-bottom: 2px solid var(--ink); }
.date-block p, .date-block span { margin: 0 0 16px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 13px; font-weight: 900; letter-spacing: .18em; }
.date-block strong { display: block; font-size: clamp(160px, 22vw, 330px); line-height: .72; text-align: center; letter-spacing: -.11em; font-weight: 900; }
.countdown-label { margin: 0; padding: 20px 24px 12px; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 24px 24px; }
.time-unit { padding: 12px; border: 2px solid var(--ink); border-right: 0; background: var(--paper); }
.time-unit:last-child { border-right: 2px solid var(--ink); }
.time-unit strong { display: block; font-size: clamp(26px, 3vw, 44px); letter-spacing: -.06em; }
.time-unit span { font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-footer { border-top: 2px solid var(--ink); padding-block: 16px; }

.ticker-wrap { height: 54px; overflow: hidden; display: flex; align-items: center; background: var(--ink); color: var(--paper); }
.ticker { display: flex; align-items: center; gap: 30px; width: max-content; font-size: 13px; font-weight: 900; letter-spacing: .12em; animation: ticker 24s linear infinite; }
.ticker i { color: var(--lime); font-style: normal; }
.reveal { opacity: 0; animation: reveal .85s cubic-bezier(.22,.8,.2,1) forwards; }
.reveal-1 { animation-delay: .05s; } .reveal-2 { animation-delay: .16s; } .reveal-3 { animation-delay: .28s; } .reveal-4 { animation-delay: .42s; } .reveal-5 { animation-delay: .58s; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@keyframes reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(255,91,46,0); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-18px) rotate(7deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .issue { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { border-right: 0; border-bottom: 2px solid var(--ink); }
  .launch-card { min-height: 650px; }
  .date-block strong { font-size: clamp(150px, 45vw, 300px); }
}

@media (max-width: 560px) {
  .site-header { min-height: 72px; padding: 16px 20px; }
  .launch-link { font-size: 11px; }
  .hero-copy { padding: 58px 20px 52px; }
  h1 { font-size: clamp(56px, 20vw, 92px); }
  .notify-form { flex-direction: column; }
  .notify-form input, .notify-form button { min-height: 56px; }
  .notify-form button { border-left: 0; border-top: 2px solid var(--ink); }
  .launch-card { min-height: 570px; }
  .date-block strong { font-size: clamp(135px, 47vw, 220px); }
  .countdown { padding-inline: 12px; }
  .time-unit { padding: 8px 5px; }
  .time-unit strong { font-size: 25px; }
  .time-unit span { font-size: 7px; }
}

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