:root {
  color-scheme: dark;
  --bg: #000;
  --text: #f7f7f4;
  --muted: #6f6f70;
  --subtle: #2a2a2a;
  --field: rgba(255, 255, 255, 0.055);
  --field-border: rgba(255, 255, 255, 0.16);
  --field-focus: rgba(255, 255, 255, 0.5);
  --error: #ef9d91;
  --success: #c8e6cc;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 82% 42% at 50% 82%, rgba(255, 255, 255, 0.055), transparent 63%),
    linear-gradient(#000, #000);
  color: var(--text);
  font-family:
    "Arial Narrow", "Helvetica Neue Condensed", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  min-height: calc(100vh - 88px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-bar {
  position: absolute;
  z-index: 3;
  top: clamp(28px, 5.1vh, 58px);
  left: clamp(28px, 3.65vw, 86px);
}

.brand-mark {
  display: inline-block;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.78rem, 0.74vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.36em;
  line-height: 1;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 88px);
  place-items: center;
  padding: clamp(120px, 13vh, 176px) clamp(20px, 4vw, 96px) clamp(64px, 8vh, 92px);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.7)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 48%, rgba(0, 0, 0, 0.74));
}

.hero::after {
  width: min(1060px, 82vw);
  height: min(220px, 18vw);
  left: 50%;
  bottom: clamp(68px, 7.8vh, 98px);
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  filter: blur(22px);
}

.product-reveal {
  position: absolute;
  z-index: -2;
  top: clamp(150px, 19vh, 220px);
  left: 50%;
  width: min(58vw, 980px);
  min-width: 420px;
  height: auto;
  transform: translateX(-49%);
  opacity: 0.82;
  filter: contrast(1.08) brightness(0.82);
  user-select: none;
}

.hero-content {
  width: min(100%, 1860px);
  margin-top: clamp(172px, 27vh, 342px);
  text-align: center;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.45rem, 7.25vw, 9.4rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

#hero-title {
  font-family: "Bebas Neue", "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.035em;
}

@media (min-width: 861px) {
  .hero-content {
    transform: translateY(clamp(72px, 9vh, 112px));
  }
}

.legal-page {
  display: grid;
  align-content: start;
  min-height: 100vh;
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: clamp(42px, 8vh, 86px) 0;
}

.legal-page .brand-mark {
  margin-bottom: clamp(54px, 9vh, 104px);
}

.legal-page h1 {
  margin: 0 0 28px;
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.94;
}

.legal-page h2 {
  margin: 42px 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.legal-page p,
.legal-page li {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.7;
}

.legal-page ul {
  margin: 0 0 22px;
  padding-left: 1.2em;
}

.legal-page li {
  margin-bottom: 10px;
  padding-left: 0.2em;
}

.legal-page p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-date {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-kicker {
  margin: clamp(22px, 3.4vh, 48px) 0 clamp(36px, 6vh, 82px);
  color: rgba(255, 255, 255, 0.32);
  font-size: clamp(0.72rem, 0.76vw, 1.08rem);
  font-weight: 500;
  letter-spacing: 0.48em;
  line-height: 1.4;
  text-transform: uppercase;
}

.notify-form {
  display: grid;
  grid-template-columns: minmax(260px, 480px) 202px;
  justify-content: center;
  gap: 14px;
  width: min(100%, 730px);
  margin: 0 auto;
}

.notify-form input,
.notify-form button {
  min-height: 72px;
  border-radius: 0;
  font: inherit;
}

.notify-form input {
  width: 100%;
  border: 1px solid var(--field-border);
  outline: 0;
  background: var(--field);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 0.9vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 28px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.notify-form input::placeholder {
  color: rgba(255, 255, 255, 0.24);
}

.notify-form input:focus {
  border-color: var(--field-focus);
  background: rgba(255, 255, 255, 0.075);
}

.notify-form input[aria-invalid="true"] {
  border-color: rgba(239, 157, 145, 0.72);
}

.notify-form button {
  display: inline-grid;
  min-width: 0;
  place-items: center;
  border: 1px solid #fff;
  background: #fff;
  color: #050505;
  cursor: pointer;
  font-size: clamp(0.84rem, 0.8vw, 1.02rem);
  font-weight: 950;
  letter-spacing: 0.42em;
  line-height: 1;
  padding: 0 28px;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.notify-form button:hover:not(:disabled),
.notify-form button:focus-visible:not(:disabled) {
  transform: translateY(-1px);
  background: #e8e8e3;
  border-color: #e8e8e3;
}

.notify-form button:disabled {
  cursor: wait;
  opacity: 0.52;
}

.turnstile-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-status {
  min-height: 22px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.form-status[data-tone="error"] {
  color: var(--error);
}

.form-status[data-tone="success"] {
  color: var(--success);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 0 clamp(24px, 3.7vw, 86px);
  color: rgba(255, 255, 255, 0.2);
  font-size: clamp(0.74rem, 0.74vw, 0.96rem);
  letter-spacing: 0.28em;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 46px);
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: rgba(255, 255, 255, 0.72);
}

.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: 860px) {
  .page-shell,
  .hero {
    min-height: calc(100vh - 112px);
  }

  .hero {
    padding: 112px 20px 44px;
  }

  .product-reveal {
    top: 112px;
    width: 112vw;
    min-width: 560px;
    transform: translateX(-48%);
    opacity: 0.72;
  }

  .hero-content {
    margin-top: clamp(164px, 32vh, 260px);
  }

  h1 {
    font-size: clamp(3.2rem, 14.4vw, 6.6rem);
    line-height: 0.95;
  }

  .release-kicker {
    margin-bottom: 34px;
  }

  .notify-form {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100%, 480px);
  }

  .notify-form input,
  .notify-form button {
    min-height: 62px;
  }

  .site-footer {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 18px;
    min-height: 112px;
    padding: 22px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .brand-bar {
    left: 24px;
  }

  .hero-content {
    margin-top: 220px;
  }

  h1 {
    font-size: clamp(2.9rem, 16vw, 4.8rem);
  }

  .notify-form input {
    padding: 0 18px;
  }

  .notify-form button {
    letter-spacing: 0.34em;
  }

  .site-footer nav {
    gap: 18px;
    letter-spacing: 0.18em;
  }
}
