:root{--paper: #ffffff;--canvas: #f5f5f5;--canvas-deep: #e8e8e8;--surface: #fafafa;--ink: #0a0a0a;--ink-soft: #1d1d1d;--muted: #6b6b6b;--muted-2: #8c8c8c;--line: #d4d4d4;--line-soft: #e5e5e5;--black: #000000;--white: #ffffff;--silver: #a7a7a7;--metal-light: #f1f1f1;--metal-mid: #bdbdbd;--metal-dark: #4b4b4b;--shell: 1200px;--header-height: 56px;--radius-sm: 10px;--radius: 18px;--radius-lg: 28px;--radius-xl: 40px;--ease: cubic-bezier(.22, .61, .36, 1);--ease-soft: cubic-bezier(.4, 0, .2, 1);--font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:78px}body{min-width:320px;margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open,body.dialog-open{overflow:hidden}button,input,select,textarea{font:inherit;accent-color:var(--ink)}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block}svg:not(.brand__mark){fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,h4,p,ul{margin:0}ul{padding:0;list-style:none}[hidden]{display:none!important}::selection{background:var(--ink);color:var(--white)}:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.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}.skip-link{position:fixed;z-index:1000;top:10px;left:10px;transform:translateY(-160%);border-radius:7px;background:var(--black);color:var(--white);padding:10px 14px;font-size:14px;font-weight:600;transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:999px;padding:0 21px;cursor:pointer;font-size:16px;font-weight:600;line-height:1;transition:background .18s var(--ease),color .18s var(--ease),border-color .18s var(--ease),transform .18s var(--ease),box-shadow .18s var(--ease)}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button svg{width:17px;height:17px;flex:0 0 auto}.button--small{min-height:36px;padding-inline:15px;font-size:14px}.button--large{min-height:50px;padding-inline:25px;font-size:17px}.button--wide{width:100%}.button--dark{background:var(--black);color:var(--white)}.button--dark:hover{background:#252525;box-shadow:0 10px 24px #00000029}.button--white{background:var(--white);color:var(--black)}.button--white:hover{background:var(--canvas)}.button--outline-light{border-color:#ffffff59;color:var(--white)}.button--outline-light:hover{border-color:var(--white);background:#ffffff14}.text-action{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-size:17px;font-weight:500;text-decoration:underline;text-decoration-color:var(--line);text-decoration-thickness:1px;text-underline-offset:5px;transition:gap .18s var(--ease),text-decoration-color .18s var(--ease)}.text-action:hover{gap:12px;text-decoration-color:var(--ink)}.text-action svg{width:17px;height:17px}.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section-kicker:before{content:"";width:7px;height:7px;border:1px solid var(--ink);border-radius:50%}.section-kicker--light{color:#ffffffbf}.section-kicker--light:before{border-color:#ffffffbf}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:14px;font-weight:500}.eyebrow__dot{width:8px;height:8px;border-radius:50%;background:var(--black);box-shadow:0 0 0 5px #00000014}.site-header{position:sticky;z-index:50;top:0;height:var(--header-height);border-bottom:1px solid transparent;background:#ffffffdb;backdrop-filter:saturate(140%) blur(20px);-webkit-backdrop-filter:saturate(140%) blur(20px);transition:background .18s var(--ease),border-color .18s var(--ease),box-shadow .18s var(--ease)}.site-header.is-scrolled{border-color:var(--line);background:#fffffff5;box-shadow:0 8px 24px #0000000a}.nav-wrap{display:flex;height:100%;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-size:21px;font-weight:650;letter-spacing:-.055em}.brand__mark{width:27px;height:27px;flex:0 0 auto}.desktop-nav{display:flex;align-items:center;gap:31px;margin-left:80px}.desktop-nav a,.nav-login{color:var(--muted);font-size:13px;font-weight:500;transition:color .16s var(--ease)}.desktop-nav a:hover,.nav-login:hover{color:var(--ink)}.nav-actions{display:flex;align-items:center;gap:20px}.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--canvas);cursor:pointer}.menu-toggle svg{width:19px;height:19px}.menu-toggle .close-icon,.menu-toggle[aria-expanded=true] .menu-icon{display:none}.menu-toggle[aria-expanded=true] .close-icon{display:block}.mobile-menu{position:fixed;z-index:60;top:var(--header-height);right:0;bottom:auto;left:0;display:flex;height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));max-height:calc(100vh - var(--header-height));max-height:calc(100dvh - var(--header-height));flex-direction:column;justify-content:space-between;overflow-y:auto;padding:28px 24px 34px;background:#fffffffa}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav a{border-bottom:1px solid var(--line);padding:17px 0;font-size:26px;font-weight:600;letter-spacing:-.04em}.hero{position:relative;overflow:hidden;padding:104px 0 0;background:var(--paper)}.hero:before{content:"";position:absolute;top:-360px;right:-120px;width:860px;height:720px;border-radius:50%;background:radial-gradient(ellipse,rgba(0,0,0,.035),transparent 68%);pointer-events:none}.hero__grid{position:relative;z-index:1;display:grid;align-items:center;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);gap:68px;min-height:650px}.hero__grid>*{min-width:0}.hero__copy{padding-bottom:50px}.hero h1{max-width:700px;margin-top:25px;font-size:clamp(48px,6.2vw,80px);font-weight:650;letter-spacing:-.065em;line-height:.99}.hero h1 span{color:var(--muted)}.hero__lede{max-width:610px;margin-top:27px;color:var(--muted);font-size:20px;line-height:1.48}.hero__actions{display:flex;align-items:center;gap:24px;margin-top:31px}.hero__fineprint{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:var(--muted-2);font-size:12px}.hero__fineprint span{display:inline-flex;align-items:center;gap:6px}.hero__fineprint svg{width:14px;height:14px;color:var(--ink)}.hero__visual{position:relative;min-height:600px;border-left:1px solid var(--line);padding:17px 0 16px 48px}.hero__visual:before{content:"";position:absolute;top:18%;left:23%;width:52%;height:52%;border-radius:50%;background:#0000000a;filter:blur(40px);pointer-events:none}.hero__visual-top,.hero__visual-bottom{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;color:var(--muted-2);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero__visual-bottom{justify-content:flex-start;gap:9px;margin-top:-3px}.hero__visual-line{width:42px;height:1px;background:var(--line)}.levy-object{position:relative;width:min(100%,560px);aspect-ratio:1;margin:13px auto 7px;perspective:1200px;transform-style:preserve-3d}.object-shadow{position:absolute;right:14%;bottom:10%;left:14%;height:11%;border-radius:50%;background:#00000038;filter:blur(25px);transform:rotateX(68deg) translateZ(-50px)}.object-orbit{position:absolute;top:13%;left:13%;width:74%;height:74%;border:1px solid rgba(0,0,0,.14);border-radius:50%;transform:rotateX(67deg) rotate(-17deg)}.object-orbit--two{top:21%;left:21%;width:58%;height:58%;border-color:#0000001a;transform:rotateX(67deg) rotate(28deg)}.object-tilt{position:absolute;inset:0;transform:rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));transform-style:preserve-3d;transition:transform .6s var(--ease-soft)}.object-float{position:absolute;inset:0;animation:levitate 8s ease-in-out infinite;transform-style:preserve-3d}.object-core{position:absolute;top:28%;left:31%;width:38%;height:38%;transform:rotateX(-15deg) rotateY(36deg) rotate(45deg);transform-style:preserve-3d}.object-core__face{position:absolute;inset:0;border:1px solid rgba(255,255,255,.75);border-radius:18px;box-shadow:inset 0 1px #fffc,0 24px 42px #0003}.object-core__face--front{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;background:linear-gradient(135deg,#f5f5f5,#b7b7b7 47%,#555);padding:19px;color:var(--ink);transform:translateZ(34px)}.object-core__face--front:after{content:"";position:absolute;top:19px;right:19px;width:11px;height:11px;border:1px solid rgba(0,0,0,.5);border-radius:50%}.object-core__face--front span{font-size:9px;font-weight:800;letter-spacing:.16em}.object-core__face--front strong{font-size:clamp(34px,5vw,62px);font-weight:500;letter-spacing:-.08em;line-height:.8}.object-core__face--front small{font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.object-core__face--front i{position:absolute;right:20px;bottom:20px;width:30px;height:1px;background:var(--ink)}.object-core__face--side{background:linear-gradient(180deg,#8e8e8e,#292929);transform:rotateY(90deg) translateZ(105px)}.object-core__face--back{background:linear-gradient(135deg,#454545,#d7d7d7);transform:rotateY(180deg) translateZ(34px)}.object-plate{position:absolute;display:flex;flex-direction:column;justify-content:space-between;width:29%;height:25%;border:1px solid rgba(0,0,0,.18);border-radius:12px;padding:13px;box-shadow:0 18px 30px #00000029;transform-style:preserve-3d}.object-plate span{font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.object-plate b{font-size:12px;font-weight:650;letter-spacing:-.03em}.object-plate small{font-size:8px;color:var(--muted)}.object-plate--back{top:17%;left:8%;background:#ffffffc7;transform:translate3d(-15px,8px,-40px) rotateY(-22deg) rotate(-8deg)}.object-plate--front{right:7%;bottom:17%;background:#1c1c1cf0;color:var(--white);transform:translate3d(18px,-5px,62px) rotateY(22deg) rotate(7deg)}.object-plate--front small{color:var(--muted-2)}.object-callout{position:absolute;z-index:4;display:grid;align-items:center;grid-template-columns:8px auto;column-gap:8px;color:var(--muted);font-size:9px}.object-callout i{width:7px;height:7px;border:1px solid var(--ink);border-radius:50%}.object-callout span{font-weight:600}.object-callout b{grid-column:2;color:var(--ink);font-size:10px;font-weight:650}.object-callout--one{top:27%;right:0}.object-callout--two{bottom:26%;left:0}.hero__visual-note{position:absolute;right:0;bottom:3px;left:48px;color:var(--muted-2);font-size:9px}.orchestra-object{position:relative;width:min(100%,560px);aspect-ratio:1;margin:13px auto 7px;overflow:hidden;perspective:1200px;transform-style:preserve-3d}.orchestra-shadow{position:absolute;right:13%;bottom:8%;left:13%;height:12%;border-radius:50%;background:#0003;filter:blur(26px);transform:rotateX(68deg) translateZ(-50px)}.orchestra-ring{position:absolute;top:15%;left:10%;width:80%;height:70%;border:1px solid rgba(0,0,0,.14);border-radius:50%;transform:rotateX(67deg) rotate(-17deg)}.orchestra-ring--two{top:22%;left:19%;width:62%;height:56%;border-color:#0000001c;transform:rotateX(67deg) rotate(31deg)}.orchestra-ring--three{top:28%;left:28%;width:44%;height:42%;border-color:#00000017;transform:rotateX(67deg) rotate(-42deg)}.orchestra-axis{position:absolute;inset:0;transform-style:preserve-3d}.orchestra-connections{position:absolute;inset:0;width:100%;height:100%;overflow:visible;transform:translateZ(22px)}.orchestra-connections path{fill:none;stroke:#0003;stroke-width:1.2;stroke-dasharray:3 6}.orchestra-connections circle{fill:var(--white);stroke:#0000005c;stroke-width:1.5}.orchestra-hub{position:absolute;top:50%;left:50%;z-index:2;width:28%;aspect-ratio:1;transform:translate(-50%,-50%) translateZ(70px) rotateX(-13deg) rotateY(29deg) rotate(45deg);transform-style:preserve-3d}.orchestra-hub__face,.orchestra-hub__side{position:absolute;inset:0;border:1px solid rgba(255,255,255,.75);border-radius:18px;box-shadow:inset 0 1px #ffffffd9,0 28px 50px #0000003d}.orchestra-hub__face{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;background:linear-gradient(135deg,#f4f4f4,#b8b8b8 48%,#4b4b4b);padding:17px;color:var(--ink);transform:translateZ(31px)}.orchestra-hub__face:after{content:"";position:absolute;top:17px;right:17px;width:10px;height:10px;border:1px solid rgba(0,0,0,.5);border-radius:50%}.orchestra-hub__face span{font-size:8px;font-weight:800;letter-spacing:.16em}.orchestra-hub__face strong{font-size:clamp(32px,4vw,54px);font-weight:500;letter-spacing:-.08em;line-height:.8}.orchestra-hub__face small{font-size:7px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.orchestra-hub__face i{position:absolute;right:18px;bottom:18px;width:25px;height:1px;background:var(--ink)}.orchestra-hub__side{background:linear-gradient(180deg,#777,#222);transform:rotateY(90deg) translateZ(94px)}.agent-node{position:absolute;z-index:3;display:grid;align-items:center;grid-template-columns:22px minmax(0,1fr);column-gap:7px;width:27%;min-height:57px;border:1px solid rgba(0,0,0,.18);border-radius:11px;background:#ffffffe0;padding:8px 9px;box-shadow:0 15px 28px #00000024;transform-style:preserve-3d}.agent-node>span{display:inline-flex;width:21px;height:21px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;color:var(--muted);font-size:7px;font-weight:700}.agent-node b,.agent-node small{display:block}.agent-node b{overflow:hidden;color:var(--ink);font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.agent-node small{margin-top:2px;overflow:hidden;color:var(--muted-2);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.agent-node--scout{top:7%;left:2%;transform:translateZ(92px) rotateY(15deg) rotate(-6deg)}.agent-node--insight{top:8%;right:1%;transform:translateZ(105px) rotateY(-15deg) rotate(6deg)}.agent-node--writer{bottom:19%;left:0;transform:translateZ(76px) rotateY(17deg) rotate(5deg)}.agent-node--conductor{right:0;bottom:18%;transform:translateZ(88px) rotateY(-17deg) rotate(-5deg)}.agent-node--closer{bottom:0;left:50%;width:30%;transform:translate(-50%) translateZ(112px) rotate(0)}.output-panel{position:absolute;z-index:1;display:flex;flex-direction:column;justify-content:space-between;width:28%;min-height:92px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#181818f0;padding:12px;box-shadow:0 20px 34px #0003;color:var(--white);transform-style:preserve-3d}.output-panel span{color:#a7a7a7;font-size:7px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.output-panel b{margin-top:12px;font-size:11px;font-weight:650;letter-spacing:-.03em}.output-panel small{color:#8c8c8c;font-size:8px}.output-panel--marketing{top:36%;left:0;transform:translateZ(-28px) rotateY(18deg) rotate(-6deg)}.output-panel--outreach{top:42%;right:0;transform:translateZ(-12px) rotateY(-18deg) rotate(6deg)}.orchestra-callout{position:absolute;z-index:4;display:grid;align-items:center;grid-template-columns:8px auto;column-gap:8px;color:var(--muted);font-size:9px}.orchestra-callout i{width:7px;height:7px;border:1px solid var(--ink);border-radius:50%}.orchestra-callout span{font-weight:600}.orchestra-callout b{grid-column:2;color:var(--ink);font-size:10px;font-weight:650}.orchestra-callout--one{top:27%;right:0}.orchestra-callout--two{bottom:28%;left:0}.hero__rail{position:relative;z-index:1;display:flex;min-height:90px;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line);color:var(--muted)}.hero__rail>span{font-size:13px;font-weight:500}.hero__rail>div{display:flex;align-items:center;gap:16px;color:var(--ink-soft);font-size:12px;font-weight:600}.hero__rail i{width:3px;height:3px;border-radius:50%;background:var(--line)}.story-section{overflow:clip;background:var(--canvas);padding:150px 0 170px}.story-heading{max-width:790px}.story-heading h2,.system-heading h2,.control-copy h2,.impact-copy h2,.faq-intro h2{margin-top:18px;font-size:clamp(42px,5.1vw,68px);font-weight:650;letter-spacing:-.065em;line-height:1.04}.story-heading>p,.system-heading>p{max-width:650px;margin-top:22px;color:var(--muted);font-size:19px;line-height:1.5}.story-layout{display:grid;align-items:start;grid-template-columns:.72fr 1.28fr;gap:90px;margin-top:90px}.story-copy{position:sticky;top:110px;min-height:570px;padding-top:20px}.story-step{position:relative;min-height:185px;border-left:1px solid var(--line);padding:0 0 32px 26px;opacity:.38;transition:opacity .45s var(--ease),border-color .45s var(--ease),transform .45s var(--ease)}.story-step:before{content:"";position:absolute;top:0;left:-4px;width:7px;height:7px;border:1px solid var(--muted);border-radius:50%;background:var(--canvas)}.story-step.is-active{border-color:var(--ink);opacity:1;transform:translate(4px)}.story-step.is-active:before{border-color:var(--ink);background:var(--ink);box-shadow:0 0 0 5px #00000014}.story-step__index{display:block;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.story-step h3{margin-top:17px;font-size:28px;font-weight:600;letter-spacing:-.045em;line-height:1.1}.story-step p{max-width:380px;margin-top:11px;color:var(--muted);font-size:15px;line-height:1.5}.story-step__detail{display:block;margin-top:15px;color:var(--muted-2);font-size:11px;font-weight:600}.story-stage-wrap{position:sticky;top:92px;min-height:650px}.story-stage{position:relative;height:650px;overflow:hidden;border:1px solid #292929;border-radius:30px;background:#0a0a0a;box-shadow:0 35px 80px #0003;color:var(--white);transform:perspective(1600px) rotateX(var(--story-tilt, 0deg)) rotateY(var(--story-yaw, 0deg));transform-style:preserve-3d;transition:transform .5s var(--ease-soft)}.story-stage:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 88%);mask-image:linear-gradient(to bottom,black,transparent 88%);pointer-events:none}.story-stage:after{content:"";position:absolute;top:-35%;left:21%;width:58%;height:70%;border-radius:50%;background:#ffffff1a;filter:blur(65px);pointer-events:none}.story-stage__chrome{position:absolute;z-index:4;top:0;right:0;left:0;display:flex;height:55px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);padding:0 25px;color:var(--muted-2);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.story-stage__chrome span:last-child{display:inline-flex;align-items:center;gap:8px;color:var(--white);font-weight:500;letter-spacing:0;text-transform:none}.story-stage__chrome i{width:6px;height:6px;border-radius:50%;background:var(--white)}.story-scene{position:absolute;z-index:2;inset:90px 30px 57px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:#ffffff0b;padding:32px;opacity:0;clip-path:inset(0 0 100% 0);transform:translateY(28px) scale(.96);transition:opacity .65s var(--ease),transform .8s var(--ease),clip-path .8s var(--ease)}.story-scene.is-active{opacity:1;clip-path:inset(0);transform:translateY(0) scale(1)}.scene-kicker{color:var(--muted-2);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.story-scene h3{margin-top:16px;font-size:39px;font-weight:600;letter-spacing:-.06em;line-height:1}.story-stage__caption{position:absolute;z-index:5;right:25px;bottom:18px;left:25px;display:flex;align-items:center;justify-content:space-between;color:var(--muted-2);font-size:10px}.story-stage__caption span:first-child{color:var(--white);font-weight:600}.story-stage__progress{position:absolute;z-index:5;right:25px;bottom:45px;left:25px;display:flex;align-items:center;gap:6px}.story-stage__progress span{display:block;width:34px;height:2px;background:var(--white);transition:width .45s var(--ease)}.story-stage__progress i{display:block;width:5px;height:2px;background:#ffffff4d}.signal-radar{position:absolute;right:10%;bottom:12%;left:10%;height:53%}.radar-ring{position:absolute;top:50%;left:50%;border:1px solid rgba(255,255,255,.2);border-radius:50%;transform:translate(-50%,-50%)}.radar-ring--one{width:28%;aspect-ratio:1}.radar-ring--two{width:58%;aspect-ratio:1}.radar-ring--three{width:90%;aspect-ratio:1;border-color:#ffffff1a}.radar-core{position:absolute;top:50%;left:50%;display:inline-flex;width:56px;height:56px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.7);border-radius:16px;background:var(--white);color:var(--black);font-size:22px;font-weight:700;box-shadow:0 0 0 12px #ffffff0f;transform:translate(-50%,-50%) rotate(45deg)}.radar-node{position:absolute;display:inline-flex;width:35px;height:35px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:#202020;color:var(--white);font-size:11px;font-style:normal}.radar-node--one{top:7%;left:45%}.radar-node--two{top:48%;right:3%}.radar-node--three{bottom:3%;left:22%}.scene-account{position:absolute;right:30px;bottom:27px;left:30px;display:flex;align-items:center;gap:10px;border-top:1px solid rgba(255,255,255,.12);padding-top:14px}.scene-avatar{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;flex:0 0 auto;border-radius:9px;background:var(--white);color:var(--black);font-size:10px;font-weight:800}.scene-account div{min-width:0}.scene-account b,.scene-account small{display:block}.scene-account b{font-size:11px}.scene-account small{margin-top:2px;color:var(--muted-2);font-size:9px}.scene-account strong{margin-left:auto;color:var(--white);font-size:16px;font-weight:600}.insight-sheet{position:absolute;right:8%;bottom:12%;left:8%;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:#fffffff5;padding:24px;color:var(--ink);box-shadow:0 25px 50px #00000047;transform:rotate(-2deg)}.insight-sheet__top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.insight-sheet__rule{height:1px;margin-top:18px;background:var(--line)}.insight-sheet h4{max-width:430px;margin-top:22px;font-size:24px;font-weight:650;letter-spacing:-.05em;line-height:1.15}.insight-sheet__signals{display:flex;flex-wrap:wrap;gap:6px;margin-top:22px}.insight-sheet__signals span{border:1px solid var(--line);border-radius:999px;padding:5px 8px;color:var(--muted);font-size:9px}.insight-quote{position:absolute;right:9%;bottom:7%;color:var(--muted-2);font-size:11px;font-style:italic}.message-sheet{position:absolute;right:8%;bottom:12%;left:8%;border-radius:17px;background:var(--white);padding:25px;color:var(--ink);box-shadow:0 25px 50px #00000047;transform:rotate(1.4deg)}.message-sheet__top{display:flex;align-items:center;gap:9px}.message-sheet__top>div{min-width:0}.message-sheet__top b,.message-sheet__top small{display:block}.message-sheet__top b{font-size:10px}.message-sheet__top small{margin-top:2px;color:var(--muted-2);font-size:8px}.message-status{margin-left:auto;border:1px solid var(--line);border-radius:999px;padding:5px 8px;color:var(--muted);font-size:8px}.message-sheet h4{max-width:430px;margin-top:26px;font-size:23px;font-weight:650;letter-spacing:-.05em;line-height:1.15}.message-sheet>p{max-width:450px;margin-top:10px;color:var(--muted);font-size:11px;line-height:1.5}.message-sheet__foot{display:flex;align-items:center;justify-content:space-between;margin-top:18px;border-top:1px solid var(--line);padding-top:11px;color:var(--muted-2);font-size:9px}.message-sheet__arrow{color:var(--ink);font-size:17px}.reply-bubble{position:absolute;right:4%;bottom:5%;display:grid;gap:3px;min-width:190px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#232323;padding:11px 13px;box-shadow:0 15px 30px #0000003d}.reply-bubble span,.reply-bubble b,.reply-bubble small{display:block}.reply-bubble span{color:var(--muted-2);font-size:8px}.reply-bubble b{font-size:10px}.reply-bubble small{color:var(--muted-2);font-size:8px}.system-section{background:var(--paper);padding:150px 0 140px}.system-heading{max-width:780px}.system-console{overflow:hidden;margin-top:68px;border:1px solid var(--ink);border-radius:var(--radius-lg);background:var(--black);box-shadow:0 26px 70px #0000002e;color:var(--white)}.system-tabs{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid rgba(255,255,255,.14)}.agent-tab{position:relative;display:flex;min-height:78px;align-items:center;gap:10px;border:0;border-right:1px solid rgba(255,255,255,.1);background:var(--black);padding:13px 14px;cursor:pointer;color:var(--white);text-align:left;transition:background .18s var(--ease)}.agent-tab:last-child{border-right:0}.agent-tab:hover,.agent-tab.is-active{background:#242424}.agent-tab.is-active:after{content:"";position:absolute;right:14px;bottom:-1px;left:14px;height:2px;background:var(--white)}.agent-tab__number{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:var(--muted-2);font-size:9px;font-weight:700}.agent-tab.is-active .agent-tab__number{border-color:var(--white);color:var(--white)}.agent-tab>span:nth-child(2){min-width:0}.agent-tab b,.agent-tab small{display:block}.agent-tab b{font-size:12px;font-weight:600}.agent-tab small{margin-top:2px;color:var(--muted-2);font-size:9px;white-space:nowrap}.agent-tab>i{width:5px;height:5px;margin-left:auto;border-radius:50%;background:#555}.agent-tab.is-active>i{background:var(--white)}.system-panel{display:grid;grid-template-columns:.84fr 1.16fr;gap:58px;min-height:480px;padding:48px}.system-panel__copy{display:flex;flex-direction:column;align-items:flex-start}.agent-status{display:inline-flex;align-items:center;gap:8px;color:var(--muted-2);font-size:12px;font-weight:600}.agent-status i{width:6px;height:6px;border-radius:50%;background:var(--white);box-shadow:0 0 0 4px #ffffff1a}.system-panel__copy h3{margin-top:27px;font-size:44px;font-weight:650;letter-spacing:-.065em;line-height:1}.agent-tagline{max-width:340px;margin-top:12px;color:var(--white);font-size:20px;font-weight:500;letter-spacing:-.03em;line-height:1.2}.agent-description{max-width:380px;margin-top:14px;color:var(--muted-2);font-size:14px;line-height:1.55}.agent-points{display:grid;gap:9px;margin-top:24px}.agent-points li{display:flex;align-items:flex-start;gap:8px;color:#bdbdbd;font-size:12px}.agent-points li:before{content:"✓";color:var(--white);font-weight:700}.system-panel__copy .button{margin-top:30px}.system-panel__visual{align-self:center;min-width:0;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#1c1c1c;padding:23px;box-shadow:0 24px 50px #00000047}.agent-visual-heading{display:flex;align-items:center;justify-content:space-between;color:var(--muted-2);font-size:10px}.agent-visual-heading b{color:var(--white);font-size:12px;font-weight:600}.agent-visual-heading span{display:inline-flex;align-items:center;gap:6px}.agent-visual-heading span:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--white)}.agent-search-list{margin-top:18px}.agent-search-list>div{display:grid;align-items:center;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;border-top:1px solid rgba(255,255,255,.1);padding:12px 0}.agent-search-list>div:first-child{border-top:0}.agent-search-list b,.agent-search-list small{display:block}.agent-search-list b{font-size:11px}.agent-search-list small{margin-top:3px;color:var(--muted-2);font-size:9px}.agent-search-list em{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a;color:var(--white);font-size:10px;font-style:normal}.agent-signal-card{margin-top:25px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:#ffffff0f;padding:19px}.agent-signal-card>span{display:inline-flex;border-radius:999px;background:#ffffff1f;padding:5px 8px;color:var(--white);font-size:9px;font-weight:600}.agent-signal-card h4{max-width:330px;margin-top:18px;font-size:20px;font-weight:600;letter-spacing:-.04em;line-height:1.2}.agent-signal-card p{margin-top:9px;color:var(--muted-2);font-size:11px;line-height:1.45}.agent-email-card{margin-top:19px;border-radius:15px;background:var(--white);padding:19px;color:var(--ink)}.agent-email-card h4{margin-top:23px;font-size:19px;font-weight:650;letter-spacing:-.04em;line-height:1.2}.agent-email-card>p{margin-top:9px;color:var(--muted);font-size:11px;line-height:1.5}.writer-person{display:flex;align-items:center;gap:8px}.writer-person>div{min-width:0}.writer-person b,.writer-person small{display:block}.writer-person b{font-size:10px}.writer-person small{margin-top:2px;color:var(--muted-2);font-size:8px}.writer-person>span:last-child{margin-left:auto;border:1px solid var(--line);border-radius:999px;padding:4px 7px;color:var(--muted);font-size:8px}.writer-reason{display:flex;align-items:flex-start;gap:6px;margin-top:17px;border-top:1px solid var(--line);padding-top:10px;color:var(--muted);font-size:8px;line-height:1.35}.writer-reason svg{width:13px;height:13px;flex:0 0 auto}.writer-reason b{color:var(--ink)}.agent-pipeline{margin-top:25px}.agent-pipeline__bar{display:flex;align-items:center;margin-top:20px}.agent-pipeline__bar span{display:flex;flex:1;flex-direction:column;gap:7px;color:var(--muted-2);font-size:9px}.agent-pipeline__bar span:before{content:"";width:100%;height:3px;background:#4a4a4a}.agent-pipeline__bar span:first-child:before{background:var(--white)}.agent-pipeline__bar span:nth-child(3):before{background:#bdbdbd}.agent-pipeline__bar span:last-child:before{border-radius:0 3px 3px 0}.agent-reply-card{display:flex;align-items:center;gap:10px;margin-top:28px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#242424;padding:12px}.agent-reply-card>span{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;flex:0 0 auto;border-radius:8px;background:#ffffff1f;color:var(--white)}.agent-reply-card>span svg{width:15px;height:15px}.agent-reply-card small,.agent-reply-card p{display:block}.agent-reply-card small{color:var(--muted-2);font-size:9px}.agent-reply-card p{margin-top:3px;color:var(--white);font-size:11px}.agent-reply-card button{display:inline-flex;align-items:center;gap:5px;margin-left:auto;border:0;background:transparent;color:var(--white);cursor:pointer;font-size:10px;font-weight:600}.agent-reply-card button svg{width:13px;height:13px}.handoff-strip{display:grid;align-items:center;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:15px;margin-top:24px;color:var(--muted)}.handoff-strip>div{display:flex;align-items:center;gap:8px}.handoff-strip>div>span{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;color:var(--muted-2);font-size:9px}.handoff-strip p{font-size:11px}.handoff-strip b{color:var(--ink);font-weight:600}.handoff-strip>svg{width:16px;height:16px;color:var(--line)}.control-section{background:var(--canvas);padding:150px 0}.control-grid{display:grid;align-items:center;grid-template-columns:.84fr 1.16fr;gap:100px}.control-copy>p{max-width:450px;margin-top:22px;color:var(--muted);font-size:18px;line-height:1.5}.control-points{display:grid;gap:20px;margin-top:34px}.control-points>div{display:flex;gap:13px}.control-points>div>span{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid var(--line);border-radius:50%;color:var(--muted);font-size:9px;font-weight:700}.control-points b,.control-points small{display:block}.control-points b{font-size:14px;font-weight:650}.control-points small{max-width:340px;margin-top:3px;color:var(--muted);font-size:13px;line-height:1.45}.control-copy .text-action{margin-top:31px;font-size:15px}.control-board{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--paper);box-shadow:0 18px 48px #00000014}.control-board__head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:25px 27px 21px}.control-board__head>div>span{color:var(--muted-2);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.control-board__head h3{margin-top:6px;font-size:22px;font-weight:650;letter-spacing:-.04em}.saved-label{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:10px}.saved-label svg{width:13px;height:13px}.mode-list{padding:8px 27px}.mode-row{display:grid;align-items:center;grid-template-columns:29px minmax(0,1fr) auto;gap:11px;border-bottom:1px solid var(--line);padding:17px 0}.mode-row:last-child{border-bottom:0}.mode-number{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;color:var(--muted-2);font-size:9px}.mode-row--active .mode-number{border-color:var(--ink);background:var(--ink);color:var(--white)}.mode-row b,.mode-row small{display:block}.mode-row b{font-size:13px;font-weight:650}.mode-row small{margin-top:3px;color:var(--muted-2);font-size:11px}.mode-state{color:var(--ink);font-size:10px;font-weight:650}.mode-state--muted{color:var(--muted-2);font-weight:500}.approval-preview{margin:9px 27px 0;border:1px solid var(--line);border-radius:14px;background:var(--canvas);padding:15px}.approval-preview__head{display:flex;align-items:center;gap:9px}.approval-preview__head>div{min-width:0}.approval-preview__head small,.approval-preview__head b{display:block}.approval-preview__head small{color:var(--muted-2);font-size:9px}.approval-preview__head b{margin-top:2px;font-size:11px}.approval-preview__head>span:last-child{margin-left:auto;color:var(--muted-2);font-size:9px}.approval-preview>p{margin-top:13px;color:var(--muted);font-size:11px;line-height:1.45}.approval-preview__actions{display:flex;gap:7px;margin-top:13px}.approval-preview__actions button{min-height:30px;border:1px solid var(--line);border-radius:7px;background:var(--white);padding:0 10px;cursor:pointer;color:var(--muted);font-size:10px;font-weight:650}.approval-preview__actions .approve-button{display:inline-flex;align-items:center;gap:5px;border-color:var(--ink);background:var(--ink);color:var(--white)}.approval-preview__actions svg{width:12px;height:12px}.control-board__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:17px 27px 23px;border-top:1px solid var(--line);padding-top:15px;color:var(--muted-2);font-size:9px}.control-board__foot>span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.control-board__foot svg{width:13px;height:13px}.control-board__foot p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.impact-section{background:var(--black);color:var(--white);padding:150px 0}.impact-grid{display:grid;align-items:center;grid-template-columns:.8fr 1.2fr;gap:100px}.impact-copy h2{max-width:500px}.impact-copy>p{max-width:420px;margin-top:22px;color:#bdbdbd;font-size:18px;line-height:1.5}.impact-copy .section-kicker{color:var(--white)}.impact-copy .section-kicker:before{border-color:var(--white)}.privacy-note{display:flex;align-items:center;gap:7px;margin-top:28px!important;color:#8c8c8c!important;font-size:12px!important}.privacy-note svg{width:15px;height:15px}.calculator-card{display:grid;grid-template-columns:.92fr 1.08fr;overflow:hidden;border:1px solid #333;border-radius:var(--radius-lg);background:#1b1b1b}.calculator-inputs{padding:28px}.calculator-inputs label{display:block;border-bottom:1px solid #333;padding-bottom:22px}.calculator-inputs label+label{margin-top:22px}.calculator-inputs label>span{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.calculator-inputs b{color:var(--white);font-size:12px;font-weight:500}.calculator-inputs output{color:var(--white);font-size:15px;font-weight:650}.calculator-inputs input[type=range]{width:100%;height:5px;margin-top:18px;appearance:none;border-radius:999px;outline:none;background:linear-gradient(to right,var(--white) 0 var(--range-progress, 50%),#444 var(--range-progress, 50%) 100%)}.calculator-inputs input[type=range]::-webkit-slider-thumb{width:18px;height:18px;appearance:none;border:3px solid var(--black);border-radius:50%;background:var(--white);box-shadow:0 2px 8px #0000004d;cursor:pointer}.calculator-inputs input[type=range]::-moz-range-thumb{width:13px;height:13px;border:3px solid var(--black);border-radius:50%;background:var(--white);cursor:pointer}.calculator-inputs label>small{display:flex;justify-content:space-between;margin-top:9px;color:#888;font-size:9px}.calculator-inputs label>small i{font-style:normal}.calculator-results{display:flex;flex-direction:column;background:var(--white);padding:28px;color:var(--ink)}.calculator-results__head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:11px}.calculator-results__head>span{color:var(--muted-2);font-size:9px}.result-metrics{display:grid;gap:0;margin-top:23px}.result-metrics>div{display:flex;align-items:baseline;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding:15px 0}.result-metrics small{color:var(--muted);font-size:12px}.result-metrics strong{font-size:22px;font-weight:650;letter-spacing:-.04em;white-space:nowrap}.calculator-results .button{margin-top:25px}.result-disclaimer{margin-top:14px;color:var(--muted-2);font-size:9px;line-height:1.45}.faq-section{background:var(--paper);padding:150px 0}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px}.faq-intro>p{margin-top:20px;color:var(--muted);font-size:17px}.faq-intro .text-action{margin-top:25px;font-size:15px}.accordion{border-top:1px solid var(--line)}.accordion-item{border-bottom:1px solid var(--line)}.accordion-item h3{margin:0}.accordion-item button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:20px;border:0;background:transparent;padding:21px 0;cursor:pointer;color:var(--ink);font-size:17px;font-weight:550;letter-spacing:-.02em;text-align:left}.accordion-item button>span{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:var(--canvas);color:var(--muted);transition:transform .22s var(--ease),background .18s var(--ease),color .18s var(--ease)}.accordion-item button>span svg{width:15px;height:15px}.accordion-item.is-open button>span{background:var(--ink);color:var(--white);transform:rotate(180deg)}.accordion-panel{display:grid;grid-template-rows:0fr;padding-left:48px;transition:grid-template-rows .3s var(--ease),padding-bottom .3s var(--ease)}.accordion-panel p{overflow:hidden;max-width:650px;color:var(--muted);font-size:14px;line-height:1.6}.accordion-item.is-open .accordion-panel{grid-template-rows:1fr;padding-bottom:22px}.final-cta{position:relative;overflow:hidden;background:var(--black);color:var(--white)}.final-cta__ambient{position:absolute;top:-420px;left:50%;width:900px;height:800px;border-radius:50%;background:radial-gradient(ellipse,rgba(255,255,255,.14),transparent 67%);transform:translate(-50%);pointer-events:none}.final-cta__inner{position:relative;z-index:1;padding:128px 0 123px;text-align:center}.final-cta h2{margin-top:20px;font-size:clamp(48px,6vw,80px);font-weight:650;letter-spacing:-.07em;line-height:1}.final-cta p{max-width:560px;margin:22px auto 0;color:#ffffffb8;font-size:19px}.final-cta__inner>div{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:30px}.final-cta__inner>small{display:block;margin-top:18px;color:#ffffff8c;font-size:11px}.site-footer{background:var(--canvas);padding:64px 0 25px}.footer-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.brand--footer{font-size:20px}.footer-brand>p{max-width:230px;margin-top:17px;color:var(--muted);font-size:13px;line-height:1.45}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.footer-links h3{color:var(--ink);font-size:12px;font-weight:650}.footer-links a{display:block;width:fit-content;margin-top:12px;color:var(--muted);font-size:12px}.footer-links a:hover{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:60px;border-top:1px solid var(--line);padding-top:18px;color:var(--muted-2);font-size:10px}.footer-bottom>div{display:flex;align-items:center;gap:18px}.footer-bottom a:hover{color:var(--ink)}.demo-dialog{width:min(920px,calc(100% - 32px));max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow:auto;border:0;border-radius:26px;background:var(--white);padding:0;color:var(--ink);box-shadow:0 30px 100px #0000004d}.demo-dialog::backdrop{background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.dialog-close{position:absolute;z-index:2;top:15px;right:15px;display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.15);border-radius:50%;background:#ffffffd1;cursor:pointer}.dialog-close svg{width:16px;height:16px}.demo-dialog__visual{min-height:300px;background:var(--black);padding:30px;color:var(--white)}.demo-dialog__brand{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:650;letter-spacing:-.05em}.demo-dialog__brand .brand__mark{color:var(--black)}.demo-dialog__visual>div:nth-child(2){max-width:470px;margin-top:48px}.dialog-live{display:inline-flex;align-items:center;gap:7px;color:#bdbdbd;font-size:11px;font-weight:600}.dialog-live i{width:6px;height:6px;border-radius:50%;background:var(--white)}.demo-dialog__visual h3{margin-top:15px;font-size:30px;font-weight:600;letter-spacing:-.05em;line-height:1.1}.demo-dialog__visual ul{display:grid;gap:8px;margin-top:20px;color:#a7a7a7;font-size:12px}.demo-dialog__visual li{display:flex;align-items:center;gap:7px}.demo-dialog__visual li svg{width:14px;height:14px;color:var(--white)}.demo-dialog__visual>p{margin-top:30px;color:#888;font-size:12px;font-style:italic}.demo-dialog__form-wrap{padding:34px}.demo-dialog__intro h2{margin-top:14px;font-size:30px;font-weight:650;letter-spacing:-.055em}.demo-dialog__intro p{margin-top:9px;color:var(--muted);font-size:14px}.demo-form{display:grid;gap:14px;margin-top:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.demo-form label{display:grid;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:600}.demo-form input,.demo-form select{width:100%;min-height:43px;border:1px solid var(--line);border-radius:9px;outline:none;background:var(--white);padding:0 12px;color:var(--ink);font-size:14px;font-weight:400;transition:border-color .18s var(--ease),box-shadow .18s var(--ease)}.demo-form input::placeholder{color:#aaa}.demo-form input:focus,.demo-form select:focus{border-color:var(--ink);box-shadow:0 0 0 3px #0000001a}.demo-form .button{margin-top:4px}.form-privacy{display:flex;align-items:center;justify-content:center;gap:5px;color:var(--muted-2);font-size:10px;font-weight:400}.form-privacy svg{width:13px;height:13px}.form-success{margin-top:28px;text-align:center}.form-success>span{display:inline-flex;width:50px;height:50px;align-items:center;justify-content:center;border-radius:50%;background:var(--canvas);color:var(--ink)}.form-success>span svg{width:24px;height:24px}.form-success h3{margin-top:17px;font-size:24px;letter-spacing:-.04em}.form-success p{margin-top:7px;color:var(--muted);font-size:14px}.form-success .button{margin-top:22px}.reveal{opacity:1;transform:none}.reveal-ready .reveal{opacity:0;transform:translateY(16px);transition:opacity .56s var(--ease),transform .56s var(--ease)}.reveal-ready .reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes levitate{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(0,-13px,0) rotate(1deg)}}@keyframes soft-pulse{0%,to{opacity:.45;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}@keyframes orbit-spin{0%{transform:rotateX(67deg) rotate(0)}to{transform:rotateX(67deg) rotate(360deg)}}@keyframes scene-scan{0%,to{transform:translate(-50%);opacity:.2}50%{transform:translate(50%);opacity:.7}}.object-orbit--one{animation:orbit-spin 18s linear infinite}.object-orbit--two{animation:orbit-spin 24s linear infinite reverse}.radar-ring--one{animation:soft-pulse 3.6s ease-in-out infinite}.radar-ring--two{animation:soft-pulse 3.6s .5s ease-in-out infinite}.radar-ring--three{animation:soft-pulse 3.6s 1s ease-in-out infinite}.story-stage__progress span{animation:progress-breathe 2.4s ease-in-out infinite}@keyframes progress-breathe{0%,to{opacity:.7}50%{opacity:1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal-ready .reveal{opacity:1;transform:none}}@media(max-width:1050px){.desktop-nav{margin-left:30px;gap:22px}.hero__grid{gap:38px}.hero__visual{padding-left:30px}.story-layout{gap:50px}.system-panel{gap:35px;padding:38px}.control-grid,.impact-grid{gap:55px}.faq-grid{gap:60px}}@media(max-width:820px){.shell{width:min(calc(100% - 40px),var(--shell))}.desktop-nav,.nav-actions{display:none}.menu-toggle{display:inline-flex}.hero{padding-top:76px}.hero__grid{grid-template-columns:1fr;min-height:0}.hero__copy{padding-bottom:0}.hero h1{max-width:650px}.hero__visual{min-height:520px;border-top:1px solid var(--line);border-left:0;padding:24px 0 0}.levy-object{width:min(100%,500px)}.hero__visual-note{right:0;bottom:0;left:0}.hero__rail{flex-direction:column;align-items:flex-start;justify-content:center;gap:11px;min-height:120px}.hero__rail>div{flex-wrap:wrap;gap:8px 12px}.story-section,.system-section,.control-section,.impact-section,.faq-section{padding:100px 0}.story-layout{grid-template-columns:1fr;gap:35px;margin-top:55px}.story-copy{position:static;min-height:0;padding-top:0}.story-step{min-height:0;padding-bottom:25px}.story-step:not(.is-active){opacity:.55}.story-stage-wrap{position:relative;top:auto;min-height:0}.story-stage{height:590px}.system-panel{grid-template-columns:1fr;gap:34px}.system-tabs{display:flex;overflow-x:auto;scrollbar-width:none}.system-tabs::-webkit-scrollbar{display:none}.agent-tab{min-width:145px;border-bottom:0}.control-grid,.impact-grid,.faq-grid{grid-template-columns:1fr;gap:50px}.control-copy>p,.impact-copy>p{max-width:600px}.faq-intro{max-width:600px}}@media(max-width:560px){.shell{width:calc(100% - 32px)}.hero{padding-top:58px}.hero h1{margin-top:21px;font-size:clamp(43px,12vw,58px)}.hero__lede{margin-top:22px;font-size:18px}.hero__actions{flex-direction:column;align-items:stretch;gap:17px}.hero__actions .button{width:100%}.hero__fineprint{flex-direction:column;gap:8px}.hero__visual{min-height:430px}.hero__visual-top{font-size:8px}.levy-object{width:108%;margin-left:-4%}.object-core{top:29%;left:31%}.object-plate--back{left:3%}.object-plate--front{right:2%}.object-callout--one{right:1%}.object-callout--two{left:1%}.orchestra-object{width:100%;margin-left:0}.orchestra-hub{width:30%}.agent-node{width:30%;min-height:52px;padding:7px}.agent-node small{display:none}.agent-node b{font-size:9px}.output-panel{width:31%;min-height:80px;padding:9px}.output-panel b{margin-top:9px;font-size:9px}.output-panel small{font-size:7px}.orchestra-callout{font-size:8px}.orchestra-callout b{font-size:9px}.orchestra-callout--one{right:1%}.orchestra-callout--two{left:1%}.hero__rail>div{font-size:10px}.story-heading h2,.system-heading h2,.control-copy h2,.impact-copy h2,.faq-intro h2{font-size:43px}.story-heading>p,.system-heading>p{font-size:17px}.story-stage{height:500px;border-radius:22px}.story-scene{inset:75px 14px 52px;padding:21px}.story-scene h3{font-size:31px}.scene-account{right:20px;bottom:20px;left:20px}.insight-sheet{right:5%;bottom:12%;left:5%;padding:18px}.insight-sheet h4{font-size:19px}.insight-quote{right:5%;bottom:5%;font-size:9px}.message-sheet{right:5%;bottom:13%;left:5%;padding:18px}.message-sheet h4{font-size:19px}.message-sheet>p{font-size:9px}.reply-bubble{right:3%;bottom:4%;min-width:165px}.story-stage__caption{right:16px;bottom:14px;left:16px;font-size:8px}.story-stage__progress{right:16px;bottom:35px;left:16px}.system-console{margin-top:44px;border-radius:22px}.system-panel{padding:28px 20px 20px}.system-panel__copy h3{font-size:37px}.agent-tagline{font-size:18px}.handoff-strip{grid-template-columns:1fr 1fr;gap:13px 9px}.handoff-strip>svg{display:none}.control-board__head,.mode-list{padding-inline:18px}.approval-preview,.control-board__foot{margin-inline:18px}.calculator-card{grid-template-columns:1fr}.calculator-inputs,.calculator-results{padding:22px}.calculator-inputs label+label{margin-top:18px}.final-cta__inner{padding:84px 0 80px}.final-cta h2{font-size:49px}.final-cta p{font-size:17px}.final-cta__inner>div{flex-direction:column}.final-cta__inner>div .button{width:100%;max-width:280px}.footer-grid{grid-template-columns:1fr;gap:42px}.footer-links{gap:14px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:12px;margin-top:42px}.footer-bottom>div{flex-wrap:wrap;gap:12px 16px}.demo-dialog__visual,.demo-dialog__form-wrap{padding:24px}.demo-dialog__visual{min-height:260px}.demo-dialog__visual>div:nth-child(2){margin-top:34px}.demo-dialog__visual h3,.demo-dialog__intro h2{font-size:25px}.demo-dialog[open]{display:flex;flex-direction:column}.demo-dialog__form-wrap{order:1}.demo-dialog__visual{order:2;min-height:240px}}.legal-page{background:var(--paper)}.legal-header{height:var(--header-height);border-bottom:1px solid var(--line);background:#ffffffe6}.legal-header__inner{display:flex;height:100%;align-items:center;justify-content:space-between}.legal-back{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:13px}.legal-back:hover{color:var(--ink)}.legal-back svg{width:16px;height:16px}.legal-main{padding-top:110px;padding-bottom:120px}.legal-title{max-width:750px}.legal-title h1{margin-top:18px;font-size:clamp(48px,6vw,78px);font-weight:650;letter-spacing:-.07em;line-height:1}.legal-title p{margin-top:16px;color:var(--muted);font-size:14px}.legal-content{max-width:760px;margin:95px auto 0}.legal-content>p{color:var(--muted);font-size:17px;line-height:1.65}.legal-content h2{margin-top:48px;font-size:27px;font-weight:650;letter-spacing:-.045em}.legal-content p+p{margin-top:13px}.legal-content a{text-decoration:underline;text-underline-offset:3px}.legal-footer{border-top:1px solid var(--line);padding:22px 0;color:var(--muted-2);font-size:11px}.legal-footer .shell{display:flex;align-items:center;justify-content:space-between;gap:20px}.legal-footer a:hover{color:var(--ink)}@media(max-width:560px){.legal-main{padding-top:75px;padding-bottom:80px}.legal-content{margin-top:65px}.legal-content>p{font-size:16px}.legal-content h2{margin-top:38px;font-size:24px}}@media(max-width:400px){.menu-toggle{width:44px;height:44px}.hero h1{font-size:clamp(40px,12.5vw,48px);letter-spacing:-.07em}.hero__lede{font-size:16px;line-height:1.5}.hero__visual{min-height:405px}.hero__visual-top{font-size:7px;letter-spacing:.06em}.hero__visual-bottom{gap:5px;font-size:7px}.hero__visual-line{width:22px}.orchestra-ring--one{left:6%;width:88%}.orchestra-ring--two{left:16%;width:68%}.orchestra-ring--three{left:25%;width:50%}.agent-node{width:32%}.agent-node--scout{left:0}.agent-node--insight{right:0}.agent-node--writer{left:-1%}.agent-node--conductor{right:-1%}.output-panel{width:33%}.output-panel--marketing{left:-1%}.output-panel--outreach{right:-1%}.story-heading h2,.system-heading h2,.control-copy h2,.impact-copy h2,.faq-intro h2{font-size:39px}.story-section,.system-section,.control-section,.impact-section,.faq-section{padding:76px 0}.story-stage{height:460px}.story-scene{inset:68px 10px 48px;padding:17px}.story-scene h3{font-size:28px}.insight-sheet h4,.message-sheet h4{font-size:17px}.message-sheet>p{font-size:8px}.system-panel{padding:24px 16px 16px}.system-panel__copy h3{font-size:34px}.agent-tagline{font-size:17px}.control-board__head,.mode-list{padding-inline:14px}.approval-preview,.control-board__foot{margin-inline:14px}.result-metrics strong{font-size:19px}.footer-links{grid-template-columns:1fr 1fr}}
