:root {
  color-scheme: dark;
  --night: #080d14;
  --night-deep: #05080d;
  --panel: #101820;
  --panel-raised: #151f28;
  --cream: #f3f0e5;
  --muted: #9ba8b5;
  --teal: #2db7a3;
  --teal-soft: #78dfce;
  --orange: #ff914d;
  --blue: #6d9fff;
  --red: #ff7878;
  --line: rgba(187, 202, 215, 0.16);
  --line-strong: rgba(187, 202, 215, 0.3);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  --shell: min(1180px, calc(100vw - 44px));
  --display: "Arial Black", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--night);
  color: var(--cream);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::selection { background: var(--teal); color: var(--night-deep); }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; border-radius: 9px; background: var(--cream); color: var(--night); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; border-bottom: 1px solid rgba(187, 202, 215, 0.1); }
.solid-header { position: absolute; background: rgba(5, 8, 13, 0.58); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 1.12rem; letter-spacing: -0.04em; text-decoration: none; }
.brand img { width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 13px; box-shadow: 0 10px 32px rgba(0, 0, 0, 0.32); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 0.86rem; font-weight: 700; }
.nav-links a { color: var(--muted); text-decoration: none; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a.current { color: var(--cream); }
.nav-links .nav-cta { padding: 10px 16px; border: 1px solid rgba(45, 183, 163, 0.4); border-radius: 999px; background: rgba(45, 183, 163, 0.1); color: var(--teal-soft); }
.nav-links .nav-cta:hover, .nav-links .nav-cta:focus-visible { border-color: var(--teal); background: var(--teal); color: var(--night-deep); }
.menu-button { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: rgba(8, 13, 20, 0.9); }
.menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--cream); }

