@font-face {
  font-family: Inter;
  src: url("assets/fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --void: #070707;
  --ink: #edebe4;
  --mute: #8c8880;
  --line: #242422;
  --copper: #c45a38;
  --green: #39ff14;
  --steel: #c8c4ba;
  --font: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --measure: 36rem;
  --page: 1120px;
  --gutter: clamp(64px, 12vw, 168px);
  --banner-gutter: clamp(48px, 6vw, 96px);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--void);
  color: var(--ink);
  font-family: var(--font);
  font-optical-sizing: auto;
  font-feature-settings: "ss01" 1, "cv11" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-height: 100dvh;
  background: var(--void);
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--steel);
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--void);
}

.skip:focus {
  top: 12px;
}

.frame {
  position: relative;
  max-width: var(--page);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand-mark {
  display: block;
  width: 36px;
  height: 36px;
}

.brand-name {
  font-size: 13px;
  font-weight: 520;
  letter-spacing: 0.28em;
  line-height: 1;
}

.nav-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--mute);
}

button.nav-link,
button.btn,
button.ghost,
button.choice,
button.waitlist-close {
  font-family: inherit;
  cursor: pointer;
  background: transparent;
}

.nav-link:hover {
  color: var(--ink);
}

.mast {
  padding-bottom: 8px;
}

.banner {
  margin: 0;
  padding: 0 var(--banner-gutter);
}

.banner picture,
.banner img {
  display: block;
  width: 100%;
}

.banner img {
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
}

.hero {
  padding-top: 48px;
  padding-bottom: 72px;
}

.wordmark {
  margin: 0 0 36px;
  font-size: clamp(42px, 9vw, 92px);
  font-weight: 470;
  letter-spacing: 0.16em;
  line-height: 0.95;
}

.lede {
  margin: 0 0 28px;
  max-width: 12em;
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 450;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.deck {
  margin: 0 0 40px;
  max-width: 30rem;
  color: var(--mute);
  font-size: 17px;
  font-weight: 430;
  line-height: 1.5;
}

.uses {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  max-width: 40rem;
  display: grid;
  gap: 28px;
}

.uses h2 {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 550;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.uses p {
  margin: 0;
  color: var(--mute);
  font-size: 17px;
  font-weight: 430;
  line-height: 1.5;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  border-color: var(--green);
  color: var(--ink);
  background: #07160a;
}

.ghost {
  border: 0;
  color: var(--mute);
  font-size: 14px;
  text-decoration: none;
}

.ghost:hover {
  color: var(--ink);
}

.band {
  padding-top: 96px;
  padding-bottom: 24px;
  border-top: 1px solid var(--line);
}

.kicker {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 11px;
  font-weight: 550;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 20px;
  max-width: 14em;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 470;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.prose {
  margin: 0;
  max-width: var(--measure);
  color: var(--mute);
  font-size: 17px;
  line-height: 1.55;
}

.prose + .prose {
  margin-top: 16px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 32px;
  padding: 28px 0 72px;
}

.card {
  margin: 0;
}

.idx {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 11px;
  font-weight: 550;
  letter-spacing: 0.2em;
}

.card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 520;
  letter-spacing: -0.02em;
}

.card p {
  margin: 0;
  color: var(--mute);
  font-size: 16px;
  line-height: 1.5;
}

.status {
  padding-top: 72px;
  padding-bottom: 96px;
}

.status-box {
  max-width: 40rem;
}

.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 32px;
  padding-top: 28px;
  padding-bottom: 40px;
  border-top: 1px solid var(--line);
  color: var(--mute);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.foot a {
  text-decoration: none;
}

.foot a:hover {
  color: var(--ink);
}

.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.waitlist {
  width: min(40rem, calc(100vw - 2 * var(--gutter)));
  max-height: calc(100dvh - 2 * var(--gutter));
  margin: auto;
  padding: 56px 36px 40px;
  overflow: auto;
  border: 1px solid var(--line);
  background: var(--void);
  color: var(--ink);
}

.waitlist::backdrop {
  background: rgba(7, 7, 7, 0.88);
}

.waitlist-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--line);
}

.waitlist-progress i {
  display: block;
  width: 16%;
  height: 100%;
  background: var(--green);
}

.waitlist-close {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 0;
  border: 0;
  color: var(--mute);
  font-size: 11px;
  font-weight: 550;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.waitlist-close:hover {
  color: var(--ink);
}

.waitlist-step h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 470;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.waitlist-form input,
.waitlist-form textarea {
  width: 100%;
  margin: 28px 0 12px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 22px;
  resize: vertical;
}

.waitlist-form input:focus,
.waitlist-form textarea:focus {
  outline: none;
  border-bottom-color: var(--green);
}

.waitlist-form input::placeholder,
.waitlist-form textarea::placeholder {
  color: #3d3b36;
}

.waitlist-error {
  margin: 0 0 16px;
  color: var(--copper);
  font-size: 14px;
}

.waitlist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}

.choices {
  display: grid;
  gap: 10px;
  margin: 28px 0 8px;
}

.choice {
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 16px;
  font-weight: 450;
  text-align: left;
}

.choice:hover,
.choice.is-on {
  border-color: var(--green);
  background: #07160a;
}

[hidden] {
  display: none !important;
}

@media (max-width: 800px) {
  .wordmark {
    letter-spacing: 0.1em;
  }

  .banner img {
    max-height: 200px;
  }

  .hero {
    padding-top: 36px;
    padding-bottom: 64px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 48px;
  }

  .band,
  .status {
    padding-top: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
