:root {
  color-scheme: light;
  --paper: #f8f7f4;
  --paper-deep: #eeedf0;
  --ink: #11121a;
  --navy: #080911;
  --panel: #11121c;
  --violet: #8068ff;
  --violet-light: #a391ff;
  --muted: #62616b;
  --line: #d9d7d2;
  --space: "Space Grotesk", "Avenir Next", sans-serif;
  --body: "DM Sans", "Avenir Next", sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
.wrap { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; left: 1rem; top: 1rem; transform: translateY(-180%); background: white; padding: .75rem 1rem; border: 2px solid var(--violet); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 88px; border-bottom: 1px solid rgba(255,255,255,.1); background: var(--navy); color: white; }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 174px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; gap: clamp(24px, 4vw, 56px); margin-left: auto; margin-right: 28px; }
.desktop-nav a { color: #c5c4cf; font-size: 14px; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover, .text-link:hover { color: var(--violet); }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 23px; border: 1px solid var(--violet); border-radius: 5px; background: var(--violet); color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .01em; text-decoration: none; cursor: pointer; box-shadow: 0 7px 22px rgba(128,104,255,.2); transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.button:hover { background: #6d55eb; box-shadow: 0 10px 30px rgba(128,104,255,.3); transform: translateY(-2px); }
.button span { color: #bdb2ff; font-size: 18px; line-height: 1; }
.button-small { min-height: 44px; padding: 0 17px; font-size: 13px; }

.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr); gap: clamp(42px, 6vw, 90px); align-items: center; min-height: 695px; padding-block: 78px 100px; color: #f6f5fb; }
.hero::before { position: absolute; z-index: -1; inset: 0 calc((100vw - 100%)/-2); background: radial-gradient(ellipse at 76% 34%, rgba(93,72,208,.15), transparent 38%), var(--navy); content: ""; }
.hero-copy { max-width: 570px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: #a9a7b7; font-family: var(--space); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--violet); }
.status-dot::after { position: absolute; inset: -4px; border: 1px solid rgba(106,85,230,.35); border-radius: 50%; content: ""; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--space); font-weight: 600; letter-spacing: -.055em; }
h1 { max-width: 620px; margin-bottom: 23px; font-size: clamp(56px, 6.3vw, 82px); line-height: .98; }
h1 span, h2 em { color: var(--violet); font-style: normal; }
.hero-lede { max-width: 500px; margin-bottom: 30px; color: #c0bfca; font-size: clamp(17px, 1.6vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-secondary { color: #d8d6e1; font-size: 14px; font-weight: 600; text-decoration: none; }
.hero-secondary span { margin-left: 8px; color: var(--violet-light); }
.hero-fact { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 29px 0 0; color: #aaa8b8; font-size: 12px; }
.hero-fact i { color: #625f76; font-style: normal; }
.waitlist-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; max-width: 520px; }
.waitlist-form input[type="email"] { min-width: 0; height: 56px; padding: 0 16px; border: 1px solid #c7c5c1; border-radius: 3px; background: rgba(255,255,255,.65); color: var(--ink); }
.waitlist-form input::placeholder { color: #777680; }
.optional-grid input[type="text"] { width: 100%; min-width: 0; min-height: 42px; margin-top: 7px; padding: 8px 10px; border: 1px solid #575466; border-radius: 2px; background: #111523; color: #f2f0fa; }
.form-note, .form-status { grid-column: 1 / -1; margin: 2px 0 0; color: #696873; font-size: 12px; line-height: 1.5; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status:empty { display: none; }
.form-status:not(:empty) { padding: 10px 12px; border-left: 3px solid var(--violet); background: #eeebff; color: #2f286b; }
.hero-art { position: relative; min-height: 492px; padding: 22px 25px 19px; overflow: hidden; border: 1px solid rgba(160,146,255,.23); border-radius: 3px; background-color: #0b0c17; background-image: linear-gradient(rgba(133,120,218,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(133,120,218,.09) 1px, transparent 1px); background-size: 32px 32px; color: #bcbad0; box-shadow: 0 25px 90px rgba(0,0,0,.24); }
.hero-art::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(ellipse at 73% 18%, rgba(106,85,230,.2), transparent 44%); content: ""; pointer-events: none; }
.art-topline, .art-caption { position: relative; z-index: 1; display: flex; justify-content: space-between; font-family: var(--space); font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.art-topline { color: #8b7bff; }
.plan-drawing { position: relative; z-index: 1; display: block; width: 100%; margin: 11px auto; }
.art-caption { color: #a09db5; font-size: 8px; }
.art-stamp { position: absolute; right: 19px; bottom: 49px; color: rgba(139,123,255,.18); font-family: var(--space); font-size: 50px; font-weight: 600; letter-spacing: -.1em; }

.ticker { overflow: hidden; background: var(--violet); color: white; }
.ticker-inner { display: flex; width: max-content; min-height: 55px; align-items: center; gap: clamp(28px, 5vw, 68px); padding-inline: 32px; font-family: var(--space); font-size: 11px; font-weight: 600; letter-spacing: .15em; }
.ticker i { color: #c9c0ff; font-size: 14px; font-style: normal; }
.section { padding-block: 120px; }
.section-index { color: #6a6871; font-family: var(--space); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.section-index span { padding-inline: 5px; color: var(--violet); }
.intro { display: grid; grid-template-columns: 1fr minmax(0, 1.9fr) .6fr; gap: 38px; align-items: start; }
.intro-content { max-width: 690px; }
.intro h2, .audience h2, .waitlist h2, .faq h2 { margin: -8px 0 24px; font-size: clamp(42px, 5.2vw, 64px); line-height: 1.04; }
.intro-content p { max-width: 650px; margin-bottom: 19px; color: #55545d; font-size: 17px; line-height: 1.8; }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 13px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--violet); font-size: 19px; }
.intro-aside { position: relative; display: flex; min-height: 190px; align-items: end; justify-content: end; padding: 0 7px 6px 0; }
.intro-aside p { margin: 0; color: #696771; font-family: var(--space); font-size: 13px; line-height: 1.5; text-align: right; }
.aside-mark { position: absolute; top: 0; right: 0; color: #aaa1e7; font-size: 100px; font-weight: 300; line-height: 1; }

.audience { position: relative; overflow: hidden; background: var(--navy); color: #eef0f7; }
.audience-inner { position: relative; z-index: 1; }
.audience .section-index { margin-bottom: 48px; color: #a6a4b8; }
.audience h2 { max-width: 740px; margin-bottom: 22px; font-size: clamp(48px, 6.2vw, 76px); }
.audience h2 em { color: var(--violet-light); }
.audience-copy { max-width: 610px; margin-bottom: 33px; color: #c2c1ce; font-size: 17px; line-height: 1.8; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.audience-tags span { padding: 9px 13px; border: 1px solid #38374a; border-radius: 99px; color: #d4d2df; font-size: 12px; }
.audience-lines { position: absolute; top: 0; right: 0; display: flex; width: min(41vw, 540px); height: 100%; align-items: stretch; justify-content: space-evenly; transform: skewX(-30deg) translateX(11%); opacity: .32; }
.audience-lines span { border-left: 1px solid #39335e; }

.waitlist { padding-block: 100px; }
.waitlist-card { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr); grid-template-areas: "eyebrow form" "title form" "copy form" "privacy form"; column-gap: clamp(35px, 6vw, 85px); align-items: start; overflow: hidden; padding: clamp(42px, 7vw, 82px); border: 1px solid #282938; border-radius: 5px; background: linear-gradient(130deg, #10111d, #090a12 68%); color: #eef0f7; }
.waitlist-card > .eyebrow { grid-area: eyebrow; }
.waitlist-card .eyebrow { color: #c2bfd5; }
.waitlist-card h2 { grid-area: title; }
.waitlist-card h2 { margin-bottom: 17px; font-size: clamp(50px, 6vw, 74px); }
.waitlist-card h2 em { color: var(--violet-light); }
.waitlist-copy { grid-area: copy; }
.waitlist-copy { max-width: 430px; margin-bottom: 28px; color: #c3c2cd; font-size: 17px; }
.waitlist-form-bottom { position: relative; z-index: 2; grid-area: form; width: 100%; max-width: none; display: block; }
.waitlist-form-bottom input[type="email"] { border-color: #49495d; background: #151622; color: white; }
.waitlist-form-bottom input[type="email"]::placeholder { color: #aaa8b6; }
.button-light { border-color: #8b7bff; background: var(--violet-light); color: var(--navy); }
.button-light:hover { background: #a397ff; }
.button-light span { color: var(--navy); }
.waitlist-form-bottom .form-note { color: #aaa8b6; }
.waitlist-form-bottom .form-status:not(:empty) { border-color: #a397ff; background: #1f1c39; color: #e5e0ff; }
.optional-fields { grid-column: 1 / -1; margin-top: 7px; }
.optional-fields summary { width: fit-content; margin: 15px 0 16px; color: #d8d4ee; font-size: 12px; cursor: pointer; }
.optional-fields summary span { color: #aaa7bc; }
.optional-fields summary::marker { color: var(--violet-light); }
.optional-fields .lead-grid { padding: 16px; border: 1px solid #343441; border-radius: 4px; }
.optional-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 17px; padding: 18px; border: 1px solid #3f3c54; }
.optional-grid > label, .optional-grid legend { color: #cfccdc; font-size: 12px; }
.optional-grid select { display: block; width: 100%; min-height: 42px; margin-top: 7px; padding: 8px; border: 1px solid #575466; border-radius: 2px; background: #111523; color: #f2f0fa; }
.optional-grid fieldset { display: flex; flex-wrap: wrap; gap: 8px 15px; margin: 0; padding: 0; border: 0; }
.optional-grid legend { margin-bottom: 8px; }
.check-label { display: flex; align-items: center; gap: 7px; color: #e2dfeb; font-size: 12px; }
.check-label input { accent-color: var(--violet-light); }
.form-heading { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 19px; padding-bottom: 13px; border-bottom: 1px solid #343441; color: #b4b1c7; font-family: var(--space); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.required-note { margin: -8px 0 16px; color: #aaa8b7; font-size: 11px; line-height: 1.5; }
.lead-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px 12px; }
.lead-grid label { display: block; min-width: 0; color: #dedce8; font-size: 12px; font-weight: 600; }
.lead-grid .field-wide { grid-column: 1 / -1; }
.lead-grid input, .lead-grid select { display: block; width: 100%; min-width: 0; height: 48px; margin-top: 6px; padding: 0 13px; border: 1px solid #444454; border-radius: 4px; background: #151622; color: #fff; font-size: 14px; }
.lead-grid input::placeholder { color: #9997a6; }
.lead-grid select:invalid { color: #9997a6; }
.lead-grid input:focus, .lead-grid select:focus { border-color: var(--violet-light); outline: 2px solid rgba(163,145,255,.24); outline-offset: 1px; }
.optional-label { margin-left: 5px; color: #aaa7bc; font-size: 10px; font-weight: 400; }
.waitlist-form-bottom > .button { width: 100%; margin-top: 18px; }
.waitlist-privacy { position: relative; z-index: 2; grid-area: privacy; margin: 22px 0 0; color: #a8a6b4; font-size: 11px; }
.waitlist-orbit { position: absolute; z-index: -1; top: 50%; right: -30px; width: 42%; aspect-ratio: 1; transform: translateY(-50%); }
.waitlist-orbit span { position: absolute; inset: 10%; border: 1px solid rgba(139,123,255,.23); border-radius: 50%; }
.waitlist-orbit span:nth-child(2) { inset: 22%; }
.waitlist-orbit span:nth-child(3) { inset: 34%; }

.faq { padding-top: 30px; padding-bottom: 130px; }
.faq-layout { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(0, 1.35fr); gap: clamp(50px, 9vw, 140px); margin-top: 38px; }
.faq h2 { font-size: clamp(42px, 5vw, 60px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 36px 21px 0; font-family: var(--space); font-size: 16px; font-weight: 600; letter-spacing: -.02em; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 18px; right: 5px; color: var(--violet); content: "+"; font-family: var(--body); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 640px; margin: -4px 38px 22px 0; color: #5e5d65; font-size: 14px; line-height: 1.75; }

.site-footer { background: var(--paper-deep); }
.footer-main { display: flex; min-height: 145px; align-items: center; justify-content: space-between; gap: 30px; }
.brand-footer { width: 154px; }
.footer-main p { margin: 0 auto 0 0; color: #323139; font-family: var(--space); font-size: 14px; font-weight: 600; line-height: 1.6; }
.footer-main p span { color: #686670; font-family: var(--body); font-size: 12px; font-weight: 400; }
.footer-main .text-link { margin: 0; font-size: 13px; }
.footer-bottom { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #d4d2cd; color: #76747c; font-size: 11px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--violet); }

.waitlist-privacy a, .form-note a { text-decoration-thickness: 1px; text-underline-offset: 2px; }
.waitlist-privacy a { color: #ddd9f4; }
.form-note a { color: #353074; }
.waitlist-form-bottom .form-note a { color: #ddd9f4; }
.waitlist-form button:disabled { cursor: wait; opacity: .72; }
.privacy-page { min-height: 70vh; padding-block: 90px 120px; }
.privacy-page .eyebrow { margin-bottom: 17px; }
.privacy-page h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(45px, 6vw, 68px); }
.privacy-page .privacy-intro { max-width: 760px; color: #5f5d67; font-size: 17px; }
.policy-draft { margin-block: 28px 48px; padding: 16px 19px; border-left: 3px solid var(--violet); background: #eeebff; color: #282348; font-size: 13px; }
.privacy-content { max-width: 780px; }
.privacy-content h2 { margin: 40px 0 10px; font-size: 24px; letter-spacing: -.035em; }
.privacy-content p, .privacy-content li { color: #54525d; line-height: 1.8; }
.privacy-content ul { padding-left: 22px; }
.privacy-content a { color: #5140bb; }
.privacy-back { margin-top: 36px; }

@media (max-width: 900px) {
  .wrap { width: min(var(--max), calc(100% - 48px)); }
  .hero { grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr); gap: 30px; min-height: 600px; padding-block: 65px 72px; }
  h1 { font-size: clamp(48px, 7vw, 66px); }
  .hero-art { min-height: 360px; padding: 18px; }
  .waitlist-card { grid-template-columns: minmax(200px,.7fr) minmax(0,1.3fr); column-gap: 28px; padding: 38px 30px; }
  .intro { grid-template-columns: 1fr 2.5fr; gap: 22px; }
  .intro-aside { display: none; }
  .section { padding-block: 94px; }
  .waitlist { padding-block: 76px; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 72px; }
  body { font-size: 15px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 70px; }
  .brand { width: 137px; }
  .desktop-nav { display: none; }
  .header-inner { gap: 12px; }
  .header-inner .button-small { min-height: 40px; padding-inline: 12px; font-size: 12px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 35px; min-height: auto; padding-block: 61px 52px; }
  .eyebrow { margin-bottom: 20px; font-size: 10px; }
  h1 { max-width: 460px; margin-bottom: 18px; font-size: clamp(48px, 13vw, 66px); }
  .hero-lede { max-width: 420px; margin-bottom: 24px; font-size: 16px; }
  .waitlist-form { grid-template-columns: 1fr; gap: 10px; }
  .waitlist-form input[type="email"], .waitlist-form .button { width: 100%; }
  .form-note { margin-top: 1px; }
  .hero-art { min-height: 290px; padding: 17px 14px 14px; }
  .hero-actions { gap: 17px; }
  .hero-fact { gap: 7px; line-height: 1.5; }
  .plan-drawing { margin-block: 4px; }
  .art-topline, .art-caption { font-size: 7px; }
  .ticker-inner { min-height: 47px; gap: 24px; padding-inline: 21px; font-size: 9px; }
  .section { padding-block: 74px; }
  .intro { display: block; }
  .intro .section-index { margin-bottom: 30px; }
  .intro h2, .audience h2, .waitlist h2, .faq h2 { margin-bottom: 19px; font-size: clamp(40px, 11vw, 54px); }
  .intro-content p, .audience-copy { font-size: 15px; line-height: 1.75; }
  .text-link { margin-top: 7px; }
  .audience .section-index { margin-bottom: 36px; }
  .audience-lines { width: 60%; opacity: .22; }
  .audience-tags { gap: 7px; }
  .audience-tags span { padding: 8px 10px; font-size: 10px; }
  .waitlist { padding-block: 55px; }
  .waitlist-card { display: block; padding: 36px 23px; }
  .waitlist-copy { max-width: 340px; font-size: 15px; }
  .waitlist-orbit { top: 20%; right: -100px; width: 80%; opacity: .65; }
  .optional-grid, .lead-grid { grid-template-columns: 1fr; gap: 14px; }
  .lead-grid .field-wide { grid-column: auto; }
  .lead-grid input, .lead-grid select { height: 46px; }
  .faq { padding-top: 15px; padding-bottom: 85px; }
  .faq-layout { display: block; margin-top: 29px; }
  .faq h2 { margin-bottom: 33px; }
  .faq-list summary { padding-block: 18px; font-size: 14px; }
  .faq-list summary::after { top: 13px; }
  .faq-list details p { margin-right: 20px; font-size: 13px; }
  .footer-main { min-height: auto; flex-wrap: wrap; padding-block: 30px; gap: 20px; }
  .brand-footer { width: 133px; }
  .footer-main p { width: calc(100% - 160px); font-size: 12px; }
  .footer-main .text-link { margin-left: auto; }
  .footer-bottom { min-height: 54px; flex-wrap: wrap; justify-content: space-between; gap: 8px 15px; padding-block: 12px; font-size: 10px; }
  .footer-bottom span:nth-child(2) { display: none; }
  .privacy-page { padding-block: 62px 85px; }
  .privacy-page .privacy-intro { font-size: 15px; }
}

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