:root {
  --ink: #202522;
  --paper: #f3f0e8;
  --red: #c94b35;
  --green: #23664c;
  --gold: #e0ad40;
  --muted: rgba(243, 240, 232, 0.72);
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; }

body {
  background: var(--ink);
  color: var(--paper);
  font-family: "DM Sans", sans-serif;
}

.page-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1fr) 31%; }

.hero { min-height: 100vh; padding: 34px 5.5vw 38px; display: flex; flex-direction: column; position: relative; overflow: hidden; isolation: isolate; }
.hero-photo { position: absolute; inset: 0; z-index: -3; background: url("https://images.unsplash.com/photo-1547471080-7cc2caa01a7e?auto=format&fit=crop&w=1800&q=85") center / cover; }
.hero-tint { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(25, 31, 27, 0.97) 0%, rgba(25, 31, 27, 0.84) 42%, rgba(25, 31, 27, 0.38) 100%); }
.hero::after { content: ""; position: absolute; width: 38vw; height: 38vw; max-width: 540px; max-height: 540px; border: 1px solid rgba(224, 173, 64, 0.28); border-radius: 50%; right: -14vw; bottom: -18vw; z-index: -1; }

.topbar, .hero-footer { display: flex; align-items: center; justify-content: space-between; }
.brand { color: var(--paper); text-decoration: none; display: inline-flex; align-items: center; gap: 12px; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.08em; }
.brand b { color: var(--gold); font-size: 10px; margin-left: 4px; letter-spacing: 0.16em; }
.brand-mark { display: flex; gap: 3px; align-items: end; height: 25px; }
.brand-mark span { display: block; width: 6px; background: var(--gold); }
.brand-mark span:nth-child(1) { height: 13px; background: var(--red); }
.brand-mark span:nth-child(2) { height: 20px; }
.brand-mark span:nth-child(3) { height: 25px; background: var(--green); }
.status, .location, .scroll-note { color: var(--muted); font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(224, 173, 64, 0.13); }

.hero-content { max-width: 670px; margin: auto 0; padding: 9vh 0 10vh; animation: rise-in 900ms ease both; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
h1 { font-family: "Space Grotesk", sans-serif; font-size: clamp(48px, 6.5vw, 94px); line-height: 0.96; letter-spacing: -0.04em; margin: 24px 0 28px; max-width: 780px; }
h1 em { color: var(--gold); font-style: normal; }
.intro { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 460px; margin: 0 0 31px; }
.notify-form { display: flex; width: min(100%, 466px); border-bottom: 1px solid rgba(243, 240, 232, 0.5); padding-bottom: 11px; }
.notify-form input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--paper); background: transparent; font: inherit; font-size: 15px; }
.notify-form input::placeholder { color: rgba(243, 240, 232, 0.6); }
.notify-form button { border: 0; color: var(--ink); background: var(--gold); cursor: pointer; padding: 12px 17px; font: 700 12px "DM Sans", sans-serif; letter-spacing: 0.03em; transition: background 180ms ease, transform 180ms ease; }
.notify-form button:hover { background: #f0c766; transform: translateY(-2px); }
.notify-form button span { font-size: 18px; line-height: 0; margin-left: 10px; vertical-align: -1px; }
.form-message { min-height: 18px; color: var(--gold); font-size: 12px; margin: 12px 0 0; }
.privacy-note { color: rgba(243, 240, 232, 0.45); font-size: 11px; margin-top: 2px; }

.hero-footer { margin-top: auto; }
.location-pin { color: var(--gold); font-size: 20px; margin-right: 8px; }
.scroll-note { display: flex; align-items: center; gap: 11px; }
.scroll-line { display: inline-block; width: 40px; height: 1px; background: var(--muted); }

.countdown-panel { background: var(--paper); color: var(--ink); min-height: 100vh; padding: 42px 4vw; display: flex; flex-direction: column; justify-content: center; position: relative; }
.countdown-panel::before { content: "SPMDP"; position: absolute; top: 38px; right: 4vw; color: rgba(32, 37, 34, 0.12); font: 700 10px "Space Grotesk", sans-serif; letter-spacing: 0.2em; writing-mode: vertical-rl; }
.panel-label { color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 30px; }
.countdown { display: flex; align-items: center; gap: clamp(9px, 1.7vw, 24px); }
.countdown div { display: flex; flex-direction: column; }
.countdown strong { font: 600 clamp(42px, 5vw, 82px) "Space Grotesk", sans-serif; letter-spacing: -0.06em; line-height: 0.9; }
.countdown span { color: rgba(32, 37, 34, 0.55); font-size: 10px; letter-spacing: 0.1em; margin-top: 13px; text-transform: uppercase; }
.countdown i { color: var(--red); font: 500 30px "Space Grotesk", sans-serif; margin-top: -22px; }
.launch-date { border-top: 1px solid rgba(32, 37, 34, 0.24); color: rgba(32, 37, 34, 0.62); font-size: 13px; margin-top: 42px; padding-top: 17px; }
.launch-date span { color: var(--red); float: right; letter-spacing: 0.08em; }
.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 rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 800px) {
  .page-shell { display: block; }
  .hero { min-height: 760px; padding: 25px 7vw 28px; }
  .hero-tint { background: linear-gradient(90deg, rgba(25, 31, 27, 0.97) 0%, rgba(25, 31, 27, 0.75) 100%); }
  .status { display: none; }
  .hero-content { padding: 7vh 0 12vh; }
  .intro { font-size: 15px; }
  .hero-footer { font-size: 10px; }
  .countdown-panel { min-height: 280px; padding: 38px 7vw; }
  .countdown-panel::before { top: 30px; right: 7vw; }
  .countdown strong { font-size: clamp(45px, 15vw, 70px); }
}

@media (max-width: 420px) {
  h1 { font-size: 47px; }
  .notify-form { display: block; border-bottom: 0; }
  .notify-form input { display: block; width: 100%; border-bottom: 1px solid rgba(243, 240, 232, 0.5); padding: 0 0 13px; }
  .notify-form button { margin-top: 15px; width: 100%; }
  .countdown { gap: 8px; }
  .countdown strong { font-size: 42px; }
  .countdown i { font-size: 22px; }
}
