:root {
  --ink: #09070f;
  --ink-soft: #100c19;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-heavy: #171122;
  --line: rgba(229, 214, 255, 0.14);
  --line-bright: rgba(234, 219, 255, 0.28);
  --text: #f4f0f8;
  --muted: #b9b0c5;
  --subtle: #82778f;
  --violet: #8d5cff;
  --violet-light: #c7adff;
  --violet-deep: #3d197e;
  --amber: #f1b36e;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--ink); font-family: var(--sans); }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 77% 18%, rgba(112, 61, 202, 0.12), transparent 25rem), radial-gradient(circle at 8% 58%, rgba(94, 39, 145, 0.1), transparent 29rem), var(--ink); pointer-events: none; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; top: 0.8rem; left: 0.8rem; z-index: 20; padding: 0.75rem 1rem; background: #fff; color: #07050c; transform: translateY(-200%); transition: transform .2s; border-radius: .4rem; }
.skip-link:focus { transform: translateY(0); }
.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; }

#atmosphere { position: fixed; z-index: -1; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .92; }
.cursor-glow { position: fixed; z-index: -1; top: 0; left: 0; width: 35rem; height: 35rem; margin: -17.5rem 0 0 -17.5rem; opacity: 0; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(162, 112, 255, .08), transparent 65%); transition: opacity .5s; mix-blend-mode: screen; }
body.has-pointer .cursor-glow { opacity: 1; }

