:root {
  --canvas: #f2f0e9;
  --surface: #faf9f4;
  --ink: #20211e;
  --muted: #5e615a;
  --line: #b8b6ae;
  --field: #505544;
  --field-hover: #3f4436;
  --signal: #dff140;
  --danger: #b42318;
  --success: #2f6b4f;
  --sans: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --mono: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
}

body {
  min-width: 320px;
  margin: 0;
}

::selection {
  background: var(--signal);
  color: var(--ink);
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--field);
  outline-offset: 3px;
}

.site-header {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--ink);
}

.brand {
  display: grid;
  color: var(--ink);
  line-height: 1;
  text-decoration: none;
}

.brand strong {
  font-size: 0.86rem;
  letter-spacing: -0.015em;
}

.brand span {
  margin-top: 7px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.release-state {
  padding: 6px 10px;
  border: 1px solid var(--field);
  border-radius: 999px;
  color: var(--field);
  font-size: 0.75rem;
  font-weight: 700;
}

.launch-shell {
  display: grid;
  min-height: calc(100vh - 76px);
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  border-bottom: 1px solid var(--ink);
}

.launch-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 8vw, 120px) clamp(24px, 7vw, 110px);
}

h1 {
  max-width: 8ch;
  margin: 0 0 30px;
  font-size: clamp(4rem, 9vw, 8.4rem);
  font-weight: 790;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.lead {
  max-width: 42ch;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.5;
}

.lead strong {
  color: var(--ink);
}

.preorder-form {
  max-width: 610px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.preorder-form > label:first-child {
  display: block;
  margin-bottom: 9px;
  font-size: 0.86rem;
  font-weight: 700;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

input[type="email"] {
  min-width: 0;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: var(--surface);
  color: var(--ink);
}

button {
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid var(--field);
  border-radius: 0 4px 4px 0;
  background: var(--field);
  color: var(--canvas);
  cursor: pointer;
  font-weight: 750;
}

button:hover {
  border-color: var(--field-hover);
  background: var(--field-hover);
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.consent,
.form-status {
  max-width: 64ch;
  font-size: 0.76rem;
  line-height: 1.5;
}

.consent {
  margin: 12px 0 0;
  color: var(--muted);
}

.form-status {
  min-height: 20px;
  margin-top: 12px;
  font-weight: 650;
}

.form-status.success {
  color: var(--success);
}

.form-status.error {
  color: var(--danger);
}

.product-stage {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  padding: 72px 42px;
  border-left: 1px solid var(--ink);
  background: var(--ink);
  color: var(--canvas);
}

.product-stage::before {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgb(242 240 233 / 20%);
  border-radius: 50%;
  content: "";
}

.product-stage img {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  filter: drop-shadow(0 30px 34px rgb(0 0 0 / 45%));
}

.product-code {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 30px;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.product-caption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgb(242 240 233 / 35%);
  padding-top: 14px;
}

.product-caption strong {
  font-size: 1rem;
}

.product-caption span {
  color: rgb(242 240 233 / 70%);
  font-size: 0.76rem;
}

.shop-rule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--ink);
}

.shop-rule > div {
  display: grid;
  gap: 7px;
  padding: 30px clamp(20px, 4vw, 56px);
}

.shop-rule > div + div {
  border-left: 1px solid var(--ink);
}

.shop-rule strong {
  font-size: 1.05rem;
}

.shop-rule span {
  color: var(--muted);
}

footer {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(20px, 4vw, 56px);
  background: var(--field);
  color: var(--canvas);
  font-size: 0.78rem;
}

.policy {
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: 72px 0 100px;
}

.policy h1 {
  max-width: none;
  font-size: clamp(3rem, 8vw, 5.5rem);
}

.policy h2 {
  margin: 40px 0 12px;
  font-size: 1.25rem;
}

.policy p,
.policy li {
  color: var(--muted);
  line-height: 1.7;
}

.policy a {
  color: var(--field);
}

.policy-meta {
  font-family: var(--mono);
  font-size: 0.75rem;
}

@media (max-width: 820px) {
  .launch-shell {
    grid-template-columns: 1fr;
  }

  .launch-copy {
    min-height: 620px;
  }

  .product-stage {
    min-height: 500px;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
  }

  .release-state {
    max-width: 108px;
    text-align: center;
  }

  .launch-shell {
    min-height: 0;
  }

  .launch-copy {
    min-height: 560px;
    padding: 66px 20px 56px;
  }

  h1 {
    font-size: clamp(4rem, 21vw, 6rem);
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  input[type="email"],
  button {
    border: 1px solid var(--ink);
    border-radius: 4px;
  }

  button {
    border-color: var(--field);
  }

  .product-stage {
    min-height: 430px;
    padding: 62px 20px 88px;
  }

  .product-caption {
    display: grid;
    gap: 4px;
  }

  .shop-rule {
    grid-template-columns: 1fr;
  }

  .shop-rule > div + div {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
