:root {
  --night: #070a19;
  --night-2: #0d122b;
  --navy: #11183f;
  --cyan: #31e6da;
  --cyan-2: #12bdb9;
  --violet: #7c6cff;
  --coral: #ff6d79;
  --lime: #c7f36b;
  --ink: #111426;
  --muted: #707489;
  --surface: #f3f5f9;
  --white: #fff;
  --line-dark: rgba(255,255,255,.1);
  --font: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--night); font-family: var(--font); }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
main { overflow: hidden; }
.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; }

.site-header { position: absolute; z-index: 30; top: 0; left: 50%; transform: translateX(-50%); width: min(1240px, calc(100% - 64px)); height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; width: 178px; align-items: center; }
.brand img { width: 100%; height: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 34px; color: rgba(255,255,255,.66); font-size: 13px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { transition: color .2s ease; }.nav-links > a:not(.nav-cta):hover { color: white; }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; color: var(--night); background: white; border-radius: 999px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(49,230,218,.17); }
.menu-button { display: none; }

.hero { position: relative; min-height: 880px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; padding: 145px max(32px, calc((100vw - 1240px) / 2)) 90px; color: white; background:
  radial-gradient(circle at 77% 18%, rgba(124,108,255,.22), transparent 24%),
  radial-gradient(circle at 62% 72%, rgba(49,230,218,.13), transparent 28%),
  radial-gradient(circle at 8% 100%, rgba(255,109,121,.1), transparent 28%),
  var(--night);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-copy { position: relative; z-index: 3; max-width: 650px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--cyan); font: 800 10px var(--display); letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--night); background: var(--cyan); border-radius: 8px; letter-spacing: 0; }
h1, h2, h3 { margin: 0; font-family: var(--display); letter-spacing: -.05em; }
h1 { font-size: clamp(62px, 6.5vw, 100px); line-height: .97; font-weight: 750; }
h1 em { display: inline-block; font-style: normal; color: transparent; background: linear-gradient(90deg, var(--cyan), #8ef6ef 35%, #9a8cff 78%, var(--coral)); background-clip: text; -webkit-background-clip: text; }
.hero-text { max-width: 590px; margin: 29px 0 0; color: rgba(255,255,255,.57); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 36px; }
.button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border-radius: 12px; font-size: 13px; font-weight: 750; transition: .22s ease; }
.button-primary { color: var(--night); background: var(--cyan); box-shadow: 0 18px 42px rgba(49,230,218,.2); }.button-primary:hover { transform: translateY(-3px); background: #67f3e9; box-shadow: 0 22px 50px rgba(49,230,218,.3); }
.button-quiet { color: white; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }.button-quiet:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); }
.play-dot { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--night); background: white; font-size: 7px; padding-left: 1px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 40px; color: rgba(255,255,255,.5); font-size: 10px; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }.hero-proof i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--night); background: rgba(49,230,218,.85); font-style: normal; font-size: 8px; }