.site-header { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: 5.7rem; display: flex; align-items: center; justify-content: space-between; padding: 0 5.1vw; border-bottom: 1px solid transparent; transition: background .4s, height .4s, border-color .4s, backdrop-filter .4s; }
.site-header.is-scrolled { height: 4.4rem; border-color: rgba(239, 226, 255, .1); background: rgba(10, 7, 16, .72); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; gap: .63rem; align-items: center; font-size: 1.1rem; font-weight: 600; letter-spacing: -.055em; }
.wordmark > span:last-child > span { color: var(--violet-light); font-weight: 500; }
.wordmark-mark { display: flex; align-items: end; gap: 2px; width: .92rem; height: 1rem; padding-bottom: 1px; }
.wordmark-mark i { display: block; width: 2px; background: linear-gradient(to top, var(--violet), #e1d5ff); border-radius: 1px; transform-origin: bottom; }
.wordmark-mark i:nth-child(1) { height: 45%; } .wordmark-mark i:nth-child(2) { height: 100%; } .wordmark-mark i:nth-child(3) { height: 68%; }
.site-header nav { display: flex; gap: 2.1rem; margin-left: 8.6rem; font-size: .76rem; color: var(--muted); }
.site-header nav a { position: relative; transition: color .2s; }
.site-header nav a::after { position: absolute; bottom: -.48rem; left: 0; width: 100%; height: 1px; content: ""; background: var(--violet-light); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-header nav a:hover { color: var(--text); }.site-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; gap: .45rem; align-items: center; color: var(--text); font-size: .76rem; }.nav-cta .diagonal-arrow, .site-footer a .diagonal-arrow { color: var(--violet-light); transition: transform .2s; }.nav-cta:hover .diagonal-arrow, .site-footer a:hover .diagonal-arrow { transform: translate(2px, -2px); }.diagonal-arrow { display: inline-block; width: .78em; height: .78em; flex: 0 0 .78em; overflow: visible; color: currentColor; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, .85fr) minmax(34rem, 1.15fr); align-items: center; gap: 2rem; max-width: 1440px; margin: auto; padding: 8rem 5.1vw 4rem; }
.hero-copy { position: relative; z-index: 2; max-width: 38rem; padding: 4rem 0 2rem; }
.eyebrow, .section-label { display: flex; align-items: center; gap: .55rem; margin: 0; color: var(--violet-light); font-family: var(--mono); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.signal-dot { width: .43rem; height: .43rem; border: 1px solid rgba(246, 236, 255, .75); border-radius: 50%; box-shadow: 0 0 .9rem var(--violet); background: var(--violet); }.signal-dot.amber { background: var(--amber); box-shadow: 0 0 .9rem rgba(241, 179, 110, .7); }
.hero h1 { margin: 1.4rem 0 1.65rem; font-size: clamp(4rem, 7.25vw, 7.35rem); font-weight: 500; letter-spacing: -.085em; line-height: .92; }.hero h1 em, .display-heading em, .rubin-title-wrap h2 em, .window-head h3 em, .focus-panel h4 em, .reveal-card h3 em { color: var(--violet-light); font-family: var(--serif); font-weight: 500; letter-spacing: -.065em; }
.hero-summary { max-width: 30.5rem; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.4rem; }.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3.2rem; padding: .9rem 1.1rem  .9rem 1.25rem; border: 1px solid transparent; border-radius: .55rem; font-size: .76rem; font-weight: 500; transition: transform .2s, box-shadow .25s, background .25s; }.button-primary { color: #fff; background: linear-gradient(125deg, #7042d7, #9a6bff); box-shadow: 0 .55rem 1.75rem rgba(83, 39, 186, .28); }.button-primary > span { font-size: 1.05rem; transition: transform .2s; }.button-primary > .diagonal-arrow { width: 1.02rem; height: 1.02rem; }.button-primary:hover { background: linear-gradient(125deg, #8256e4, #a77cff); transform: translateY(-2px); box-shadow: 0 .85rem 2rem rgba(94, 45, 204, .42); }.button-primary:hover > span, .button-primary:hover > .diagonal-arrow { transform: translateY(2px); }
.text-link { display: inline-flex; gap: .6rem; color: #dad1e7; font-size: .78rem; transition: color .2s; }.text-link span { transition: transform .2s; }.text-link:hover { color: #fff; }.text-link:hover span { transform: translateX(4px); }

.hero-art { position: relative; min-height: 40rem; perspective: 1500px; transform-style: preserve-3d; }.hero-halo { position: absolute; top: 17%; left: 17%; width: 72%; aspect-ratio: 1; border: 1px solid rgba(207, 183, 255, .1); border-radius: 50%; box-shadow: 0 0 7rem 2rem rgba(96, 46, 185, .14), inset 0 0 7rem rgba(105, 41, 193, .1); }.orb { position: absolute; filter: blur(1px); border-radius: 50%; }.orb-one { top: 18%; right: 18%; width: 10rem; aspect-ratio: 1; opacity: .75; background: radial-gradient(circle at 35% 30%, #d9ceff, #8452df 39%, #251042 72%); box-shadow: -1rem 1rem 3rem rgba(93, 48, 191, .5); }.orb-two { bottom: 16%; left: 20%; width: 7rem; aspect-ratio: 1; opacity: .65; background: radial-gradient(circle at 35% 30%, #ffd4ac, #c87b7f 38%, #371334 70%); box-shadow: 0 0 3rem rgba(186, 76, 126, .4); }.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(202, 174, 255, .14); border-radius: 50%; transform-style: preserve-3d; }.orbit-one { width: 70%; height: 30%; transform: translate(-50%, -50%) rotateX(66deg) rotateZ(-20deg); }.orbit-two { width: 82%; height: 42%; transform: translate(-50%, -50%) rotateX(66deg) rotateZ(42deg); }
.floating-device { position: absolute; overflow: hidden; border: 1px solid rgba(233, 220, 255, .26); border-radius: 1.3rem; background: linear-gradient(135deg, rgba(42, 25, 67, .91), rgba(13, 10, 24, .91)); box-shadow: -.8rem 1.7rem 3.5rem rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .08); transform-style: preserve-3d; transition: transform .15s linear; }.device-shine { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(122deg, rgba(255,255,255,.22), transparent 16%, transparent 57%, rgba(203, 170, 255, .12)); }
.device-back { top: 13%; right: 6%; width: min(31rem, 82%); height: 23rem; opacity: .65; transform: translateZ(-35px) rotateZ(7deg) rotateY(-12deg); }.ghost-top { display: flex; gap: .55rem; padding: 1.5rem; }.ghost-top span { display: block; height: .35rem; background: rgba(221, 199, 255, .45); border-radius: 1rem; }.ghost-top span:first-child { width: 23%; }.ghost-top span:last-child { width: 14%; opacity: .45; }.ghost-line { position: absolute; left: 1.5rem; height: .6rem; border-radius: 1rem; background: linear-gradient(90deg, rgba(155, 109, 255, .7), rgba(216, 193, 255, .1)); }.ghost-line-one { top: 7rem; width: 45%; }.ghost-line-two { top: 8.15rem; width: 30%; opacity: .55; }.ghost-numbers { position: absolute; bottom: 1.7rem; left: 1.7rem; display: flex; gap: 3rem; color: rgba(238, 226, 255, .65); font-family: var(--serif); font-size: 5rem; letter-spacing: -.1em; }.ghost-numbers span:last-child { opacity: .4; }
.device-front { top: 23%; left: 8%; width: min(30rem, 82%); min-height: 31.5rem; padding: 1.25rem; transform: translateZ(20px) rotateZ(-7deg) rotateY(10deg); }.device-topline { display: flex; align-items: center; color: #cfc4db; font-size: .55rem; }.mini-brand { display: grid; width: 1.2rem; height: 1.2rem; margin-right: .45rem; color: #2c174f; font-family: var(--serif); font-size: .75rem; font-weight: 600; place-items: center; border-radius: 50%; background: #dfd1ff; }.mini-date { opacity: .65; }.mini-avatar { width: 1.2rem; height: 1.2rem; margin-left: auto; border: 1px solid rgba(236, 222, 255, .7); border-radius: 50%; background: linear-gradient(145deg, #6a5197, #1c112f); }.device-main { padding: 2.7rem .5rem 0; }.device-main > p { margin: 0 0 .4rem; color: #cbbbe0; font-size: .65rem; }.device-main h2 { margin: 0 0 1.9rem; font-size: 2.22rem; font-weight: 500; letter-spacing: -.075em; line-height: .96; }.device-main h2 em { font-family: var(--serif); color: #dac7ff; font-weight: 500; }.calm-card { position: relative; display: flex; align-items: center; gap: .7rem; margin-top: .55rem; padding: .86rem .8rem; overflow: hidden; border: 1px solid rgba(229, 211, 255, .15); border-radius: .65rem; background: rgba(255, 255, 255, .055); }.calm-card small { display: block; margin-bottom: .22rem; color: #c0a2ff; font-family: var(--mono); font-size: .45rem; letter-spacing: .1em; }.calm-card strong { font-size: .64rem; font-weight: 500; }.card-icon { display: grid; flex: 0 0 1.7rem; width: 1.7rem; height: 1.7rem; color: #e4d8ff; font-size: .75rem; place-items: center; border: 1px solid rgba(224, 204, 255, .2); border-radius: .42rem; }.icon-focus { background: rgba(121, 72, 226, .36); }.icon-sun { color: #ffdfaf; background: rgba(196, 126, 91, .21); }.card-arrow { width: .9rem; height: .9rem; margin-left: auto; color: #dbc9ff; }.device-bottom { position: absolute; right: 1.25rem; bottom: 1rem; left: 1.25rem; display: flex; justify-content: space-around; padding-top: .7rem; border-top: 1px solid rgba(236, 221, 255, .12); }.device-bottom span { width: .3rem; height: .3rem; border-radius: 50%; background: #9987ac; }.device-bottom .active { background: #d7bfff; box-shadow: 0 0 .6rem #ab7bff; }
.floating-note { position: absolute; z-index: 5; display: flex; gap: .45rem; align-items: center; padding: .55rem .7rem; border: 1px solid rgba(225, 205, 255, .21); border-radius: .36rem; background: rgba(26, 16, 43, .72); box-shadow: 0 .8rem 1.7rem rgba(4, 2, 10, .26); backdrop-filter: blur(.4rem); color: #e4d9f3; font-family: var(--mono); font-size: .5rem; letter-spacing: .03em; transition: transform .15s linear; }.note-one { top: 13%; left: 0; }.note-two { right: 1%; bottom: 20%; }.note-pulse { width: .45rem; height: .45rem; border: 1px solid #dcc5ff; border-radius: 50%; box-shadow: 0 0 .8rem #b680ff; background: #8156e0; }.note-star { color: #f4c07c; }.art-caption { position: absolute; right: 4%; bottom: 3%; display: flex; gap: .6rem; align-items: center; color: #b8a6cc; font-family: var(--mono); font-size: .47rem; letter-spacing: .1em; }.caption-line { width: 2.5rem; height: 1px; background: #b499da; }
.scroll-cue { position: absolute; bottom: 2rem; left: 5.1vw; display: flex; gap: .7rem; align-items: center; color: #998cab; font-family: var(--mono); font-size: .55rem; letter-spacing: .09em; text-transform: uppercase; }.scroll-cue > span { position: relative; width: 1px; height: 2.7rem; overflow: hidden; background: rgba(212, 190, 255, .2); }.scroll-cue > span::before { position: absolute; width: 100%; height: 35%; content: ""; background: #c3a2ff; animation: scroll-line 2s ease-in-out infinite; }@keyframes scroll-line { 0% { transform: translateY(-100%); } 55%,100% { transform: translateY(310%); } }

.marquee-band { position: relative; z-index: 1; width: 100%; overflow: hidden; padding: 1.25rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(119, 70, 191, .08); }.marquee-track { width: max-content; display: flex; align-items: center; gap: 2rem; color: #bba5dc; font-family: var(--mono); font-size: .6rem; letter-spacing: .24em; animation: marquee 28s linear infinite; }.marquee-track b { color: var(--amber); font-weight: 400; } @keyframes marquee { to { transform: translateX(-50%); } }

.section-shell { max-width: 1440px; margin: auto; padding-right: 5.1vw; padding-left: 5.1vw; }.vision { padding-top: clamp(7rem, 12vw, 12rem); padding-bottom: clamp(7rem, 12vw, 12rem); }.section-label { justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); color: var(--subtle); }.vision-content { display: grid; grid-template-columns: 1.3fr .7fr; gap: 5vw; padding-top: clamp(3rem, 6vw, 6.4rem); }.display-heading { max-width: 48rem; margin: 0; font-size: clamp(3.15rem, 5.35vw, 5.7rem); font-weight: 500; letter-spacing: -.078em; line-height: .98; }.vision-copy { align-self: end; max-width: 27rem; padding-bottom: .5rem; color: var(--muted); font-size: 1rem; line-height: 1.7; }.vision-copy p { margin: 0 0 1.1rem; }.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(4rem, 7vw, 7.6rem); border: 1px solid var(--line); background: var(--line); }.principle-card { position: relative; min-height: 23rem; padding: 1.6rem; overflow: hidden; background: rgba(18, 13, 28, .78); transition: background .3s, transform .3s; }.principle-card:hover { z-index: 1; background: #1b1329; transform: translateY(-.35rem); }.principle-card.featured { background: linear-gradient(160deg, rgba(65, 37, 112, .48), rgba(22, 15, 32, .86)); }.principle-number { color: #8e7ea3; font-family: var(--mono); font-size: .6rem; }.principle-symbol { position: relative; height: 5.8rem; margin: 2.8rem 0 2rem; }.principle-symbol i { position: absolute; display: block; border: 1px solid rgba(218, 196, 255, .56); }.symbol-private i { border-radius: 50%; }.symbol-private i:nth-child(1) { top: 1.5rem; left: 1.8rem; width: 2.6rem; height: 2.6rem; background: rgba(122, 70, 222, .22); box-shadow: 0 0 1.5rem rgba(120, 69, 216, .35); }.symbol-private i:nth-child(2) { top: .4rem; left: 3rem; width: 1rem; height: 1rem; }.symbol-private i:nth-child(3) { top: 3.8rem; left: 3rem; width: .7rem; height: .7rem; }.symbol-calm i { left: 0; width: 6.8rem; border-radius: 50%; }.symbol-calm i:nth-child(1) { top: .8rem; height: 1.35rem; transform: rotate(-17deg); }.symbol-calm i:nth-child(2) { top: 2.25rem; height: 1.35rem; transform: rotate(4deg); }.symbol-calm i:nth-child(3) { top: 3.7rem; height: 1.35rem; transform: rotate(-10deg); }.symbol-control i { border-radius: 50%; }.symbol-control i:nth-child(1) { top: .5rem; left: 1.9rem; width: 4.1rem; height: 4.1rem; border-style: dashed; animation: spin 10s linear infinite; }.symbol-control i:nth-child(2) { top: 1.85rem; left: 3.25rem; width: 1.45rem; height: 1.45rem; background: #a678ff; box-shadow: 0 0 1.5rem rgba(150, 92, 255, .8); }.symbol-control i:nth-child(3) { top: 2.29rem; left: 3.69rem; width: .55rem; height: .55rem; border: 0; background: #fff; }.principle-card h3 { max-width: 14rem; margin: 0 0 .8rem; font-size: 1.35rem; font-weight: 500; letter-spacing: -.045em; }.principle-card p { max-width: 19rem; margin: 0; color: #a99db6; font-size: .82rem; line-height: 1.65; }@keyframes spin { to { transform: rotate(360deg); } }

.rubin { position: relative; max-width: none; padding-top: clamp(6.5rem, 11vw, 10rem); padding-bottom: clamp(6.5rem, 11vw, 10rem); overflow: hidden; background: linear-gradient(150deg, #0e0919 0%, #1e1037 46%, #0e0917 100%); }.rubin::before, .rubin::after { position: absolute; content: ""; pointer-events: none; }.rubin::before { inset: 0; opacity: .4; background-image: linear-gradient(rgba(210, 189, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(210, 189, 255, .03) 1px, transparent 1px); background-size: 3.2rem 3.2rem; mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); }.rubin::after { bottom: -28rem; left: 50%; width: 70rem; height: 70rem; border: 1px solid rgba(189, 151, 255, .13); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 11rem 5rem rgba(115, 53, 210, .11); }.rubin > * { position: relative; z-index: 1; }.section-label.light { color: #a795bc; border-color: rgba(222, 202, 255, .14); }.rubin-glow { position: absolute; z-index: 0; top: 5rem; right: -12rem; width: 38rem; height: 38rem; border-radius: 50%; background: radial-gradient(circle, rgba(146, 79, 244, .2), transparent 67%); filter: blur(1rem); }.rubin-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: 4.5rem 0 2.5rem; }.eyebrow.muted { color: #b8a6cc; }.rubin-title-wrap h2 { margin: .9rem 0 0; font-size: clamp(4.2rem, 8.8vw, 9rem); font-weight: 500; letter-spacing: -.095em; line-height: .8; }.rubin-lede { max-width: 20rem; margin: 0 0 .3rem; color: #d5cce2; font-size: 1.05rem; line-height: 1.45; letter-spacing: -.025em; }
.rubin-stage { position: relative; min-height: min(54vw, 45rem); margin: 0 -1vw; perspective: 1500px; }.stage-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(206, 176, 255, .17); border-radius: 50%; transform: translate(-50%, -50%) rotateX(66deg) rotateZ(-18deg); }.ring-a { width: 72%; height: 42%; }.ring-b { width: 90%; height: 68%; opacity: .45; transform: translate(-50%, -50%) rotateX(66deg) rotateZ(26deg); }.rubin-window { position: absolute; top: 46%; left: 50%; width: min(54rem, 84%); overflow: hidden; border: 1px solid rgba(235, 219, 255, .34); border-radius: .85rem; background: #161021; box-shadow: 0 3rem 7rem rgba(0, 0, 0, .45), 0 0 3rem rgba(135, 73, 224, .16), inset 0 1px rgba(255, 255, 255, .14); transform: translate(-50%, -50%) rotateX(5deg) rotateY(-10deg) rotateZ(-2deg); transition: transform .15s linear; transform-style: preserve-3d; }.window-chrome { display: flex; align-items: center; gap: .3rem; height: 2rem; padding: 0 .7rem; border-bottom: 1px solid rgba(238, 221, 255, .1); color: #827490; font-family: var(--mono); font-size: .48rem; }.window-chrome > span { width: .35rem; height: .35rem; border-radius: 50%; background: #6b596f; }.window-chrome > span:nth-child(1) { background: #bc6c73; }.window-chrome > span:nth-child(2) { background: #be955b; }.window-chrome div { position: absolute; left: 50%; transform: translateX(-50%); }.window-chrome > i { width: 1.2rem; height: .3rem; margin-left: auto; border-radius: 1rem; background: #665676; }.window-body { display: flex; min-height: 30rem; }.window-rail { display: flex; flex-direction: column; align-items: center; width: 3.1rem; padding: .8rem 0; gap: 1.15rem; border-right: 1px solid rgba(238, 221, 255, .1); color: #897b96; font-size: .69rem; }.rail-logo { display: grid; width: 1.3rem; height: 1.3rem; margin-bottom: .6rem; color: #3d225b; font-family: var(--serif); font-size: .8rem; font-weight: 600; place-items: center; border-radius: .35rem; background: #e0ceff; }.window-rail .rail-active { display: grid; width: 1.65rem; height: 1.65rem; color: #e9dfff; place-items: center; border-radius: .4rem; background: rgba(148, 90, 250, .31); }.rail-bottom { margin-top: auto; }.window-content { flex: 1; padding: 1.65rem 2.2rem; }.window-topbar { display: flex; justify-content: space-between; color: #a99bac; font-size: .53rem; }.window-topbar div { display: flex; gap: .35rem; }.window-topbar i { display: block; width: .55rem; height: .55rem; border: 1px solid #a99bac; border-radius: 50%; }.window-head { padding: 2rem 0 1.5rem; }.window-head p { margin: 0 0 .3rem; color: #ab95d3; font-size: .6rem; }.window-head h3 { margin: 0; font-size: 1.8rem; font-weight: 500; letter-spacing: -.065em; line-height: .98; }.window-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: .65rem; }.focus-panel, .context-panel { position: relative; overflow: hidden; border: 1px solid rgba(235, 219, 255, .11); border-radius: .6rem; background: linear-gradient(135deg, #2b1b43, #181123); }.focus-panel { min-height: 13rem; padding: 1rem; }.panel-label { display: flex; justify-content: space-between; color: #d1b3ff; font-family: var(--mono); font-size: .49rem; letter-spacing: .09em; }.panel-label i { letter-spacing: .12rem; }.focus-panel h4 { position: relative; z-index: 1; margin: 1.9rem 0 .55rem; font-size: 1.5rem; font-weight: 500; letter-spacing: -.06em; line-height: .95; }.focus-panel p { position: relative; z-index: 1; max-width: 10rem; margin: 0; color: #c0b4cf; font-size: .6rem; line-height: 1.45; }.panel-action { position: absolute; z-index: 1; bottom: 1rem; display: flex; gap: .4rem; color: #e2d7f2; font-size: .57rem; }.panel-action span { color: #c79fff; }.focus-radiance { position: absolute; right: -2.5rem; bottom: -2.5rem; width: 11rem; height: 11rem; border: 1px solid rgba(224, 191, 255, .3); border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(183, 134, 255, .65), rgba(105, 48, 193, .22) 43%, transparent 67%); box-shadow: 0 0 3rem rgba(147, 78, 246, .44); }.side-panels { display: grid; gap: .65rem; }.context-panel { min-height: 6.2rem; padding: .7rem; background: rgba(255, 255, 255, .035); }.context-panel small { display: block; margin: -.8rem 0 1.15rem 1.55rem; color: #9c8aa9; font-family: var(--mono); font-size: .4rem; letter-spacing: .07em; }.context-panel strong { display: block; color: #ded4e8; font-size: .58rem; font-weight: 500; line-height: 1.3; }.panel-icon { position: absolute; top: .75rem; color: #d1b4ff; font-size: .72rem; }.tiny-bars { position: absolute; right: .8rem; bottom: 1rem; display: flex; gap: .2rem; align-items: end; height: 1.2rem; }.tiny-bars i { display: block; width: .18rem; background: #a47ae7; }.tiny-bars i:nth-child(1) { height: 45%; }.tiny-bars i:nth-child(2) { height: 85%; }.tiny-bars i:nth-child(3) { height: 55%; }.tiny-bars i:nth-child(4) { height: 100%; }.tiny-bars i:nth-child(5) { height: 74%; }.purchase { background: linear-gradient(145deg, rgba(117, 71, 184, .28), rgba(255, 255, 255, .03)); }.rubin-quote { position: absolute; z-index: 2; bottom: 1%; left: 2%; max-width: 11rem; padding: .7rem; border-left: 1px solid #c49bff; color: #dcd1e9; background: rgba(15, 8, 25, .52); backdrop-filter: blur(.2rem); }.quote-mark { color: #bd91fa; font-family: var(--serif); font-size: 2rem; line-height: .3; }.rubin-quote p { margin: .5rem 0 0; font-family: var(--serif); font-size: .73rem; line-height: 1.35; }.stage-spark { position: absolute; color: #e8d5ff; text-shadow: 0 0 1.7rem #a064ff; font-size: 1.2rem; }.spark-one { top: 24%; right: 8%; }.spark-two { bottom: 15%; left: 14%; color: #edbf8d; }.stage-data { position: absolute; display: flex; align-items: center; gap: .55rem; color: #9a83b8; font-family: var(--mono); font-size: .46rem; letter-spacing: .1em; }.stage-data i { display: block; width: 2.4rem; height: 1px; background: #a985d4; }.stage-data small { font-size: .45rem; }.data-left { top: 23%; left: 0; }.data-right { right: 0; bottom: 15%; }.data-right i { order: -1; }
.rubin-story { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7rem; align-items: end; max-width: 65rem; margin: 6rem auto 0; }.rubin-story > p { margin: 0; color: #e4dbea; font-size: clamp(1.45rem, 2.15vw, 2.15rem); letter-spacing: -.04em; line-height: 1.35; }.story-notes { display: flex; flex-direction: column; gap: .9rem; color: #aea0ba; font-family: var(--mono); font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; }.story-notes i { width: 100%; height: 1px; background: rgba(223, 202, 255, .25); }.rubin-reveal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 7rem; border: 1px solid rgba(223, 202, 255, .16); background: rgba(223, 202, 255, .16); }.reveal-card { min-height: 17rem; padding: 1.5rem; background: rgba(19, 12, 31, .7); }.reveal-icon { display: grid; width: 2rem; height: 2rem; color: #d6c0ff; font-size: .85rem; place-items: center; border: 1px solid rgba(214, 191, 255, .25); border-radius: 50%; }.reveal-card p { margin: 2.5rem 0 .6rem; color: #a798b5; font-family: var(--mono); font-size: .54rem; letter-spacing: .07em; text-transform: uppercase; }.reveal-card h3 { margin: 0; font-size: 1.7rem; font-weight: 500; letter-spacing: -.065em; line-height: .95; }

.arrival { position: relative; min-height: 52rem; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; }.arrival::before { position: absolute; width: min(60rem, 100vw); aspect-ratio: 1; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(125, 70, 213, .19), rgba(55, 25, 100, .06) 34%, transparent 69%); }.arrival > * { position: relative; }.arrival .display-heading { margin-top: 1rem; }.arrival-copy { max-width: 28rem; margin: 1.7rem 0 1.8rem; color: var(--muted); line-height: 1.6; }.interest-form { display: flex; width: min(33rem, 100%); padding: .35rem; border: 1px solid rgba(227, 206, 255, .24); border-radius: .7rem; background: rgba(17, 11, 28, .56); box-shadow: 0 1rem 3rem rgba(0, 0, 0, .17); backdrop-filter: blur(.5rem); }.interest-form input { flex: 1; width: 1rem; min-height: 3rem; padding: 0 .75rem; outline: none; color: #f3eafe; border: 0; background: transparent; font-size: .78rem; }.interest-form input::placeholder { color: #91849e; }.interest-form input:focus { color: #fff; }.interest-form .button { min-height: 2.75rem; white-space: nowrap; }.form-note { margin: 1rem 0 0; color: #8e829b; font-size: .65rem; }.form-success { max-width: 31rem; margin: 1rem 0 -2rem; color: #e8ddf9; font-size: .76rem; }.arrival-orbit { position: absolute; border: 1px solid rgba(210, 183, 255, .14); border-radius: 50%; }.orbit-small { width: 33rem; height: 13rem; transform: rotateX(68deg) rotateZ(-28deg); }.orbit-large { width: 54rem; height: 23rem; transform: rotateX(68deg) rotateZ(27deg); }

.site-footer { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 1rem; align-items: center; max-width: 1440px; margin: auto; padding: 1.8rem 5.1vw 2.2rem; border-top: 1px solid var(--line); color: #aa9eb5; font-size: .72rem; }.site-footer > p { margin: 0; text-align: center; }.site-footer > a:last-of-type { justify-self: end; color: #d1c6de; }.site-footer small { grid-column: 1 / -1; padding-top: 1.4rem; color: #74697e; font-family: var(--mono); font-size: .5rem; letter-spacing: .08em; text-align: center; }

.reveal { opacity: 0; transform: translateY(1.3rem); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.principles-grid .reveal:nth-child(2), .rubin-reveal-grid .reveal:nth-child(2) { transition-delay: .11s; }.principles-grid .reveal:nth-child(3), .rubin-reveal-grid .reveal:nth-child(3) { transition-delay: .22s; }

@media (max-width: 850px) { .site-header { padding: 0 1.4rem; height: 4.7rem; }.site-header.is-scrolled { background: #0b0811; }.site-header nav { display: none; }.nav-cta { font-size: .7rem; }.hero { display: block; min-height: auto; padding: 7rem 1.4rem 4rem; }.hero-copy { padding: 2.5rem 0 1rem; }.hero h1 { font-size: clamp(3.9rem, 17vw, 6rem); }.hero-art { min-height: 30rem; margin-top: -1.5rem; }.device-back { top: 12%; right: 2%; }.device-front { top: 25%; left: 9%; }.floating-note.note-one { left: -4%; }.floating-note.note-two { top: 43%; right: 1%; bottom: auto; z-index: 8; transform: translateZ(62px); }.scroll-cue { position: relative; bottom: auto; left: auto; width: max-content; margin-top: 1.4rem; }.section-shell { padding-right: 1.4rem; padding-left: 1.4rem; }.vision-content { display: block; }.vision-copy { margin-top: 2rem; }.principles-grid { grid-template-columns: 1fr; }.principle-card { min-height: 18.5rem; }.rubin-intro { display: block; padding-top: 3rem; }.rubin-lede { margin-top: 1.6rem; }.rubin-stage { min-height: 31rem; margin: 0 -1rem; }.rubin-window { width: 90%; }.window-body { min-height: 19rem; }.window-rail { width: 2.2rem; gap: .7rem; font-size: .55rem; }.window-content { padding: 1.15rem .9rem; }.window-head { padding: 1.1rem 0; }.window-head h3 { font-size: 1.2rem; }.window-grid { gap: .45rem; }.focus-panel { min-height: 10rem; padding: .7rem; }.focus-panel h4 { margin-top: 1.1rem; font-size: 1.1rem; }.focus-panel p { font-size: .49rem; }.panel-action { bottom: .7rem; font-size: .48rem; }.context-panel { min-height: 4.75rem; padding: .48rem; }.context-panel small { margin: -.6rem 0 .8rem 1rem; font-size: .32rem; }.context-panel strong { font-size: .45rem; }.panel-icon { top: .5rem; font-size: .55rem; }.tiny-bars { right: .5rem; bottom: .5rem; transform: scale(.7); transform-origin: bottom right; }.rubin-quote { bottom: 1%; left: 2%; max-width: 8.3rem; }.rubin-quote p { font-size: .57rem; }.stage-data { display: none; }.rubin-story { display: block; margin-top: 3rem; }.story-notes { flex-direction: row; justify-content: space-between; margin-top: 2rem; font-size: .4rem; }.story-notes i { display: none; }.rubin-reveal-grid { grid-template-columns: 1fr; margin-top: 4rem; }.reveal-card { min-height: 13rem; }.reveal-card p { margin-top: 1.8rem; }.arrival { min-height: 43rem; padding: 3rem 1.4rem; }.site-footer { grid-template-columns: 1fr; padding: 1.8rem 1.4rem 2rem; text-align: center; }.site-footer .wordmark { justify-self: center; }.site-footer > a:last-of-type { justify-self: center; }.site-footer > p { margin: .2rem 0; }.cursor-glow { display: none; } }
@media (max-width: 430px) { .nav-cta { font-size: 0; }.nav-cta .diagonal-arrow { width: 1rem; height: 1rem; }.hero-actions { flex-wrap: wrap; gap: 1.2rem; }.hero-art { min-height: 27rem; }.device-front { min-height: 27rem; }.device-main { padding-top: 2rem; }.device-main h2 { margin-bottom: 1.1rem; font-size: 1.86rem; }.calm-card { padding: .65rem; }.art-caption { display: none; }.display-heading { font-size: 3rem; }.rubin-title-wrap h2 { font-size: 4rem; }.rubin-stage { min-height: 26rem; }.window-chrome { height: 1.55rem; }.window-body { min-height: 16.5rem; }.window-rail { display: none; }.window-head h3 { font-size: 1.05rem; }.window-topbar { font-size: .43rem; }.focus-panel { min-height: 8.5rem; }.focus-panel h4 { margin: .85rem 0 .35rem; font-size: .94rem; }.focus-panel p { font-size: .42rem; }.context-panel { min-height: 4rem; }.context-panel strong { font-size: .38rem; }.context-panel small { font-size: .27rem; margin-bottom: .6rem; }.interest-form { display: block; padding: .3rem; }.interest-form input { display: block; width: 100%; }.interest-form .button { width: 100%; }.form-success { margin-bottom: 0; }.arrival .display-heading { font-size: 2.8rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.marquee-track, .scroll-cue > span::before, .symbol-control i:nth-child(1) { animation: none; }.floating-device, .floating-note, .rubin-window { transition: none; }.cursor-glow, #atmosphere { display: none; } }
