:root {
  --bg: #07090d;
  --bg-elev: #0e1219;
  --line: #1a2230;
  --text: #e8f0f4;
  --muted: #7a8f9e;
  --accent: #00c8b4;
  --accent-dim: rgba(0, 200, 180, 0.14);
  --warm: #c4a882;
  --max: 1160px;
  --font: "IBM Plex Sans", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--font); line-height: 1.55; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
figure { margin: 0; }
strong { color: var(--text); font-weight: 600; }

.grain {
  pointer-events: none; position: fixed; inset: 0; z-index: 50; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.wrap { width: min(var(--max), 92vw); margin: 0 auto; }
.wrap.narrow { width: min(640px, 92vw); }
.eyebrow {
  font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--accent); margin: 0 0 0.85rem;
}
h1, h2, h3 { font-family: var(--display); font-weight: 550; line-height: 1.12; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); margin: 0 0 0.9rem; }
h2 { font-size: clamp(1.55rem, 2.8vw, 2.2rem); margin: 0 0 0.75rem; }
h3 { font-size: 1.15rem; margin: 0 0 0.45rem; }
.lede, .card p, .honesty p, .circle p, .strip p { color: var(--muted); }

.nav {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 4vw; background: rgba(7, 9, 13, 0.85);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 0.6rem; font-weight: 600; }
.brand-mark {
  width: 1.5rem; height: 1.5rem; border-radius: 0.35rem;
  display: block; flex-shrink: 0;
  box-shadow: 0 0 16px rgba(61, 190, 160, 0.35);
}
.footer-brand { display: inline-flex; align-items: center; gap: 0.5rem; }
.footer-brand .brand-mark { width: 1.35rem; height: 1.35rem; }
.nav-links { display: flex; gap: 1.35rem; align-items: center; color: var(--muted); font-size: 0.92rem; }
.nav-links a:hover { color: var(--accent); }
.nav-cta {
  color: var(--bg) !important; background: var(--accent);
  padding: 0.42rem 0.8rem; border-radius: 999px; font-weight: 600; font-size: 0.85rem;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.8rem 1.15rem; border-radius: 999px; font-weight: 600; font-size: 0.92rem;
  border: 1px solid transparent; transition: transform 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--accent); color: #04110f; }
.btn.ghost { border-color: var(--line); background: rgba(14,18,25,0.6); }
.btn.ghost:hover { border-color: var(--accent); color: var(--accent); }

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: start;
  width: min(1280px, 94vw);
  margin: 0 auto;
  padding: 2.75rem 0 2.25rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.4rem; }
.hero-visual {
  position: relative; border-radius: 1.15rem; overflow: visible;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45), 0 0 0 1px rgba(0,200,180,0.08);
  background: #05070b;
}
.hero-visual img { width: 100%; height: auto; max-height: none; aspect-ratio: auto; object-fit: contain; object-position: left center; background: #05070b; display: block; }
.hero-visual figcaption {
  position: absolute; left: 0.9rem; bottom: 0.75rem;
  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(232,240,244,0.75);
  background: rgba(7,9,13,0.65); padding: 0.35rem 0.55rem; border-radius: 999px;
  backdrop-filter: blur(8px);
}

.showcase { padding: 1rem 0 3.5rem; }
.shot-frame {
  position: relative; border-radius: 1.2rem; overflow: hidden;
  border: 1px solid var(--line); background: var(--bg-elev);
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.shot-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top center; }
.shot-badge {
  position: absolute; top: 0.9rem; left: 0.9rem;
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--bg); background: var(--accent);
  padding: 0.35rem 0.6rem; border-radius: 999px; font-weight: 600;
}
.shot-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-top: 0.75rem;
}
.shot-row:empty { display: none; }
.shot-row figure {
  border-radius: 0.85rem; overflow: hidden; border: 1px solid var(--line); background: #05070b;
}
.shot-row img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top center; }

.product { padding: 2rem 0 5rem; border-top: 1px solid var(--line); }
.section-head { margin-bottom: 1.75rem; max-width: 28rem; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
.card {
  background: var(--bg-elev); border: 1px solid var(--line);
  border-radius: 1.05rem; padding: 1.35rem 1.3rem 1.45rem;
}
.card-num {
  font-family: var(--mono); font-size: 0.72rem; color: var(--accent);
  letter-spacing: 0.14em; text-transform: uppercase;
}
.card p { margin: 0; font-size: 0.95rem; }

.strip {
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, var(--accent-dim), transparent 55%);
  padding: 2.5rem 0;
}
.strip-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.strip h2 { margin-bottom: 0.4rem; }
.strip p { margin: 0; max-width: 36rem; }

.honesty { padding: 4.5rem 0; }
.honesty-grid {
  display: grid; grid-template-columns: 1.4fr 0.7fr; gap: 2rem; align-items: end;
}
.honesty-tag {
  font-family: var(--mono); font-size: 0.95rem; color: var(--warm);
  letter-spacing: 0.06em; margin: 0; padding: 1.2rem 1.3rem;
  border: 1px solid rgba(196,168,130,0.25); border-radius: 1rem;
  background: rgba(196,168,130,0.06);
}

.circle {
  padding: 4.5rem 0 5.5rem; border-top: 1px solid var(--line);
  background: radial-gradient(ellipse 50% 60% at 20% 40%, var(--accent-dim), transparent 60%);
}
.waitlist { display: flex; gap: 0.55rem; flex-wrap: wrap; margin-top: 1.25rem; }
.waitlist input[type="email"] {
  flex: 1 1 200px; padding: 0.85rem 1rem; border-radius: 999px;
  border: 1px solid var(--line); background: var(--bg-elev); color: var(--text); font: inherit;
}
.waitlist input:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-dim);
}

.footer {
  border-top: 1px solid var(--line); padding: 2rem 0 2.5rem;
  color: var(--muted); font-size: 0.9rem;
}
.footer-inner { display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.footer a:hover { color: var(--accent); }
.muted { opacity: 0.75; }
.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, .honesty-grid { grid-template-columns: 1fr; }
  .cards, .shot-row { grid-template-columns: 1fr; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding-top: 2rem; }
}
