@import url('/fonts.css');
:root{--bg:#080a0d;--surface:#101317;--surface2:#15191f;--line:#262b31;--muted:#a3aab4;--white:#f6f7fa;--red:#ee2636;--cyan:#7bd4e1;--font:'DM Sans',Arial,sans-serif;--display:'Space Grotesk',Arial,sans-serif;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--white);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button{color:inherit}img,svg,canvas{display:block;max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--cyan);outline-offset:5px}.wrap{width:min(1320px,calc(100% - 112px));margin:auto}.muted{color:var(--muted)}.skip-link{position:fixed;left:20px;top:-70px;z-index:100;padding:12px 20px;background:white;color:black}.skip-link:focus{top:10px}.site-header{height:98px;padding:0 56px;display:flex;align-items:center;justify-content:space-between;position:absolute;left:0;right:0;top:0;z-index:20;border-bottom:1px solid #ffffff14}.brand{display:block;flex-shrink:0;width:124px;height:52px;overflow:hidden}.brand img{width:124px;height:auto}.desktop-nav{display:flex;gap:36px;align-items:center}.desktop-nav a{font-size:14px;color:#babfc6;position:relative;padding:36px 0}.desktop-nav a:hover,.desktop-nav a.active{color:white}.desktop-nav a.active:after{content:'';position:absolute;bottom:19px;left:50%;width:4px;height:4px;border-radius:50%;background:var(--red)}.portal-link{background:none;border:0;border-left:1px solid #ffffff24;padding:4px 0 4px 28px;font-size:13px;color:#c1c5cc}.portal-link span{margin-left:15px}.menu-toggle{display:none}.hero{min-height:800px;height:min(940px,100svh);position:relative;isolation:isolate;overflow:hidden;background:#080a0d}.hero-visual{position:absolute;inset:0;background:radial-gradient(ellipse at 85% 45%,#23384388,transparent 60%),linear-gradient(160deg,transparent 60%,#14212d);z-index:-3;transform:scale(1.015)}.hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#080a0d 0%,#080a0de0 28%,#080a0d70 48%,#080a0d00 80%),linear-gradient(0deg,#080a0d,transparent 28%)}.hero-content{position:relative;padding-top:185px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:600;line-height:1.6;margin:0 0 28px;display:flex;gap:12px;align-items:center;color:#c7cbd0}.red-line{width:26px;height:2px;background:var(--red)}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--display);font-weight:500}h1{font-size:clamp(56px,6.7vw,98px);line-height:1.04;letter-spacing:-.065em;margin-bottom:27px}h1 span{color:var(--red)}.hero-content>p{font-size:16px;line-height:1.8;color:#b7bec7;max-width:445px;margin-bottom:31px}.button-row{display:flex;gap:13px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:50px;padding:13px 23px;font-size:14px;font-weight:600;border:1px solid transparent;border-radius:3px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.primary{background:#dc1b2c;color:white}.primary:hover{background:#f02b3b}.secondary{border-color:#ffffff38;background:#0b0e1266}.secondary:hover{background:#ffffff0e}.button span{font-size:19px;line-height:1}.hero-footer{position:absolute;bottom:31px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:24px}.origin,.scroll-cue{font-size:10px;letter-spacing:.14em;color:#9fa6b0;display:flex;align-items:center;gap:13px}.origin-mark{width:13px;height:13px;border:1px solid #aa3440;border-radius:50%;position:relative}.origin-mark:after{content:'';position:absolute;inset:3px;border-radius:50%;background:var(--red)}.concept-label{font-size:10px;letter-spacing:.12em;border:1px solid #ffffff2c;color:#bac2cb;background:#080a0d80;padding:5px 9px}.scroll-cue span{font-size:17px;color:white}.discipline-strip{display:flex;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:23px;padding-bottom:23px;color:#b1b6be;font-size:11px;letter-spacing:.13em;gap:20px}.section{padding-top:110px;padding-bottom:110px}.section-intro{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:54px}.section-intro h2{margin:0}.section-intro>p{max-width:320px;color:var(--muted);font-size:15px;margin:0 0 4px}h2{font-size:clamp(32px,3.4vw,48px);line-height:1.15;letter-spacing:-.045em}.section-intro .eyebrow{margin-bottom:20px;color:#aeb4bd}.ecosystem{min-height:550px}
@media(min-width:1700px){.hero-content{padding-top:220px}.hero{max-height:1050px}.site-header{padding-left:max(56px,calc((100% - 1320px)/2));padding-right:max(56px,calc((100% - 1320px)/2))}}
@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.site-header{padding:0 32px}.desktop-nav{gap:23px}.hero{height:840px;min-height:760px}.hero-content{padding-top:180px}.hero-content>p{max-width:400px}.hero h1{font-size:76px}.origin{font-size:9px;max-width:280px}.scroll-cue{font-size:9px}.section-intro{gap:30px}.section-intro>p{max-width:280px}}
@media(max-width:700px){html{scroll-padding-top:24px}.wrap{width:calc(100% - 40px)}.site-header{height:82px;padding:0 20px}.brand,.brand img{width:105px}.brand{height:44px}.desktop-nav,.portal-link{display:none}.menu-toggle{display:flex;width:44px;height:44px;border:1px solid #ffffff28;background:#080a0d80;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:3px}.menu-toggle span{height:1px;background:white;width:18px}#mobile-nav{position:absolute;top:82px;left:0;right:0;background:#101317;border-bottom:1px solid var(--line);padding:12px 20px 24px}#mobile-nav:not([hidden]){display:grid}#mobile-nav a,#mobile-nav button{padding:12px 0;text-align:left;background:none;border:0;font-size:16px}#mobile-nav button{color:var(--muted)}.hero{height:900px;min-height:800px;max-height:1050px}.hero-content{padding-top:132px}.eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:24px}.hero h1{font-size:clamp(53px,12.9vw,80px);letter-spacing:-.06em}.hero-content>p{font-size:15px;max-width:380px;line-height:1.8}.hero-shade{background:linear-gradient(180deg,#080a0d 3%,#080a0df2 30%,#080a0d50 64%,#080a0d 99%)}.hero-visual{background-position:64% bottom!important;background-size:auto 640px!important;background-repeat:no-repeat!important;transform:none}.hero-footer{bottom:24px;flex-wrap:wrap;gap:14px}.origin{font-size:9px;max-width:225px}.scroll-cue{display:none}.concept-label{font-size:9px}.button{font-size:13px;padding:12px 17px;gap:20px}.discipline-strip{display:grid;grid-template-columns:1fr 1fr;font-size:9px;gap:16px}.section{padding-top:74px;padding-bottom:74px}.section-intro{display:block;margin-bottom:30px}.section-intro>p{max-width:100%;font-size:15px;margin-top:24px}h2{font-size:34px}.section-intro .eyebrow{margin-bottom:19px}}
.hero-visual{background-image:url('/assets/hero-realistic.webp');background-size:cover;background-position:center center;animation:cinema 24s ease-in-out infinite alternate}.hero-content{z-index:1}.hero:after{content:'';position:absolute;right:8%;top:29%;width:4px;height:4px;background:#b3edf3;border-radius:50%;box-shadow:40px 83px 3px #97cdd1,90px 240px 4px #9edfda,200px 160px 3px #e33443,70px 120px 3px #9bcdd3;opacity:.5;animation:signal 5s infinite;z-index:-2}.hero-content>p{color:#bfc5ce}.ecosystem-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:50px;align-items:center}#ecosystem-stage{height:470px;position:relative}.network-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.network-lines>circle{stroke:#293038;fill:none;stroke-width:.7;stroke-dasharray:3 7}.network-lines path{fill:none;stroke:#2b343f;stroke-width:1}.network-lines .neural-flow{stroke:#79bac2;stroke-dasharray:3 240;animation:neural 10s linear infinite;opacity:.8}.network-lines .network-selected{stroke:var(--red);stroke-width:1.2}.core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:147px;height:147px;border:1px solid #86313b;border-radius:50%;background:radial-gradient(circle,#2a151b,#0c0d11 75%);box-shadow:0 0 0 12px #df203706,0 0 0 13px #63303933;display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:1.5}.core>span:not(.core-symbol){font-family:var(--display);font-size:16px}.core strong{font-size:10px;letter-spacing:.23em;color:#c1a8ad}.core-symbol{font-family:var(--display);font-size:42px;font-style:italic;line-height:1.1;color:var(--red);font-weight:700}.network-node{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);background:#080a0df5;border:1px solid transparent;border-radius:4px;min-height:61px;width:195px;padding:12px 8px;color:#bcc2cb;font-size:13px;line-height:1.5;display:flex;align-items:center;gap:11px;text-align:left;transition:color .2s,border-color .2s,background .2s}.node-index{height:25px;min-width:25px;border:1px solid #3e4752;display:grid;place-items:center;font-size:10px;border-radius:50%;color:#9ca6b2}.network-node.selected,.network-node:hover{background:#131317;border-color:#3e262d;color:white}.network-node.selected .node-index{color:#ff7480;border-color:#a93443}.network-detail{border-left:1px solid var(--line);padding:30px 0 30px 30px}.detail-number{font-size:12px;color:var(--red);font-family:var(--display);letter-spacing:.1em}.network-detail h3{font-size:25px;line-height:1.25;margin:20px 0 16px;letter-spacing:-.02em}.network-detail>p{font-size:14px;color:var(--muted);margin-bottom:25px}.outcome{padding-top:21px;border-top:1px solid var(--line)}.outcome>span{font-size:10px;color:#83c8d0;letter-spacing:.13em}.outcome p{font-size:14px;color:#d6dbe1;margin:9px 0 24px}.text-link{font-size:13px;display:inline-flex;align-items:center;gap:16px;border-bottom:1px solid #555e6870;padding:3px 0 7px}.text-link:hover{color:var(--cyan);border-color:var(--cyan)}.text-link span{font-size:18px}.section-footnote{display:flex;justify-content:space-between;padding-top:24px;color:#8e98a5;font-size:10px;letter-spacing:.13em}.workflow-section{background:linear-gradient(120deg,#111419,#0b0e12);border-top:1px solid #232931;border-bottom:1px solid #232931}.workflow-steps{display:grid;grid-template-columns:repeat(8,1fr);gap:10px;margin-top:65px}.workflow-step{border:0;background:transparent;padding:15px 0;color:#939da9;position:relative;text-align:left}.workflow-step:after{content:'→';position:absolute;right:8px;top:15px;color:#404a57}.workflow-step:last-child:after{display:none}.workflow-step span{display:block;position:relative;margin-bottom:17px;width:29px;height:29px;border:1px solid #3c4652;border-radius:50%;font-size:10px;line-height:27px;text-align:center;background:#11151b;z-index:1}.workflow-step:before{content:'';height:1px;background:#34404a;position:absolute;top:29px;left:29px;width:calc(100% - 10px)}.workflow-step:last-child:before{display:none}.workflow-step strong{font-size:15px;font-weight:500}.workflow-step.selected{color:white}.workflow-step.selected span{border-color:#e82d3b;background:#e52536;box-shadow:0 0 24px #df24343d;color:white}.workflow-detail{display:flex;gap:26px;align-items:center;min-height:175px;border-top:1px solid #343c453f;border-bottom:1px solid #343c453f;margin-top:28px;padding:30px 0}.workflow-counter{font-family:var(--display);font-size:55px;line-height:1;color:#4c555f;font-weight:400;min-width:74px}.workflow-detail h3{font-size:23px;margin-bottom:7px}.workflow-detail p{font-size:14px;color:var(--muted);max-width:540px;margin:0}.workflow-instruments{margin-left:auto;max-width:265px;color:#b9c7d0;font-size:11px;letter-spacing:.1em;text-align:right}.workflow-instruments span{color:var(--red);padding:0 8px}.human-loop{display:flex;align-items:center;gap:15px;margin-top:27px}.human-loop>span:not(.loop-line){font-size:10px;letter-spacing:.13em;color:#97a1ad}.loop-line{width:35px;height:14px;border-left:1px solid #8196a7;border-bottom:1px solid #8196a7;position:relative}.loop-line:after{content:'↑';position:absolute;left:-4px;top:-11px;font-size:12px;color:#8196a7}.motion-toggle{margin-left:auto;border:0;background:transparent;color:#b4bcc6;font-size:12px;white-space:nowrap}.motion-toggle span{margin-left:10px}.showcase-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:32px}.showcase-tabs{display:flex;flex-direction:column;border-top:1px solid var(--line)}.showcase-tabs button{background:none;min-height:64px;text-align:left;display:flex;gap:15px;align-items:center;padding:14px 10px 14px 0;border:0;border-bottom:1px solid var(--line);color:#a3acb7;font-size:13px;line-height:1.5}.showcase-tabs button>span:first-child{font-size:10px;color:#66717e}.showcase-tabs button>span:last-child{margin-left:auto;font-size:16px;opacity:0}.showcase-tabs button[aria-selected="true"],.showcase-tabs button:hover{color:white}.showcase-tabs button[aria-selected="true"]>span{color:var(--red)}.showcase-tabs button[aria-selected="true"]>span:last-child{opacity:1}.viewer{height:420px;background:#0e1319;border:1px solid #2b343d;position:relative;overflow:hidden}.viewer>picture,.viewer>img{position:absolute;inset:0;width:100%;height:100%}.viewer picture img{width:100%;height:100%;object-fit:cover}.viewer-render:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#06090db3,transparent 40%);pointer-events:none}.viewer-head{position:absolute;top:17px;left:19px;right:19px;display:flex;align-items:center;justify-content:space-between;gap:14px;z-index:2}.viewer-code{font-size:10px;letter-spacing:.1em;line-height:1.5;background:#080b10c9;padding:5px 9px;border:1px solid #424c5966;color:#c7d3df;backdrop-filter:blur(6px)}.view-toggle{display:flex;padding:3px;background:#080b10d9;border:1px solid #53616c5e;border-radius:3px;gap:2px}.view-toggle button{font-size:10px;background:none;border:0;padding:5px 9px;color:#a8b4c2;border-radius:1px}.view-toggle button.selected{background:#414c59;color:white}.viewer-bottom{position:absolute;bottom:21px;left:21px;right:21px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:15px}.viewer-bottom>span{font-size:10px;letter-spacing:.06em;color:#b7c6d4}.viewer-bottom .button{min-height:38px;font-size:12px;padding:8px 13px;background:#0c1119c9;border-color:#7a8e9b60}.hotspot{position:absolute;border:1px solid #7bd4e180;border-radius:50%;background:#09111880;color:#b8f6fc;font-size:13px;width:30px;height:30px;padding:0;z-index:2;box-shadow:0 0 0 7px #7bd4e10b}.hotspot:hover,.hotspot[aria-pressed="true"]{background:#7bd4e1;color:#071118}.hotspot-note{position:absolute;top:70px;left:20px;z-index:3;width:245px;padding:14px 17px;background:#080f16ed;border-left:2px solid var(--cyan);font-size:13px;box-shadow:0 10px 40px #0005}.hotspot-note strong{display:block;color:var(--cyan);margin-bottom:5px}.hotspot-note p{margin:0;color:#c2ccd7;font-size:12px}.showcase-caption{display:flex;gap:30px;align-items:start;padding:27px 0 0}.showcase-caption .eyebrow{font-size:10px;color:#8fc1c9;margin:0 0 10px}.showcase-caption h3{font-size:24px;line-height:1.3;letter-spacing:-.025em;margin-bottom:12px}.showcase-caption p{font-size:14px;color:var(--muted);max-width:640px;margin:0}.showcase-caption>.concept-label{flex-shrink:0;margin-top:5px;font-size:9px}.demo-board{width:100%;height:100%;padding:68px 27px 58px;background-color:#0c1219;background-image:linear-gradient(#83c9d007 1px,transparent 1px),linear-gradient(90deg,#83c9d007 1px,transparent 1px);background-size:30px 30px}.demo-board svg{width:100%;height:100%;overflow:visible}.demo-board svg text{font-family:var(--font)}.engineering-diagram{fill:none;stroke:#5c849a;stroke-width:2}.engineering-diagram text{stroke:none;fill:#b7c5d4;font-size:15px}.engineering-diagram .signal-path{stroke:#79d4e0;stroke-width:2;stroke-dasharray:5 8;animation:neural 8s linear infinite}.engineering-diagram .signal-red{stroke:#ff5662}.engineering-diagram .diagram-label{fill:#7792a5;font-size:11px;letter-spacing:1px}.engineering-diagram .diagram-value{fill:#dcf4ff;font-size:20px;font-family:var(--display)}.engineering-diagram .component{fill:#14222d;stroke:#36596c}.demo-chip{font-size:10px;line-height:1.5;display:inline-flex;align-items:center;gap:7px;border:1px solid #476171;padding:4px 8px;background:#111c26;color:#b9dce7}.demo-chip:before{content:'';width:4px;height:4px;background:var(--cyan);border-radius:50%}.scada-controls{position:absolute;bottom:17px;left:24px;right:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;color:#c3d2df}.scada-controls label{display:flex;align-items:center;gap:10px}.scada-controls input[type=range]{width:115px;accent-color:#78d1de}.demo-button{background:#1c313d;border:1px solid #436575;color:#c0e7ed;font-size:11px;padding:7px 10px;border-radius:2px}.demo-button:hover{background:#294554}.vision-image{filter:brightness(.56) saturate(.6);object-position:center}.vision-box{position:absolute;border:1px solid #88d3ce;color:#b7f3ed;background:#7fd7e108;padding:6px;font-size:10px;z-index:2;transition:all .4s}.vision-box>span{position:absolute;left:-1px;top:-24px;padding:3px 8px;white-space:nowrap;background:#183a42;color:#c5f4f7}.vision-box.defect{border-color:#f4676f}.vision-box.defect>span{background:#68252c;color:#ffcad0}.vision-scan{position:absolute;left:0;right:0;top:40%;height:1px;background:#b3edf340;box-shadow:0 0 45px 8px #7ce1ea30;animation:scan 7s ease-in-out infinite;z-index:1}.vision-controls{display:flex;gap:6px}.vision-controls button.selected{border-color:var(--cyan);background:#285462}.neural-training-label{position:absolute;left:25px;bottom:22px;color:#a8becd;font-size:12px}.neural-training-label strong{color:#d7eaf8;font-weight:500}.neural-epoch{margin-left:14px;color:var(--cyan)}.agent-board{padding:68px 27px 30px;display:grid;grid-template-columns:1fr 1.1fr;gap:28px;height:100%;background:#0c1219}.agent-context{border-right:1px solid #31404c;padding-right:24px}.agent-context>span{font-size:10px;color:#8399ab;letter-spacing:.12em}.agent-context h4{font-size:18px;margin:17px 0}.agent-metric{display:flex;justify-content:space-between;border-bottom:1px solid #293440;padding:10px 0;font-size:12px}.agent-metric span{color:#98acbc}.agent-metric b{font-weight:400;color:#d7edf8}.agent-answer{font-size:13px;line-height:1.7;color:#bbcbd7}.agent-answer h4{font-size:17px;color:white;margin-bottom:12px}.agent-answer p{margin-bottom:13px}.agent-prompt{display:flex;gap:6px;flex-wrap:wrap;margin-top:21px}.agent-prompt button{font-size:10px;background:#14222f;border:1px solid #2b465a;color:#b4cbdd;padding:6px 8px}.agent-prompt button.selected{border-color:#69aaba}.agent-human-note{font-size:10px;color:#e8b7bc;margin-top:13px;border-top:1px solid #50333c;padding-top:10px}.space-node{position:absolute;right:31%;top:53%;z-index:3;font-size:10px;color:#dbf7ff;background:#0d1b24b0;border:1px solid #7bc8d678;padding:7px 11px}.space-info{position:absolute;left:25px;top:98px;width:220px;color:#c3d5e4;z-index:2}.space-info h4{font-size:24px;line-height:1.2;color:white}.space-info p{font-size:13px}.space-info .demo-chip{margin-bottom:17px}.edge-state{color:#d2e2ec}.industries-section{background:#0e1116;border-top:1px solid #252c34;border-bottom:1px solid #252c34}.industries-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px}.industry-list{display:flex;flex-direction:column}.industry-list button{background:none;border:0;border-bottom:1px solid #2c343d;text-align:left;display:flex;gap:20px;align-items:center;padding:22px 0;min-height:78px;font-family:var(--display);font-size:20px;color:#9ba4b0}.industry-list button:first-child{border-top:1px solid #2c343d}.industry-list button span:first-child{font-family:var(--font);font-size:10px;min-width:20px;color:#6a7786}.industry-list button span:last-child{margin-left:auto;transform:rotate(0);font-size:22px;color:#616e7c}.industry-list button.selected,.industry-list button:hover{color:white}.industry-list button.selected span{color:var(--red)}.industry-detail{position:relative;padding-top:22px;min-height:450px}.industry-detail>.eyebrow{color:#a9c3cf;font-size:10px;margin-bottom:22px}.industry-detail h3{font-size:34px;line-height:1.2;letter-spacing:-.04em;max-width:360px;position:relative;margin-bottom:30px}.industry-detail dl{position:relative;max-width:420px;display:grid;gap:18px;margin-bottom:0}.industry-detail dt{font-size:9px;letter-spacing:.12em;color:#9caebf;margin-bottom:5px}.industry-detail dd{font-size:14px;margin:0;color:#c0c8d2}.industry-detail dl>div:last-child dd{color:#acd4db}.industry-graphic{position:absolute;top:0;right:-10px;width:150px;height:150px;opacity:.18;pointer-events:none}.industry-graphic svg{width:100%;height:100%;fill:none;stroke:#85c4d2;stroke-width:1.3}.about{display:grid;grid-template-columns:1.1fr 1fr;gap:100px}.about-intro h2{font-size:43px;line-height:1.17;margin-bottom:25px}.about-intro>p:last-child{font-size:15px;color:var(--muted);max-width:440px}.purpose-list article{display:flex;gap:26px;padding:25px 0;border-bottom:1px solid var(--line)}.purpose-list article:first-child{padding-top:0}.purpose-list article:last-child{border-bottom:0;padding-bottom:0}.purpose-list article>span{font-size:10px;color:var(--red);padding-top:5px}.purpose-list h3{font-size:22px;letter-spacing:-.025em;margin-bottom:9px}.purpose-list p{font-size:14px;color:var(--muted);margin:0;line-height:1.8}.global-section{height:610px;position:relative;isolation:isolate;background:#03070b;overflow:hidden;border-top:1px solid #1c2731;border-bottom:1px solid #1c2731}.global-image{position:absolute;inset:0;background:url('/assets/earth.webp') center / cover no-repeat;z-index:-3}.global-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#060a0e 3%,#060a0eec 25%,#060a0e1a 70%)}.global-content{padding-top:87px}.global-content h2{font-size:58px;line-height:1.08;letter-spacing:-.05em;max-width:630px;margin-bottom:25px}.global-content h2 span{color:#a7b2c0}.global-content>p:not(.eyebrow){max-width:370px;color:#b5c0cc;font-size:14px}.global-content>p.eyebrow{font-size:10px;margin-bottom:26px}.global-coordinate{display:flex;gap:12px;align-items:center;font-size:10px;letter-spacing:.08em;margin-top:33px}.global-coordinate>span:last-child{color:#7d99ae;margin-left:10px}.global-concept{position:absolute;bottom:28px;right:56px}.contact{padding-top:105px;padding-bottom:105px}.contact-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center}.contact h2{font-size:48px;line-height:1.15;margin:0}.contact-action>p{font-size:15px;color:var(--muted);max-width:380px}.contact-action .button-row{display:flex;align-items:start;flex-direction:column;gap:18px}.contact-action .text-link{font-size:12px}.contact-location{margin-top:32px!important;margin-bottom:0;font-size:9px!important;letter-spacing:.13em}.site-footer{border-top:1px solid var(--line)}.footer-top{display:flex;align-items:center;gap:45px;padding:36px 0}.footer-top p{color:#959da9;font-size:13px;margin:0}.back-top{margin-left:auto;display:flex;align-items:center;gap:20px;font-size:10px;letter-spacing:.12em;color:#b6bdc6}.back-top span{font-size:17px}.footer-bottom{border-top:1px solid #222a32;display:flex;justify-content:space-between;gap:28px;padding:20px 0 25px;color:#8995a4;font-size:10px}.footer-bottom button{font-size:10px;color:#b0bac6;border:0;padding:0;background:none}dialog{border:1px solid #3b424c;border-radius:6px;max-width:640px;width:calc(100% - 32px);background:#10151c;color:#f1f4f7;padding:43px;box-shadow:0 40px 150px #0009;max-height:calc(100svh - 40px);overflow:auto}dialog::backdrop{background:#020509c9;backdrop-filter:blur(9px)}.dialog-close{position:absolute;top:12px;right:15px;width:38px;height:38px;background:none;border:0;font-size:27px;color:#b8c5d2}dialog h2{font-size:35px;margin-bottom:15px}dialog>p:not(.eyebrow){font-size:14px;color:#a9b7c6;max-width:500px}.dialog-close+ .eyebrow{font-size:10px;color:var(--cyan);margin-bottom:19px}#contact-form{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:27px}#contact-form label{font-size:12px;color:#d0d9e2}#contact-form label>span{color:#8494a5;font-size:10px}#contact-form input,#contact-form select,#contact-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #37434f;border-radius:2px;padding:10px 12px;min-height:43px;background:#0b1017;color:#e7edf4;font-size:13px}#contact-form input::placeholder,#contact-form textarea::placeholder{color:#7c8b9d}#contact-form textarea{resize:vertical}.full-width{grid-column:1/-1}.form-actions{margin-top:5px}.form-actions>p{font-size:11px;color:#93a0b2;margin:16px 0 0}.form-actions .button{min-height:44px;font-size:13px}#inquiry-result{margin-top:25px;padding-top:20px;border-top:1px solid #35414e}#inquiry-result h3{font-size:23px}#inquiry-result>p{font-size:14px;color:#bec8d4}.form-note{font-size:12px!important;color:#9baabd!important;margin-top:19px}.scene-canvas{width:100%;height:100%;touch-action:pan-y}.scene-instructions{position:absolute;bottom:14px;left:18px;font-size:10px;color:#9eafc0;pointer-events:none}.scene-tools{position:absolute;bottom:14px;right:15px;display:flex;gap:6px}.scene-tools button{width:31px;height:31px;border:1px solid #496176;background:#0b1620b8;color:#d4eaf7;font-size:16px}.scene-tools button:last-child{font-size:11px;width:auto;padding:0 10px}.scene-status{position:absolute;top:65px;left:21px;font-size:10px;color:#92acbe}.scene-error{position:absolute;bottom:70px;left:20px;right:20px;background:#101b25ef;padding:13px;color:#dae8f3;font-size:13px}.paused *,.paused *:before,.paused *:after{animation-play-state:paused!important}.paused .hero-visual{transform:scale(1.015)}
@keyframes cinema{from{transform:scale(1.015) translate(0,0)}to{transform:scale(1.06) translate(-.5%,.3%)}}@keyframes neural{to{stroke-dashoffset:-486}}@keyframes signal{0%,100%{opacity:.2}50%{opacity:.75}}@keyframes scan{0%,100%{top:30%}50%{top:77%}}
@media(min-width:1700px){.hero-visual{background-position:center 48%}}
@media(max-width:1200px){.ecosystem-layout{grid-template-columns:minmax(0,1fr) 220px;gap:24px}.network-node{width:166px;font-size:12px;gap:8px}.network-detail{padding-left:23px}.core{width:120px;height:120px}.core>span:not(.core-symbol){font-size:13px}.core-symbol{font-size:34px}.showcase-shell{grid-template-columns:190px 1fr;gap:25px}.viewer{height:390px}.industries-layout,.about{gap:65px}.contact-layout{gap:65px}.contact h2{font-size:42px}.global-content h2{font-size:53px}.hero-shade{background:linear-gradient(90deg,#080a0df5 0%,#080a0db5 30%,#080a0d00 80%),linear-gradient(0deg,#080a0d,transparent 30%)}.showcase-caption>.concept-label{display:none}}
@media(max-width:950px){.ecosystem-layout{grid-template-columns:1fr}.network-detail{padding:22px 0;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.network-detail>h3{margin-top:12px}.network-detail .outcome{grid-column:2;grid-row:1/5;border:0;padding:0}.network-detail>p{margin-bottom:18px}.network-detail .text-link{justify-self:start}.network-node{width:185px;font-size:13px}.network-detail h3{font-size:23px}.workflow-instruments{display:none}.showcase-shell{grid-template-columns:160px 1fr;gap:20px}.showcase-tabs button{font-size:12px;gap:10px}.viewer{height:365px}.agent-board{gap:18px;padding:66px 17px 20px}.agent-context{padding-right:16px}.agent-context h4{font-size:16px}.agent-metric{font-size:10px}.agent-answer{font-size:12px}.agent-answer h4{font-size:15px}.industry-list button{font-size:17px;gap:13px}.industries-layout{gap:50px}.industry-detail h3{font-size:30px}.industry-detail dd{font-size:13px}.about{gap:50px}.about-intro h2{font-size:36px}.purpose-list article{gap:18px}.global-section{height:600px}.global-image{background-position:60% center}.contact h2{font-size:36px}.contact-layout{gap:45px}.footer-bottom{font-size:9px;gap:20px}}
@media(max-width:700px){.hero-visual{background-image:url('/assets/hero-realistic-mobile.webp');background-size:auto 630px!important;background-position:66% bottom!important}.hero-shade{background:linear-gradient(180deg,#080a0d 2%,#080a0df2 32%,#080a0d75 55%,transparent 75%,#080a0d 100%)}.hero:after{display:none}.ecosystem-layout{gap:16px}#ecosystem-stage{height:420px}.core{width:98px;height:98px;box-shadow:0 0 0 7px #df203706,0 0 0 8px #63303933}.core>span:not(.core-symbol){font-size:10px}.core strong{font-size:8px}.core-symbol{font-size:32px}.network-node{width:117px;min-height:65px;font-size:11px;padding:6px 2px;gap:5px;flex-direction:column;text-align:center}.node-index{height:21px;min-width:21px;font-size:9px;line-height:19px}.network-lines{opacity:.8}.network-node[data-node="0"],.network-node[data-node="1"],.network-node[data-node="2"],.network-node[data-node="3"]{left:16%}.network-node[data-node="4"],.network-node[data-node="5"],.network-node[data-node="6"],.network-node[data-node="7"]{left:84%}.network-detail{grid-template-columns:1fr 1fr;gap:0 23px}.network-detail h3{font-size:20px}.network-detail>p,.outcome p{font-size:13px}.outcome>span{font-size:8px}.detail-number{font-size:10px}.section-footnote{font-size:8px;padding-top:9px;gap:18px}.network-detail .text-link{font-size:11px}.workflow-steps{grid-template-columns:repeat(4,1fr);gap:4px 10px;margin-top:30px}.workflow-step{padding:12px 0}.workflow-step strong{font-size:13px}.workflow-step span{margin-bottom:10px;width:26px;height:26px;line-height:24px}.workflow-step:before{top:25px;left:26px}.workflow-step:after{right:4px;top:12px}.workflow-step:nth-child(4):before,.workflow-step:nth-child(4):after{display:none}.workflow-detail{padding:25px 0;min-height:167px;gap:18px;margin-top:20px;align-items:start}.workflow-counter{font-size:39px;min-width:45px;padding-top:4px}.workflow-detail h3{font-size:20px;line-height:1.4}.workflow-detail p{font-size:13px}.human-loop{gap:10px;flex-wrap:wrap}.human-loop>span:not(.loop-line){font-size:8px;letter-spacing:.06em}.loop-line{width:20px}.motion-toggle{font-size:11px;margin-top:8px;margin-left:30px}.showcase-shell{display:block}.showcase-tabs{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:23px;border-top:0;gap:0 17px}.showcase-tabs button{min-height:50px;font-size:12px;gap:10px;padding:12px 0}.showcase-tabs button>span:first-child{font-size:9px}.showcase-tabs button>span:last-child{font-size:15px}.viewer{height:310px}.viewer-head{top:12px;left:12px;right:12px;gap:8px}.viewer-code{font-size:8px;letter-spacing:.02em;padding:4px 7px}.view-toggle button{font-size:9px;padding:4px 6px}.showcase-caption{padding-top:23px}.showcase-caption h3{font-size:23px}.showcase-caption p{font-size:14px}.viewer-bottom{left:13px;right:13px;bottom:13px;gap:8px}.viewer-bottom>span{font-size:8px;max-width:140px}.viewer-bottom .button{font-size:10px;min-height:33px;padding:6px 8px;gap:6px}.hotspot{width:24px;height:24px;font-size:11px}.hotspot-note{top:56px;left:12px;width:210px;font-size:11px;padding:10px 13px}.hotspot-note p{font-size:11px}.demo-board{padding:65px 15px 66px}.scada-controls{left:12px;right:12px;gap:8px;font-size:10px;align-items:end}.scada-controls label{flex-direction:column;gap:2px;align-items:start}.scada-controls input[type=range]{width:100px}.demo-button{font-size:9px;padding:6px 8px;min-height:31px}.demo-chip{font-size:8px;padding:3px 6px}.vision-controls{gap:4px}.vision-box{font-size:8px}.vision-box>span{top:-21px;padding:3px 6px}.agent-board{padding:57px 13px 15px;gap:13px;grid-template-columns:.8fr 1.2fr}.agent-context{padding-right:12px}.agent-context>span{font-size:8px}.agent-context h4{font-size:13px;margin:15px 0 10px}.agent-metric{font-size:9px;padding:8px 0;gap:5px;flex-wrap:wrap}.agent-answer{font-size:10px;line-height:1.6}.agent-answer h4{font-size:13px;margin-bottom:8px}.agent-answer p{margin-bottom:8px}.agent-prompt{gap:3px;margin-top:10px}.agent-prompt button{font-size:9px;padding:5px}.agent-human-note{font-size:8px;margin-top:7px;padding-top:7px}.neural-training-label{left:12px;bottom:19px;font-size:10px}.neural-epoch{margin-left:7px}.space-info{left:15px;top:68px;width:154px}.space-info h4{font-size:21px}.space-info p{font-size:11px}.space-node{right:18%;font-size:8px;padding:5px 8px;top:65%}.industries-layout{display:block}.industry-list button{font-size:17px;min-height:65px;padding:17px 0}.industry-detail{min-height:440px;margin-top:25px;padding:25px 0 0}.industry-detail h3{font-size:31px;max-width:280px}.industry-detail dd{font-size:14px}.industry-detail dl{gap:19px}.industry-detail dt{font-size:9px}.industry-graphic{width:130px;height:130px;right:0;top:15px}.about{display:block}.about-intro h2{font-size:35px}.about-intro>p:last-child{font-size:14px}.purpose-list{margin-top:40px}.purpose-list article{gap:20px}.purpose-list article:first-child{padding-top:25px;border-top:1px solid var(--line)}.purpose-list p{font-size:14px}.global-section{height:770px}.global-content{padding-top:65px}.global-content h2{font-size:42px;max-width:370px}.global-content>p:not(.eyebrow){font-size:13px;max-width:305px}.global-image{background-image:url('/assets/earth-mobile.webp');background-size:auto 540px;background-position:64% bottom}.global-shade{background:linear-gradient(180deg,#060a0e 0%,#060a0ef5 35%,#060a0e36 67%,#060a0e2e 100%)}.global-coordinate{font-size:8px;gap:9px;margin-top:26px}.global-coordinate>span:last-child{margin-left:2px}.global-concept{right:20px;bottom:22px}.contact{padding-top:75px;padding-bottom:75px}.contact-layout{display:block}.contact h2{font-size:35px}.contact-action{margin-top:28px}.contact-action>p{font-size:14px}.contact-action .button-row{gap:19px}.contact-location{font-size:8px!important}.footer-top{gap:20px;padding:30px 0}.footer-top p{display:none}.back-top{font-size:8px;gap:14px}.footer-bottom{flex-wrap:wrap;gap:12px;font-size:9px;padding:19px 0 24px}.footer-bottom>span:nth-child(2){order:3;flex-basis:100%;font-size:8px}.footer-bottom button{margin-left:auto;font-size:9px}dialog{padding:36px 23px 26px}dialog h2{font-size:30px}#contact-form{gap:14px;grid-template-columns:1fr}#contact-form input,#contact-form select,#contact-form textarea{font-size:16px}.scene-status{font-size:8px;left:13px}.scene-instructions{font-size:8px;left:12px;bottom:19px;max-width:160px}.scene-tools button{width:28px;height:28px}.scene-tools{right:12px;gap:4px}}
@media(max-width:370px){.network-node{width:101px;font-size:10px}.core{width:87px;height:87px}.viewer{height:285px}.hero h1{font-size:51px}.hero-content>p{font-size:14px}.hero .button-row{gap:8px}.hero .button{font-size:11px;padding:12px 14px;gap:15px}.contact h2{font-size:31px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-visual{transform:none}}
[hidden]{display:none!important}
.contact-location a{display:inline-block;font-size:16px;letter-spacing:0;margin-bottom:14px;color:#d4dce5;border-bottom:1px solid #4d5866}.contact-location a:hover{color:var(--cyan)}
.section-intro>p,.showcase-caption p,.industry-detail dd,.purpose-list p,.about-intro>p:last-child,.contact-action>p:not(.contact-location){font-size:16px}
.network-node,.showcase-tabs button,.workflow-step strong{font-size:14px}
.eyebrow,.origin,.scroll-cue,.concept-label,.discipline-strip,.section-footnote,.outcome>span,.human-loop>span:not(.loop-line),.detail-number,.workflow-instruments,.showcase-caption .eyebrow,.viewer-code,.view-toggle button,.viewer-bottom>span,.demo-chip,.industry-detail>.eyebrow,.industry-detail dt,.global-content>p.eyebrow,.global-coordinate,.contact-location,.back-top,.footer-bottom,.footer-bottom button,.agent-context>span,.agent-human-note,.form-actions>p,dialog .eyebrow{font-size:12px!important}
.origin,.scroll-cue,.discipline-strip{letter-spacing:.07em}.origin{max-width:510px}.node-index{font-size:11px}.viewer-head{gap:9px}.view-toggle button{padding:6px 9px}.viewer-code{letter-spacing:.03em}.demo-chip{letter-spacing:0}.viewer-bottom>span{letter-spacing:.01em}.contact{position:relative;isolation:isolate}.contact:before{content:'';position:absolute;inset:0 -56px;background:linear-gradient(90deg,#080a0d 3%,#080a0dcf 45%,#080a0ddd),url('/assets/hero-realistic.webp') center / cover;opacity:.4;z-index:-1;pointer-events:none}#contact-form label{font-size:14px}.contact-location{letter-spacing:.08em}.showcase-caption>.concept-label{display:inline-flex;font-size:12px}.showcase-caption{flex-wrap:wrap;gap:17px}.showcase-caption>div{flex:1;min-width:250px}.hotspot-note p{font-size:13px}.diagram-hint{display:none}.global-concept{font-size:12px}.footer-bottom{font-size:12px;flex-wrap:wrap}.footer-bottom>span:nth-child(2){font-size:12px}.footer-top p{font-size:14px}.global-content>p:not(.eyebrow){font-size:16px}.workflow-detail p{font-size:16px}.agent-metric{font-size:12px}.agent-prompt button{font-size:12px}.agent-answer{font-size:14px}.agent-context h4{font-size:17px}.agent-answer h4{font-size:18px}.neural-training-label{font-size:14px}.scene-status,.scene-instructions,.scene-tools button:last-child{font-size:12px}.demo-button{font-size:12px}.space-info p{font-size:14px}.space-node{font-size:12px}.vision-box>span{font-size:12px;top:-27px}.human-loop{flex-wrap:wrap}.scada-controls{font-size:13px}.section-footnote{letter-spacing:.07em}
@media(max-width:1000px){.origin{max-width:370px}.scroll-cue{display:none}.showcase-shell{grid-template-columns:185px 1fr}.showcase-tabs button{font-size:13px}.viewer{height:440px}.viewer-head{flex-wrap:wrap;align-items:start}.agent-board{padding-top:96px;gap:18px}.agent-answer h4{font-size:16px}.agent-answer{font-size:13px}.agent-metric{font-size:12px}.agent-prompt button{font-size:11px}.agent-context{padding-right:13px}.viewer-code,.demo-chip{font-size:11px!important}.scene-status{top:86px}.scene-instructions{max-width:160px}.viewer-bottom>span{max-width:230px}.showcase-caption>div{min-width:200px}.industry-detail{min-height:470px}}
@media(max-width:700px){.eyebrow{letter-spacing:.08em}.hero-content>p{font-size:16px;max-width:350px}.origin{max-width:250px;font-size:10px!important}.hero-footer>.concept-label{font-size:10px!important}.discipline-strip{font-size:10px!important;line-height:1.5}.network-node{font-size:12px;width:115px;min-height:75px}.network-detail h3{font-size:22px}.network-detail>p,.outcome p{font-size:14px}.network-detail{display:block;min-height:300px}.outcome{margin-top:22px!important;padding-top:20px!important;border-top:1px solid var(--line)!important}.outcome p{margin-bottom:18px}.network-detail .text-link{font-size:14px}.section-footnote{font-size:10px!important;letter-spacing:.05em}.workflow-step strong{font-size:13px}.workflow-detail p{font-size:15px}.human-loop>span:not(.loop-line){font-size:10px!important}.motion-toggle{font-size:13px}.showcase-shell{display:block}.showcase-tabs button{font-size:14px;min-height:61px;line-height:1.35}.showcase-tabs button>span:first-child{font-size:11px}.viewer{height:385px}.viewer-head{top:13px;left:12px;right:12px;align-items:center}.view-toggle{flex-wrap:wrap}.view-toggle button{font-size:12px!important}.viewer-head:has(.view-toggle){align-items:start}.viewer-bottom>span{font-size:11px!important;max-width:165px}.viewer-bottom{align-items:end}.demo-button,.viewer-bottom .button{font-size:12px;min-height:37px}.viewer-bottom .button{gap:10px}.showcase-caption>div{min-width:250px}.showcase-caption .eyebrow{font-size:12px!important}.showcase-caption>.concept-label{display:inline-flex;margin-top:0}.demo-board{padding:84px 14px 68px;overflow-x:auto;overflow-y:hidden}.demo-board svg{width:650px;max-width:none;min-width:650px;height:250px}.viewer:has(.demo-board){height:430px}.viewer:has(.demo-board):after{content:'SWIPE DIAGRAM →';position:absolute;right:14px;top:55px;color:#89a7bd;font-size:10px;pointer-events:none}.agent-board{padding-top:83px;grid-template-columns:.7fr 1.3fr;gap:13px}.agent-context{padding-right:10px}.agent-context>span,.agent-human-note{font-size:10px!important;letter-spacing:0}.agent-context h4{font-size:15px}.agent-answer h4{font-size:15px}.agent-metric{font-size:11px}.agent-answer{font-size:12px}.agent-prompt button{font-size:11px;min-height:30px}.vision-controls{flex-wrap:wrap;max-width:150px;justify-content:end}.vision-box>span{font-size:11px;top:-25px}.space-info{top:88px;width:175px}.space-info p{font-size:13px}.space-info .demo-chip{font-size:10px!important}.space-node{font-size:10px;right:15%}.industry-detail{min-height:500px}.industry-detail dt{font-size:11px!important}.industry-detail>.eyebrow{font-size:11px!important;max-width:300px}.about-intro h2{font-size:34px}.global-content h2{font-size:41px}.global-content>p:not(.eyebrow){font-size:15px}.global-coordinate{font-size:10px!important;flex-wrap:wrap;gap:8px}.global-content>p.eyebrow{font-size:11px!important}.contact:before{inset:0 -20px}.contact h2{font-size:34px}.contact-action .text-link{font-size:14px}.contact-location{font-size:11px!important}.footer-bottom,.footer-bottom button,.footer-bottom>span:nth-child(2){font-size:11px!important}.back-top{font-size:11px!important}.contact .eyebrow{font-size:11px!important}.scene-instructions{font-size:10px;max-width:175px;bottom:17px}.scene-tools button:last-child{font-size:10px}.scene-status{font-size:10px}.neural-training-label{font-size:12px;max-width:150px}.scada-controls{font-size:12px;align-items:center}.scada-controls .demo-chip{max-width:78px;font-size:10px!important}.scada-controls input[type=range]{width:90px}.scada-controls .demo-button{font-size:11px;max-width:114px}.viewer .demo-chip{font-size:10px!important}.hotspot-note{width:225px;top:90px}.hotspot-note p{font-size:12px}}
