:root {
  color-scheme: dark;
  --bg: #070706;
  --surface: #151412;
  --raised: #1c1a17;
  --gold: #c9a86c;
  --gold-soft: #ead2a3;
  --copper: #a96339;
  --cream: #f1ece2;
  --muted: #aaa399;
  --dim: #766f65;
  --line: #393126;
  --success: #a8bd91;
  --danger: #e0a49b;
  --shadow: 0 28px 90px rgba(0, 0, 0, .5);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--cream); font-family: "DM Sans", system-ui, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-nav {
  position: sticky; z-index: 50; top: 0; min-height: 72px; padding: max(12px, env(safe-area-inset-top)) clamp(18px, 5vw, 64px) 10px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  border-bottom: 1px solid rgba(201, 168, 108, .14); background: rgba(7, 7, 6, .88); backdrop-filter: blur(20px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 16px/1 "Manrope", sans-serif; letter-spacing: .2em; }
.brand img { width: 38px; height: 38px; }
.nav-actions { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 13px; font-weight: 700; }
.nav-cta { padding: 11px 15px; border: 1px solid rgba(201, 168, 108, .42); border-radius: 13px; color: var(--gold-soft); }
.section-shell { width: min(1160px, 100%); margin: auto; padding: 82px clamp(20px, 5vw, 68px); }

.hero { position: relative; min-height: calc(100svh - 72px); display: grid; gap: 40px; align-items: center; overflow: clip; }
.hero::before { content: ""; position: absolute; inset: 2% auto auto -35%; width: 700px; height: 700px; pointer-events: none; background: radial-gradient(circle, rgba(169, 99, 57, .14), transparent 67%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0; color: var(--gold); font: 800 10px/1.35 "Manrope", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
.hero h1 { max-width: 720px; margin: 16px 0 22px; font-size: clamp(44px, 10vw, 79px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.lede { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(17px, 4vw, 21px); line-height: 1.58; }
.quick-start { max-width: 630px; margin-top: 30px; }
.quick-start > label { display: block; margin-bottom: 9px; color: var(--gold-soft); font-size: 12px; font-weight: 700; }
.quick-row { display: grid; gap: 10px; }
.quick-row input { width: 100%; min-height: 58px; padding: 0 17px; border: 1px solid var(--line); border-radius: 16px; outline: none; color: var(--cream); background: var(--surface); font-size: 16px; box-shadow: var(--shadow); }
.quick-row input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,108,.12); }
.quick-row button, .primary-button { min-height: 58px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 16px; color: #11100e; background: var(--gold); font-weight: 800; cursor: pointer; }
.quick-row button span, .primary-button span { font-size: 21px; }
.quick-start > p { margin: 10px 0 0; color: var(--dim); font-size: 11px; line-height: 1.5; }
.trust-list { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--muted); list-style: none; font-size: 12px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--gold); }

.hero-visual { position: relative; min-height: 450px; margin: 0; overflow: hidden; border: 1px solid rgba(201,168,108,.4); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow); }
.hero-visual > img { width: 100%; height: 100%; min-height: 450px; position: absolute; inset: 0; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 35%, rgba(7,7,6,.88) 100%); }
.idea-float { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; padding: 18px; border: 1px solid rgba(201,168,108,.32); border-radius: 19px; background: rgba(15,14,12,.88); backdrop-filter: blur(14px); }
.mini-label { display: block; color: var(--gold); font: 800 9px/1 "Manrope"; letter-spacing: .17em; text-transform: uppercase; }
.idea-float strong { display: block; margin-top: 10px; font: 800 21px/1.1 "Manrope"; }
.idea-float p { margin: 8px 0 12px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.mini-meta { color: var(--gold-soft); font-size: 11px; font-weight: 700; }
.visual-stamp { position: absolute; z-index: 3; top: 18px; right: 18px; width: 56px; height: 56px; padding: 6px; border: 1px solid rgba(201,168,108,.5); border-radius: 18px; background: rgba(7,7,6,.72); backdrop-filter: blur(12px); }

.proof-bar { width: min(1050px, calc(100% - 40px)); margin: 0 auto; padding: 20px; display: grid; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(135deg, rgba(201,168,108,.09), rgba(21,20,18,.82)); }
.proof-count { display: flex; gap: 13px; align-items: center; }
.count-mark { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(201,168,108,.4); border-radius: 14px; color: var(--gold); font: 800 18px/1 "Manrope"; }
.count-mark img { width: 31px; height: 31px; display: block; }
.count-loading { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; font-weight: 700; }
.count-loading i { width: 15px; height: 15px; border: 2px solid var(--line); border-top-color: var(--gold); border-radius: 50%; animation: spin .8s linear infinite; }
.count-value { color: var(--muted); font-size: 13px; }
.count-value strong { margin-right: 5px; color: var(--cream); font: 800 25px/1 "Manrope"; }
.proof-bar > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.proof-bar > p strong { display: block; color: var(--cream); }

.section-heading { max-width: 730px; margin-bottom: 34px; }
.section-heading h2, .difference h2, .join h2 { margin: 12px 0 16px; font-size: clamp(36px, 8vw, 62px); line-height: 1.03; letter-spacing: -.05em; }
.section-heading > p:last-child, .difference-copy > p, .join-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.sample { margin-top: 30px; }
.sample-layout { display: grid; gap: 14px; }
.stage-picker { display: grid; gap: 9px; }
.stage-button { min-height: 72px; padding: 13px 16px; display: grid; grid-template-columns: 35px 1fr; grid-template-rows: auto auto; align-items: center; border: 1px solid var(--line); border-radius: 18px; color: var(--muted); background: var(--surface); text-align: left; font-weight: 800; cursor: pointer; }
.stage-button > span { grid-row: 1 / 3; color: var(--gold); font: 800 10px/1 "Manrope"; letter-spacing: .12em; }
.stage-button small { margin-top: 3px; color: var(--dim); font-size: 10px; font-weight: 600; }
.stage-button.active { color: #11100e; border-color: var(--gold); background: var(--gold); }
.stage-button.active span, .stage-button.active small { color: #3d3323; }
.sample-card { min-height: 410px; padding: clamp(24px, 6vw, 44px); display: flex; flex-direction: column; justify-content: center; overflow: hidden; border: 1px solid rgba(201,168,108,.34); border-radius: 28px; background: radial-gradient(circle at 88% 13%, rgba(169,99,57,.2), transparent 34%), linear-gradient(145deg,#1c1914,#11100e); box-shadow: var(--shadow); }
.sample-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sample-top > span { color: var(--gold-soft); font-size: 12px; font-weight: 700; }
.sample-card h3 { max-width: 700px; margin: 36px 0 15px; font-size: clamp(32px, 7vw, 51px); line-height: 1.04; letter-spacing: -.04em; }
.sample-card > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.sample-card blockquote { margin: 28px 0; padding: 17px 0 17px 18px; border-left: 2px solid var(--gold); color: var(--cream); font-size: 17px; line-height: 1.45; }
.sample-card footer { padding-top: 17px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); color: var(--dim); font-size: 11px; }
.sample-card footer strong, .sample-lock { color: var(--gold-soft); }

.how { border-top: 1px solid rgba(201,168,108,.12); }
.steps { display: grid; gap: 14px; }
.steps article { min-height: 285px; padding: 24px; position: relative; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.steps article > span { position: absolute; top: 20px; right: 20px; color: var(--dim); font: 800 10px/1 "Manrope"; letter-spacing: .15em; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(201,168,108,.3); border-radius: 17px; color: var(--gold); background: rgba(201,168,108,.08); font-size: 22px; }
.steps h3 { margin: 50px 0 10px; font-size: 22px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }

.difference { display: grid; gap: 38px; align-items: center; border-top: 1px solid rgba(201,168,108,.12); }
.text-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 18px; color: var(--gold); font-weight: 800; }
.difference-list { display: grid; gap: 10px; }
.difference-list > div { padding: 18px; display: grid; grid-template-columns: 35px 1fr; gap: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.difference-list > div > span { color: var(--gold); font-weight: 800; }
.difference-list p { margin: 0; color: var(--muted); line-height: 1.5; }
.difference-list strong { display: block; margin-bottom: 4px; color: var(--cream); }

.join { display: grid; gap: 34px; align-items: start; border-top: 1px solid rgba(201,168,108,.12); }
.review-note { margin-top: 28px; padding: 20px; display: grid; gap: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.review-note strong { margin-bottom: 5px; color: var(--gold-soft); }
.review-note span { color: var(--muted); font-size: 13px; }
.review-note span::before { content: "✓"; margin-right: 9px; color: var(--gold); }
.waitlist-form { padding: clamp(22px, 5vw, 30px); display: grid; gap: 17px; scroll-margin-top: 92px; border: 1px solid rgba(201,168,108,.38); border-radius: 28px; background: linear-gradient(145deg,#1a1815,#11100e); box-shadow: var(--shadow); }
.form-heading { padding-bottom: 16px; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); font-weight: 800; }
.form-heading small { color: var(--dim); font-weight: 600; }
.waitlist-form > label { display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.waitlist-form input[type="text"], .waitlist-form input[type="email"], .waitlist-form > label input { width: 100%; min-height: 55px; padding: 0 15px; border: 1px solid var(--line); border-radius: 15px; outline: none; color: var(--cream); background: #0e0e0d; font-size: 16px; }
.waitlist-form > label input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,108,.12); }
.waitlist-form fieldset { margin: 3px 0 0; padding: 0; border: 0; }
.waitlist-form legend { margin-bottom: 10px; color: var(--muted); font-size: 12px; font-weight: 700; }
.stage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.stage-grid label { cursor: pointer; }
.stage-grid input { position: absolute; opacity: 0; pointer-events: none; }
.stage-grid span { min-height: 55px; padding: 10px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: #0e0e0d; text-align: center; font-size: 12px; font-weight: 700; }
.stage-grid small { display: block; color: var(--dim); font-size: 9px; }
.stage-grid input:checked + span { color: #11100e; border-color: var(--gold); background: var(--gold); }
.stage-grid input:checked + span small { color: #4a3d29; }
.stage-grid input:focus-visible + span { outline: 3px solid rgba(201,168,108,.28); outline-offset: 2px; }
.primary-button { width: 100%; }
.primary-button:disabled { cursor: wait; opacity: .7; }
.form-note { margin: 0; color: var(--dim); font-size: 11px; line-height: 1.5; text-align: center; }
.form-note.success { color: var(--success); }
.form-note.error { color: var(--danger); }

.faq { border-top: 1px solid rgba(201,168,108,.12); }
.faq-list { max-width: 880px; display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.faq-list summary { padding: 20px; cursor: pointer; font-weight: 800; }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); line-height: 1.6; }
.site-footer { padding: 34px clamp(20px,5vw,64px) calc(110px + env(safe-area-inset-bottom)); display: grid; gap: 18px; border-top: 1px solid rgba(201,168,108,.14); color: var(--muted); font-size: 13px; }
.site-footer p { margin: 0; }
.site-footer > a:last-child { color: var(--gold); font-weight: 800; }
.mobile-cta { position: fixed; z-index: 60; left: 14px; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 20px; border-radius: 16px; color: #11100e; background: var(--gold); box-shadow: 0 18px 55px rgba(0,0,0,.62); font-weight: 800; transition: opacity .2s ease, transform .2s ease; }
.mobile-cta.hidden { opacity: 0; transform: translateY(20px); pointer-events: none; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (min-width: 640px) {
  .quick-row { grid-template-columns: 1fr auto; }
  .quick-row button { min-width: 205px; }
  .proof-bar { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr auto; align-items: center; }
  .site-footer p { grid-column: 1 / -1; }
}

@media (min-width: 820px) {
  .hero { grid-template-columns: 1.1fr .9fr; }
  .hero-visual { min-height: 590px; }
  .hero-visual > img { min-height: 590px; }
  .sample-layout { grid-template-columns: 255px 1fr; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .difference, .join { grid-template-columns: .9fr 1.1fr; }
  .site-footer { grid-template-columns: 1fr auto auto; }
  .site-footer p { grid-column: auto; }
  .mobile-cta { display: none; }
}

@media (max-width: 679px) {
  .nav-actions > a:first-child { display: none; }
  .nav-cta { padding: 9px 11px; font-size: 11px; }
  .section-shell { padding-top: 66px; padding-bottom: 66px; }
  .hero { min-height: auto; padding-top: 54px; }
  .hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero-visual { min-height: 420px; }
  .hero-visual > img { min-height: 420px; }
  .sample { padding-top: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
