@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/familjen-grotesk-400-normal-latin.woff2)format("woff2")}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/familjen-grotesk-500-normal-latin.woff2)format("woff2")}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/familjen-grotesk-600-normal-latin.woff2)format("woff2")}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/familjen-grotesk-700-normal-latin.woff2)format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ibm-plex-mono-400-normal-latin.woff2)format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/ibm-plex-mono-500-normal-latin.woff2)format("woff2")}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font-display);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;overflow:hidden}h1,h2,p{margin:0}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}:root{--bg:#0a0b0d;--bg-2:#101216;--bg-3:#171a20;--ink:#f2f3f5;--ink-2:#a8adb8;--ink-3:#6b7280;--accent:#ff6a3d;--accent-dim:#ff6a3d6b;--accent-haze:#ff6a3d1a;--line:#f2f3f51a;--line-2:#f2f3f52e;--font-display:"Familjen Grotesk", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--ease:cubic-bezier(.7, 0, .16, 1);--dur:.7s;--col:62rem}.deck{position:fixed;inset:0;overflow:hidden}.deck-stack{will-change:transform;transition:transform var(--dur) var(--ease)}.panel{opacity:.28;width:100vw;height:100dvh;transition:opacity var(--dur) var(--ease);place-items:center;padding:clamp(1.5rem,5vw,5rem);display:grid;position:relative}.panel.is-active{opacity:1}.rail{z-index:20;flex-direction:column;gap:.65rem;display:flex;position:fixed;top:50%;right:clamp(.75rem,2.2vw,2rem);transform:translateY(-50%)}.rail-dot{border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.rail-mark{background:var(--ink-3);width:6px;height:6px;transition:background .4s var(--ease), transform .4s var(--ease);border-radius:50%}.rail-dot:hover .rail-mark{background:var(--ink-2)}.rail-dot.is-on .rail-mark{background:var(--accent);transform:scale(1.7)}@media (prefers-reduced-motion:reduce){.rail-mark{transition:none}}@media (width<=640px){.rail{display:none}}.frame{grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:center;gap:clamp(2rem,6vw,6rem);width:min(100%,96rem);display:grid}.frame.is-closing{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center}.is-closing .frame-visual{max-width:40rem}.frame-label{font-family:var(--font-mono);letter-spacing:.18em;color:var(--accent);margin-bottom:1.4rem;font-size:.72rem;font-weight:500}.frame-headline{letter-spacing:-.032em;text-wrap:balance;font-size:clamp(2.5rem,5.2vw,4.5rem);font-weight:600;line-height:1.03}.frame-body{max-width:34rem;color:var(--ink-2);margin-top:1.5rem;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.62}.is-closing .frame-body{margin-inline:auto}.frame-cue{font-family:var(--font-mono);letter-spacing:.1em;color:var(--ink-3);align-items:center;gap:.6rem;margin-top:3rem;font-size:.75rem;display:inline-flex}.frame-arrow{width:10px;height:17px}.is-active .frame-arrow{animation:2.4s ease-in-out infinite cue-drift}@keyframes cue-drift{0%,to{opacity:.55;transform:translateY(0)}50%{opacity:1;transform:translateY(4px)}}.frame-label,.frame-headline,.frame-body,.frame-cue,.frame-actions{opacity:0;transition:opacity .9s var(--ease), transform .9s var(--ease);transform:translateY(18px)}.is-active .frame-label{opacity:1;transition-delay:60ms;transform:none}.is-active .frame-headline{opacity:1;transition-delay:.13s;transform:none}.is-active .frame-body{opacity:1;transition-delay:.22s;transform:none}.is-active .frame-cue{opacity:1;transition-delay:.34s;transform:none}.is-active .frame-actions{opacity:1;transition-delay:.3s;transform:none}.frame-visual{aspect-ratio:4/3;justify-self:center;place-items:center;width:100%;max-height:min(46dvh,30rem);display:grid}.frame-actions{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:3rem;display:flex}.btn{height:3rem;transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);border-radius:999px;align-items:center;padding:0 1.6rem;font-size:.95rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--accent);color:#140d09}.btn-primary:hover{background:#ff8963}.btn-quiet{border:1px solid var(--line-2);color:var(--ink-2)}.btn-quiet:hover{border-color:var(--ink-3);color:var(--ink)}@media (width<=900px){.frame{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center;gap:2.5rem}.frame-body{margin-inline:auto}.frame-visual{aspect-ratio:3/2;order:-1;max-height:min(38dvh,22rem)}}@media (prefers-reduced-motion:reduce){.frame-label,.frame-headline,.frame-body,.frame-cue,.frame-actions{opacity:1;transition:none;transform:none}.is-active .frame-arrow{animation:none}.btn{transition:none}}@media (height<=700px){.frame-headline{font-size:clamp(1.9rem,3.6vw,2.8rem)}.frame-body{margin-top:1rem;font-size:.95rem}.frame-cue,.frame-actions{margin-top:1.5rem}.frame-visual{aspect-ratio:16/10;max-height:34dvh}}.viz{width:100%;height:100%;overflow:visible}.viz text{font-family:var(--font-mono);fill:var(--ink-2)}@media (prefers-reduced-motion:reduce){.viz *{transition:none!important;animation:none!important}}
