:root {
  --bg: #050505;
  --panel: #090909;
  --text: #f2f0ea;
  --muted: #8c8c88;
  --line: rgba(255,255,255,.12);
  --red: #e31722;
  --red-dark: #a80e17;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
::selection { background: var(--red); color: #fff; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: .08;
  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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  z-index: 100;
  background: rgba(255,255,255,.04);
}
.progress span { display: block; height: 100%; width: 0; background: var(--red); }

.topbar {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  background: linear-gradient(to bottom, rgba(5,5,5,.76), rgba(5,5,5,.30));
}
.brand {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: .08em;
  line-height: 1;
}
.brand span { color: var(--red); }
.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 600;
}
.status i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 14px rgba(227,23,34,.9);
  animation: pulse 1.8s infinite;
}
@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }

.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  padding: 120px clamp(20px, 6vw, 88px) 80px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 35%, rgba(227,23,34,.09), transparent 28%),
    linear-gradient(105deg, transparent 0 58%, rgba(255,255,255,.025) 58% 58.15%, transparent 58.15% 100%);
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(to bottom, transparent, #050505);
  z-index: -1;
}
.hero-inner { width: min(1200px, 100%); position: relative; z-index: 2; }
.hero h1, .statement h2, .manifesto h2, .waitlist h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: .88;
  font-weight: 900;
}
.hero h1 { font-size: clamp(58px, 11vw, 156px); max-width: 1100px; }
.hero .sub {
  margin: 30px 0 0;
  font-size: clamp(15px, 2vw, 22px);
  color: #b8b8b2;
  letter-spacing: .02em;
}
.hero-mark {
  position: absolute;
  right: -2vw;
  bottom: -9vw;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(260px, 48vw, 740px);
  line-height: .75;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(227,23,34,.12);
  transform: skewX(-8deg);
  z-index: 0;
  user-select: none;
}
.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: clamp(20px, 6vw, 88px);
  font-size: 10px;
  letter-spacing: .22em;
  color: #71716d;
}
.scroll-cue span { color: var(--red); }

.marquee-wrap { overflow: hidden; transform: rotate(-1.35deg) scale(1.02); margin: -4px 0; position: relative; z-index: 5; }
.marquee { background: var(--red); color: #fff; border-top: 1px solid #f55059; border-bottom: 1px solid #7d0b11; }
.track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 13px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(19px, 2.4vw, 30px);
  font-weight: 900;
  letter-spacing: .09em;
  animation: marquee 16s linear infinite;
}
.track b { font-weight: 400; opacity: .75; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(100px, 15vw, 190px) clamp(20px, 7vw, 100px); }
.statement {
  min-height: 92svh;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
}
.grid-lines {
  position: absolute; inset: 0; pointer-events: none; opacity: .55;
  background-image:
    linear-gradient(to right, transparent calc(25% - .5px), rgba(255,255,255,.045) 25%, transparent calc(25% + .5px)),
    linear-gradient(to right, transparent calc(50% - .5px), rgba(255,255,255,.045) 50%, transparent calc(50% + .5px)),
    linear-gradient(to right, transparent calc(75% - .5px), rgba(255,255,255,.045) 75%, transparent calc(75% + .5px));
}
.statement-copy { position: relative; z-index: 1; }
.statement h2 { font-size: clamp(82px, 16vw, 220px); }
.statement h2 span, .manifesto h2 span, .waitlist h2 span { color: var(--red); }
.statement-copy > p:last-child { margin: 28px 0 0; color: #aaa9a3; font-size: clamp(16px, 2vw, 22px); }
.statement-code {
  display: grid;
  gap: 12px;
  color: #656560;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .15em;
  text-align: right;
  padding-bottom: 8px;
}

.manifesto { border-bottom: 1px solid var(--line); background: linear-gradient(180deg,#050505,#080808 60%,#050505); }
.manifesto-inner { max-width: 1100px; }
.manifesto h2 { font-size: clamp(58px, 10vw, 138px); }
.manifesto-lines { margin: clamp(60px, 8vw, 100px) 0 0; border-top: 1px solid var(--line); }
.manifesto-lines p {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: #bdbdb6;
  font-size: clamp(17px, 2.2vw, 24px);
}
.signature {
  margin-top: 54px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(35px, 6vw, 78px);
  font-weight: 900;
  letter-spacing: -.01em;
}
.signature span { color: var(--red); }

.waitlist {
  min-height: 85svh;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.waitlist::before {
  content: "";
  width: 45vw; height: 45vw;
  max-width: 620px; max-height: 620px;
  position: absolute;
  right: -20vw; top: 8%;
  border: 1px solid rgba(227,23,34,.12);
  transform: rotate(45deg);
  box-shadow: 0 0 100px rgba(227,23,34,.035) inset;
}
.waitlist-inner { width: min(920px,100%); position: relative; z-index: 2; }
.waitlist h2 { font-size: clamp(76px, 14vw, 190px); }
.waitlist-copy { margin: 30px 0 24px; color: #aaa9a3; font-size: clamp(16px, 2vw, 22px); }
.waitlist-form {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  border-bottom: 1px solid rgba(255,255,255,.25);
  max-width: 760px;
  transition: border-color .2s ease;
}
.waitlist-form:focus-within { border-color: var(--red); }
.waitlist-form input {
  min-width: 0;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  padding: 20px 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: .06em;
}
.waitlist-form input::placeholder { color: #555550; }
.waitlist-form button {
  appearance: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 0 4px 0 28px;
  font-size: 17px;
  white-space: nowrap;
}
.waitlist-form button span { color: var(--red); margin-left: 6px; }
.form-message {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 10px 0 0;
  font-size: 12px;
  letter-spacing: .05em;
  color: #c9c9c3;
}
.form-message.error { color: #ff7c84; }
.microcopy { margin: 16px 0 0; color: #5f5f5b; font-size: 11px; }

footer {
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 26px clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: #777772;
}
.footer-brand { color: var(--text); }
.instagram { font-size: 11px; letter-spacing: .12em; transition: color .2s ease; }
.instagram:hover { color: #fff; }
.copyright { justify-self: end; font-size: 10px; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.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; }

@media (max-width: 760px) {
  .topbar { padding: 16px 18px; }
  .brand { font-size: 25px; }
  .status { font-size: 9px; }
  .hero { min-height: 96svh; padding: 110px 20px 80px; align-items: center; }
  .hero h1 { font-size: clamp(56px, 19vw, 91px); }
  .hero .sub { max-width: 260px; line-height: 1.45; }
  .hero-mark { right: -15vw; bottom: -2vw; font-size: 90vw; }
  .scroll-cue { left: 20px; }
  .section-pad { padding: 100px 20px; }
  .statement { min-height: 80svh; display: block; }
  .statement h2 { font-size: clamp(88px, 29vw, 145px); }
  .statement-code { margin-top: 60px; text-align: left; }
  .manifesto h2 { font-size: clamp(56px, 18vw, 94px); }
  .waitlist { min-height: 78svh; }
  .waitlist h2 { font-size: clamp(74px, 24vw, 126px); }
  .waitlist-form { grid-template-columns: 1fr; }
  .waitlist-form input { padding-bottom: 10px; }
  .waitlist-form button { text-align: left; padding: 10px 0 18px; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .copyright { justify-self: start; }
}

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