:root {
  --bg: #000000;
  --text: #f9f9f9;
  --muted: #8a8a8a;
  --line: #8a8a8a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

.noise {
  display: none;
}

main,
.site-header,
.site-footer {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.site-header {
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eyebrow,
.micro-link,
.trust-row,
.site-footer {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
}

.micro-link {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.2rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2.5rem;
  margin-top: 2rem;
  align-items: center;
}

.hero-copy {
  align-self: center;
}

h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
}

h1 {
  margin-top: 0.5rem;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
  max-width: 16ch;
}

.lead {
  max-width: 44ch;
  color: var(--text);
}

.trust-row {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  gap: 0.9rem;
  color: var(--muted);
}

.hero-image img {
  width: 100%;
  display: block;
  /* border: 1px solid var(--line); */
  filter: saturate(0.75) contrast(1.05);
}

.hero-image figcaption,
.asset-note {
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 0.6rem;
  line-height: 1.35;
}

.drop-strip {
  margin: 2.6rem 0;
  /* border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); */
  padding: 1rem 0 1.1rem;
}

.progress-shell {
  margin-top: 0.55rem;
  width: 100%;
  height: 8px;
  background: transparent;
  border: 1px solid var(--line);
}

.progress-fill {
  height: 100%;
  width: 0;
  background: var(--text);
}

.products,
.waitlist,
.story {
  margin: 3.2rem 0;
}

.section-head h2 {
  margin-top: 0.4rem;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
}

.product-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-card {
  border-right: 1px solid var(--line);
  padding: 0.9rem;
  background: transparent;
  cursor: pointer;
}

.product-card:last-child {
  border-right: 0;
}

.product-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: contrast(1.04) saturate(0.85);
}

.product-card h3 {
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

.product-card p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-card:focus-visible {
  outline: 1px solid var(--text);
  outline-offset: -1px;
}

.product-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
}

.product-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.product-drawer {
  position: absolute;
  right: 0;
  top: 0;
  width: min(540px, 96vw);
  height: 100%;
  overflow-y: auto;
  background: var(--bg);
  border-left: 1px solid var(--line);
  padding: 1rem;
  transform: translateX(0);
}

.drawer-close {
  margin-left: auto;
  display: block;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 0.5rem 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.drawer-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border: 1px solid var(--line);
  margin: 0.8rem 0 1rem;
}

.drawer-note {
  color: var(--muted);
}

.drawer-specs {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 1rem 0;
}

.drawer-specs div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.8rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--line);
}

.drawer-specs div:last-child {
  border-bottom: 0;
}

.drawer-specs dt {
  color: var(--muted);
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.drawer-specs dd {
  margin: 0;
}

.drawer-form {
  margin-top: 0.7rem;
}

.waitlist-form {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.waitlist-form input,
.referral-box input {
  flex: 1;
  min-width: 260px;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  padding: 0.78rem;
  font: inherit;
}

.waitlist-form button,
.referral-box button {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 0.78rem 1.2rem;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.waitlist-form button:hover,
.referral-box button:hover {
  background: transparent;
  border-color: var(--text);
}

.capacity-snippet,
.micro-proof,
.copy-feedback {
  color: var(--muted);
  font-size: 0.86rem;
}

.success-state {
  margin-top: 1.1rem;
  border: 1px solid var(--line);
  padding: 1rem;
  background: transparent;
}

.referral-box {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.7rem;
  flex-wrap: wrap;
}

.story {
  border-top: 1px solid var(--line);
  padding-top: 1.8rem;
  max-width: 70ch;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.2rem 0 2rem;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

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

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-card:last-child {
    border-bottom: 0;
  }

  .product-card img {
    height: 280px;
  }

  .site-footer {
    flex-direction: column;
    gap: 0.7rem;
  }

  .product-drawer {
    width: 100vw;
    border-left: 0;
  }
}
