:root {
  --ink: #07080b;
  --panel: #101218;
  --panel-2: #151821;
  --paper: #f2f0e8;
  --muted: #a8a9ac;
  --line: rgba(255,255,255,.14);
  --red: #ff496c;
  --cyan: #63e6ff;
  --lime: #b6ff5e;
  --violet: #aa79ff;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Inter, Aptos, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only, .skip-link:not(:focus) { 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; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; background: var(--paper); color: var(--ink); border-radius: 8px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 82px; padding: 0 clamp(22px, 5vw, 82px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(7,8,11,.82); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.05rem; font-weight: 720; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; color: var(--paper); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); font-size: .86rem; color: #d5d5d0; }
.site-nav a { text-decoration: none; transition: color .2s; }
.site-nav a:hover { color: white; }
.site-nav .nav-spec { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: none; }
.menu-button span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: 5px auto; background: var(--paper); }

.hero { min-height: 920px; padding: 150px clamp(24px, 7vw, 120px) 90px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); gap: 6vw; align-items: center; position: relative; background: radial-gradient(circle at 72% 36%, rgba(99,230,255,.09), transparent 22%), radial-gradient(circle at 82% 65%, rgba(255,73,108,.08), transparent 25%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #c7c8c4; font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: linear-gradient(90deg, var(--red), var(--cyan), var(--lime)); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(4.2rem, 9vw, 8.7rem); line-height: .82; letter-spacing: -.075em; font-weight: 750; }
h1 em, .availability h2 em { display: inline-block; font-style: normal; font-weight: 450; color: transparent; -webkit-text-stroke: 1.3px rgba(242,240,232,.9); }
.hero-lede { max-width: 640px; font-size: clamp(1.1rem, 1.65vw, 1.45rem); line-height: 1.55; color: #c1c2c1; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 38px 0 54px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-size: .91rem; font-weight: 700; }
.button-primary { color: var(--ink); background: var(--paper); }
.button-primary:hover { background: white; transform: translateY(-1px); }
.button-quiet { border: 1px solid var(--line); color: #deded9; }
.button-quiet:hover { border-color: rgba(255,255,255,.36); }
.hero-facts { display: flex; gap: clamp(30px, 5vw, 70px); padding: 0; margin: 0; list-style: none; }
.hero-facts li { display: flex; align-items: flex-start; gap: 11px; }
.hero-facts strong { font-size: 1.35rem; line-height: 1; }
.hero-facts span { color: var(--muted); font-size: .67rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .12em; }

.hero-visual { min-height: 620px; display: grid; place-items: center; perspective: 900px; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.orb-one { width: 380px; height: 380px; background: radial-gradient(circle at 35% 35%, rgba(99,230,255,.34), rgba(99,230,255,.03) 58%, transparent 70%); animation: drift 9s ease-in-out infinite; }
.orb-two { width: 480px; height: 480px; background: radial-gradient(circle at 70% 72%, rgba(255,73,108,.2), transparent 60%); animation: drift 12s ease-in-out infinite reverse; }
.code-card { position: relative; width: min(548px, 90vw); padding: 20px; border: 1px solid rgba(255,255,255,.27); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); box-shadow: 0 36px 100px rgba(0,0,0,.55); backdrop-filter: blur(16px); transform: rotateY(-8deg) rotateX(5deg) rotateZ(1deg); }
.code-card-back { position: absolute; height: 520px; transform: translate(64px,-28px) rotateY(-13deg) rotateZ(7deg); opacity: .25; }
.code-topline, .code-status { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.65); font-size: .62rem; letter-spacing: .15em; }
.prism-code { display: block; width: 100%; margin: 18px 0; border-radius: 14px; }
.scan-line { position: absolute; left: 28px; right: 28px; top: 20%; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 20px var(--cyan); animation: scan 3.6s ease-in-out infinite; }
.code-status { justify-content: flex-start; gap: 8px; letter-spacing: .08em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }

.statement { padding: 100px clamp(24px, 9vw, 160px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement p { max-width: 1260px; margin: 0; color: #83858a; font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1.15; letter-spacing: -.045em; }
.statement strong { color: var(--paper); font-weight: 620; }
.section { padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 120px); }
.section-heading { max-width: 760px; margin-bottom: 70px; }
.section h2, .privacy-band h2 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.4rem); line-height: .96; letter-spacing: -.06em; }
.section-heading > p:last-child, .technology-intro > p:last-child { max-width: 560px; color: var(--muted); font-size: 1.08rem; }

.steps { background: var(--panel); color: var(--paper); }
.steps .eyebrow { color: #9fa1a7; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-card { min-height: 420px; padding: 28px; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--line); border-radius: var(--radius); }
.step-card p { color: #c3c4c2; font-size: .98rem; }
.step-card.featured p { color: #3a3c42; }
.step-card.featured { background: var(--paper); color: var(--ink); }
.step-number { color: #73747a; font-size: .72rem; letter-spacing: .16em; }
.step-icon { width: 94px; height: 94px; margin: auto; display: grid; place-items: center; }
.screen-icon { border: 2px solid currentColor; border-radius: 12px; }
.screen-icon span { width: 54px; height: 40px; background: repeating-linear-gradient(45deg, var(--red) 0 8px, var(--cyan) 8px 16px, var(--lime) 16px 24px); border-radius: 4px; }
.beam-icon { position: relative; }
.beam-icon i { position: absolute; left: 2px; width: 88px; height: 2px; transform-origin: left center; }
.beam-icon i:nth-child(1) { background: var(--red); transform: rotate(-15deg); }
.beam-icon i:nth-child(2) { background: var(--cyan); }
.beam-icon i:nth-child(3) { background: var(--lime); transform: rotate(15deg); }
.file-icon { border: 2px solid currentColor; border-radius: 10px; clip-path: polygon(0 0,70% 0,100% 28%,100% 100%,0 100%); }
.file-icon span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 800; }
.step-card h3 { margin-bottom: 10px; font-size: 1.45rem; letter-spacing: -.035em; }
.step-card p { margin-bottom: 0; color: #65666b; font-size: .92rem; }
.step-card.featured p { color: #aaabb0; }

.technology { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.technology-intro { position: sticky; top: 140px; align-self: start; }
.technology-list { border-top: 1px solid var(--line); }
.technology-list article { display: grid; grid-template-columns: 42px 1fr auto; gap: 24px; align-items: start; padding: 38px 0; border-bottom: 1px solid var(--line); }
.tech-index { color: #71737b; font-size: .7rem; }
.technology-list h3 { margin-bottom: 11px; font-size: 1.55rem; letter-spacing: -.035em; }
.technology-list h3 small { display: inline-block; margin-left: 7px; padding: 3px 7px; color: var(--cyan); border: 1px solid rgba(99,230,255,.35); border-radius: 999px; font-size: .55rem; font-weight: 700; vertical-align: middle; letter-spacing: .05em; }
.technology-list p { max-width: 620px; margin-bottom: 0; color: var(--muted); font-size: .91rem; }
.tech-state { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; white-space: nowrap; font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }
.tech-state.open { color: var(--cyan); }
.tech-state.proven { color: var(--lime); }
.tech-state.experimental { color: #d0aaff; }

.privacy-band { margin: 0 clamp(16px, 3vw, 48px); padding: clamp(70px, 8vw, 110px); display: grid; grid-template-columns: 160px 1.3fr .8fr; gap: 5vw; align-items: center; border-radius: 34px; color: var(--ink); background: var(--lime); }
.privacy-band .eyebrow { color: #263214; }
.privacy-band .eyebrow > span { background: var(--ink); }
.privacy-band h2 { margin: 0; }
.privacy-copy p { font-size: 1rem; }
.privacy-copy a { font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; }
.privacy-lock { width: 120px; height: 120px; border: 3px solid var(--ink); border-radius: 24px; position: relative; }
.privacy-lock::before { content: ""; position: absolute; width: 58px; height: 54px; left: 28px; top: -43px; border: 3px solid var(--ink); border-bottom: 0; border-radius: 32px 32px 0 0; }
.privacy-lock span { position: absolute; width: 13px; height: 28px; left: 51px; top: 45px; background: var(--ink); border-radius: 999px; }

.availability { text-align: center; min-height: 760px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 48%, rgba(170,121,255,.12), transparent 33%); }
.availability .eyebrow { justify-content: center; }
.availability h2 { max-width: 1050px; }
.availability-copy { max-width: 680px; color: var(--muted); }
.availability-actions { width: min(980px, 100%); display: grid; grid-template-columns: repeat(auto-fit, minmax(176px, 1fr)); gap: 12px; margin-top: 42px; }
.store-card { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid var(--line); border-radius: 16px; color: #777980; text-align: left; text-decoration: none; }
.store-card b { color: #c6c7c5; font-size: .95rem; }
.store-card small { margin-top: 3px; }
.store-card.active { border-color: rgba(99,230,255,.45); background: rgba(99,230,255,.06); }
.store-card.active b { color: var(--cyan); }

.site-footer { padding: 45px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-top: 1px solid var(--line); color: #8d8f93; font-size: .76rem; }
.footer-brand { color: var(--paper); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { text-decoration: none; }
.site-footer p { margin: 0; text-align: right; }

.legal-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.legal-header { position: static; background: var(--ink); }
.legal-header .site-nav { position: static; display: flex; padding: 0; background: none; border: 0; }
.legal-main { width: min(840px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0 140px; }
.legal-main .eyebrow { color: #575960; }
.legal-main h1 { margin-bottom: 30px; font-size: clamp(3.5rem, 8vw, 7rem); }
.legal-main .effective { margin-bottom: 55px; color: #6a6c72; }
.legal-main h2 { margin: 48px 0 12px; font-size: 1.55rem; letter-spacing: -.03em; }
.legal-main p, .legal-main li { color: #44464c; font-size: 1.03rem; }
.legal-main strong { color: var(--ink); }
.legal-header .brand, .legal-footer .brand { color: var(--paper); }
.legal-main code { font-family: ui-monospace, "Cascadia Mono", Consolas, monospace; font-size: .92em; background: #11131914; padding: 2px 7px; border-radius: 6px; word-break: break-all; }

.legal-footer { background: var(--ink); }

@keyframes scan { 0%,100% { top: 17%; opacity: .25; } 50% { top: 81%; opacity: 1; } }
@keyframes drift { 0%,100% { transform: translate3d(-12px,-8px,0) scale(.98); } 50% { transform: translate3d(20px,18px,0) scale(1.04); } }

@media (max-width: 980px) {
  .site-header { height: 70px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 69px; left: 0; right: 0; padding: 28px; display: none; flex-direction: column; align-items: stretch; gap: 20px; background: rgba(7,8,11,.97); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 128px; }
  .hero-visual { min-height: 560px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 340px; }
  .technology { grid-template-columns: 1fr; }
  .technology-intro { position: static; }
  .privacy-band { grid-template-columns: 100px 1fr; }
  .privacy-copy { grid-column: 2; }
  .privacy-lock { width: 85px; height: 85px; }
  .privacy-lock::before { width: 40px; height: 38px; left: 19px; top: -31px; }
  .privacy-lock span { left: 34px; top: 28px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer p { text-align: left; }
}

@media (max-width: 640px) {
  .hero { padding-inline: 20px; }
  h1 { font-size: clamp(3.65rem, 19vw, 5.4rem); }
  .hero-facts { gap: 22px; }
  .hero-visual { min-height: 470px; }
  .code-card { width: min(340px, 88vw); }
  .code-card-back { height: 430px; transform: translate(38px,-20px) rotateY(-10deg) rotateZ(6deg); }
  .statement { padding-inline: 24px; }
  .technology-list article { grid-template-columns: 30px 1fr; }
  .tech-state { grid-column: 2; justify-self: start; }
  .privacy-band { grid-template-columns: 1fr; margin-inline: 10px; padding: 60px 26px; }
  .privacy-lock { display: none; }
  .privacy-copy { grid-column: 1; }
  .availability-actions { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

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

.prism-code-real { image-rendering: pixelated; background: #fff; height: auto; aspect-ratio: 1; }
.try-live .live-codes { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.live-codes figure { margin: 0; }
.live-codes video { display: block; width: 100%; border: 1px solid var(--line); border-radius: 18px; background: #000; }
.live-codes h3 { margin: 0 0 12px; font-size: clamp(1.2rem, 2vw, 1.6rem); letter-spacing: -.02em; }
.live-codes figcaption { margin-top: 13px; color: #c9cac6; font-size: .98rem; line-height: 1.5; }
.live-codes figcaption strong { color: var(--paper); }
.tester-lede { margin: -30px 0 26px; color: #d8d9d5; font-size: 1.08rem; }
.tester-form { display: flex; flex-wrap: wrap; gap: 12px; max-width: 680px; }
.tester-form input[type="email"] { flex: 1 1 320px; min-height: 58px; padding: 0 24px; border-radius: 999px; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.1); color: var(--paper); font-size: 1.08rem; font-family: inherit; }
.tester-form input[type="email"]::placeholder { color: #9a9ca3; }
.tester-form input[type="email"]:focus { outline: none; border-color: rgba(99,230,255,.6); }
.hp { position: absolute; left: -9999px; top: -9999px; }
.tester-note { margin-top: 18px; color: #b9bac0; font-size: .9rem; }
.tester-note a { color: var(--cyan); }
