:root {
  --bg: #f7f5f0;
  --ink: #131417;
  --muted: #575a61;
  --panel: #ffffff;
  --line: rgba(19, 20, 23, 0.12);
  --orange: #ff5e2a;
  --lime: #d8f65f;
  --aqua: #8ef0df;
  --blue: #3865ff;
  --shadow: 0 18px 36px rgba(20, 22, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.45;
  overflow-x: hidden;
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(19, 20, 23, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 20, 23, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}

.blob {
  position: fixed;
  z-index: -2;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(42px);
  pointer-events: none;
}

.blob-a {
  top: -120px;
  right: -80px;
  background: radial-gradient(circle at 45% 45%, rgba(255, 94, 42, 0.5) 0, rgba(255, 94, 42, 0) 72%);
}

.blob-b {
  bottom: -160px;
  left: -120px;
  background: radial-gradient(circle at 45% 45%, rgba(56, 101, 255, 0.33) 0, rgba(56, 101, 255, 0) 72%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
  background: rgba(247, 245, 240, 0.88);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--orange), var(--lime));
  box-shadow: 0 0 0 4px rgba(255, 94, 42, 0.16);
}

nav {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.94rem;
}

.nav-cta {
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
}

main {
  padding: 22px clamp(18px, 4vw, 52px) 64px;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  font-family: "Syne", sans-serif;
  letter-spacing: -0.03em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.92fr);
  gap: 18px;
  max-width: 1180px;
  margin: 20px auto 0;
}

.hero-copy,
.hero-device,
.origin-card,
.step,
.safety-grid article,
.waitlist-shell {
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(22px, 4vw, 44px);
  background:
    radial-gradient(circle at 87% 17%, rgba(255, 94, 42, 0.22) 0, transparent 35%),
    radial-gradient(circle at 22% 88%, rgba(216, 246, 95, 0.24) 0, transparent 36%),
    linear-gradient(160deg, #fffdf9 0, #fff7ef 100%);
}

.eyebrow {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
}

.hero h1 {
  margin-top: 14px;
  font-size: clamp(2.4rem, 7vw, 6.1rem);
}

.hero h1 span {
  color: var(--orange);
}

.lead {
  margin-top: 16px;
  max-width: 60ch;
  font-size: clamp(1.03rem, 1.8vw, 1.32rem);
  color: var(--muted);
}

.cta-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-solid {
  background: linear-gradient(130deg, var(--orange), #ff8841);
  color: #fff;
}

.button-ghost {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.hero-note {
  margin: 14px 0 0;
  color: #494c55;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-device {
  padding: 20px;
  background: linear-gradient(166deg, #171922 0, #1b2031 100%);
  color: #fff;
}

.device-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.device-head p {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
}

.device-head span {
  color: #9de7d8;
  font-size: 0.84rem;
}

#vibeDial {
  width: 100%;
  margin-top: 16px;
  accent-color: #6c8bff;
}

.dial-panel {
  margin-top: 14px;
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.dial-panel strong {
  font-size: 1.07rem;
}

.dial-panel p {
  margin: 6px 0 0;
  color: #d0d6f2;
  font-size: 0.94rem;
}

.device-metrics {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.metric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.metric span {
  color: #dbe0f9;
}

.metric b {
  font-size: 0.98rem;
}

.origin {
  max-width: 1180px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 18px;
}

.origin-card {
  padding: 22px;
}

.origin-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.origin-card h3 {
  font-size: 1.5rem;
}

.origin-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.origin-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: #22252d;
  font-weight: 600;
}

.origin-card.accent {
  background:
    radial-gradient(circle at 15% 15%, rgba(142, 240, 223, 0.46) 0, transparent 42%),
    linear-gradient(170deg, #f6fffd 0, #f0fcff 100%);
}

.ticker-wrap {
  max-width: 1180px;
  margin: 18px auto 0;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #151820;
  overflow: hidden;
}

.ticker {
  display: flex;
  gap: 26px;
  padding: 11px 20px;
  width: max-content;
  animation: ticker 16s linear infinite;
}

.ticker span {
  color: #f4f7ff;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.section {
  max-width: 1180px;
  margin: 22px auto 0;
  padding: clamp(20px, 3vw, 32px);
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.section h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 4.7vw, 4rem);
}

.steps {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step {
  padding: 18px;
  background: #fff;
}

.step:nth-child(1) { transform: rotate(-1deg); }
.step:nth-child(2) { transform: rotate(1deg); }
.step:nth-child(3) { transform: rotate(-1deg); }

.step-num {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.step h3 {
  margin-top: 15px;
  font-size: 1.5rem;
}

.step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.theme-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.theme-tags span {
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  font-weight: 700;
  background: #fff;
}

.theme-tags span:nth-child(1) { background: #ffe8dd; }
.theme-tags span:nth-child(2) { background: #fff4c8; }
.theme-tags span:nth-child(3) { background: #dffad0; }
.theme-tags span:nth-child(4) { background: #dfeaff; }
.theme-tags span:nth-child(5) { background: #def9f2; }

.section-note {
  margin: 14px 0 0;
  color: #4f525b;
  font-weight: 500;
}

.strong {
  font-weight: 700;
}

.safety-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.safety-grid article {
  padding: 18px;
}

.safety-grid h3 {
  font-size: 1.45rem;
}

.safety-grid ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #343842;
  font-weight: 600;
  display: grid;
  gap: 8px;
}

.waitlist {
  max-width: 1180px;
  margin: 22px auto 0;
}

.waitlist-shell {
  padding: clamp(20px, 4vw, 34px);
  background:
    radial-gradient(circle at 88% 15%, rgba(255, 94, 42, 0.24) 0, transparent 42%),
    radial-gradient(circle at 17% 88%, rgba(216, 246, 95, 0.25) 0, transparent 42%),
    linear-gradient(170deg, #fffdf9 0, #fff6eb 100%);
}

.waitlist h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 4.2vw, 3.2rem);
}

.waitlist p {
  color: var(--muted);
}

form {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

label {
  font-weight: 700;
}

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

input[type="email"] {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0 12px;
  font: inherit;
}

input[type="email"]:focus {
  outline: none;
  border-color: #7997ff;
  box-shadow: 0 0 0 4px rgba(56, 101, 255, 0.2);
}

.bot-field {
  position: absolute;
  left: -9999px;
}

.site-footer {
  margin-top: 34px;
  text-align: center;
  color: #555861;
  font-size: 0.9rem;
  padding: 0 20px 24px;
}

.site-footer p {
  margin: 6px 0;
}

.footer-note {
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.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: 1040px) {
  .hero,
  .origin {
    grid-template-columns: 1fr;
  }

  .steps,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .step:nth-child(1),
  .step:nth-child(2),
  .step:nth-child(3) {
    transform: none;
  }

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

@media (max-width: 720px) {
  nav {
    display: none;
  }

  .brand {
    font-size: 1.3rem;
  }

  .section h2 {
    line-height: 1.07;
  }
}

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