.hero-media { position: relative; z-index: 2; min-height: 680px; display: grid; place-items: center; }
.visual-grid { position: absolute; width: 570px; height: 570px; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); box-shadow: 0 0 0 70px rgba(255,255,255,.015), 0 0 0 140px rgba(255,255,255,.01); }
.visual-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: conic-gradient(from 90deg, rgba(49,230,218,.27), rgba(124,108,255,.28), rgba(255,109,121,.18), rgba(49,230,218,.27)); filter: blur(70px); opacity: .55; }
.discover-card { position: relative; z-index: 5; width: 350px; padding: 9px; color: var(--ink); background: #fdfdfd; border: 6px solid #0d122a; border-radius: 34px; box-shadow: 0 45px 100px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.13); transform: rotate(2deg); }
.card-chrome { height: 35px; display: flex; justify-content: space-between; align-items: center; padding: 0 8px; font-size: 8px; }.card-chrome strong { font: 800 11px var(--display); }
.discover-photo { position: relative; height: 315px; overflow: hidden; border-radius: 22px; background: #ddd; }
.discover-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center 31%; }
.discover-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,10,25,.72), transparent 48%); }
.photo-progress { position: absolute; z-index: 2; top: 10px; left: 10px; right: 10px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4px; }.photo-progress i { height: 3px; border-radius: 9px; background: rgba(255,255,255,.4); }.photo-progress i:first-child { background: white; }
.photo-info { position: absolute; z-index: 3; left: 16px; right: 16px; bottom: 14px; color: white; }.photo-info h2 { display: inline; font-size: 24px; }.photo-info h2 b { display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: var(--night); background: var(--cyan); font: 700 9px Arial; vertical-align: 3px; }.photo-info p { margin: 3px 0 0; color: rgba(255,255,255,.7); font-size: 9px; }.online-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border: 2px solid white; border-radius: 50%; background: #66e294; }
.compat-chip { position: absolute; z-index: 3; top: 18px; right: 12px; width: 55px; height: 55px; display: grid; place-content: center; text-align: center; color: white; background: rgba(7,10,25,.74); border: 1px solid rgba(49,230,218,.65); border-radius: 50%; backdrop-filter: blur(8px); }.compat-chip strong { font: 800 14px var(--display); line-height: 1; }.compat-chip span { margin-top: 2px; color: #96f6ef; font-size: 7px; text-transform: uppercase; }
.discover-body { padding: 13px 10px 5px; }.discover-body > p { display: flex; gap: 7px; align-items: center; margin: 0; font-size: 10px; }.discover-body > p span { color: var(--violet); }.discover-body > small { display: block; margin: 6px 0 10px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.discover-tags { display: flex; gap: 5px; }.discover-tags span { padding: 5px 7px; color: #514b8d; background: #eeecff; border-radius: 99px; font-size: 7px; font-weight: 700; }
.discover-actions { display: flex; justify-content: center; gap: 18px; margin-top: 11px; }.discover-actions button { width: 34px; height: 34px; border: 1px solid #e5e7eb; border-radius: 50%; color: #8b8da0; background: white; font-size: 16px; }.discover-actions button:nth-child(2) { width: 42px; height: 42px; margin-top: -4px; color: var(--night); background: var(--cyan); border: 0; box-shadow: 0 9px 18px rgba(49,230,218,.25); }
.peek-card { position: absolute; z-index: 2; right: 2%; top: 19%; width: 205px; height: 300px; overflow: hidden; border: 5px solid #161b38; border-radius: 25px; box-shadow: 0 30px 70px rgba(0,0,0,.45); transform: rotate(12deg); }.peek-card > img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }.peek-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,10,25,.75), transparent 50%); }.peek-card > div { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 14px; display: flex; justify-content: space-between; align-items: center; color: white; }.peek-card strong { font-size: 11px; }.peek-card span { padding: 4px 6px; color: var(--night); background: var(--lime); border-radius: 99px; font-size: 7px; font-weight: 800; }
.match-bubble, .value-bubble { position: absolute; z-index: 8; color: white; background: rgba(17,24,63,.86); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; backdrop-filter: blur(16px); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.match-bubble { left: 0; top: 19%; display: flex; gap: 10px; align-items: center; padding: 11px 14px; transform: rotate(-5deg); }.mini-ring { width: 42px; height: 42px; display: grid; grid-template-columns: auto auto; place-content: center; align-items: end; border: 2px solid var(--cyan); border-radius: 50%; }.mini-ring strong { font: 800 15px var(--display); }.mini-ring span { font-size: 7px; margin-bottom: 2px; }.match-bubble p { margin: 0; }.match-bubble small, .value-bubble small { display: block; color: var(--cyan); font-size: 6px; letter-spacing: .13em; }.match-bubble p strong { font-size: 9px; }
.value-bubble { right: 3%; bottom: 15%; display: flex; gap: 9px; align-items: center; padding: 12px 14px; transform: rotate(4deg); }.value-bubble > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--night); background: var(--lime); border-radius: 9px; font-size: 10px; }.value-bubble p { margin: 0; font-size: 9px; }

.intent-strip { min-height: 105px; display: flex; align-items: center; justify-content: center; gap: 35px; color: rgba(255,255,255,.75); background: #0a0e22; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); font: 650 13px var(--display); letter-spacing: .02em; }.intent-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.section { padding: 125px max(32px, calc((100vw - 1160px) / 2)); }
.section h2 { font-size: clamp(44px, 5.3vw, 72px); line-height: 1.05; font-weight: 700; }

.principles { color: var(--ink); background: var(--surface); }
.principles .kicker { color: #6557dc; }.section-intro { max-width: 800px; margin-bottom: 60px; }.section-intro > p:last-child { max-width: 620px; margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.principle-grid { display: grid; grid-template-columns: 1.12fr .88fr .88fr; gap: 14px; }
.principle-card { min-height: 390px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 26px; border: 1px solid #e1e5ec; border-radius: 22px; background: white; box-shadow: 0 18px 50px rgba(18,24,47,.05); transition: transform .25s ease, box-shadow .25s ease; }.principle-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(18,24,47,.1); }.principle-card:first-child { color: white; background: var(--navy); border-color: var(--navy); }.principle-card:first-child::after { content: ""; position: absolute; width: 240px; height: 240px; right: -90px; top: -80px; border-radius: 50%; background: radial-gradient(circle, rgba(49,230,218,.35), transparent 68%); }
.principle-card > span { color: var(--violet); font: 800 9px var(--display); letter-spacing: .14em; }.principle-card:first-child > span { color: var(--cyan); }
.principle-mark { flex: 1; position: relative; display: grid; place-items: center; }.principle-mark::before, .principle-mark::after { content: ""; position: absolute; border: 1px solid rgba(124,108,255,.18); border-radius: 50%; }.principle-mark::before { width: 135px; height: 135px; }.principle-mark::after { width: 82px; height: 82px; }.principle-card:first-child .principle-mark::before, .principle-card:first-child .principle-mark::after { border-color: rgba(49,230,218,.18); }
.principle-mark i { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 9px rgba(124,108,255,.1); }.principle-mark i:first-child { translate: -37px 16px; }.principle-mark i:last-child { translate: 37px -16px; background: var(--coral); box-shadow: 0 0 0 9px rgba(255,109,121,.1); }.principle-card:first-child .principle-mark i:first-child { background: var(--cyan); box-shadow: 0 0 0 9px rgba(49,230,218,.1); }
.principle-card h3 { margin-bottom: 10px; font-size: 23px; }.principle-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.principle-card:first-child > p { color: rgba(255,255,255,.52); }

.product { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; color: white; background: var(--night-2); }.product .kicker { color: var(--cyan); }.product-copy > p:not(.kicker) { max-width: 520px; margin: 25px 0 34px; color: rgba(255,255,255,.5); line-height: 1.7; }.product-copy ul { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 21px; }.product-copy li { display: grid; grid-template-columns: 33px 1fr; gap: 12px; }.product-copy li > span { color: var(--cyan); font: 800 8px var(--display); letter-spacing: .12em; padding-top: 4px; }.product-copy li strong { display: block; font-size: 13px; }.product-copy li p { margin: 4px 0 0; color: rgba(255,255,255,.43); font-size: 11px; line-height: 1.55; }.inline-link { display: inline-flex; gap: 9px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 12px; font-weight: 700; }.inline-link span { color: var(--cyan); }
.app-stage { position: relative; min-height: 650px; display: grid; place-items: center; }.app-stage::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(124,108,255,.2), transparent 68%); }.app-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); }.orbit-one { width: 550px; height: 550px; }.orbit-two { width: 440px; height: 440px; }
.app-card { position: relative; z-index: 2; width: 350px; padding: 18px; color: var(--ink); background: #fbfcff; border: 7px solid #080b1c; border-radius: 34px; box-shadow: 0 45px 100px rgba(0,0,0,.5); transform: rotate(-2deg); }.app-top { display: flex; justify-content: space-between; align-items: center; padding: 1px 3px 18px; font-size: 8px; }.app-top strong { font: 800 11px var(--display); }.app-person { display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center; padding: 13px; background: #eef0ff; border-radius: 17px; }.avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--violet), var(--coral)); font-weight: 800; }.app-person h3 { font-size: 15px; }.app-person h3 i { display: inline-grid; place-items: center; width: 14px; height: 14px; border-radius: 50%; color: var(--night); background: var(--cyan); font: normal 8px Arial; vertical-align: 2px; }.app-person p { margin: 3px 0 0; color: var(--muted); font-size: 8px; }.app-score { padding: 6px 8px; color: var(--night); background: var(--cyan); border-radius: 99px; font-size: 9px; font-weight: 800; }.compat-title { margin: 21px 2px 14px; }.compat-title span { display: block; color: #6557dc; font-size: 7px; font-weight: 800; letter-spacing: .15em; }.compat-title strong { display: block; margin-top: 4px; font: 700 19px var(--display); letter-spacing: -.04em; }.compat-row { margin: 13px 2px; }.compat-row > div { display: flex; justify-content: space-between; font-size: 9px; }.compat-row > i { display: block; height: 4px; margin-top: 7px; border-radius: 99px; background: #e4e6ec; overflow: hidden; }.compat-row b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--violet), var(--cyan)); }.conversation-card { margin-top: 20px; padding: 15px; color: white; background: var(--navy); border-radius: 16px; }.conversation-card > span { color: var(--cyan); font-size: 7px; font-weight: 800; letter-spacing: .15em; }.conversation-card p { margin: 7px 0 13px; font: 600 13px/1.45 var(--display); }.conversation-card button { width: 100%; display: flex; justify-content: space-between; padding: 9px 11px; color: var(--night); background: var(--cyan); border: 0; border-radius: 8px; font-size: 9px; font-weight: 750; }.stage-label { position: absolute; z-index: 3; padding: 8px 11px; color: rgba(255,255,255,.6); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 99px; font-size: 7px; font-weight: 700; letter-spacing: .12em; }.label-one { left: 3%; top: 25%; }.label-two { right: 0; top: 49%; }.label-three { left: 7%; bottom: 19%; }

.manifesto { position: relative; text-align: center; color: white; background: radial-gradient(circle at 50% 50%, rgba(124,108,255,.22), transparent 35%), linear-gradient(135deg, #12183c, #090c1d); }.manifesto-mark { margin: -25px 0 -5px; color: var(--cyan); font: 700 76px var(--display); line-height: 1; }.manifesto blockquote { max-width: 960px; margin: auto; font: 700 clamp(42px,5.5vw,72px)/1.12 var(--display); letter-spacing: -.055em; }.manifesto-copy { margin: 25px 0 40px; color: rgba(255,255,255,.5); }.manifesto-line { display: flex; align-items: center; justify-content: center; gap: 17px; color: var(--cyan); font: 800 8px var(--display); letter-spacing: .2em; }.manifesto-line span { width: 90px; height: 1px; background: rgba(255,255,255,.12); }

.safety { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; background: #f7f8fb; }.safety .kicker { color: #6557dc; }.safety-heading > p:last-child { max-width: 470px; color: var(--muted); line-height: 1.7; }.safety-grid { display: grid; gap: 12px; }.safety-grid article { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 24px; background: white; border: 1px solid #e4e7ee; border-radius: 17px; box-shadow: 0 14px 35px rgba(18,24,47,.04); transition: transform .2s ease, border-color .2s ease; }.safety-grid article:hover { transform: translateX(5px); border-color: rgba(124,108,255,.4); }.safety-grid article > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--night); background: linear-gradient(135deg, var(--cyan), #9af7ef); border-radius: 14px; font-weight: 800; }.safety-grid strong { display: block; margin-bottom: 5px; font-family: var(--display); }.safety-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.join { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; min-height: 500px; color: var(--night); background: linear-gradient(115deg, var(--cyan), #86f4eb 48%, #a99dff); }.join .kicker { color: #363083; }.join h2 { font-size: clamp(52px,6vw,82px); }.join-copy > p:last-child { max-width: 470px; color: rgba(7,10,25,.62); line-height: 1.65; }.join-form-wrap { max-width: 540px; width: 100%; justify-self: end; }.waitlist-form { display: grid; grid-template-columns: 1fr auto; padding: 6px; background: white; border-radius: 12px; box-shadow: 0 24px 55px rgba(16,28,57,.17); }.waitlist-form input { min-width: 0; padding: 15px 16px; color: var(--ink); background: transparent; border: 0; outline: 0; }.waitlist-form button { padding: 15px 18px; color: white; background: var(--night); border: 0; border-radius: 8px; font-weight: 750; cursor: pointer; }.waitlist-form button:disabled { opacity: .7; cursor: wait; }.waitlist-form.hidden { display: none; }.join-form-wrap > small { display: block; margin-top: 13px; color: rgba(7,10,25,.48); font-size: 10px; }.form-response { display: none; }.form-response.visible { display: grid; grid-template-columns: 40px 1fr; gap: 13px; align-items: center; margin-bottom: 14px; padding: 16px; background: white; border-radius: 12px; }.form-response > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--night); background: var(--cyan); border-radius: 12px; }.form-response.error > span { color: white; background: #a53535; }.form-response strong { display: block; }.form-response p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }

footer { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 32px; padding: 40px max(32px,calc((100vw - 1160px) / 2)); color: rgba(255,255,255,.43); background: #050714; font-size: 10px; }.footer-brand { width: 145px; }.footer-brand img { width: 100%; height: auto; }.footer-links { display: flex; gap: 22px; }.footer-links a:hover { color: white; }
.reveal-ready { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }.reveal-ready.revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero { grid-template-columns: .85fr 1.15fr; gap: 10px; }.discover-card { width: 325px; }.peek-card { width: 180px; height: 270px; right: 0; }.match-bubble { left: -4%; }.value-bubble { right: 0; }
  .product { gap: 40px; }.stage-label { display: none; }.safety { gap: 45px; }
}

@media (max-width: 820px) {
  .site-header { width: calc(100% - 40px); height: 78px; }.brand { width: 145px; }.menu-button { display: grid; gap: 5px; padding: 10px; border: 0; background: transparent; }.menu-button span { width: 23px; height: 2px; background: white; }
  .nav-links { position: absolute; top: 68px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 18px; padding: 22px; color: white; background: rgba(7,10,25,.98); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }.nav-links.open { opacity: 1; visibility: visible; transform: translateY(0); }.nav-cta { justify-content: center; background: var(--cyan); }
  .hero { grid-template-columns: 1fr; padding: 125px 24px 70px; text-align: center; }.hero-copy { margin: auto; }.eyebrow, .hero-actions, .hero-proof { justify-content: center; }.hero-text { margin-inline: auto; }.hero-media { min-height: 650px; margin-top: 20px; }.match-bubble { left: 5%; }.value-bubble { right: 5%; }
  .section { padding: 90px 24px; }.principle-grid { grid-template-columns: 1fr; }.principle-card { min-height: 340px; }.product { grid-template-columns: 1fr; }.product-copy { max-width: 650px; }.app-stage { min-height: 620px; }.safety { grid-template-columns: 1fr; }.join { grid-template-columns: 1fr; gap: 45px; }.join-form-wrap { justify-self: start; }
  footer { grid-template-columns: 1fr 1fr; }.footer-links { justify-content: flex-end; } footer > span { text-align: right; }
}

@media (max-width: 520px) {
  h1 { font-size: 51px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-proof { gap: 10px 14px; }.hero-media { min-height: 590px; margin-inline: -24px; transform: scale(.9); }.discover-card { width: 318px; }.peek-card { right: -10px; }.match-bubble { left: 0; }.value-bubble { right: 0; bottom: 10%; }
  .intent-strip { gap: 14px; font-size: 10px; }.section h2 { font-size: 42px; }.app-stage { min-height: 560px; margin-inline: -24px; transform: scale(.92); }.orbit-one { width: 400px; height: 400px; }.orbit-two { width: 330px; height: 330px; }.manifesto blockquote { font-size: 40px; }.safety-grid article { padding: 20px; }
  .waitlist-form { grid-template-columns: 1fr; gap: 5px; }.waitlist-form button { width: 100%; } footer { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 17px; }.footer-links { justify-content: center; } footer > span { text-align: center; }
}

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