:root {
  --black: #09090b;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --light: #f5f5f7;
  --white: #fff;
  --line: rgba(0, 0, 0, .09);
  --violet: #6d5dfc;
  --blue: #2997ff;
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; line-height: 1.45; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; }
.shell { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.nav-wrap { position: absolute; z-index: 20; width: 100%; top: 0; color: var(--white); }
nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 9px; color: inherit; text-decoration: none; font-size: 1.08rem; font-weight: 650; letter-spacing: -.035em; }
.brand-dot { width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, #ff82b2, #8b70ff); box-shadow: 0 0 20px #ff82b2; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: rgba(255,255,255,.75); text-decoration: none; font-size: .78rem; font-weight: 500; }
.nav-links a:hover { color: var(--white); }
.login-pill { padding: 8px 15px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: rgba(255,255,255,.55); font-size: .75rem; }
.hero { position: relative; min-height: 880px; display: grid; place-items: center; color: var(--white); background: var(--black); overflow: hidden; isolation: isolate; }
.hero::before { position: absolute; z-index: -2; width: 760px; height: 760px; top: -270px; left: 50%; border-radius: 50%; content: ""; background: radial-gradient(circle, rgba(110,88,255,.65), rgba(109,93,252,.08) 55%, transparent 70%); transform: translateX(-50%); filter: blur(20px); }
.hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(to bottom, transparent 50%, var(--black) 94%); }
.hero-content { position: relative; z-index: 3; padding: 130px 20px 460px; text-align: center; }
.eyebrow { margin: 0 0 18px; color: #b9adff; font-size: .82rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1 { max-width: 920px; margin: 0 auto 22px; font-size: clamp(3.5rem, 9vw, 7.8rem); line-height: .9; letter-spacing: -.075em; }
.hero-lead { max-width: 680px; margin: 0 auto 30px; color: rgba(255,255,255,.66); font-size: clamp(1.1rem, 2.3vw, 1.45rem); letter-spacing: -.02em; }
.soon { display: inline-flex; padding: 10px 16px; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); font-size: .78rem; }
.soon::before { width: 7px; height: 7px; border-radius: 50%; content: ""; background: #71e997; box-shadow: 0 0 12px #71e997; }
.bottle-stage { position: absolute; z-index: 2; width: min(820px, 94vw); height: 490px; bottom: -30px; left: 50%; transform: translateX(-50%); }
.bottle-stage::before { position: absolute; width: 76%; height: 70px; bottom: 26px; left: 12%; border-radius: 50%; content: ""; background: rgba(126,105,255,.34); filter: blur(42px); }
.bottle-stage img { position: relative; height: 100%; object-fit: contain; filter: drop-shadow(0 40px 38px rgba(0,0,0,.62)); }
section { padding-block: 120px; }
.hero { padding-block: 0; }
.intro { text-align: center; }
.section-kicker { margin: 0 0 14px; color: var(--violet); font-size: .8rem; font-weight: 650; text-transform: uppercase; letter-spacing: .07em; }
.section-title { max-width: 920px; margin: 0 auto 22px; font-size: clamp(2.8rem, 7vw, 6rem); line-height: .98; letter-spacing: -.065em; }
.section-copy { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: -.015em; }
.steps { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: left; }
.step { min-height: 330px; padding: 36px; border-radius: var(--radius); background: var(--light); overflow: hidden; }
.step:nth-child(2) { color: var(--white); background: linear-gradient(145deg, #302d5b, #111119); }
.step:nth-child(3) { background: linear-gradient(145deg, #ebe7ff, #f7f5ff); }
.step-number { margin-bottom: 96px; display: block; color: var(--violet); font-size: .75rem; font-weight: 700; }
.step:nth-child(2) .step-number { color: #b9adff; }
.step h3 { margin-bottom: 10px; font-size: 1.7rem; letter-spacing: -.04em; }
.step p { margin: 0; color: var(--muted); }
.step:nth-child(2) p { color: rgba(255,255,255,.6); }
.drops { color: var(--white); background: var(--black); }
.drops .section-title, .drops .section-copy { margin-inline: 0; }
.drops .section-copy { color: rgba(255,255,255,.55); }
.drop-head { margin-bottom: 58px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.drop-status { flex: 0 0 auto; padding: 10px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #b9adff; font-size: .76rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product { position: relative; min-height: 570px; padding: 24px; display: flex; flex-direction: column; justify-content: end; border-radius: var(--radius); background: #161618; overflow: hidden; }
.product img { position: absolute; inset: 0; height: 72%; object-fit: cover; opacity: .86; mask-image: linear-gradient(to bottom, #000 66%, transparent); }
.product::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to bottom, transparent 45%, #161618 76%); }
.product-info { position: relative; z-index: 2; }
.tag { display: inline-flex; margin-bottom: 12px; padding: 6px 9px; border-radius: 999px; color: #cabfff; background: rgba(109,93,252,.18); font-size: .68rem; font-weight: 650; text-transform: uppercase; }
.product h3 { margin-bottom: 7px; font-size: 1.55rem; letter-spacing: -.04em; }
.product-meta { margin: 0 0 18px; color: rgba(255,255,255,.5); font-size: .82rem; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.masked-price { font-size: 1.3rem; font-weight: 650; letter-spacing: .08em; filter: blur(3px); user-select: none; }
.uvp { color: rgba(255,255,255,.42); font-size: .75rem; }
.feature { background: var(--light); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 610px; padding: clamp(34px, 5vw, 64px); display: flex; flex-direction: column; border-radius: var(--radius); background: var(--white); overflow: hidden; }
.feature-card.dark { color: var(--white); background: linear-gradient(155deg, #201f25, #050506); }
.feature-card h2 { max-width: 530px; margin-bottom: 18px; font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.06em; }
.feature-card p { max-width: 530px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.feature-card.dark p { color: rgba(255,255,255,.55); }
.discovery-art { position: relative; height: 260px; margin-top: auto; }
.vial { position: absolute; width: 48px; height: 190px; bottom: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 8px 8px 15px 15px; background: linear-gradient(to bottom, rgba(255,255,255,.22), rgba(109,93,252,.28)); box-shadow: 0 22px 40px rgba(0,0,0,.3); }
.vial::before { position: absolute; width: 30px; height: 30px; top: -24px; left: 8px; border-radius: 4px 4px 1px 1px; content: ""; background: #46454d; }
.vial:nth-child(1) { left: 20%; transform: rotate(-12deg); }
.vial:nth-child(2) { left: 42%; height: 215px; }
.vial:nth-child(3) { left: 66%; transform: rotate(12deg); }
.profiles { margin-top: auto; padding-top: 50px; display: flex; flex-wrap: wrap; gap: 10px; }
.profile { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; font-weight: 600; }
.profile:nth-child(2) { background: #e2f5ff; }
.profile:nth-child(3) { background: #eee7dd; }
.profile:nth-child(4) { background: #f8e2d2; }
.profile:nth-child(5) { background: #eadff7; }
.profile:nth-child(6) { background: #e1f4ec; }
.final { padding-block: 150px; text-align: center; }
.final-orb { width: 94px; height: 94px; margin: 0 auto 32px; border-radius: 28px; background: radial-gradient(circle at 32% 28%, #ffb1ce, #8a70ff 55%, #35258c); box-shadow: 0 25px 60px rgba(109,93,252,.25); transform: rotate(8deg); }
.final h2 { max-width: 860px; margin: 0 auto 20px; font-size: clamp(3rem, 7vw, 6.3rem); line-height: .95; letter-spacing: -.07em; }
.final p { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 1.15rem; }
footer { padding-block: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: var(--ink); text-decoration: none; }
.legal-nav { position: static; color: var(--ink); border-bottom: 1px solid var(--line); }
.legal-main { min-height: calc(100vh - 160px); padding-block: 80px 120px; }
.legal-shell { width: min(850px, calc(100% - 44px)); margin-inline: auto; }
.legal-main h1 { margin-bottom: 52px; font-size: clamp(3.3rem, 9vw, 6.4rem); }
.legal-main h2 { margin-top: 48px; font-size: 1.8rem; letter-spacing: -.035em; }
.legal-main h3 { margin-top: 28px; font-size: 1.05rem; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main a { color: var(--blue); }
.back { color: var(--muted); text-decoration: none; font-size: .78rem; }
@media (max-width: 900px) {
  .steps, .product-grid { grid-template-columns: 1fr; }
  .step { min-height: 280px; }
  .step-number { margin-bottom: 60px; }
  .product { min-height: 610px; }
  .product img { height: 75%; }
  .feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .shell, .legal-shell { width: min(100% - 28px, 1200px); }
  .nav-links a { display: none; }
  .hero { min-height: 790px; }
  .hero-content { padding-top: 120px; padding-bottom: 390px; }
  h1 { font-size: clamp(3.6rem, 18vw, 5.7rem); }
  .bottle-stage { height: 400px; }
  section { padding-block: 88px; }
  .drop-head { align-items: start; flex-direction: column; }
  .product { min-height: 530px; }
  .feature-card { min-height: 580px; }
  .footer-row { align-items: start; flex-direction: column; }
}