.hero { position: relative; min-height: 940px; overflow: hidden; padding: 160px 0 120px; background: linear-gradient(180deg, rgba(5, 8, 13, 0.9), rgba(8, 13, 20, 0.48) 65%, var(--night)); }
.hero-grid, .sub-hero-grid, .inside-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(109, 159, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(109, 159, 255, 0.055) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.wish-glow { position: absolute; width: 720px; height: 720px; border-radius: 50%; filter: blur(14px); pointer-events: none; }
.glow-one { top: 40px; right: -100px; background: radial-gradient(circle, rgba(45, 183, 163, 0.26), transparent 66%); }
.glow-two { bottom: 20px; left: 30%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255, 145, 77, 0.1), transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 0.98fr) minmax(460px, 1.02fr); align-items: center; gap: 58px; }
.hero-copy, .hero-product, .artifact-copy, .inside-copy, .business-stack-copy { min-width: 0; }
.eyebrow, .kicker { margin: 0 0 20px; color: var(--teal-soft); font-family: var(--mono); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(45, 183, 163, 0.24); border-radius: 999px; background: rgba(45, 183, 163, 0.06); }
.eyebrow span { color: var(--teal); }
.kicker.orange { color: var(--orange); }
.hero h1, .sub-hero h1, .error-card h1 { max-width: 820px; margin: 0; font-family: var(--display); font-size: clamp(4.4rem, 8vw, 7.6rem); line-height: 0.86; letter-spacing: -0.075em; text-transform: uppercase; text-wrap: balance; }
.hero h1 em, .sub-hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede, .sub-lede { max-width: 650px; margin: 32px 0 0; color: #b4c0ca; font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 13px 20px; border: 1px solid transparent; border-radius: 13px; font-size: 0.92rem; font-weight: 800; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { background: var(--teal); color: #03100e; box-shadow: 0 13px 38px rgba(45, 183, 163, 0.17); }
.button.primary:hover, .button.primary:focus-visible { background: var(--teal-soft); box-shadow: 0 17px 48px rgba(45, 183, 163, 0.26); }
.button.secondary { border-color: var(--line-strong); background: rgba(255, 255, 255, 0.035); color: var(--cream); }
.button.secondary:hover, .button.secondary:focus-visible { border-color: rgba(243, 240, 229, 0.48); background: rgba(255, 255, 255, 0.07); }
.hero-tagline { margin: 34px 0 0; color: var(--muted); font-family: var(--mono); font-size: 0.86rem; letter-spacing: 0.03em; }
.hero-tagline strong { color: var(--orange); font-weight: 700; }

.hero-product { position: relative; min-height: 690px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(45, 183, 163, 0.16); border-radius: 50%; }
.orbit-a { width: 620px; height: 360px; transform: rotate(-25deg); }
.orbit-b { width: 470px; height: 680px; border-color: rgba(109, 159, 255, 0.1); transform: rotate(25deg); }
.phone-shell { position: relative; overflow: hidden; border: 1px solid rgba(187, 202, 215, 0.28); border-radius: 42px; background: #090e14; box-shadow: 0 42px 110px rgba(0, 0, 0, 0.55), inset 0 0 0 5px #111820; }
.phone-top { position: absolute; top: 11px; left: 50%; z-index: 4; width: 74px; height: 21px; border-radius: 0 0 13px 13px; background: #05080c; transform: translateX(-50%); }
.phone-hero { z-index: 2; width: min(380px, 78vw); min-height: 690px; padding: 18px; transform: rotate(2deg); }
.wish-demo { position: relative; min-height: 650px; overflow: hidden; border-radius: 27px; background: linear-gradient(160deg, #131d26, #0b1118 72%); }
.demo-head { display: flex; align-items: center; gap: 9px; padding: 29px 22px 20px; border-bottom: 1px solid var(--line); font-weight: 800; }
.demo-head img { width: 34px; height: 34px; border-radius: 10px; }
.demo-head i { margin-left: auto; padding: 4px 8px; border: 1px solid rgba(45, 183, 163, 0.25); border-radius: 999px; color: var(--teal-soft); font-family: var(--mono); font-size: 0.62rem; font-style: normal; }
.demo-stage { position: absolute; inset: 85px 18px 74px; display: flex; flex-direction: column; justify-content: center; padding: 28px; opacity: 0; transform: translateY(18px); transition: opacity 450ms ease, transform 450ms ease; pointer-events: none; }
.demo-stage.is-active { opacity: 1; transform: translateY(0); }
.demo-label { margin: 0 0 16px; color: var(--teal-soft); font-family: var(--mono); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.13em; }
.demo-stage blockquote { margin: 0; font-family: Georgia, serif; font-size: 2rem; line-height: 1.15; letter-spacing: -0.035em; }
.demo-cursor { width: 2px; height: 27px; margin-top: 16px; background: var(--teal); animation: blink 800ms steps(1) infinite; }
.work-lines { display: grid; gap: 12px; margin-bottom: 24px; }
.work-lines i { display: block; width: 100%; height: 9px; overflow: hidden; border-radius: 9px; background: rgba(255, 255, 255, 0.07); }
.work-lines i::after { content: ""; display: block; width: 60%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--blue)); animation: build-scan 1.2s ease-in-out infinite alternate; }
.work-lines i:nth-child(2) { width: 82%; }.work-lines i:nth-child(3) { width: 92%; }.work-lines i:nth-child(4) { width: 64%; }
.demo-stage > p:last-child { color: var(--muted); }
.build-row { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 0.88rem; text-transform: uppercase; }
.build-row b { color: var(--teal-soft); }
.artifact-app { display: flex; min-height: 410px; flex-direction: column; padding: 28px; border-radius: 22px; background: #ece8db; color: #142024; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); }
.artifact-app > span { color: #52666a; font: 800 0.65rem var(--mono); letter-spacing: 0.13em; }
.artifact-app h3 { max-width: 230px; margin: 22px 0; overflow-wrap: anywhere; font: 700 2rem/1 Georgia, serif; }
.artifact-app button { width: 100%; padding: 14px; border: 0; border-radius: 12px; background: var(--teal); color: #061311; font-weight: 900; }
.artifact-app p { margin: 16px 0 0; padding-bottom: 14px; border-bottom: 1px solid rgba(20, 32, 36, 0.14); font-size: 0.84rem; }
.demo-progress { position: absolute; right: 20px; bottom: 27px; left: 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.demo-progress i { height: 3px; border-radius: 3px; background: rgba(255, 255, 255, 0.12); }
.demo-progress i.is-active { background: var(--orange); }
.demo-replay { position: absolute; top: 91px; right: 18px; z-index: 5; padding: 5px 7px; border: 0; background: transparent; color: var(--muted); font-size: 0.68rem; cursor: pointer; }
.demo-replay:hover, .demo-replay:focus-visible { color: var(--cream); }
.artifact-ticket { position: absolute; z-index: 4; right: 0; bottom: 48px; width: 210px; padding: 16px 18px; border: 1px solid rgba(255, 145, 77, 0.35); border-radius: 14px; background: rgba(15, 22, 29, 0.94); box-shadow: var(--shadow); transform: rotate(-4deg); }
.artifact-ticket::before { content: ""; position: absolute; left: -86px; top: 50%; width: 75px; height: 2px; background: linear-gradient(90deg, transparent, var(--orange)); }
.artifact-ticket span, .artifact-ticket i { display: block; color: var(--muted); font: 0.58rem var(--mono); font-style: normal; letter-spacing: 0.1em; text-transform: uppercase; }
.artifact-ticket strong { display: block; margin: 6px 0; color: var(--orange); font-size: 1rem; }
@keyframes blink { 50% { opacity: 0; } }
@keyframes build-scan { from { width: 22%; } to { width: 96%; } }

.marquee { overflow: hidden; border-block: 1px solid rgba(255, 145, 77, 0.22); background: var(--orange); color: #190c04; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 28px; padding: 13px 0; font: 900 0.76rem var(--mono); letter-spacing: 0.12em; animation: marquee 28s linear infinite; }
.marquee-track i { font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; padding: 126px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 56px; }
.section-heading.centered { display: block; max-width: 890px; margin-inline: auto; text-align: center; }
.section-heading h2, .artifact-copy h2, .inside-copy h2, .pocket-copy h2, .interest-card h2, .business-stack-copy h2, .business-cta h2, .faq-layout h2 { margin: 0; font-family: var(--display); font-size: clamp(2.65rem, 5.8vw, 5.35rem); line-height: 0.96; letter-spacing: -0.065em; text-transform: uppercase; text-wrap: balance; }
.section-heading h2 span, .artifact-copy h2 span, .inside-copy h2 span, .business-stack-copy h2 span { color: var(--teal); }
.section-heading > p, .section-heading > div + p { max-width: 510px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered > p:last-child { max-width: 680px; margin: 24px auto 0; }
.promise-section { background: linear-gradient(180deg, var(--night), #0b1219); }
.beat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.beat-card { position: relative; min-height: 430px; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg, rgba(21, 31, 40, 0.96), rgba(10, 16, 22, 0.95)); }
.beat-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -80px; bottom: -100px; border-radius: 50%; background: var(--teal); filter: blur(55px); opacity: 0.12; }
.watch-card::after { background: var(--orange); }.use-card::after { background: var(--blue); }
.beat-number { color: var(--muted); font: 0.68rem var(--mono); letter-spacing: 0.1em; }
.beat-icon { display: grid; width: 80px; height: 80px; margin: 52px 0 26px; place-items: center; border: 1px solid rgba(45, 183, 163, 0.26); border-radius: 22px; background: rgba(45, 183, 163, 0.08); color: var(--teal-soft); font: 700 3rem Georgia, serif; }
.watch-card .beat-icon { border-color: rgba(255, 145, 77, 0.28); background: rgba(255, 145, 77, 0.08); color: var(--orange); }
.use-card .beat-icon { border-color: rgba(109, 159, 255, 0.28); background: rgba(109, 159, 255, 0.08); color: var(--blue); }
.beat-card h3 { margin: 0 0 11px; font-family: var(--display); font-size: 2rem; letter-spacing: -0.05em; }
.beat-card p { margin: 0; color: var(--muted); }
.beat-card code, .artifact-pill { display: inline-block; margin-top: 25px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; background: rgba(0, 0, 0, 0.2); color: var(--teal-soft); font: 0.7rem var(--mono); }
.tiny-build { display: flex; align-items: end; gap: 5px; height: 40px; margin-top: 23px; color: var(--orange); font: 0.65rem var(--mono); }
.tiny-build i { width: 6px; border-radius: 3px; background: var(--orange); animation: tiny-pulse 1s ease-in-out infinite alternate; }.tiny-build i:nth-child(1) { height: 12px; }.tiny-build i:nth-child(2) { height: 26px; animation-delay: 100ms; }.tiny-build i:nth-child(3) { height: 18px; animation-delay: 200ms; }.tiny-build b { margin-left: 8px; align-self: center; }
@keyframes tiny-pulse { to { height: 36px; } }

.artifact-section { background: #0a1017; }
.artifact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.75fr); align-items: center; gap: 92px; }
.artifact-copy > p:not(.kicker) { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 1.1rem; }
.artifact-contrast { display: grid; gap: 10px; margin-top: 37px; }
.artifact-contrast > div { display: grid; grid-template-columns: 130px 1fr; gap: 14px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); }
.artifact-contrast span { font: 0.68rem var(--mono); text-transform: uppercase; }
.artifact-contrast p { margin: 0; }
.artifact-contrast .active { border-color: rgba(45, 183, 163, 0.36); background: rgba(45, 183, 163, 0.08); color: var(--cream); }
.real-screen { margin: 0; }
.screen-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; color: var(--teal-soft); font: 0.65rem var(--mono); letter-spacing: 0.1em; }
.screen-label i { color: var(--muted); font-style: normal; letter-spacing: 0; text-transform: none; }
.phone-shot { width: min(350px, 80vw); margin: 0 auto; padding: 8px; }
.phone-shot img { width: 100%; height: auto; aspect-ratio: 9 / 20; border-radius: 34px; object-fit: cover; }
.real-screen figcaption { max-width: 350px; margin: 14px auto 0; color: var(--muted); font-size: 0.72rem; text-align: center; }

.inside-section { overflow: hidden; background: var(--night-deep); }
.inside-grid { opacity: 0.7; mask-image: radial-gradient(circle at 70% 40%, black, transparent 68%); }
.inside-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(370px, 0.72fr) minmax(0, 1fr); align-items: center; gap: 90px; }
.phone-shot-claw { width: min(380px, 80vw); transform: rotate(-2deg); }
.inside-lede { max-width: 650px; margin: 27px 0 36px; color: #b7c2cb; font-size: 1.12rem; }
.inside-list { display: grid; }
.inside-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.inside-list article > span { color: var(--teal-soft); font: 0.68rem var(--mono); }
.inside-list h3 { margin: 0 0 7px; font-size: 1.08rem; }
.inside-list p { margin: 0; color: var(--muted); }
.inside-actions { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.text-link { color: var(--cream); font-weight: 800; text-decoration-color: rgba(45, 183, 163, 0.45); text-underline-offset: 5px; }.text-link span { color: var(--teal); }

.pocket-section { background: #0b1219; }
.pocket-card { position: relative; display: grid; grid-template-columns: 1fr 0.7fr; align-items: center; min-height: 520px; overflow: hidden; padding: 62px; border: 1px solid rgba(45, 183, 163, 0.22); border-radius: 34px; background: radial-gradient(circle at 82% 50%, rgba(45, 183, 163, 0.18), transparent 30%), linear-gradient(135deg, #121d26, #0a1017); box-shadow: var(--shadow); }
.pocket-copy { position: relative; z-index: 2; }
.pocket-copy p:not(.kicker) { max-width: 590px; margin: 25px 0 0; color: var(--muted); font-size: 1.05rem; }
.lamp-mark { position: relative; display: grid; place-items: center; }
.lamp-mark img { width: min(360px, 100%); border-radius: 34%; filter: drop-shadow(0 34px 50px rgba(0, 0, 0, 0.32)); transform: rotate(4deg); }
.lamp-mark span { position: absolute; right: 0; bottom: 12px; padding: 11px 14px; border: 1px solid rgba(255, 145, 77, 0.38); border-radius: 9px; background: rgba(8, 13, 20, 0.92); color: var(--orange); font: 0.61rem/1.5 var(--mono); letter-spacing: 0.11em; }
.business-strip { border-top: 1px solid var(--line); background: var(--teal); color: #07130f; }
.business-strip-layout { display: flex; min-height: 98px; align-items: center; justify-content: space-between; gap: 30px; }
.business-strip p { margin: 0; font-weight: 850; }
.business-strip a { font-family: var(--mono); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; text-underline-offset: 5px; }
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: var(--night-deep); }
.footer-layout { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: var(--muted); font-size: 0.78rem; }
.footer-brand img { width: 38px; height: 38px; }.footer-layout p { margin: 0; }.footer-layout p a { color: var(--cream); }.footer-layout nav { display: flex; justify-content: flex-end; gap: 18px; }.footer-layout nav a { text-decoration: none; }.footer-layout nav a:hover { color: var(--cream); }

/* Shared subpages */
.sub-hero { position: relative; min-height: 730px; overflow: hidden; padding: 178px 0 105px; background: linear-gradient(180deg, rgba(5, 8, 13, 0.82), rgba(8, 13, 20, 0.68)); }
.sub-hero h1 { font-size: clamp(4rem, 7vw, 6.8rem); }
.sub-hero-grid { mask-image: radial-gradient(circle at 70% 40%, black, transparent 72%); }
.get-hero-layout, .business-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 400px; align-items: center; gap: 80px; }
.release-state { display: inline-flex; align-items: center; gap: 14px; margin-top: 33px; padding: 13px 16px; border: 1px solid rgba(255, 145, 77, 0.32); border-radius: 12px; background: rgba(255, 145, 77, 0.06); }
.release-state > i { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255, 145, 77, 0.1); animation: release-pulse 1.8s ease-in-out infinite; }
.release-state strong, .release-state span { display: block; }.release-state strong { font-size: 0.82rem; }.release-state span { color: var(--muted); font: 0.65rem var(--mono); }
@keyframes release-pulse { 50% { box-shadow: 0 0 0 12px rgba(255, 145, 77, 0); } }
.qr-card { justify-self: end; width: 340px; padding: 22px; border: 1px solid var(--line-strong); border-radius: 28px; background: rgba(17, 25, 33, 0.9); box-shadow: var(--shadow); transform: rotate(2deg); }
.qr-card img { width: 100%; border-radius: 15px; background: var(--cream); }
.qr-card > div { padding: 17px 4px 2px; text-align: center; }.qr-card span, .qr-card strong { display: block; }.qr-card span { color: var(--teal-soft); font: 0.63rem var(--mono); letter-spacing: 0.12em; }.qr-card strong { margin-top: 5px; font-size: 0.8rem; }
.release-section { background: #0a1118; }
.release-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr); align-items: start; gap: 28px; }
.release-panel, .interest-card { padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: var(--panel); }
.release-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.release-head h2 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.06em; text-transform: uppercase; }.release-head > span { padding: 7px 10px; border: 1px solid rgba(255, 145, 77, 0.35); border-radius: 999px; color: var(--orange); font: 0.62rem var(--mono); letter-spacing: 0.08em; }
.release-panel > p:not(.kicker), .interest-card > p { color: var(--muted); }
.release-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: 30px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.release-facts div { padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.release-facts dt { color: var(--muted); font: 0.65rem var(--mono); text-transform: uppercase; }.release-facts dd { margin: 5px 0 0; font-weight: 800; }
.release-warning { padding: 20px; border-left: 3px solid var(--orange); background: rgba(255, 145, 77, 0.06); }.release-warning p { margin: 6px 0 0; color: var(--muted); }
.interest-card { position: sticky; top: 22px; border-color: rgba(45, 183, 163, 0.24); }.interest-card > img { width: 74px; height: 74px; margin-bottom: 28px; border-radius: 20px; }.interest-card h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.interest-form { margin-top: 28px; }.interest-form > label { display: block; margin-bottom: 8px; color: var(--muted); font: 0.68rem var(--mono); text-transform: uppercase; }.input-row { display: grid; grid-template-columns: 1fr auto; }.input-row input { min-width: 0; padding: 14px 15px; border: 1px solid var(--line-strong); border-right: 0; border-radius: 12px 0 0 12px; outline: 0; background: #0a1016; color: var(--cream); }.input-row input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(45, 183, 163, 0.12); }.input-row button { padding: 12px 15px; border: 0; border-radius: 0 12px 12px 0; background: var(--teal); color: #061311; font-weight: 900; cursor: pointer; }.input-row button:disabled { opacity: 0.6; cursor: wait; }.form-note { min-height: 2.6em; margin: 10px 0 0; color: var(--muted); font-size: 0.72rem; }.form-note.ok { color: var(--teal-soft); }.form-note.bad { color: var(--red); }.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.install-section { background: var(--night); }.install-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }.install-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }.install-steps li > span { color: var(--orange); font: 0.72rem var(--mono); }.install-steps h3 { margin: 0 0 8px; }.install-steps p { margin: 0; color: var(--muted); }.source-links { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 30px; color: var(--muted); font-size: 0.74rem; }.source-links span { font-family: var(--mono); text-transform: uppercase; }.source-links a { color: var(--teal-soft); }
.get-faq { background: #0a1118; }.faq-layout { display: grid; grid-template-columns: 0.55fr 1fr; gap: 90px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 24px 36px 24px 0; font-weight: 800; cursor: pointer; }.faq-list p { max-width: 690px; margin: -8px 0 24px; color: var(--muted); }

/* Business */
.business-hero { min-height: 820px; }.business-hero-layout { grid-template-columns: minmax(0, 1.1fr) minmax(430px, 0.9fr); }.business-diagram { position: relative; min-height: 500px; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle, rgba(45, 183, 163, 0.12), transparent 54%); }.business-diagram::before, .business-diagram::after { content: ""; position: absolute; border: 1px solid rgba(109, 159, 255, 0.13); border-radius: 50%; }.business-diagram::before { inset: 12%; }.business-diagram::after { inset: 27%; }
.diagram-center { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 180px; place-items: center; padding: 22px; border: 1px solid rgba(45, 183, 163, 0.34); border-radius: 22px; background: rgba(11, 17, 24, 0.96); box-shadow: var(--shadow); transform: translate(-50%, -50%); }.diagram-center img { width: 90px; height: 90px; margin-bottom: 12px; border-radius: 24px; }.diagram-center strong { font-family: var(--display); }.diagram-center span { color: var(--muted); font: 0.62rem var(--mono); }
.diagram-node { position: absolute; z-index: 3; min-width: 140px; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 13px; background: #111a22; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3); }.diagram-node span, .diagram-node small { display: block; color: var(--muted); font: 0.57rem var(--mono); }.diagram-node strong { display: block; margin: 3px 0; font-size: 0.85rem; }.node-a { top: 11%; left: -2%; }.node-b { right: -2%; top: 19%; }.node-c { right: 8%; bottom: 7%; }
.business-case-section { background: #0a1118; }.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.case-grid article { min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }.case-grid article > span { color: var(--teal-soft); font: 0.65rem var(--mono); letter-spacing: 0.12em; }.case-grid h3 { margin: 65px 0 15px; font: 700 1.9rem/1.08 Georgia, serif; }.case-grid p { margin: 0; color: var(--muted); }
.business-stack-section { background: var(--night-deep); }.business-stack-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr); gap: 100px; }.business-stack-copy > p:last-child { color: var(--muted); font-size: 1.07rem; }.stack-list { border-top: 1px solid var(--line); }.stack-list article { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }.stack-list article > span { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(45, 183, 163, 0.3); border-radius: 12px; color: var(--teal-soft); font: 800 0.82rem var(--mono); }.stack-list h3 { margin: 0 0 7px; }.stack-list p { margin: 0; color: var(--muted); }
.principles-section { background: #0a1118; }.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }.principle-grid article { min-height: 300px; padding: 28px; background: var(--panel); }.principle-grid strong { color: var(--orange); font: 0.65rem var(--mono); }.principle-grid h3 { margin: 100px 0 10px; font-size: 1.05rem; }.principle-grid p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.business-cta-section { background: var(--night); }.business-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; padding: 50px; border: 1px solid rgba(45, 183, 163, 0.25); border-radius: 28px; background: linear-gradient(135deg, rgba(45, 183, 163, 0.09), rgba(109, 159, 255, 0.04)); }.business-cta > img { width: 120px; height: 120px; border-radius: 32px; }.business-cta h2 { max-width: 750px; font-size: clamp(2rem, 4vw, 4rem); }.business-cta p:not(.kicker) { margin: 14px 0 0; color: var(--muted); }

/* 404 */
.error-page { background: radial-gradient(circle at 50% 38%, rgba(45, 183, 163, 0.13), transparent 32%), var(--night-deep); }.error-main { display: grid; min-height: 100svh; place-items: center; padding: 30px; }.error-card { max-width: 760px; text-align: center; }.error-card > img { margin: 0 auto 28px; border-radius: 30px; }.error-card h1 { font-size: clamp(3.2rem, 8vw, 6.8rem); }.error-card > p:not(.kicker) { color: var(--muted); font-size: 1.1rem; }.error-card .hero-actions { justify-content: center; }

@media (max-width: 980px) {
  .hero { min-height: auto; padding-bottom: 90px; }
  .hero-layout, .artifact-layout, .inside-layout, .business-stack-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 45px; }.hero-copy { max-width: 780px; }.hero-product { min-height: 720px; }
  .artifact-layout, .inside-layout { gap: 65px; }.artifact-copy { order: 0; }.home-screen { order: 1; }.inside-copy { order: 0; }.claw-screen { order: 1; }
  .pocket-card { grid-template-columns: 1fr; }.lamp-mark { position: absolute; right: -90px; bottom: -130px; width: 430px; opacity: 0.35; }.lamp-mark span { display: none; }.pocket-copy { max-width: 680px; }
  .get-hero-layout, .business-hero-layout { grid-template-columns: 1fr; }.qr-card { justify-self: start; width: min(330px, 85vw); }.business-diagram { width: min(520px, 100%); }
  .release-layout { grid-template-columns: 1fr; }.interest-card { position: static; }
  .business-stack-layout { gap: 55px; }.principle-grid { grid-template-columns: repeat(2, 1fr); }.business-cta { grid-template-columns: auto 1fr; }.business-cta .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 680px); }
  .nav-wrap { min-height: 72px; }.brand img { width: 40px; height: 40px; }.menu-button { display: block; }.nav-links { position: absolute; top: 64px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 17px; background: rgba(8, 13, 20, 0.98); box-shadow: var(--shadow); }.nav-links.is-open { display: flex; }.nav-links a { padding: 13px; }.nav-links .nav-cta { margin-top: 4px; text-align: center; }
  .hero { padding-top: 128px; }.hero h1, .sub-hero h1 { font-size: clamp(3.1rem, 14vw, 4.2rem); letter-spacing: -0.065em; }.hero-lede, .sub-lede { font-size: 1.03rem; }.hero-product { min-height: 630px; }.phone-hero { width: min(330px, 84vw); min-height: 610px; }.wish-demo { min-height: 570px; }.demo-stage { inset: 80px 13px 66px; padding: 20px; }.artifact-ticket { right: -6px; bottom: 20px; width: 180px; }.orbit-a { width: 480px; }.orbit-b { width: 380px; height: 590px; }
  .section { padding: 88px 0; }.section-heading { display: block; }.section-heading > p, .section-heading > div + p { margin-top: 24px; }.section-heading h2, .artifact-copy h2, .inside-copy h2, .pocket-copy h2, .business-stack-copy h2, .faq-layout h2 { font-size: clamp(2.15rem, 9vw, 3.8rem); }
  .beat-grid, .case-grid, .install-steps { grid-template-columns: 1fr; }.beat-card { min-height: 390px; }.inside-layout { grid-template-columns: minmax(0, 1fr); }.inside-actions { flex-direction: column; align-items: start; }
  .pocket-section { padding-inline: 0; }.pocket-card { width: calc(100% - 28px); min-height: 600px; padding: 38px 26px; }.business-strip-layout { min-height: 120px; flex-direction: column; align-items: start; justify-content: center; gap: 10px; }
  .footer-layout { grid-template-columns: 1fr; text-align: center; }.footer-brand { justify-self: center; }.footer-layout nav { justify-content: center; }
  .sub-hero { min-height: 0; padding: 136px 0 80px; }.qr-card { display: none; }.release-panel, .interest-card { padding: 27px 20px; }.release-head { align-items: start; flex-direction: column; }.release-facts { grid-template-columns: 1fr; }.input-row { grid-template-columns: 1fr; gap: 8px; }.input-row input, .input-row button { border: 1px solid var(--line-strong); border-radius: 11px; }.input-row button { min-height: 48px; }.faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .business-diagram { min-height: 430px; }.diagram-center { width: 158px; }.diagram-node { min-width: 125px; }.node-a { left: 0; }.node-b { right: 0; }.node-c { right: 0; }.principle-grid { grid-template-columns: 1fr; }.principle-grid article { min-height: 230px; }.principle-grid h3 { margin-top: 65px; }.business-cta { grid-template-columns: 1fr; padding: 32px 24px; }.business-cta .button { grid-column: 1; }.business-cta > img { width: 88px; height: 88px; }
}

@media (max-width: 420px) {
  .hero-actions { flex-direction: column; }.button { width: 100%; }.hero-product { min-height: 590px; }.phone-hero { width: 292px; min-height: 565px; padding: 14px; }.wish-demo { min-height: 535px; }.demo-stage blockquote { font-size: 1.65rem; }.artifact-ticket { right: -4px; bottom: 10px; width: 158px; padding: 12px; }.artifact-contrast > div { grid-template-columns: 1fr; }.phone-shot, .phone-shot-claw { width: min(320px, 90vw); }.pocket-card { min-height: 660px; }.business-diagram { min-height: 370px; }.diagram-center { width: 145px; padding: 15px; }.diagram-center img { width: 72px; height: 72px; }.diagram-node { min-width: 112px; padding: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .demo-stage { display: none; }.demo-stage[data-stage="3"] { display: flex; opacity: 1; transform: none; }
}
