@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Instrument+Sans:wght@400;500;600;700&display=swap";
:root{--bg:#060807;--bg-soft:#0a0d0b;--panel:#0d110e;--panel-2:#111612;--text:#f3f5ef;--muted:#9ba49c;--muted-2:#677169;--line:#ffffff1b;--line-strong:#ffffff30;--acid:#b8ff5c;--mint:#43e5c4;--violet:#8a7cff;--orange:#ff966d;--sans:"Instrument Sans", Inter, ui-sans-serif, system-ui, sans-serif;--mono:"DM Mono", "SFMono-Regular", Consolas, monospace;--shell:min(1240px, calc(100vw - 56px));--scroll-progress:0}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);scroll-padding-top:110px}body{min-width:320px;color:var(--text);background:var(--bg);font-family:var(--sans);font-synthesis:none;letter-spacing:.002em;margin:0;overflow-x:hidden}body.menu-open{overflow:hidden}::selection{color:#071006;background:var(--acid)}a{color:inherit;text-decoration:none}button,input{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shell{width:var(--shell);margin-inline:auto}.section-pad{padding-block:150px}.ambient-grain{z-index:200;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");position:fixed;inset:0}.section-label{color:var(--acid);font-family:var(--mono);letter-spacing:.14em;margin:0 0 24px;font-size:10px;font-weight:500;line-height:1.4}.section-intro{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:end;gap:75px;margin-bottom:80px;display:grid}.section-intro .section-label{grid-column:1/-1;margin-bottom:-38px}.section-intro h2{letter-spacing:-.046em;max-width:900px;margin:0;font-size:clamp(48px,6vw,88px);font-weight:500;line-height:.98}.section-intro>p:last-child{color:var(--muted);margin:0;font-size:15px;line-height:1.8}.primary-action,.secondary-action{min-height:54px;font-family:var(--mono);letter-spacing:.035em;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:24px;padding:0 20px;font-size:10px;font-weight:500;transition:transform .2s,background .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.primary-action{color:#071006;border-color:var(--acid);background:var(--acid)}.primary-action:hover{background:#c5ff78;transform:translateY(-3px);box-shadow:0 16px 45px #b8ff5c29}.secondary-action{color:var(--text);border-color:var(--line-strong);background:#ffffff06}.secondary-action:hover{background:#b8ff5c0e;border-color:#b8ff5c61;transform:translateY(-3px)}.site-header{z-index:120;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#070a08c7;border:1px solid #ffffff1c;border-radius:18px;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;width:min(1280px,100vw - 32px);min-height:72px;padding:10px 12px 10px 18px;display:grid;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 18px 70px #00000040}.site-brand{align-items:center;gap:12px;width:max-content;display:flex}.site-brand>span{color:#071006;background:var(--acid);width:42px;height:42px;font-family:var(--mono);border-radius:12px;place-items:center;font-size:12px;font-weight:700;display:grid;box-shadow:inset 0 0 0 1px #00000026}.site-brand div{flex-direction:column;gap:2px;display:flex}.site-brand strong{font-size:13px;font-weight:700}.site-brand small{color:var(--muted-2);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:7px}.desktop-nav{background:#ffffff06;border:1px solid #ffffff13;border-radius:999px;justify-content:center;align-items:center;gap:3px;padding:5px;display:flex}.desktop-nav a{color:#7f8981;min-height:38px;font-family:var(--mono);letter-spacing:.055em;white-space:nowrap;border-radius:999px;align-items:center;padding:0 13px;font-size:8px;transition:color .18s,background .18s;display:flex;position:relative}.desktop-nav a:hover,.desktop-nav a.active{color:#f4f8f2;background:#ffffff0f}.desktop-nav a.active:after{content:"";background:var(--acid);width:4px;height:4px;box-shadow:0 0 9px var(--acid);border-radius:50%;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.header-chat{color:#071006;background:var(--acid);min-height:46px;font-family:var(--mono);cursor:pointer;border:0;border-radius:999px;justify-content:center;justify-self:end;align-items:center;gap:18px;padding:0 18px;font-size:9px;font-weight:600;display:inline-flex}.header-chat:hover{background:#c7ff7d}.menu-toggle{border:1px solid var(--line);cursor:pointer;background:#ffffff06;border-radius:50%;justify-self:end;place-items:center;width:48px;height:48px;padding:0;display:none;position:relative}.menu-toggle i{background:#f5f7f3;width:19px;height:1px;transition:transform .18s;position:absolute}.menu-toggle i:first-child{transform:translateY(-4px)}.menu-toggle i:last-child{transform:translateY(4px)}.menu-toggle.active i:first-child{transform:rotate(45deg)}.menu-toggle.active i:last-child{transform:rotate(-45deg)}.mobile-menu{z-index:110;opacity:0;visibility:hidden;background:radial-gradient(circle at 85% 10%,#43e5c41a,#0000 30%),#060807fb;padding:125px 28px 28px;transition:opacity .22s,visibility .22s,transform .22s;display:none;position:fixed;inset:0;transform:translateY(-12px)}.mobile-menu.active{opacity:1;visibility:visible;transform:none}.mobile-menu-label{color:var(--muted-2);font-family:var(--mono);letter-spacing:.12em;margin-bottom:20px;font-size:9px;display:block}.mobile-menu>div{border-bottom:1px solid var(--line)}.mobile-menu>div a{border-top:1px solid var(--line);grid-template-columns:34px 1fr 24px;align-items:center;gap:12px;min-height:70px;display:grid}.mobile-menu>div a span,.mobile-menu>div a i{color:var(--muted-2);font-family:var(--mono);font-size:9px;font-style:normal}.mobile-menu>div a strong{letter-spacing:-.04em;font-size:clamp(25px,7vw,40px);font-weight:500}.mobile-menu>div a:hover strong{color:var(--acid)}.mobile-menu footer{color:var(--muted);font-family:var(--mono);justify-content:space-between;gap:20px;font-size:8px;display:flex;position:absolute;bottom:28px;left:28px;right:28px}.mobile-menu footer span i{background:var(--acid);width:6px;height:6px;box-shadow:0 0 8px var(--acid);border-radius:50%;margin-right:7px;display:inline-block}.scroll-progress{z-index:125;background:#ffffff08;height:2px;position:fixed;top:0;left:0;right:0}.scroll-progress i{width:100%;height:100%;transform:scaleX(var(--scroll-progress));transform-origin:0;background:linear-gradient(90deg,var(--acid),var(--mint));display:block}.single-page-portfolio{position:relative;overflow:clip}.hero-section{grid-template-columns:minmax(490px,1fr) minmax(460px,.92fr);align-items:center;gap:50px;min-height:100svh;padding-top:112px;padding-bottom:70px;display:grid;position:relative}.hero-section:before{content:"";z-index:-2;background:radial-gradient(circle at 79% 25%,#8a7cff1b,transparent 28%), radial-gradient(circle at 63% 72%,#43e5c412,transparent 33%), linear-gradient(180deg,#070908,var(--bg));width:100vw;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.hero-section:after{content:"";z-index:-1;opacity:.18;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:58px 58px;width:100vw;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}.hero-copy{z-index:3;position:relative}.availability{color:#cdd4ce;width:max-content;max-width:100%;font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;background:#b8ff5c0a;border:1px solid #b8ff5c33;border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:9px 13px;font-size:8px;display:inline-flex}.availability i{background:var(--acid);width:6px;height:6px;box-shadow:0 0 12px var(--acid);border-radius:50%;animation:2s infinite pulse}.hero-copy h1{letter-spacing:-.048em;max-width:790px;margin:0;font-size:clamp(58px,6.55vw,96px);font-weight:500;line-height:.94}.hero-copy h1 span{color:var(--acid);margin-top:13px;display:block}.hero-intro{color:#a5aea7;max-width:700px;margin:32px 0 0;font-size:clamp(16px,1.55vw,20px);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:38px;display:flex}.hero-context{color:var(--muted-2);font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:13px;margin-top:38px;font-size:8px;display:flex}.hero-context i{background:var(--mint);border-radius:50%;width:4px;height:4px}.scroll-cue{color:var(--muted-2);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:12px;font-size:8px;display:flex;position:absolute;bottom:23px;left:0}.scroll-cue i{background:#ffffff26;width:36px;height:1px;position:relative;overflow:hidden}.scroll-cue i:after{content:"";background:var(--acid);animation:2.3s ease-in-out infinite scan;position:absolute;inset:0;transform:translate(-100%)}.hero-world{--world-rx:0deg;--world-ry:0deg;perspective:1100px;isolation:isolate;background:radial-gradient(circle at 50% 45%,#43e5c41a,#0000 27%),linear-gradient(150deg,#ffffff0a,#ffffff02);border:1px solid #ffffff1a;border-radius:42% 42% 18% 18%/28% 28% 12% 12%;min-height:660px;position:relative;overflow:hidden;box-shadow:inset 0 0 100px #00000085,0 42px 110px #00000047}.hero-world:before{content:"";z-index:-1;opacity:.3;transform-origin:bottom;background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;transform:perspective(550px)rotateX(68deg)scale(1.6)translateY(34%);-webkit-mask-image:linear-gradient(#0000 35%,#000);mask-image:linear-gradient(#0000 35%,#000)}.hero-world canvas{z-index:1;position:absolute;inset:0}.world-aura{z-index:2;filter:blur(62px);background:#43e5c417;border-radius:50%;width:290px;height:290px;animation:4s ease-in-out infinite aura;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.world-orbit{z-index:3;pointer-events:none;transform-style:preserve-3d;border:1px solid #b8ff5c38;border-radius:50%;position:absolute;top:50%;left:50%}.world-orbit:after{content:"";background:var(--acid);width:8px;height:8px;box-shadow:0 0 14px var(--acid);border-radius:50%;position:absolute;top:-4px;left:50%}.world-orbit-one{width:430px;height:430px;transform:rotateX(calc(70deg + var(--world-rx))) rotateY(var(--world-ry));margin:-215px;animation:14s linear infinite spin}.world-orbit-two{width:310px;height:310px;transform:rotateY(calc(68deg + var(--world-ry))) rotateX(var(--world-rx));border-color:#8a7cff45;margin:-155px;animation:18s linear infinite spinReverse}.world-core{z-index:6;width:168px;height:168px;transform:rotateX(var(--world-rx)) rotateY(var(--world-ry));transform-style:preserve-3d;background:radial-gradient(circle at 35% 27%,#263526,#10180f 56%,#080d08);border:1px solid #b8ff5c70;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:7px;margin:-84px;transition:transform .22s;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 0 0 12px #b8ff5c06,0 0 72px #43e5c426,inset 0 0 50px #b8ff5c14}.world-core:before{content:"";border:1px dashed #b8ff5c33;border-radius:50%;animation:11s linear infinite spin;position:absolute;inset:11px}.world-core span{color:var(--acid);letter-spacing:-.07em;font-size:42px;font-weight:600;position:relative}.world-core small{color:var(--muted-2);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;font-size:7px;position:relative}.world-float{z-index:7;color:#bac4bc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:44px;font-family:var(--mono);text-transform:uppercase;background:#080c09d1;border:1px solid #ffffff21;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:8px;animation:5.5s ease-in-out infinite float;display:inline-flex;position:absolute;box-shadow:0 15px 35px #00000040}.world-float i{background:var(--mint);width:6px;height:6px;box-shadow:0 0 9px var(--mint);border-radius:50%}.world-float-ai{top:14%;left:8%}.world-float-product{animation-delay:-1.4s;top:18%;right:7%}.world-float-automation{animation-delay:-2.7s;bottom:18%;right:7%}.world-float-control{animation-delay:-3.6s;bottom:17%;left:7%}.world-float-control i{background:var(--orange);box-shadow:0 0 9px var(--orange)}.world-signature{z-index:8;color:var(--muted-2);font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;gap:20px;font-size:7px;display:flex;position:absolute;bottom:20px;left:24px;right:24px}.world-signature strong{color:#829088;font-weight:400}.impact-ribbon{border-block:1px solid var(--line);background:#090c09}.impact-ribbon-track{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:28px;min-height:96px;display:grid}.impact-ribbon-track>i{background:var(--acid);width:4px;height:4px;box-shadow:0 0 8px var(--acid);border-radius:50%}.impact-ribbon p{flex-direction:column;gap:7px;margin:0;display:flex}.impact-ribbon span{color:var(--muted-2);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:7px}.impact-ribbon strong{font-size:13px;font-weight:600}.identity-section{position:relative}.identity-layout{grid-template-columns:minmax(300px,.62fr) minmax(620px,1.38fr);align-items:start;gap:85px;display:grid}.identity-statement{position:sticky;top:130px}.identity-statement>p{color:#c0c8c1;letter-spacing:-.025em;margin:0 0 23px;font-size:clamp(18px,2vw,25px);line-height:1.6}.identity-statement>p+p{color:var(--muted);font-size:15px}.identity-statement>a{min-height:48px;color:var(--acid);font-family:var(--mono);border-bottom:1px solid #b8ff5c61;align-items:center;gap:22px;margin-top:12px;font-size:9px;display:inline-flex}.identity-cards{border:1px solid var(--line);background:var(--line);border-radius:26px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.identity-cards article{background:linear-gradient(155deg,#101510,#0a0d0b);flex-direction:column;min-height:420px;padding:26px;transition:background .22s;display:flex}.identity-cards article:hover{background:linear-gradient(155deg,#b8ff5c13,#0a0d0b 70%)}.identity-cards article>span{color:var(--muted-2);font-family:var(--mono);font-size:8px}.identity-symbol{width:108px;height:108px;transform-style:preserve-3d;border:1px solid #43e5c438;border-radius:50%;margin:52px auto 48px;animation:6s ease-in-out infinite float;display:block;position:relative}.identity-symbol:before,.identity-symbol:after{content:"";border:1px solid #b8ff5c42;position:absolute}.symbol-observe:before{border-radius:50%;inset:20px}.symbol-observe:after{background:var(--acid);border-radius:50%;width:18px;height:18px;top:44px;left:44px;box-shadow:0 0 20px #b8ff5c66}.symbol-connect:before{inset:19px;transform:rotate(45deg)}.symbol-connect:after{background:var(--mint);inset:40px;box-shadow:0 0 18px #43e5c466}.symbol-control:before{border-radius:45% 45% 55% 55%;inset:20px 29px}.symbol-control:after{background:var(--orange);width:8px;height:8px;box-shadow:0 0 17px var(--orange);border-radius:50%;top:49px;left:49px}.identity-cards h3{letter-spacing:-.035em;margin:auto 0 13px;font-size:19px;font-weight:600;line-height:1.2}.identity-cards p{color:var(--muted);margin:0;font-size:12px;line-height:1.72}.work-section{border-block:1px solid var(--line);background:radial-gradient(circle at 15% 8%,#43e5c40e,#0000 24%),#090c0a}.work-intro h2{max-width:980px}.featured-work-grid{gap:34px;display:grid}.story-project{--card-rx:0deg;--card-ry:0deg;--light-x:50%;--light-y:50%;border:1px solid var(--line);background:radial-gradient(circle at var(--light-x) var(--light-y),#b8ff5c0d,transparent 24%),#0c100d;transform:perspective(1900px) rotateX(var(--card-rx)) rotateY(var(--card-ry));transform-style:preserve-3d;border-radius:30px;grid-template-columns:minmax(430px,.95fr) minmax(430px,1.05fr);transition:transform .12s linear,border-color .22s;display:grid;overflow:hidden;box-shadow:0 30px 90px #0003}.story-project:hover{border-color:#b8ff5c40}.story-project:nth-child(2n) .project-art{border-right:0;border-left:1px solid var(--line);order:2}.project-art{border-right:1px solid var(--line);background:radial-gradient(circle at 50% 48%,#43e5c41a,#0000 28%),#090d0a;min-height:470px;position:relative;overflow:hidden}.project-art:before{content:"";opacity:.25;transform-origin:bottom;background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;transform:perspective(480px)rotateX(62deg)scale(1.45)translateY(25%)}.art-chip{z-index:5;color:#aeb8b0;border:1px solid var(--line);min-height:34px;font-family:var(--mono);text-transform:uppercase;background:#080c09d6;border-radius:999px;align-items:center;padding:0 10px;font-size:7px;animation:5.5s ease-in-out infinite float;display:inline-flex;position:absolute;box-shadow:0 12px 26px #00000040}.art-chip:before{content:"";background:var(--mint);width:5px;height:5px;box-shadow:0 0 7px var(--mint);border-radius:50%;margin-right:7px}.art-chip.chip-one{top:17%;left:9%}.art-chip.chip-two{animation-delay:-1.6s;top:21%;right:8%}.art-chip.chip-three{animation-delay:-3.2s;bottom:14%;right:12%}.property-stack{z-index:3;width:150px;height:190px;transform-style:preserve-3d;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateX(58deg)rotate(-36deg)}.property-stack i{background:#111d11b8;border:1px solid #b8ff5c59;border-radius:18px;position:absolute;inset:0;box-shadow:0 25px 55px #0000005c}.property-stack i:first-child{opacity:.45;transform:translateZ(-35px)translate(22px,22px)}.property-stack i:nth-child(2){opacity:.7;transform:translateZ(-16px)translate(11px,11px)}.property-stack strong{z-index:4;color:var(--acid);font-family:var(--mono);text-transform:uppercase;place-items:center;font-size:11px;display:grid;position:absolute;inset:0}.property-route{z-index:4;position:absolute;inset:0}.property-route i{background:var(--mint);width:8px;height:8px;box-shadow:0 0 13px var(--mint);border-radius:50%;position:absolute}.property-route i:first-child{top:35%;left:23%}.property-route i:nth-child(2){top:30%;right:24%}.property-route i:nth-child(3){bottom:27%;right:23%}.property-route i:last-child{bottom:22%;left:26%}.guard-orbit{z-index:2;border:1px solid #b8ff5c47;border-radius:50%;position:absolute;top:50%;left:50%}.guard-a{width:310px;height:310px;margin:-155px;animation:13s linear infinite spin;transform:rotateX(68deg)}.guard-b{border-color:#8a7cff4d;width:225px;height:225px;margin:-112px;animation:16s linear infinite spinReverse;transform:rotateY(64deg)}.guard-core{z-index:4;clip-path:polygon(50% 0,93% 15%,84% 76%,50% 100%,16% 76%,7% 15%);background:linear-gradient(145deg,#1d2b1c,#0c120c);flex-direction:column;justify-content:center;align-items:center;gap:4px;width:132px;height:150px;margin:-75px -66px;display:flex;position:absolute;top:50%;left:50%;box-shadow:inset 0 0 0 1px #b8ff5c4d}.guard-core span{color:var(--acid);font-family:var(--mono);text-transform:uppercase;font-size:19px}.guard-core small{color:var(--muted-2);font-family:var(--mono);text-transform:uppercase;font-size:7px}.voice-orb{z-index:3;background:radial-gradient(circle,#173029,#0a120f);border:1px solid #43e5c459;border-radius:50%;place-items:center;width:152px;height:152px;margin:-76px;display:grid;position:absolute;top:50%;left:50%;box-shadow:0 0 65px #43e5c429}.voice-orb:before,.voice-orb:after{content:"";border:1px solid #43e5c433;border-radius:50%;animation:2.5s ease-out infinite voiceRing;position:absolute}.voice-orb:after{animation-delay:-1.2s}.voice-orb span{color:var(--mint);font-family:var(--mono);text-transform:uppercase;font-size:13px}.voice-orb i{background:var(--acid);width:7px;height:7px;box-shadow:0 0 10px var(--acid);border-radius:50%;position:absolute;bottom:34px}.waveform{z-index:4;opacity:.72;justify-content:center;align-items:center;gap:5px;height:74px;display:flex;position:absolute;bottom:14%;left:9%;right:9%}.waveform i{width:2px;height:var(--height);background:linear-gradient(var(--acid),var(--mint));animation:1.2s ease-in-out infinite wave;animation-delay:calc(var(--bar) * -45ms);border-radius:2px}.data-map{z-index:3;background:linear-gradient(145deg,#43e5c412,#0003);border:1px solid #43e5c438;border-radius:18px;width:300px;height:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateX(58deg)rotate(-16deg);box-shadow:0 35px 70px #00000057}.data-map:before,.data-map:after{content:"";background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.data-map>i{z-index:2;background:var(--mint);width:8px;height:8px;box-shadow:0 0 13px var(--mint);border-radius:50%;animation:2s infinite pulse;position:absolute}.map-node-1{top:15%;left:22%}.map-node-2{top:28%;left:48%}.map-node-3{top:18%;right:19%}.map-node-4{top:48%;left:13%}.map-node-5{top:52%;left:40%}.map-node-6{top:44%;right:23%}.map-node-7{bottom:18%;left:25%}.map-node-8{bottom:12%;right:29%}.map-node-9{top:67%;right:10%}.map-node-10{top:9%;left:55%}.map-node-11{bottom:28%;left:56%}.map-node-12{top:35%;left:27%}.data-map>span{z-index:3;color:#081008;background:var(--acid);font-family:var(--mono);text-transform:uppercase;border-radius:999px;padding:10px 13px;font-size:7px;position:absolute;bottom:-20px;right:-28px}.finance-art{background:radial-gradient(circle at 50% 45%,#8a7cff21,#0000 32%),radial-gradient(circle at 42% 62%,#43e5c414,#0000 28%),#090d0a}.finance-console{z-index:3;width:330px;min-height:265px;transform-style:preserve-3d;background:linear-gradient(145deg,#161c19f0,#080c09e6);border:1px solid #8a7cff52;border-radius:20px;flex-direction:column;padding:25px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateX(53deg)rotate(-7deg);box-shadow:0 45px 90px #0000007a,inset 0 0 45px #8a7cff0b}.finance-console:before{content:"";background:var(--mint);border-radius:99px;width:38px;height:4px;position:absolute;top:13px;left:18px;box-shadow:0 0 12px #43e5c4b3}.finance-query{color:#a4afa7;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;align-self:flex-end;font-size:7px}.finance-bars{background-image:linear-gradient(#ffffff0b 1px,#0000 1px);background-size:100% 31px;border-bottom:1px solid #ffffff1f;align-items:flex-end;gap:11px;height:125px;margin:24px 0 18px;padding:15px 14px 0;display:flex}.finance-bars i{height:var(--height);transform-origin:bottom;background:linear-gradient(180deg,var(--acid),#43e5c461);animation:2.8s ease-in-out infinite financeRise;animation-delay:var(--delay);border-radius:5px 5px 0 0;flex:1;box-shadow:0 0 14px #b8ff5c14}.finance-console strong{color:#e5ebe5;letter-spacing:-.025em;font-size:19px;font-weight:550}.finance-console small{color:var(--muted-2);font-family:var(--mono);text-transform:uppercase;margin-top:5px;font-size:7px}.story-project-copy{flex-direction:column;justify-content:center;min-width:0;padding:48px;display:flex}.project-meta{color:var(--muted-2);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:10px;font-size:8px;display:flex}.project-meta span{color:var(--acid)}.project-meta i{background:var(--muted-2);border-radius:50%;width:4px;height:4px}.story-project h3{letter-spacing:-.04em;margin:25px 0 13px;font-size:clamp(36px,4vw,60px);font-weight:500;line-height:1.01}.story-project-copy>p{color:var(--muted);margin:0;font-size:15px;line-height:1.7}.project-outcome{color:#e3e8e2;border-left:2px solid var(--acid);margin-top:28px;padding-left:16px;font-size:13px;font-weight:600;line-height:1.6;display:block}.project-stack-row{flex-wrap:wrap;gap:7px;margin-top:28px;display:flex}.project-stack-row span{color:#8f9a92;border:1px solid var(--line);font-family:var(--mono);border-radius:999px;padding:7px 9px;font-size:7px}.project-breakdown{border-top:1px solid var(--line);background:#00000029;grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid}.project-breakdown article{border-right:1px solid var(--line);min-height:190px;padding:28px}.project-breakdown article:last-child{border-right:0}.project-breakdown span{color:var(--acid);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px;font-size:8px;display:block}.project-breakdown p{color:var(--muted);margin:0;font-size:12px;line-height:1.75}.more-work-heading{color:#d2d8d2;letter-spacing:-.025em;align-items:center;gap:20px;margin:85px 0 28px;font-size:21px;font-weight:600;display:flex}.more-work-heading i{background:var(--line);flex:1;height:1px}.more-work-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.more-work-grid>article{border:1px solid var(--line);background:linear-gradient(155deg,#ffffff07,#ffffff02);border-radius:22px;flex-direction:column;min-height:390px;padding:27px;transition:transform .22s,border-color .22s,background .22s;display:flex}.more-work-grid>article:hover{background:linear-gradient(155deg,#b8ff5c0e,#ffffff02);border-color:#b8ff5c40;transform:translateY(-7px)}.more-work-grid>article>div{color:var(--muted-2);font-family:var(--mono);text-transform:uppercase;align-items:center;gap:8px;font-size:7px;display:flex}.more-work-grid>article>div span{color:var(--acid)}.more-work-grid>article>div i{background:var(--muted-2);border-radius:50%;width:4px;height:4px}.more-work-grid h3{letter-spacing:-.05em;margin:45px 0 12px;font-size:29px;font-weight:500;line-height:1}.more-work-grid p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.more-work-grid>article>strong{color:#cfd6d0;margin-top:auto;padding-top:28px;font-size:11px;font-weight:500;line-height:1.65;display:block}.more-work-grid footer{flex-wrap:wrap;gap:6px;margin-top:20px;display:flex}.more-work-grid footer span{color:var(--muted-2);font-family:var(--mono);font-size:7px}.build-section{grid-template-columns:minmax(360px,.75fr) minmax(560px,1.25fr);align-items:start;gap:100px;display:grid}.build-sticky{position:sticky;top:128px}.build-sticky h2{letter-spacing:-.045em;max-width:620px;margin:0;font-size:clamp(46px,5vw,76px);font-weight:500;line-height:1}.build-sticky>p:not(.section-label){max-width:520px;color:var(--muted);margin:25px 0 0;font-size:14px;line-height:1.75}.build-orbit{border:1px solid #43e5c42e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:260px;height:260px;margin:60px auto 0;display:flex;position:relative}.build-orbit:before{content:"";border:1px dashed #b8ff5c33;border-radius:50%;animation:12s linear infinite spin;position:absolute;inset:36px}.build-orbit>span{color:var(--acid);font-family:var(--mono);text-transform:uppercase;font-size:25px}.build-orbit>small{color:var(--muted-2);font-family:var(--mono);text-transform:uppercase;font-size:7px}.orbit-line{border:1px solid #8a7cff33;border-radius:50%;animation:14s linear infinite spin;position:absolute;inset:18px;transform:rotateX(67deg)}.orbit-line-two{border-color:#b8ff5c38;animation:17s linear infinite spinReverse;inset:55px;transform:rotateY(68deg)}.build-steps{border-top:1px solid var(--line)}.build-steps article{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr 24px;align-items:center;gap:28px;min-height:230px;padding:35px 18px;transition:padding .22s,background .22s;display:grid;position:relative}.build-steps article:hover{background:#b8ff5c06;padding-inline:30px}.build-steps article>span{color:var(--acid);font-family:var(--mono);font-size:9px}.build-steps h3{letter-spacing:-.045em;margin:0 0 13px;font-size:clamp(24px,3vw,38px);font-weight:500}.build-steps p{max-width:620px;color:var(--muted);margin:0;font-size:13px;line-height:1.75}.build-steps article>i{color:var(--muted-2);font-family:var(--mono);font-size:13px;font-style:normal}.toolkit-section{border-block:1px solid var(--line);background:#090c0a}.toolkit-intro{grid-template-columns:1fr}.toolkit-intro h2{max-width:1050px}.toolkit-grid{border:1px solid var(--line);background:var(--line);border-radius:24px;grid-template-columns:repeat(5,1fr);gap:1px;display:grid;overflow:hidden}.toolkit-grid article{background:#0c100d;min-height:410px;padding:24px}.toolkit-grid header{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding-bottom:22px;display:flex}.toolkit-grid header i{background:var(--acid);width:6px;height:6px;box-shadow:0 0 8px var(--acid);border-radius:50%}.toolkit-grid h3{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:10px;font-weight:500}.toolkit-grid article>div{flex-direction:column;align-items:flex-start;gap:9px;padding-top:25px;display:flex}.toolkit-grid article>div span{color:#9aa49c;font-size:12px;transition:color .16s,transform .16s}.toolkit-grid article>div span:hover{color:var(--acid);transform:translate(4px)}.analytics-page{min-height:100vh;padding-block:140px 80px}.analytics-page-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:40px;padding-bottom:38px;display:flex}.analytics-page-header h1,.analytics-access-card h1{letter-spacing:-.055em;max-width:780px;margin:12px 0 16px;font-size:clamp(44px,7vw,88px);font-weight:500;line-height:.96}.analytics-page-header>div:first-child>p:last-child,.analytics-access-card>p:not(.section-label){max-width:700px;color:var(--muted);margin:0;font-size:14px;line-height:1.7}.analytics-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.analytics-header-actions a,.analytics-access-card a{border:1px solid var(--line);color:#dbe3dc;min-height:42px;font-family:var(--mono);text-transform:uppercase;border-radius:999px;align-items:center;padding:0 16px;font-size:8px;display:inline-flex}.analytics-tabs{z-index:40;border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080c09eb;border-radius:18px;gap:7px;margin:28px 0;padding:8px;display:flex;position:sticky;top:92px;overflow-x:auto}.analytics-tabs button{min-height:40px;color:var(--muted-2);font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex:1 0 auto;padding:0 16px;font-size:8px}.analytics-tabs button.active{color:#071006;background:var(--acid);border-color:#b8ff5c66}.analytics-dashboard-panel{min-height:460px}.analytics-summary{border:1px solid var(--line);border-radius:20px;grid-template-columns:repeat(3,1fr);margin:28px 0 46px;display:grid;overflow:hidden}.analytics-summary article{border-right:1px solid var(--line);background:#0c100d;flex-direction:column;justify-content:space-between;min-height:120px;padding:22px;display:flex}.analytics-summary article:last-child{border-right:0}.analytics-summary-wide{grid-template-columns:repeat(6,1fr);margin-top:0}.analytics-summary-wide article{min-width:0}.analytics-summary span,.analytics-empty>span,.conversation-session>header span,.conversation-exchange span{color:var(--muted-2);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;font-size:8px}.analytics-summary strong{color:var(--acid);font-size:24px;font-weight:500}.analytics-two-column{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.analytics-breakdown{border:1px solid var(--line);background:#0c100d;border-radius:20px;overflow:hidden}.analytics-breakdown header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.analytics-breakdown header span,.analytics-panel-heading span{color:var(--acid);font-family:var(--mono);letter-spacing:.06em;font-size:8px}.analytics-breakdown header strong{font-size:15px;font-weight:500}.analytics-breakdown>div{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding:14px 22px;font-size:12px;display:flex}.analytics-breakdown>div:last-child{border-bottom:0}.analytics-breakdown>div span{text-transform:capitalize}.analytics-breakdown>div strong{color:#dce4dd}.analytics-breakdown>p{color:var(--muted);margin:0;padding:28px 22px}.analytics-privacy-note{color:#8e9990;background:#b8ff5c06;border:1px solid #b8ff5c1f;border-radius:14px;margin:18px 0 0;padding:15px 18px;font-size:11px;line-height:1.6}.analytics-storage-card{border:1px solid var(--line);background:#0c100d;border-radius:20px;margin-top:14px;padding:22px}.analytics-storage-card>header{justify-content:space-between;align-items:center;gap:20px;display:flex}.analytics-storage-card>header div{flex-direction:column;gap:7px;display:flex}.analytics-storage-card>header span{color:var(--acid);font-family:var(--mono);letter-spacing:.06em;font-size:8px}.analytics-storage-card>header strong{color:#dce4dd;font-size:18px;font-weight:500}.analytics-storage-card>header a{color:#071006;background:var(--acid);min-height:38px;font-family:var(--mono);text-transform:uppercase;border-radius:999px;align-items:center;padding:0 14px;font-size:8px;display:inline-flex}.storage-meter{background:#ffffff0e;border-radius:99px;height:8px;margin:20px 0 13px;overflow:hidden}.storage-meter i{border-radius:inherit;background:linear-gradient(90deg,var(--acid),#43e5c4);min-width:2px;height:100%;display:block}.storage-facts{flex-wrap:wrap;gap:8px;display:flex}.storage-facts span{color:#aeb8b0;border:1px solid var(--line);font-family:var(--mono);text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:7px}.analytics-storage-card>p{color:var(--muted);margin:17px 0 0;font-size:11px;line-height:1.65}.analytics-storage-card>small{color:#8f9a91;font-family:var(--mono);margin-top:10px;font-size:7px;display:block}.analytics-panel-heading{justify-content:space-between;align-items:end;gap:30px;margin:10px 0 24px;display:flex}.analytics-panel-heading h2{letter-spacing:-.045em;margin:9px 0 0;font-size:clamp(30px,4vw,48px);font-weight:500}.analytics-panel-heading>p{max-width:440px;color:var(--muted);margin:0;font-size:12px;line-height:1.65}.analytics-table-wrap{border:1px solid var(--line);background:#0c100d;border-radius:20px;overflow-x:auto}.analytics-table{border-collapse:collapse;width:100%;min-width:980px}.analytics-table th{color:var(--muted-2);border-bottom:1px solid var(--line);font-family:var(--mono);letter-spacing:.06em;text-align:left;text-transform:uppercase;padding:15px 18px;font-size:7px;font-weight:500}.analytics-table td{color:#b7c0b8;border-bottom:1px solid var(--line);vertical-align:top;padding:17px 18px;font-size:11px;line-height:1.5}.analytics-table tr:last-child td{border-bottom:0}.analytics-table td small{color:var(--muted-2);font-family:var(--mono);margin-top:4px;font-size:7px;display:block}.analytics-empty-inline{color:var(--muted);border:1px dashed var(--line);text-align:center;border-radius:18px;padding:38px}.analytics-empty,.analytics-access-card{border:1px solid var(--line);background:#0c100d;border-radius:26px;max-width:900px;margin:40px auto;padding:46px}.analytics-empty h2{letter-spacing:-.04em;margin:18px 0 12px;font-size:36px;font-weight:500}.analytics-empty p{color:var(--muted);margin:0}.analytics-access-card a{margin-top:28px}.conversation-list{gap:18px;display:grid}.conversation-session{border:1px solid var(--line);background:#0b0f0c;border-radius:24px;overflow:hidden}.conversation-session>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;display:flex}.conversation-session>header div{align-items:center;gap:14px;display:flex}.conversation-session>header strong{color:#d8dfd9;font-size:12px;font-weight:500}.conversation-session>header time{color:var(--muted-2);font-family:var(--mono);font-size:8px}.conversation-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.conversation-directory>button{min-height:170px;color:inherit;border:1px solid var(--line);text-align:left;cursor:pointer;background:#0b0f0c;border-radius:20px;flex-direction:column;align-items:flex-start;padding:22px;transition:border-color .18s,transform .18s,background .18s;display:flex;position:relative}.conversation-directory>button:hover{background:#b8ff5c06;border-color:#b8ff5c47;transform:translateY(-2px)}.conversation-directory>button>span{color:var(--acid);font-family:var(--mono);letter-spacing:.06em;font-size:8px}.conversation-directory>button>strong{color:#dce4dd;margin-top:12px;font-size:14px;font-weight:500}.conversation-directory>button>p{max-width:calc(100% - 54px);color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:12px 0 20px;font-size:12px;line-height:1.55;overflow:hidden}.conversation-directory>button>small{color:var(--muted-2);font-family:var(--mono);margin-top:auto;font-size:7px}.conversation-directory>button>i{color:var(--acid);font-family:var(--mono);font-size:8px;font-style:normal;position:absolute;bottom:20px;right:20px}.conversation-detail>header button{min-height:34px;color:var(--acid);font-family:var(--mono);text-transform:uppercase;cursor:pointer;background:#b8ff5c09;border:1px solid #b8ff5c33;border-radius:999px;padding:0 12px;font-size:7px}.conversation-detail>header div{flex-wrap:wrap}.conversation-exchange{border-bottom:1px solid var(--line);grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);display:grid}.conversation-exchange:last-child{border-bottom:0}.conversation-exchange>div{padding:24px}.conversation-question{border-right:1px solid var(--line);background:#b8ff5c06}.conversation-exchange p{color:#c4cdc5;white-space:pre-wrap;margin:10px 0 0;font-size:13px;line-height:1.7}.conversation-answer p{color:var(--muted)}.ai-manager-panel>label,.knowledge-form label{color:var(--muted-2);font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;flex-direction:column;gap:9px;font-size:8px;display:flex}.ai-manager-panel textarea,.knowledge-form textarea,.knowledge-form input{color:#dce4dd;border:1px solid var(--line);text-transform:none;background:#0b0f0c;border-radius:16px;outline:0;width:100%;font-family:inherit;font-size:13px;line-height:1.65}.ai-manager-panel textarea{resize:vertical;min-height:260px;padding:20px}.ai-manager-panel textarea:focus,.knowledge-form textarea:focus,.knowledge-form input:focus{border-color:#b8ff5c6b;box-shadow:0 0 0 3px #b8ff5c0d}.ai-manager-actions{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.ai-manager-actions button,.knowledge-form>button,.knowledge-list button{color:#071006;background:var(--acid);min-height:42px;font-family:var(--mono);text-transform:uppercase;cursor:pointer;border:0;border-radius:999px;padding:0 17px;font-size:8px}.ai-manager-actions small{color:var(--muted-2);font-family:var(--mono);font-size:8px}.admin-status{color:var(--acid);font-family:var(--mono);margin:14px 0 0;font-size:8px}.knowledge-form{border:1px solid var(--line);background:#0c100d;border-radius:20px;grid-template-columns:1fr 1fr;gap:14px;padding:22px;display:grid}.knowledge-form input{min-height:48px;padding:0 15px}.knowledge-form textarea{resize:vertical;min-height:170px;padding:15px}.knowledge-content-field,.knowledge-form>button{grid-column:1/-1}.knowledge-form>button{justify-self:start}.knowledge-list{gap:12px;margin-top:24px;display:grid}.knowledge-list>article{border:1px solid var(--line);background:#0c100d;border-radius:18px;padding:22px}.knowledge-list header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.knowledge-list header>div:last-child{gap:7px;display:flex}.knowledge-list header span{color:var(--acid);font-family:var(--mono);font-size:7px}.knowledge-list h3{margin:8px 0 0;font-size:20px;font-weight:500}.knowledge-list p{color:var(--muted);white-space:pre-wrap;margin:18px 0 0;font-size:12px;line-height:1.7}.knowledge-list small{color:var(--muted-2);font-family:var(--mono);margin-top:14px;font-size:7px;display:block}.knowledge-list button{color:#cfd7d0;border:1px solid var(--line);background:0 0;min-height:34px}.analytics-consent{z-index:180;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#090d0af7;border:1px solid #b8ff5c3d;border-radius:20px;justify-content:space-between;align-items:center;gap:24px;max-width:860px;margin:auto;padding:18px;display:flex;position:fixed;bottom:18px;left:18px;right:18px;box-shadow:0 25px 80px #0000008c}.analytics-consent strong{color:#e6ede7;font-size:14px}.analytics-consent p{max-width:570px;color:var(--muted);margin:6px 0 0;font-size:10px;line-height:1.55}.analytics-consent>div:last-child{flex:none;gap:7px;display:flex}.analytics-consent button{color:#071006;background:var(--acid);min-height:40px;font-family:var(--mono);text-transform:uppercase;cursor:pointer;border:0;border-radius:999px;padding:0 15px;font-size:7px}.analytics-consent button:last-child{color:#c9d1ca;border:1px solid var(--line);background:0 0}.ask-privacy{color:#727d74;border-top:1px solid var(--line);margin:0;padding:9px 18px;font-size:8px;line-height:1.55}@media (max-width:760px){.analytics-page{padding-block:110px 50px}.analytics-page-header{flex-direction:column;align-items:flex-start}.analytics-header-actions{justify-content:flex-start}.analytics-summary{grid-template-columns:1fr}.analytics-summary-wide{grid-template-columns:repeat(2,1fr)}.analytics-summary article{border-right:0;border-bottom:1px solid var(--line);min-height:95px}.analytics-summary-wide article{border-right:1px solid var(--line)}.analytics-summary-wide article:nth-child(2n){border-right:0}.analytics-summary article:last-child{border-bottom:0}.analytics-two-column{grid-template-columns:1fr}.analytics-panel-heading{flex-direction:column;align-items:flex-start}.conversation-exchange,.conversation-directory{grid-template-columns:1fr}.conversation-question{border-right:0;border-bottom:1px solid var(--line)}.conversation-session>header,.analytics-storage-card>header{flex-direction:column;align-items:flex-start}.analytics-empty,.analytics-access-card{padding:28px}.knowledge-form{grid-template-columns:1fr;padding:17px}.knowledge-form label,.knowledge-form>button{grid-column:1}.knowledge-list header{flex-direction:column}.analytics-consent{flex-direction:column;align-items:stretch;gap:14px}.analytics-consent>div:last-child{width:100%}.analytics-consent button{flex:1}}.career-section{border-bottom:1px solid var(--line);background:radial-gradient(circle at 83% 18%,#8a7cff12,#0000 26%),linear-gradient(#070a08,#090c0a)}.career-intro h2{max-width:920px}.career-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.career-grid article{border:1px solid var(--line);background:linear-gradient(150deg,#ffffff08,#ffffff02);border-radius:24px;flex-direction:column;min-height:430px;padding:30px;transition:transform .22s,border-color .22s,background .22s;display:flex;position:relative;overflow:hidden}.career-grid article:hover{background:linear-gradient(150deg,#b8ff5c0e,#ffffff02);border-color:#b8ff5c42;transform:translateY(-7px)}.career-grid article>span{color:var(--acid);font-family:var(--mono);letter-spacing:.07em;margin-top:auto;font-size:8px}.career-grid h3{letter-spacing:-.035em;max-width:330px;margin:16px 0 14px;font-size:31px;font-weight:500;line-height:1.06}.career-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.75}.career-signal{border:1px solid #43e5c430;border-radius:50%;place-items:center;width:145px;height:145px;margin:20px auto 62px;display:grid;position:relative}.career-signal:before{content:"";border:1px dashed #b8ff5c3d;border-radius:50%;animation:11s linear infinite spin;position:absolute;inset:25px}.career-signal i{border:1px solid #8a7cff38;border-radius:50%;animation:13s linear infinite spin;position:absolute;inset:15px;transform:rotateX(65deg)}.career-signal i:nth-child(2){animation:15s linear infinite spinReverse;inset:35px;transform:rotateY(68deg)}.career-signal span{background:var(--acid);border-radius:50%;width:18px;height:18px;animation:2.2s ease-in-out infinite pulse;box-shadow:0 0 28px #b8ff5c80}.journey-card{border:1px solid var(--line);background:linear-gradient(145deg,#b8ff5c0b,#ffffff02);border-radius:28px;grid-template-columns:.25fr 1fr .72fr;gap:0;min-height:500px;display:grid;overflow:hidden}.journey-card>div{border-right:1px solid var(--line);padding:42px}.journey-card>div:last-child{border-right:0}.journey-time{color:var(--muted-2);font-family:var(--mono);flex-direction:column;align-items:center;font-size:8px;display:flex}.journey-time i{background:var(--acid);width:10px;height:10px;box-shadow:0 0 16px var(--acid);border-radius:50%}.journey-time span{margin-top:20px}.journey-time strong{color:var(--acid);margin-top:auto;font-size:9px;font-weight:500}.journey-role{flex-direction:column;justify-content:center;display:flex}.journey-role>span,.journey-range>span{color:var(--acid);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;font-size:8px}.journey-role h3{letter-spacing:-.045em;margin:22px 0 20px;font-size:clamp(40px,5vw,72px);font-weight:500;line-height:1}.journey-role p{max-width:680px;color:var(--muted);margin:0;font-size:14px;line-height:1.8}.journey-range{flex-direction:column;justify-content:center;display:flex}.journey-range ul{border-top:1px solid var(--line);gap:0;margin:26px 0 0;padding:0;list-style:none;display:grid}.journey-range li{color:#b5beb7;border-bottom:1px solid var(--line);padding-block:15px;font-size:12px}.founder-section{border-block:1px solid var(--line);background:radial-gradient(circle at 14% 12%,#8a7cff11,#0000 26%),#090b0a}.founder-layout{grid-template-columns:1fr 1fr;gap:100px;display:grid}.founder-layout h2{letter-spacing:-.048em;max-width:650px;margin:0;font-size:clamp(48px,5.5vw,80px);font-weight:500;line-height:.98}.founder-promises{border-top:1px solid var(--line)}.founder-promises article{border-bottom:1px solid var(--line);grid-template-columns:155px 1fr;gap:28px;padding-block:31px;display:grid}.founder-promises span{color:var(--acid);font-family:var(--mono);text-transform:uppercase;font-size:9px}.founder-promises p{color:var(--muted);margin:0;font-size:13px;line-height:1.75}.contact-section{background:radial-gradient(circle,#43e5c418,#0000 28%),linear-gradient(145deg,#b8ff5c0b,#ffffff02);border:1px solid #b8ff5c33;border-radius:34px;place-items:center;min-height:740px;margin-top:120px;display:grid;position:relative;overflow:hidden}.contact-section:before{content:"";opacity:.22;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.contact-content{z-index:4;text-align:center;width:min(900px,100% - 60px);position:relative}.contact-content h2{letter-spacing:-.048em;margin:0;font-size:clamp(52px,6.7vw,96px);font-weight:500;line-height:.96}.contact-content>p:not(.section-label){max-width:650px;color:var(--muted);margin:25px auto 0;font-size:16px;line-height:1.75}.contact-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:38px;display:flex}.contact-details{color:var(--muted-2);font-family:var(--mono);flex-wrap:wrap;justify-content:center;gap:18px 28px;margin-top:42px;font-size:8px;display:flex}.contact-details a:hover{color:var(--acid)}.contact-glow{z-index:2;border:1px solid #43e5c41f;border-radius:50%;place-items:center;width:490px;height:490px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-glow:before{content:"";border:1px solid #8a7cff24;border-radius:50%;animation:18s linear infinite spin;position:absolute;inset:65px}.contact-glow i{border:1px solid #b8ff5c24;border-radius:50%;animation:15s linear infinite spin;position:absolute;inset:0;transform:rotateX(68deg)}.contact-glow i:nth-child(2){animation:12s linear infinite spinReverse;inset:80px;transform:rotateY(68deg)}.contact-glow span{color:#b8ff5c0e;letter-spacing:-.1em;font-size:170px;font-weight:700}.site-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:40px;min-height:170px;margin-top:60px;display:flex}.site-footer p{flex-direction:column;gap:7px;margin:0;display:flex}.site-footer strong{font-size:14px}.site-footer p span{color:var(--muted-2);font-family:var(--mono);font-size:8px}.site-footer>div{gap:22px;display:flex}.site-footer>div a{color:var(--muted);font-family:var(--mono);text-transform:uppercase;font-size:8px}.site-footer>div a:hover{color:var(--acid)}.ask-launcher{z-index:95;min-width:255px;min-height:64px;color:var(--text);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:left;cursor:pointer;background:#0b0f0ce8;border:1px solid #b8ff5c42;border-radius:999px;grid-template-columns:42px 1fr 20px;align-items:center;gap:12px;padding:10px 14px 10px 10px;transition:transform .19s,border-color .19s;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 20px 60px #00000075,0 0 34px #43e5c412}.ask-launcher:hover{border-color:var(--acid);transform:translateY(-4px)}.ask-launcher>span:nth-child(2){flex-direction:column;gap:3px;display:flex}.ask-launcher strong{font-size:11px;font-weight:650}.ask-launcher small{color:var(--muted-2);font-family:var(--mono);font-size:7px}.ask-launcher>i{color:var(--acid);font-family:var(--mono);font-size:11px;font-style:normal}.ask-avatar{color:#071006;background:var(--acid);width:42px;height:42px;font-family:var(--mono);border-radius:50%;place-items:center;font-size:10px;font-weight:700;display:grid;position:relative;box-shadow:0 0 0 5px #b8ff5c0d}.ask-avatar i{background:var(--mint);width:9px;height:9px;box-shadow:0 0 8px var(--mint);border:2px solid #0b0f0c;border-radius:50%;position:absolute;bottom:1px;right:0}.ask-panel{z-index:140;background:#0c100d;border:1px solid #ffffff24;border-radius:24px;flex-direction:column;width:min(440px,100vw - 44px);height:min(680px,100svh - 44px);animation:.24s both panelIn;display:flex;position:fixed;bottom:22px;right:22px;overflow:hidden;box-shadow:0 35px 110px #00000094}.ask-header{border-bottom:1px solid var(--line);background:#ffffff05;grid-template-columns:42px 1fr 38px;align-items:center;gap:12px;min-height:76px;padding:12px 14px;display:grid}.ask-header>div{flex-direction:column;gap:3px;display:flex}.ask-header strong{font-size:13px;font-weight:650}.ask-header>button{width:38px;height:38px;color:var(--muted);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;padding:0;font-size:18px}.ask-header>button:hover{color:#fff;border-color:var(--line-strong)}.ask-messages{scrollbar-color:#283029 transparent;scrollbar-width:thin;flex:1;padding:22px 16px;overflow-y:auto}.ask-message{align-items:flex-end;gap:9px;margin-bottom:18px;display:flex}.ask-message>div{background:#151b16;border-radius:18px 18px 18px 5px;max-width:84%;padding:12px 14px}.ask-message p{color:#c6cec7;white-space:pre-line;margin:0;font-size:11px;line-height:1.72}.ask-user{justify-content:flex-end}.ask-user>div{background:var(--acid);border-radius:18px 18px 5px}.ask-user p{color:#071006;font-weight:550}.message-avatar{color:#071006;background:var(--acid);width:28px;height:28px;font-family:var(--mono);border-radius:50%;flex:none;place-items:center;font-size:7px;font-weight:700;display:grid}.answer-proof{border-top:1px solid #ffffff17;margin-top:13px;padding-top:11px}.answer-proof>span{color:var(--muted-2);font-family:var(--mono);text-transform:uppercase;margin-bottom:7px;font-size:7px;display:block}.answer-proof>div{flex-wrap:wrap;gap:5px;display:flex}.answer-proof a{color:#aeb8b0;border:1px solid var(--line);min-height:29px;font-family:var(--mono);border-radius:999px;align-items:center;padding:0 8px;font-size:7px;display:inline-flex}.answer-proof a:hover{color:var(--acid);border-color:#b8ff5c4d}.answer-loading{justify-content:center;align-items:center;gap:5px;min-width:64px;min-height:40px;display:flex}.answer-loading i{background:var(--mint);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite thinking}.answer-loading i:nth-child(2){animation-delay:.12s}.answer-loading i:nth-child(3){animation-delay:.24s}.ask-starters{gap:6px;padding:0 16px 15px 53px;display:grid}.ask-starters button{color:#aab4ac;border:1px solid var(--line);text-align:left;cursor:pointer;background:#ffffff04;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:8px 11px;font-size:9px;display:flex}.ask-starters button:hover{color:#e7ebe7;background:#b8ff5c09;border-color:#b8ff5c45}.ask-starters button span{color:var(--acid)}.ask-form{border-top:1px solid var(--line);background:#0a0e0b;grid-template-columns:1fr 44px;align-items:center;gap:8px;min-height:68px;padding:10px 11px 10px 15px;display:grid}.ask-form input{color:#edf1ed;background:0 0;border:0;outline:0;width:100%;min-width:0;height:46px;padding:0 8px;font-size:10px}.ask-form input::placeholder{color:#566057}.ask-form button{color:#071006;background:var(--acid);cursor:pointer;border:0;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;font-size:17px;display:grid}.ask-form button:disabled{color:#69706a;cursor:not-allowed;background:#293029}.ask-note{color:#566057;min-height:27px;font-family:var(--mono);text-transform:uppercase;border-top:1px solid #ffffff0b;place-items:center;margin:0;font-size:6px;display:grid}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.72)}}@keyframes scan{0%{transform:translate(-100%)}50%,to{transform:translate(100%)}}@keyframes spin{to{rotate:360deg}}@keyframes spinReverse{to{rotate:-360deg}}@keyframes float{0%,to{translate:0}50%{translate:0 -10px}}@keyframes aura{0%,to{opacity:.55;transform:translate(-50%,-50%)scale(.82)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}@keyframes voiceRing{0%{opacity:.8;inset:25px}to{opacity:0;inset:-65px}}@keyframes wave{0%,to{opacity:.4;transform:scaleY(.45)}50%{opacity:1;transform:scaleY(1.15)}}@keyframes thinking{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}@keyframes panelIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:none}}@keyframes financeRise{0%,to{opacity:.62;transform:scaleY(.72)}50%{opacity:1;transform:scaleY(1)}}@media (prefers-reduced-motion:no-preference){[data-reveal]{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(30px)}[data-reveal].is-visible{opacity:1;transform:none}.identity-cards [data-reveal]:nth-child(2),.toolkit-grid [data-reveal]:nth-child(2){transition-delay:90ms}.identity-cards [data-reveal]:nth-child(3),.toolkit-grid [data-reveal]:nth-child(3){transition-delay:.18s}.toolkit-grid [data-reveal]:nth-child(4){transition-delay:.27s}.toolkit-grid [data-reveal]:nth-child(5){transition-delay:.36s}}@media (max-width:1120px){:root{--shell:min(100% - 44px,1060px)}.site-header{grid-template-columns:auto 1fr auto}.site-brand small{display:none}.desktop-nav a{padding-inline:10px}.hero-section{grid-template-columns:minmax(430px,1fr) minmax(390px,.8fr);gap:28px}.hero-world{min-height:600px}.identity-layout{grid-template-columns:1fr}.identity-statement{grid-template-columns:1fr 1fr;gap:28px;display:grid;position:static}.identity-statement>a{grid-column:1/-1;width:max-content}.story-project{grid-template-columns:.9fr 1.1fr}.story-project-copy{padding:36px}.build-section{gap:60px}.toolkit-grid{grid-template-columns:repeat(3,1fr)}.career-grid h3{font-size:27px}.journey-card{grid-template-columns:.22fr 1fr .65fr}.journey-card>div{padding:32px}}@media (max-width:880px){:root{--shell:min(100% - 32px,820px)}.section-pad{padding-block:110px}.site-header{grid-template-columns:1fr auto;min-height:66px}.desktop-nav,.header-chat{display:none}.menu-toggle{display:grid}.mobile-menu{display:block}.section-intro{grid-template-columns:1fr;gap:24px;margin-bottom:58px}.section-intro .section-label{margin-bottom:-5px}.section-intro>p:last-child{max-width:630px}.hero-section{grid-template-columns:1fr;gap:32px;min-height:auto;padding-top:150px;padding-bottom:90px}.hero-copy{max-width:760px}.hero-world{min-height:590px}.scroll-cue{display:none}.impact-ribbon-track{scrollbar-width:none;min-height:120px;display:flex;overflow-x:auto}.impact-ribbon p{min-width:230px}.identity-statement{display:block}.identity-statement>a{margin-top:16px}.identity-cards{grid-template-columns:1fr}.identity-cards article{grid-template-columns:40px 110px 1fr;align-items:center;gap:20px;min-height:280px;display:grid}.identity-symbol{margin:0}.identity-cards h3{margin:0 0 12px}.identity-cards p{grid-column:3}.story-project,.story-project:nth-child(2n){grid-template-columns:1fr;transform:none!important}.project-art,.story-project:nth-child(2n) .project-art{border-left:0;border-right:0;border-bottom:1px solid var(--line);order:0;min-height:440px}.project-breakdown{grid-template-columns:1fr}.project-breakdown article{border-right:0;border-bottom:1px solid var(--line);min-height:0}.project-breakdown article:last-child{border-bottom:0}.more-work-grid{grid-template-columns:1fr}.more-work-grid>article{min-height:300px}.build-section{grid-template-columns:1fr;gap:55px}.build-sticky{position:static}.build-sticky>p:not(.section-label){max-width:650px}.build-orbit{display:none}.toolkit-grid{grid-template-columns:repeat(2,1fr)}.toolkit-grid article{min-height:330px}.career-grid{grid-template-columns:1fr}.career-grid article{grid-template-columns:150px 1fr;align-items:center;column-gap:28px;min-height:300px;display:grid}.career-signal{grid-row:1/4;margin:0}.career-grid article>span{align-self:end;margin-top:0}.career-grid h3{max-width:570px;margin:12px 0}.journey-card{grid-template-columns:90px 1fr}.journey-range{border-top:1px solid var(--line);grid-column:1/-1}.journey-card .journey-role{border-right:0}.founder-layout{grid-template-columns:1fr;gap:55px}.contact-section{min-height:660px}}@media (max-width:600px){:root{--shell:calc(100% - 24px)}html{scroll-padding-top:90px}.section-pad{padding-block:88px}.site-header{border-radius:16px;width:calc(100vw - 20px);padding-left:11px;top:10px}.site-brand>span{width:40px;height:40px}.site-brand div{display:none}.section-label{font-size:8px}.section-intro h2{font-size:clamp(40px,11.5vw,58px);line-height:1.01}.primary-action,.secondary-action{width:100%}.hero-section{padding-top:126px;padding-bottom:70px}.availability{white-space:normal}.hero-copy h1{letter-spacing:-.04em;font-size:clamp(47px,13.2vw,62px);line-height:.97}.hero-intro{margin-top:26px;font-size:15px}.hero-actions{flex-direction:column}.hero-context{font-size:7px}.hero-world{border-radius:26px;min-height:480px}.world-core{width:130px;height:130px;margin:-65px}.world-core span{font-size:34px}.world-orbit-one{width:300px;height:300px;margin:-150px}.world-orbit-two{width:218px;height:218px;margin:-109px}.world-float{min-height:38px;padding-inline:9px;font-size:6px}.world-float-ai{top:12%;left:3%}.world-float-product{top:16%;right:3%}.world-float-automation{bottom:18%;right:3%}.world-float-control{bottom:17%;left:3%}.world-signature{bottom:12px;left:12px;right:12px}.world-signature strong{display:none}.impact-ribbon-track{min-height:102px}.identity-cards article{align-items:stretch;min-height:350px;display:flex}.identity-symbol{margin:34px auto}.identity-cards h3{margin-top:auto}.identity-cards p{grid-column:auto}.project-art{min-height:360px}.story-project,.more-work-grid>article{border-radius:20px}.story-project-copy{padding:27px 21px}.story-project h3{font-size:38px;line-height:1.04}.project-breakdown article{padding:23px 21px}.property-stack{transform:translate(-50%,-50%)rotateX(58deg)rotate(-36deg)scale(.78)}.guard-a{width:260px;height:260px;margin:-130px}.data-map{transform:translate(-50%,-50%)rotateX(58deg)rotate(-16deg)scale(.8)}.finance-console{transform:translate(-50%,-50%)rotateX(53deg)rotate(-7deg)scale(.82)}.more-work-heading{font-size:17px}.build-sticky h2{font-size:47px}.build-steps article{grid-template-columns:36px 1fr;gap:15px;min-height:250px;padding-inline:5px}.build-steps article>i{display:none}.toolkit-grid{grid-template-columns:1fr}.toolkit-grid article{min-height:300px}.career-grid article{align-items:stretch;min-height:390px;padding:24px;display:flex}.career-signal{width:125px;height:125px;margin:8px auto 48px}.career-grid article>span{margin-top:auto}.career-grid h3{font-size:29px}.journey-card{grid-template-columns:1fr}.journey-card>div{border-right:0;border-bottom:1px solid var(--line);padding:26px 22px}.journey-time{flex-direction:row;justify-content:space-between;min-height:80px}.journey-time span,.journey-time strong{margin:0}.journey-time i{order:2}.journey-time strong{order:3}.journey-role h3{font-size:42px}.founder-promises article{grid-template-columns:1fr;gap:12px}.contact-section{border-radius:24px;min-height:680px;margin-top:70px}.contact-content{width:calc(100% - 32px)}.contact-content h2{font-size:clamp(45px,12.5vw,62px)}.contact-actions,.contact-details{flex-direction:column}.contact-glow{width:390px;height:390px}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;min-height:190px}.site-footer>div{flex-wrap:wrap;gap:16px}.ask-launcher{grid-template-columns:42px 1fr;width:148px;min-width:0;padding-right:12px;bottom:12px;right:12px}.ask-launcher small,.ask-launcher>i{display:none}.ask-panel{border-radius:20px;width:auto;height:auto;inset:8px}.ask-message>div{max-width:88%}.ask-starters{padding-left:16px}.mobile-menu{padding:105px 18px 24px}.mobile-menu footer{flex-direction:column;left:18px;right:18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1!important;transform:none!important}}.site-brand>span{background:#161c17;border:1px solid #b8ff5c52;border-radius:50%;overflow:hidden;box-shadow:0 0 0 4px #b8ff5c0a}.site-brand>span img{object-fit:cover;width:100%;height:100%;display:block}.site-footer>div button{color:var(--muted);font-family:var(--mono);text-transform:uppercase;cursor:pointer;background:0 0;border:0;padding:0;font-size:8px}.site-footer>div button:hover{color:var(--acid)}.hero-socials{flex-wrap:wrap;gap:9px;margin-top:23px;display:flex}.hero-socials a{color:#98a29a;border:1px solid var(--line);min-height:38px;font-family:var(--mono);border-radius:999px;align-items:center;gap:9px;padding:0 12px;font-size:8px;transition:color .18s,border-color .18s,transform .18s;display:inline-flex}.hero-socials a:hover{color:var(--text);border-color:#b8ff5c57;transform:translateY(-2px)}.hero-socials a span{color:#071006;background:var(--acid);text-transform:lowercase;border-radius:50%;place-items:center;width:21px;height:21px;font-size:7px;font-weight:700;display:grid}.hero-socials a span svg{width:12px;height:12px}.world-core{background:#101610;width:194px;height:194px;margin:-97px;padding:10px;overflow:visible}.world-core img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block;box-shadow:inset 0 0 0 1px #ffffff21}.world-core>span{color:#071006;background:var(--acid);min-height:27px;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;border:3px solid #0b100c;border-radius:999px;align-items:center;padding:0 9px;font-size:7px;font-weight:700;display:inline-flex;position:absolute;bottom:16px;right:-2px;box-shadow:0 8px 20px #00000059}.identity-statement>button{min-height:48px;color:var(--acid);font-family:var(--mono);cursor:pointer;background:0 0;border:0;border-bottom:1px solid #b8ff5c61;align-items:center;gap:22px;margin-top:12px;padding:0;font-size:9px;display:inline-flex}.system-art{--visual-accent:var(--mint);background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--visual-accent) 13%,transparent),transparent 32%),#090d0a;place-items:center;display:grid}.visual-property-platform{--visual-accent:var(--acid)}.visual-legal-intake{--visual-accent:var(--orange)}.visual-voice-ai{--visual-accent:var(--mint)}.visual-da-tracker{--visual-accent:var(--violet)}.system-orbit{z-index:2;border:1px solid color-mix(in srgb,var(--visual-accent) 42%,transparent);transform-style:preserve-3d;border-radius:50%;position:absolute;top:50%;left:50%}.system-orbit-a{width:310px;height:310px;margin:-180px -155px -130px;animation:14s linear infinite spin;transform:rotateX(68deg)}.system-orbit-b{width:230px;height:230px;margin:-140px -115px -90px;animation:17s linear infinite spinReverse;transform:rotateY(65deg)}.system-orbit i{background:var(--visual-accent);width:8px;height:8px;box-shadow:0 0 16px var(--visual-accent);border-radius:50%;position:absolute}.system-orbit i:first-child{top:-4px;left:50%}.system-orbit i:nth-child(2){bottom:18%;right:9%}.system-orbit i:nth-child(3){bottom:11%;left:14%}.system-core{z-index:4;border:1px solid color-mix(in srgb,var(--visual-accent) 52%,transparent);width:166px;height:166px;box-shadow:0 30px 70px #00000061,inset 0 0 42px color-mix(in srgb,var(--visual-accent) 8%,transparent);background:linear-gradient(145deg,#1c261df5,#070b08f5);border-radius:42px;flex-direction:column;justify-content:center;align-items:center;gap:7px;margin-top:-48px;display:flex;position:relative;transform:rotate(45deg)}.system-core span,.system-core small{transform:rotate(-45deg)}.system-core span{color:var(--visual-accent);font-family:var(--mono);text-transform:uppercase;font-size:12px;font-weight:600}.system-core small{color:var(--muted-2);font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;font-size:6px}.visual-pipeline{z-index:6;border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#070a08d6;border-radius:14px;grid-template-columns:repeat(5,1fr);display:grid;position:absolute;bottom:22px;left:22px;right:22px;overflow:hidden}.visual-pipeline span{color:#aeb8b0;border-right:1px solid var(--line);min-height:50px;font-family:var(--mono);text-align:center;text-transform:uppercase;flex-direction:column;justify-content:center;gap:5px;padding:7px;font-size:6px;display:flex}.visual-pipeline span:last-child{border-right:0}.visual-pipeline i{color:var(--visual-accent);font-size:6px;font-style:normal}.project-headline{font-weight:550;color:#e5ebe5!important;font-size:18px!important;line-height:1.45!important}.project-stack-row{max-height:112px;overflow:hidden}.project-stack-row span{padding:7px 9px;line-height:1.2}.project-breakdown article{min-height:210px}.product-collection-heading{grid-template-columns:1.25fr .75fr;align-items:end;gap:80px;margin:120px 0 36px;display:grid}.product-collection-heading .section-label{margin-bottom:16px}.product-collection-heading h3{letter-spacing:-.045em;max-width:780px;margin:0;font-size:clamp(38px,4.5vw,66px);font-weight:500;line-height:1}.product-collection-heading>p{color:var(--muted);margin:0;font-size:14px;line-height:1.75}.product-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-card{--product-accent:var(--acid);border:1px solid var(--line);background:radial-gradient(circle at 88% 10%,color-mix(in srgb,var(--product-accent) 9%,transparent),transparent 28%),linear-gradient(150deg,#ffffff08,#ffffff02);border-radius:26px;flex-direction:column;min-height:710px;padding:30px;transition:transform .22s,border-color .22s,background .22s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:color-mix(in srgb,var(--product-accent) 34%,transparent);transform:translateY(-7px)}.product-card-education-erp{--product-accent:var(--mint)}.product-card-workflow-automation{--product-accent:var(--orange);grid-column:1/-1;min-height:560px}.product-card-career-intelligence{--product-accent:var(--violet)}.product-card-finance-ai{--product-accent:var(--mint)}.product-card header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding-bottom:22px;display:flex}.product-card header>div{color:var(--muted-2);font-family:var(--mono);text-transform:uppercase;align-items:center;gap:8px;font-size:7px;display:flex}.product-card header>div span{color:var(--product-accent)}.product-card header>div i{background:var(--muted-2);border-radius:50%;width:4px;height:4px}.product-card header small{color:#8e9991;font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;font-size:7px}.product-signal{background:#00000024;border:1px solid #ffffff12;border-radius:18px;justify-content:space-between;align-items:center;width:100%;height:126px;margin:26px 0 18px;padding:20px 22px;display:flex}.product-signal>span{color:var(--product-accent);font-family:var(--mono);font-size:30px;font-weight:500}.product-signal>div{justify-content:space-between;width:min(310px,62%);display:flex;position:relative}.product-signal>div:before{content:"";background:linear-gradient(90deg,var(--product-accent),#ffffff1a);height:1px;position:absolute;top:50%;left:4px;right:4px}.product-signal i{z-index:1;background:var(--product-accent);width:9px;height:9px;box-shadow:0 0 12px color-mix(in srgb,var(--product-accent) 65%,transparent);border:2px solid #101410;border-radius:50%;position:relative}.product-card h3{letter-spacing:-.045em;margin:8px 0 10px;font-size:clamp(36px,4vw,55px);font-weight:500;line-height:1}.product-card>strong{color:#e1e7e2;font-size:14px;font-weight:550;line-height:1.55}.product-card>p{color:var(--muted);margin:17px 0 0;font-size:12.5px;line-height:1.75}.product-card ul{gap:12px;margin:25px 0 0;padding:0;list-style:none;display:grid}.product-card li{color:#a7b0a9;padding-left:18px;font-size:11.5px;line-height:1.7;position:relative}.product-card li:before{content:"";background:var(--product-accent);width:6px;height:6px;box-shadow:0 0 8px color-mix(in srgb,var(--product-accent) 55%,transparent);border-radius:50%;position:absolute;top:.72em;left:0}.product-stack{flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:28px;display:flex}.product-stack span{color:#87928a;border:1px solid var(--line);font-family:var(--mono);border-radius:999px;padding:6px 8px;font-size:6.5px}.toolkit-grid{grid-template-columns:repeat(3,1fr)}.toolkit-grid article{min-height:390px}.toolkit-grid article:last-child{grid-column:1/-1;min-height:240px}.toolkit-grid article:last-child>div{grid-template-columns:repeat(4,1fr);gap:12px 28px;display:grid}.experience-shell{border:1px solid var(--line);background:radial-gradient(circle at 10% 5%,#b8ff5c0e,#0000 25%),#0b0f0c;border-radius:30px;overflow:hidden}.experience-shell>header{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;align-items:end;gap:45px;padding:40px;display:grid}.experience-shell>header>div{flex-direction:column;gap:8px;display:flex}.experience-shell>header span{color:var(--acid);font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;font-size:9px}.experience-shell>header strong{letter-spacing:-.04em;font-size:clamp(30px,4vw,52px);font-weight:500}.experience-shell>header p{max-width:520px;color:var(--muted);justify-self:end;margin:0;font-size:13px;line-height:1.75}.experience-timeline{padding:0 40px}.experience-timeline>article{border-bottom:1px solid var(--line);grid-template-columns:78px 1fr;gap:25px;display:grid}.experience-timeline>article:last-child{border-bottom:0}.experience-marker{border-right:1px solid var(--line);flex-direction:column;align-items:center;padding-top:43px;display:flex;position:relative}.experience-marker:after{content:"";background:linear-gradient(var(--acid),transparent);opacity:.35;width:1px;position:absolute;top:65px;bottom:-1px;right:-1px}.experience-marker span{color:var(--muted-2);font-family:var(--mono);font-size:8px}.experience-marker i{background:var(--acid);width:11px;height:11px;box-shadow:0 0 14px var(--acid);border:2px solid #0b0f0c;border-radius:50%;margin-top:19px;transform:translate(39px)}.experience-role{padding:40px 35px 42px 5px}.experience-role small{color:var(--acid);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;font-size:8px}.experience-role h3{letter-spacing:-.045em;margin:14px 0 16px;font-size:clamp(34px,4.5vw,60px);font-weight:500;line-height:1}.experience-role>p{color:#acb5ae;max-width:880px;margin:0;font-size:14px;line-height:1.75}.experience-role ul{grid-template-columns:repeat(2,1fr);gap:10px 32px;margin:25px 0 0;padding:0;list-style:none;display:grid}.experience-role li{color:var(--muted);padding-left:16px;font-size:11.5px;line-height:1.7;position:relative}.experience-role li:before{content:"";background:var(--mint);border-radius:50%;width:5px;height:5px;position:absolute;top:.72em;left:0}.contact-section{grid-template-columns:.72fr 1.28fr;gap:68px;min-height:920px;padding:70px}.contact-portrait{z-index:4;aspect-ratio:1;object-fit:cover;border:1px solid #b8ff5c47;border-radius:46% 46% 24% 24%/38% 38% 18% 18%;justify-self:center;width:min(360px,100%);position:relative;box-shadow:0 35px 90px #0000006b,0 0 0 12px #b8ff5c06}.contact-content{text-align:left;width:100%}.contact-content>p:not(.section-label){max-width:730px;margin:25px 0 0}.contact-actions{justify-content:flex-start}.contact-glow{width:430px;height:430px;left:27%}.social-connect-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:34px;display:grid}.social-connect-grid>a{border:1px solid var(--line);background:#ffffff05;border-radius:16px;grid-template-columns:40px 1fr 18px;align-items:center;gap:12px;min-width:0;min-height:72px;padding:10px 13px;transition:transform .18s,border-color .18s,background .18s;display:grid}.social-connect-grid>a:hover{background:#b8ff5c09;border-color:#b8ff5c4d;transform:translateY(-3px)}.social-connect-grid>a>span{color:#071006;background:var(--acid);width:40px;height:40px;font-family:var(--mono);text-transform:lowercase;border-radius:12px;place-items:center;font-size:9px;font-weight:700;display:grid}.social-connect-grid>a>span svg{width:19px;height:19px}.social-connect-grid div{flex-direction:column;gap:5px;min-width:0;display:flex}.social-connect-grid small{color:var(--muted-2);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;font-size:7px}.social-connect-grid strong{color:#cbd3cc;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:550;overflow:hidden}.social-connect-grid>a>i{color:var(--acid);font-family:var(--mono);font-size:10px;font-style:normal}.contact-actions>a>svg{flex:none;width:16px;height:16px}.contact-chat{color:#b6c0b8;width:100%;min-height:48px;font-family:var(--mono);cursor:pointer;background:#b8ff5c06;border:1px dashed #b8ff5c3d;border-radius:14px;margin-top:10px;font-size:8px}.contact-chat:hover{color:var(--acid);border-color:#b8ff5c73}.ask-avatar,.message-avatar{background:#141a15;padding:0;overflow:visible}.ask-avatar img,.message-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block;overflow:hidden}.ask-avatar{border:1px solid #b8ff5c4d}.message-avatar{border:1px solid #b8ff5c38}.ask-connect{grid-template-columns:repeat(4,1fr);gap:5px;padding:0 16px 11px;display:grid}.ask-connect a{color:#7f8a82;border:1px solid var(--line);min-height:31px;font-family:var(--mono);border-radius:999px;justify-content:center;align-items:center;gap:6px;font-size:6.5px;display:inline-flex}.ask-connect a:hover{color:var(--acid);border-color:#b8ff5c47}.ask-connect svg{flex:none;width:13px;height:13px}@media (max-width:1120px){.product-card{min-height:760px}.contact-section{gap:46px;padding:52px}.contact-portrait{width:min(300px,100%)}}@media (max-width:880px){.product-collection-heading{grid-template-columns:1fr;gap:22px}.product-collection-heading>p{max-width:650px}.product-collection-grid{grid-template-columns:1fr}.product-card,.product-card-workflow-automation{grid-column:auto;min-height:0}.toolkit-grid{grid-template-columns:repeat(2,1fr)}.toolkit-grid article:last-child{grid-column:1/-1}.toolkit-grid article:last-child>div{grid-template-columns:repeat(3,1fr)}.contact-section{grid-template-columns:1fr;min-height:auto;padding:90px 48px}.contact-portrait{border-radius:50%;width:240px}.contact-content{text-align:center}.contact-content>p:not(.section-label){margin-inline:auto}.contact-actions{justify-content:center}.contact-glow{width:360px;height:360px;top:220px;left:50%}}@media (max-width:600px){.site-brand div{display:flex}.site-brand strong{font-size:11px}.site-brand small{display:none}.hero-copy h1{letter-spacing:-.035em;font-size:clamp(44px,12.6vw,59px);line-height:1}.hero-copy h1 span{margin-top:11px}.hero-socials{gap:7px}.hero-socials a{flex:1;justify-content:center;padding-inline:8px;font-size:7px}.hero-context{gap:9px;line-height:1.7}.world-core{width:150px;height:150px;margin:-75px}.world-core>span{bottom:9px;right:-7px}.identity-statement>button{justify-content:space-between;width:100%}.system-orbit-a{width:245px;height:245px;margin:-150px -122px -95px}.system-orbit-b{width:180px;height:180px;margin:-118px -90px -62px}.system-core{width:130px;height:130px}.visual-pipeline{bottom:10px;left:10px;right:10px}.visual-pipeline span{min-height:44px;padding-inline:3px;font-size:5px}.project-headline{font-size:16px!important;line-height:1.5!important}.project-summary{font-size:12.5px!important}.project-stack-row{max-height:none}.product-collection-heading{margin-top:88px}.product-card{border-radius:20px;padding:22px 19px}.product-card header{align-items:flex-start}.product-card header small{text-align:right;line-height:1.45}.product-signal{height:105px;padding:16px}.product-card h3{font-size:39px;line-height:1.04}.product-card>strong{font-size:13px}.product-card li{font-size:11px}.toolkit-grid{grid-template-columns:1fr}.toolkit-grid article:last-child{grid-column:auto}.toolkit-grid article:last-child>div{display:flex}.experience-shell>header{grid-template-columns:1fr;gap:18px;padding:27px 22px}.experience-shell>header p{justify-self:start}.experience-timeline{padding:0 20px}.experience-timeline>article{grid-template-columns:42px 1fr;gap:18px}.experience-marker{padding-top:30px}.experience-marker i{transform:translate(21px)}.experience-role{padding:30px 2px 34px 0}.experience-role h3{font-size:38px}.experience-role ul{grid-template-columns:1fr}.contact-section{padding:72px 18px 54px}.contact-portrait{width:170px}.contact-glow{width:290px;height:290px;top:160px}.contact-content h2{font-size:clamp(43px,12vw,58px)}.social-connect-grid{grid-template-columns:1fr}.contact-chat{padding:12px;line-height:1.5}.ask-connect{grid-template-columns:repeat(2,1fr)}}@media (min-width:881px){:root{--shell:min(1180px, calc(100vw - 64px))}.section-pad{padding-block:112px}.section-intro{grid-template-columns:minmax(0,1.32fr) minmax(280px,.68fr);gap:58px;margin-bottom:64px}.section-intro h2{max-width:790px;font-size:clamp(44px,4.35vw,68px);line-height:1}.work-intro h2{max-width:760px}.toolkit-intro h2{max-width:730px}}.project-gallery{display:grid}.project-group-heading{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:64px;margin-bottom:34px;display:grid}.project-group-heading .section-label{margin-bottom:14px}.project-group-heading h3{letter-spacing:-.043em;max-width:760px;margin:0;font-size:clamp(38px,4vw,54px);font-weight:500;line-height:1.02}.project-group-note{border-left:1px solid var(--line);padding-left:22px}.project-group-note span{color:var(--acid);font-family:var(--mono);letter-spacing:.08em;margin-bottom:12px;font-size:8px;display:block}.project-group-note p{max-width:470px;color:var(--muted);margin:0;font-size:13px;line-height:1.68}.story-project{border-radius:24px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-template-areas:"art copy""breakdown breakdown";transform:none}.story-project.is-reversed{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-template-areas:"copy art""breakdown breakdown"}.story-project .project-art,.story-project:nth-child(2n) .project-art{order:initial;border:0;border-right:1px solid var(--line);grid-area:art;min-height:380px}.story-project.is-reversed .project-art,.story-project:nth-child(2n).is-reversed .project-art{border:0;border-left:1px solid var(--line)}.story-project-copy{grid-area:copy;padding:34px 36px}.project-product-name{font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;font-weight:500;color:var(--acid)!important;margin:22px 0 -13px!important;font-size:9px!important}.story-project h3{margin:23px 0 12px;font-size:clamp(32px,3.1vw,44px);line-height:1.02}.story-project-copy>p{font-size:13px;line-height:1.65}.project-headline{font-size:15px!important;line-height:1.48!important}.project-summary{margin-top:12px!important;font-size:12px!important}.project-stack-row{gap:6px;margin-top:21px}.project-stack-row span{padding:6px 8px;font-size:6.5px}.project-breakdown{grid-area:breakdown/1/breakdown/-1;width:100%}.workflow-suite{border:1px solid var(--line);background:radial-gradient(circle at 88% 2%,#ff966d13,#0000 30%),#0c100d;border-radius:24px;overflow:hidden}.workflow-suite-lead h3{letter-spacing:-.043em;max-width:760px;margin:24px 0 11px;font-size:clamp(34px,3.5vw,48px);font-weight:500;line-height:1}.workflow-suite-lead>strong{color:#e0e6e1;max-width:800px;font-size:14px;font-weight:550;line-height:1.55;display:block}.workflow-suite-lead>p{max-width:760px;color:var(--muted);margin:13px 0 0;font-size:12.5px;line-height:1.7}.workflow-suite .product-stack{max-width:920px;margin-top:20px}.workflow-modules{border-top:1px solid var(--line);background:#00000024;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.workflow-modules article{border-right:1px solid var(--line);padding:26px}.workflow-modules article:last-child{border-right:0}.workflow-modules span{color:var(--orange);font-family:var(--mono);font-size:8px}.workflow-modules h4{letter-spacing:-.02em;margin:30px 0 10px;font-size:17px;font-weight:600}.workflow-modules p{color:var(--muted);margin:0;font-size:11.5px;line-height:1.7}.personal-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.personal-project-card{--personal-accent:var(--violet);border:1px solid var(--line);background:radial-gradient(circle at 90% 4%,color-mix(in srgb,var(--personal-accent) 10%,transparent),transparent 31%),linear-gradient(145deg,#ffffff06,#ffffff01);border-radius:24px;flex-direction:column;padding:30px;display:flex;position:relative;overflow:hidden}.personal-webcopilot-ai{--personal-accent:var(--acid)}.personal-finance-ai{--personal-accent:var(--mint)}.personal-project-card header{justify-content:space-between;align-items:center;gap:18px;display:flex}.personal-project-card header small{color:var(--personal-accent);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;font-size:7px}.personal-signal{border:1px solid var(--line);background:#00000026;border-radius:14px;align-items:center;gap:9px;height:76px;margin:24px 0 5px;padding:15px 17px;display:flex}.personal-signal span{color:var(--personal-accent);font-family:var(--mono);margin-right:auto;font-size:18px}.personal-signal i{border:1px solid color-mix(in srgb,var(--personal-accent) 52%,transparent);width:9px;height:9px;box-shadow:0 0 14px color-mix(in srgb,var(--personal-accent) 23%,transparent);border-radius:50%}.personal-project-card h3{letter-spacing:-.04em;margin:21px 0 10px;font-size:clamp(30px,3vw,41px);font-weight:500;line-height:1.03}.personal-project-card>strong{color:#dfe5e0;font-size:13px;line-height:1.5}.personal-project-card>p{color:var(--muted);margin:13px 0 0;font-size:12px;line-height:1.65}.personal-project-card ul,.additional-product-card ul{gap:9px;margin:20px 0 0;padding:0;list-style:none;display:grid}.personal-project-card li,.additional-product-card li{color:#a7b0a9;padding-left:16px;font-size:11px;line-height:1.65;position:relative}.personal-project-card li:before,.additional-product-card li:before{content:"";background:var(--acid);border-radius:50%;width:5px;height:5px;position:absolute;top:.7em;left:0}.personal-project-card .product-stack{margin-top:auto;padding-top:23px}.additional-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.additional-product-card{border:1px solid var(--line);background:linear-gradient(145deg,#ffffff06,#ffffff01);border-radius:22px;flex-direction:column;min-width:0;padding:28px;display:flex}.additional-product-card header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;display:flex}.additional-product-card header small{color:var(--acid);font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;font-size:7px}.additional-product-card h3{letter-spacing:-.035em;margin:24px 0 9px;font-size:clamp(27px,2.65vw,36px);font-weight:500;line-height:1.04}.additional-product-card>strong{color:#dce3dd;font-size:12.5px;line-height:1.52}.additional-product-card>p{color:var(--muted);margin:12px 0 0;font-size:11.5px;line-height:1.65}.additional-product-card .product-stack{margin-top:auto;padding-top:22px}.toolkit-grid{border-radius:22px;flex-direction:column;gap:1px;display:flex}.toolkit-grid article,.toolkit-grid article:last-child{grid-column:auto;grid-template-columns:195px minmax(0,1fr);min-height:0;padding:0;display:grid}.toolkit-grid header{border-right:1px solid var(--line);border-bottom:0;min-height:82px;padding:22px 24px}.toolkit-grid article>div,.toolkit-grid article:last-child>div{flex-flow:wrap;align-content:center;align-items:center;gap:7px;padding:17px 22px;display:flex}.toolkit-grid article>div span{color:#aeb7b0;font-family:var(--mono);white-space:nowrap;background:#ffffff05;border:1px solid #ffffff17;border-radius:999px;padding:7px 10px;font-size:7px;line-height:1.25}.toolkit-grid article>div span:hover{color:var(--acid);border-color:#b8ff5c4d;transform:translateY(-2px)}@media (max-width:880px){.project-group+.project-group{margin-top:92px}.project-group-heading{grid-template-columns:1fr;gap:20px}.project-group-heading h3{font-size:clamp(36px,7vw,50px)}.project-group-note{max-width:650px}.story-project,.story-project.is-reversed{grid-template-columns:1fr;grid-template-areas:"art""copy""breakdown";transform:none!important}.story-project .project-art,.story-project:nth-child(2n) .project-art,.story-project.is-reversed .project-art,.story-project:nth-child(2n).is-reversed .project-art{border:0;border-bottom:1px solid var(--line);order:0;min-height:380px}.project-breakdown,.workflow-modules{grid-template-columns:1fr}.workflow-modules article{border-right:0;border-bottom:1px solid var(--line)}.workflow-modules article:last-child{border-bottom:0}.personal-project-grid,.additional-product-grid{grid-template-columns:1fr}.additional-product-card:last-child{grid-column:auto}.toolkit-grid article,.toolkit-grid article:last-child{grid-template-columns:165px minmax(0,1fr);min-height:0}}@media (max-width:600px){.project-group+.project-group{margin-top:78px}.project-group-heading{margin-bottom:27px}.project-group-heading h3{font-size:38px}.project-group-note{padding-left:16px}.story-project .project-art,.story-project:nth-child(2n) .project-art,.story-project.is-reversed .project-art,.story-project:nth-child(2n).is-reversed .project-art{min-height:350px}.project-product-name{margin-top:18px!important}.story-project h3{font-size:34px}.workflow-suite-lead{padding:27px 21px 24px}.workflow-suite-lead h3{font-size:36px}.workflow-modules article{padding:23px 21px}.personal-project-card,.additional-product-card{border-radius:20px;padding:22px 19px}.personal-project-card h3{font-size:36px}.additional-product-card h3{font-size:31px}.toolkit-grid article,.toolkit-grid article:last-child{min-height:0;display:block}.toolkit-grid header{border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:18px}.toolkit-grid article>div,.toolkit-grid article:last-child>div{padding:16px 18px 19px;display:flex}}:root{--muted:#aab4ac;--muted-2:#7b877e}body.chat-open,body.architecture-open{overflow:hidden}:where(a,button,input,iframe):focus-visible{outline:2px solid var(--acid);outline-offset:3px}.section-label{letter-spacing:.11em;margin-bottom:18px;font-size:11px}.primary-action,.secondary-action{min-height:50px;font-size:10.5px}.site-header{min-height:68px;padding-block:8px;top:12px}.site-brand strong{font-size:14px}.site-brand small{color:#89958c;font-size:9px}.desktop-nav a{color:#98a39b;min-height:40px;padding-inline:12px;font-size:10px}.header-resume{color:#071006;background:var(--acid);min-height:44px;font-family:var(--mono);cursor:pointer;border:0;border-radius:999px;justify-content:center;justify-self:end;align-items:center;gap:14px;padding:0 17px;font-size:10px;font-weight:600;transition:transform .18s,background .18s;display:inline-flex}.header-resume:hover{background:#c9ff82;transform:translateY(-2px)}.mobile-resume{width:100%;min-height:70px;color:var(--text);border:0;border-top:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:34px 1fr 24px;align-items:center;gap:12px;padding:0;display:grid}.mobile-resume span,.mobile-resume>i{color:var(--acid);font-family:var(--mono);font-size:10px;font-style:normal}.mobile-resume strong{letter-spacing:-.04em;font-size:clamp(25px,7vw,40px);font-weight:500}.availability{margin-bottom:18px;padding:8px 12px;font-size:9.5px}.hero-copy .section-label{margin-bottom:14px}.hero-copy h1{max-width:700px;font-size:clamp(50px,5vw,74px);line-height:.96}.hero-copy h1 span{margin-top:9px}.hero-intro{max-width:650px;margin-top:22px;font-size:clamp(15px,1.25vw,17px);line-height:1.62}.hero-actions{margin-top:26px}.hero-socials{margin-top:14px}.hero-socials a{min-height:38px;font-size:9.5px}.hero-context{color:#86928a;margin-top:18px;font-size:9px}.hero-world{border-radius:34% 34% 15% 15%/24% 24% 11% 11%;height:min(68svh,540px);min-height:500px}.world-core{width:174px;height:174px;margin:-87px}.world-orbit-one{width:380px;height:380px;margin:-190px}.world-orbit-two{width:275px;height:275px;margin:-137.5px}.world-float{min-height:40px;font-size:9px}.world-signature{font-size:8.5px}.scroll-cue{font-size:9px;bottom:15px}.identity-statement>p{font-size:clamp(18px,1.65vw,22px)}.identity-statement>p+p{font-size:14px}.identity-statement>button{font-size:10px}.identity-cards article{min-height:310px;padding:23px}.identity-symbol{width:78px;height:78px;margin:30px auto 25px}.symbol-observe:before,.symbol-control:before{inset:15px}.symbol-observe:after{width:14px;height:14px;top:31px;left:31px}.symbol-connect:before{inset:14px}.symbol-connect:after{inset:29px}.symbol-control:before{inset-inline:21px}.symbol-control:after{top:34px;left:34px}.identity-cards article>span{font-size:9px}.identity-cards h3{font-size:19px}.identity-cards p{font-size:13px;line-height:1.65}.project-group+.project-group{margin-top:88px}.project-group-heading{gap:50px;margin-bottom:30px}.project-group-heading h3{font-size:clamp(36px,3.45vw,48px)}.project-group-note span{font-size:9px}.project-group-note p{font-size:14px}.featured-work-grid{gap:18px}.story-project .project-art,.story-project:nth-child(2n) .project-art,.story-project.is-reversed .project-art,.story-project:nth-child(2n).is-reversed .project-art{min-height:340px}.story-project-copy{padding:29px 31px}.project-meta{font-size:9.5px}.project-product-name{margin:17px 0 -11px!important;font-size:10px!important}.story-project h3{margin:19px 0 11px;font-size:clamp(30px,2.75vw,39px)}.project-headline{font-size:15px!important}.project-summary{margin-top:10px!important;font-size:13.5px!important;line-height:1.65!important}.project-stack-row{gap:6px;max-height:none;margin-top:17px}.project-stack-row span,.product-stack span{color:#a0aba2;padding:6px 9px;font-size:9px}.project-breakdown article{min-height:0;padding:21px 22px 23px}.project-breakdown span{margin-bottom:9px;font-size:9px}.project-breakdown p{font-size:13px;line-height:1.62}.art-chip{min-height:33px;font-size:8.5px}.visual-pipeline{bottom:17px;left:17px;right:17px}.visual-pipeline span{min-height:48px;font-size:8px}.visual-pipeline i{font-size:8px}.property-stack{width:124px;height:158px}.guard-a{width:270px;height:270px;margin:-150px -135px -120px}.guard-b{width:200px;height:200px;margin:-115px -100px -85px}.guard-core{width:118px;height:136px;margin:-79px -59px}.guard-core span{font-size:16px}.guard-core small{font-size:8px}.voice-orb{width:132px;height:132px;margin:-85px -66px}.waveform{height:62px;bottom:77px}.data-map{width:245px;height:195px}.workflow-suite-lead{padding:29px 31px 26px}.workflow-suite-lead h3{margin-top:19px;font-size:clamp(32px,3vw,42px)}.workflow-suite-lead>strong{font-size:15px}.workflow-suite-lead>p{font-size:13.5px}.workflow-modules article{padding:22px}.workflow-modules span{font-size:9px}.workflow-modules h4{margin-top:22px;font-size:18px}.workflow-modules p{font-size:13px;line-height:1.65}.personal-project-card{padding:26px}.personal-project-card header small,.additional-product-card header small{font-size:9px}.personal-signal{height:64px;margin-top:20px}.personal-project-card h3{font-size:clamp(29px,2.65vw,37px)}.personal-project-card>strong{font-size:14px}.personal-project-card>p{font-size:13px}.personal-project-card li,.additional-product-card li{font-size:12.5px;line-height:1.6}.personal-project-card .product-stack,.additional-product-card .product-stack{padding-top:19px}.additional-product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.additional-product-card{grid-column:span 3;padding:25px}.additional-product-card:last-child{grid-column:2/span 4}.additional-product-card h3{margin-top:20px;font-size:clamp(26px,2.35vw,33px)}.additional-product-card>strong{font-size:13.5px}.additional-product-card>p{font-size:12.5px}.architecture-action{color:#dbe2dc;text-align:left;cursor:pointer;background:#b8ff5c09;border:1px solid #b8ff5c38;border-radius:14px;grid-template-columns:34px 1fr 18px;align-items:center;gap:10px;width:min(100%,285px);min-height:50px;margin-top:16px;padding:7px 11px 7px 8px;transition:transform .18s,border-color .18s,background .18s;display:grid}.architecture-action:hover{background:#b8ff5c12;border-color:#b8ff5c80;transform:translateY(-2px)}.architecture-action>span:nth-child(2){flex-direction:column;gap:2px;display:flex}.architecture-action strong{font-size:11px;font-weight:650}.architecture-action small{color:#87938a;font-family:var(--mono);font-size:8px}.architecture-action>i{color:var(--acid);font-family:var(--mono);font-style:normal}.architecture-action-icon{background:var(--acid);border-radius:10px;justify-content:center;align-items:flex-end;gap:2px;width:34px;height:34px;padding:8px;display:flex}.architecture-action-icon i{background:#071006;border-radius:2px;width:4px}.architecture-action-icon i:first-child{height:9px}.architecture-action-icon i:nth-child(2){height:15px}.architecture-action-icon i:last-child{height:12px}.architecture-action.is-compact{margin-top:14px}.architecture-viewer{z-index:280;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.architecture-backdrop{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;background:#020403e6;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.architecture-window{z-index:1;background:#0a0e0b;border:1px solid #ffffff29;border-radius:24px;flex-direction:column;width:min(1240px,100%);height:min(900px,100svh - 36px);animation:.22s both panelIn;display:flex;position:relative;overflow:hidden;box-shadow:0 45px 140px #000000a3}.architecture-header{border-bottom:1px solid var(--line);background:#ffffff05;justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:12px 14px 12px 21px;display:flex}.architecture-header>div{flex-direction:column;gap:5px;min-width:0;display:flex}.architecture-header span{color:var(--acid);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:9px}.architecture-header strong{text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:600;overflow:hidden}.architecture-header>button{color:#b7c0b9;border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;flex:none;width:44px;height:44px;padding:0;font-size:22px}.architecture-content{scrollbar-color:#29322b transparent;scrollbar-width:thin;flex:1;grid-template-columns:minmax(0,1fr) 345px;min-height:0;display:grid;overflow:auto}.architecture-map{background:radial-gradient(circle at 20% 0,#43e5c40f,#0000 28%);padding:26px}.architecture-layer-wrap{justify-items:center;display:grid}.architecture-layer{border:1px solid var(--line);background:linear-gradient(145deg,#ffffff08,#ffffff02);border-radius:18px;grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr);gap:20px;width:100%;padding:18px;display:grid}.architecture-layer header{grid-template-columns:34px 1fr;gap:12px;display:grid}.architecture-layer header>span{color:#071006;background:var(--acid);width:34px;height:34px;font-family:var(--mono);border-radius:10px;place-items:center;font-size:9px;font-weight:700;display:grid}.architecture-layer header div{flex-direction:column;gap:5px;display:flex}.architecture-layer header strong{font-size:14px}.architecture-layer header p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.architecture-nodes{flex-wrap:wrap;align-content:center;align-items:center;gap:7px;display:flex}.architecture-nodes span{color:#c3ccc5;min-height:34px;font-family:var(--mono);background:#43e5c409;border:1px solid #43e5c42e;border-radius:10px;align-items:center;padding:6px 10px;font-size:9px;display:inline-flex}.architecture-connector{height:28px;color:var(--acid);font-family:var(--mono);place-items:center;font-size:14px;font-style:normal;display:grid}.architecture-sidebar{border-left:1px solid var(--line);background:#0c100d;padding:24px}.architecture-overview{border-bottom:1px solid var(--line);padding-bottom:22px}.architecture-overview>p{color:#b4bdb6;margin:17px 0 0;font-size:13px;line-height:1.65}.architecture-flow{padding-top:22px}.architecture-flow>span,.architecture-stack>span{color:var(--acid);font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;font-size:9px}.architecture-flow ol{counter-reset:flow;gap:11px;margin:17px 0 0;padding:0;list-style:none;display:grid}.architecture-flow li{color:#aab4ac;counter-increment:flow;padding-left:31px;font-size:12px;line-height:1.5;position:relative}.architecture-flow li:before{content:counter(flow, decimal-leading-zero);color:#718078;font-family:var(--mono);font-size:8px;position:absolute;top:0;left:0}.architecture-stack{border-top:1px solid var(--line);margin-top:24px;padding-top:22px}.architecture-stack .product-stack{margin-top:13px;padding:0}.toolkit-grid{border:1px solid var(--line);background:var(--line);overflow:hidden}.toolkit-grid article,.toolkit-grid article:last-child{background:#0c100d;grid-template-columns:190px minmax(0,1fr)}.toolkit-grid article:nth-child(2n){background:#0e130f}.toolkit-grid header{min-height:72px;padding:18px 21px}.toolkit-grid h3{font-size:11px}.toolkit-grid article>div,.toolkit-grid article:last-child>div{gap:8px;padding:14px 20px}.toolkit-grid article>div span{color:#b5beb7;padding:8px 11px;font-size:10px}.build-section{gap:72px}.build-sticky h2{font-size:clamp(42px,4.2vw,61px)}.build-sticky>p:not(.section-label){font-size:14px}.build-orbit{width:210px;height:210px;margin-top:42px}.build-steps article{min-height:155px;padding-block:24px}.build-steps h3{font-size:clamp(23px,2.4vw,31px)}.build-steps p{font-size:14px;line-height:1.65}.experience-shell>header{padding:32px}.experience-shell>header span,.experience-role small{font-size:9px}.experience-shell>header strong{font-size:clamp(28px,3.25vw,43px)}.experience-shell>header p{font-size:14px}.experience-timeline{padding-inline:32px}.experience-role{padding-block:32px 34px}.experience-role h3{font-size:clamp(31px,3.7vw,48px)}.experience-role>p{font-size:14px}.experience-role li{font-size:12.5px}.career-grid article{min-height:315px;padding:26px}.career-signal{width:108px;height:108px;margin:12px auto 37px}.career-grid article>span{font-size:9px}.career-grid h3{font-size:28px}.career-grid p{font-size:13.5px;line-height:1.65}.founder-layout{gap:72px}.founder-layout h2{font-size:clamp(43px,4.6vw,64px)}.founder-promises span{font-size:10px}.founder-promises p{font-size:14px}.contact-section{grid-template-columns:.68fr 1.32fr;gap:58px;min-height:0;margin-top:78px;padding:62px}.contact-portrait{width:min(285px,100%)}.contact-content h2{font-size:clamp(43px,4.8vw,64px)}.contact-content>p:not(.section-label){font-size:15px}.social-connect-grid{margin-top:27px}.social-connect-grid>a{min-height:66px}.social-connect-grid small{font-size:9px}.social-connect-grid strong{font-size:12px}.contact-chat{min-height:50px;font-size:10px}.site-footer{min-height:135px}.site-footer p span,.site-footer>div a,.site-footer>div button{font-size:9px}.ask-launcher{opacity:0;pointer-events:none;grid-template-columns:40px 1fr 18px;min-width:218px;min-height:58px;bottom:18px;right:18px;transform:translateY(14px)scale(.96)}.ask-launcher.is-visible{opacity:1;pointer-events:auto;transform:none}.ask-launcher.is-visible:hover{transform:translateY(-3px)}.ask-launcher strong{font-size:12px}.ask-launcher small{font-size:8.5px}.ask-panel{width:min(420px,100vw - 36px);height:min(650px,100svh - 36px);bottom:18px;right:18px}.ask-header small{color:#8b978e;font-size:10px}.ask-message p{font-size:13px;line-height:1.62}.answer-proof>span{font-size:9px}.answer-proof a{min-height:34px;font-size:9px}.ask-starters button{min-height:44px;font-size:11px}.ask-connect{grid-template-columns:repeat(auto-fit,minmax(64px,1fr))}.ask-connect a{color:#a5b0a7;min-height:42px;font-size:9px}.ask-form input{font-size:16px}@media (min-width:881px){.section-pad{padding-block:96px}.section-intro{gap:16px 52px;margin-bottom:56px}.section-intro .section-label{margin-bottom:0}.section-intro h2{font-size:clamp(41px,3.9vw,59px)}.section-intro>p:last-child{font-size:14px}.hero-section{grid-template-columns:minmax(0,1.06fr) minmax(420px,.74fr);gap:38px;min-height:min(100svh,820px);padding-top:100px;padding-bottom:42px}}@media (max-width:1120px) and (min-width:881px){.site-header{grid-template-columns:auto 1fr auto}.desktop-nav a{padding-inline:9px;font-size:9px}.header-resume{padding-inline:14px}.hero-section{grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);gap:28px}.hero-copy h1{font-size:clamp(48px,5.2vw,62px)}.identity-layout{gap:52px}.identity-cards article{min-height:285px}.contact-section{gap:42px;padding:48px}}@media (max-width:880px){.desktop-nav,.header-resume{display:none}.mobile-menu{overflow-y:auto}.section-pad{padding-block:78px}.section-intro{row-gap:13px;margin-bottom:46px}.section-intro .section-label{margin-bottom:0}.section-intro h2{font-size:clamp(38px,8vw,53px)}.hero-section{gap:28px;min-height:auto;padding-top:124px;padding-bottom:70px}.hero-copy h1{max-width:720px;font-size:clamp(47px,8.3vw,65px)}.hero-world{height:56svh;min-height:460px}.identity-layout{gap:44px}.identity-cards article{grid-template-columns:36px 82px 1fr;min-height:185px;padding:21px}.identity-symbol{width:70px;height:70px}.identity-cards p{font-size:13px}.project-group+.project-group{margin-top:72px}.project-group-heading{gap:16px}.project-group-note{padding-left:16px}.story-project .project-art,.story-project:nth-child(2n) .project-art,.story-project.is-reversed .project-art,.story-project:nth-child(2n).is-reversed .project-art{min-height:340px}.project-breakdown article{padding:21px 24px}.personal-project-grid,.additional-product-grid{grid-template-columns:1fr}.additional-product-card,.additional-product-card:last-child{grid-column:auto}.toolkit-grid article,.toolkit-grid article:last-child{grid-template-columns:155px minmax(0,1fr)}.build-section{gap:40px}.build-steps article{min-height:145px}.career-grid article{grid-template-columns:120px 1fr;min-height:235px}.career-signal{width:96px;height:96px}.contact-section{grid-template-columns:1fr;min-height:0;padding:58px 42px}.contact-portrait{width:190px}.contact-content h2{font-size:clamp(41px,8vw,56px)}.architecture-content{grid-template-columns:1fr}.architecture-sidebar{border-left:0;border-bottom:1px solid var(--line);order:-1}.architecture-layer{grid-template-columns:1fr}}@media (max-width:600px){.site-brand div{display:flex}.site-brand strong{font-size:11px}.mobile-menu>div a,.mobile-resume{min-height:62px}.mobile-menu>div a strong,.mobile-resume strong{font-size:25px}.mobile-menu footer{margin-top:24px;padding-bottom:8px;position:static}.section-pad{padding-block:66px}.section-label{font-size:9px}.section-intro{margin-bottom:39px}.section-intro h2{font-size:clamp(35px,9.5vw,45px)}.hero-section{padding-top:112px;padding-bottom:58px}.availability{font-size:8.5px}.hero-copy h1{font-size:clamp(40px,11vw,51px);line-height:.99}.hero-intro{font-size:15px}.hero-context{font-size:8px}.hero-world{height:50svh;min-height:410px}.world-core{width:142px;height:142px;margin:-71px}.world-float,.world-signature{font-size:7.5px}.identity-cards article{grid-template-columns:29px 66px 1fr;gap:13px;min-height:0;padding:19px;display:grid}.identity-symbol{width:58px;height:58px;margin:0}.identity-cards h3{margin:0;font-size:18px}.identity-cards p{grid-column:2/-1;margin-top:3px}.symbol-observe:after{top:21px;left:21px}.symbol-connect:after{inset:21px}.symbol-control:after{top:24px;left:24px}.project-group+.project-group{margin-top:62px}.project-group-heading h3{font-size:34px}.story-project .project-art,.story-project:nth-child(2n) .project-art,.story-project.is-reversed .project-art,.story-project:nth-child(2n).is-reversed .project-art{min-height:310px}.story-project-copy{padding:24px 19px}.story-project h3{font-size:31px}.project-headline{font-size:15px!important}.project-summary{font-size:13px!important}.visual-pipeline{bottom:9px;left:9px;right:9px}.visual-pipeline span{min-height:43px;font-size:7px}.visual-pipeline i{font-size:7px}.workflow-suite-lead h3,.personal-project-card h3{font-size:32px}.additional-product-card h3{font-size:28px}.architecture-action{width:100%}.toolkit-grid article,.toolkit-grid article:last-child{display:block}.toolkit-grid header{padding:16px 18px}.toolkit-grid article>div,.toolkit-grid article:last-child>div{padding:14px 17px 17px}.toolkit-grid article>div span{font-size:9.5px}.build-sticky h2{font-size:40px}.build-steps article{min-height:165px;padding-block:22px}.build-steps h3{font-size:26px}.career-grid article{grid-template-columns:92px 1fr;min-height:0;padding:21px;display:grid}.career-signal{grid-row:1/4;width:78px;height:78px;margin:0}.career-grid article>span{margin-top:0}.career-grid h3{margin-block:9px;font-size:25px}.contact-section{margin-top:50px;padding:50px 18px 42px}.contact-portrait{width:140px}.contact-content h2{font-size:clamp(37px,10vw,46px)}.social-connect-grid>a{min-height:62px}.ask-launcher{border-radius:50%;grid-template-columns:1fr;width:58px;min-width:58px;min-height:58px;padding:7px;bottom:12px;right:12px}.ask-launcher>span:nth-child(2),.ask-launcher>i{display:none}.ask-launcher .ask-avatar{width:42px;height:42px}.ask-panel{width:auto;height:auto;inset:8px}.ask-message p{font-size:13px}.ask-connect{grid-template-columns:repeat(3,1fr);padding-inline:12px}.ask-connect a{min-height:44px;font-size:9px}.architecture-viewer{padding:7px}.architecture-window{border-radius:18px;height:calc(100svh - 14px)}.architecture-header{min-height:70px;padding-left:14px}.architecture-header span{font-size:8px}.architecture-header strong{font-size:13px}.architecture-map,.architecture-sidebar{padding:15px}.architecture-layer{gap:14px;padding:14px}.architecture-layer header p{font-size:11.5px}.architecture-nodes span{min-height:32px;font-size:8.5px}}.signin-page{background:radial-gradient(900px 520px at 50% -5%, #b8ff5c12, transparent 68%), var(--bg);place-items:center;min-height:100svh;padding:120px 24px 60px;display:grid}.signin-card{border:1px solid var(--line);background:var(--panel);border-radius:22px;width:min(520px,100%);padding:clamp(28px,4vw,44px);box-shadow:inset 0 1px #ffffff0a,0 40px 90px #0000008c}.signin-eyebrow{color:var(--acid);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 20px;font-size:11px;display:inline-flex}.signin-eyebrow i{opacity:.55;background:currentColor;flex:none;width:22px;height:1px}.signin-card h1{letter-spacing:-.02em;margin:0 0 18px;font-size:clamp(30px,4vw,40px);font-weight:600;line-height:1.08}.signin-card h1 em{color:var(--acid);font-style:normal}.signin-lede{max-width:46ch;color:var(--muted);margin:0 0 28px;font-size:15px;line-height:1.7}.signin-error{color:var(--orange);background:#ff966d14;border:1px solid #ff966d57;border-radius:12px;margin:0 0 20px;padding:12px 14px;font-size:14px;line-height:1.5}.signin-denied p{color:var(--muted);margin:0 0 16px;font-size:14.5px;line-height:1.6}.signin-denied strong{color:var(--text);font-family:var(--mono);font-size:13.5px;font-weight:500}.google-button{background:var(--acid);color:#071006;width:100%;min-height:54px;font-family:var(--sans);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:0 22px;font-size:15px;font-weight:600;transition:transform .24s cubic-bezier(.22,.82,.24,1),box-shadow .24s cubic-bezier(.22,.82,.24,1),opacity .2s;display:inline-flex}.google-button svg{flex:none;width:19px;height:19px}.google-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 34px #b8ff5c38}.google-button:disabled{cursor:progress;opacity:.6}.signin-note{color:var(--muted-2);margin:26px 0 0;font-size:13px;line-height:1.6}.signin-back{color:var(--muted-2);font-family:var(--mono);letter-spacing:.04em;margin-top:22px;font-size:12px;transition:color .2s;display:inline-block}.signin-back:hover{color:var(--acid)}@media (max-width:560px){.signin-page{padding:96px 16px 48px}.signin-card{border-radius:18px;padding:26px 20px 28px}}
