/* AXIOM V2: retained hero, navigation, base tokens and dialog styling. */
:root{--paper:#f3f3f1;--white:#fafaf8;--ink:#101112;--muted:#66686b;--line:#d5d6d5;--blue:#4169f6;--blue-light:#91a8ff;--night:#111416;--sans:"Inter","Inter Display","Segoe UI",Arial,sans-serif;--serif:"Bodoni Moda","Bodoni MT","Didot","GFS Didot","Times New Roman",serif;--gutter:clamp(24px,4.15vw,88px);--gap:clamp(18px,2vw,36px);--ease:cubic-bezier(.22,1,.36,1);--section-space:clamp(88px,8.8vw,160px)}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-weight:400;-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
button,input,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{color:inherit;cursor:pointer;border:0;border-radius:0;background:none;padding:0}
img,svg{display:block}
img{max-width:100%;height:auto}
button:disabled{cursor:default}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:6px}
::selection{color:white;background:var(--blue)}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-weight:300}
em{font-family:var(--serif);font-weight:400;letter-spacing:-.04em}
h2{font-size:clamp(48px,5.15vw,94px);line-height:1.04;letter-spacing:-.055em}
h2 em{line-height:1.12}
p{line-height:1.65}
button svg,a svg{flex-shrink:0}
.icon{width:24px;height:24px;stroke:currentColor;stroke-width:1.2;fill:none}
.svg-defs{position:absolute;width:0;height:0;overflow:hidden}
.wrap{margin-inline:var(--gutter)}
.grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--gap)}
.micro{font-size:10px;font-weight:450;letter-spacing:.11em;text-transform:uppercase;line-height:1.65}
.section-label,.eyebrow{font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;display:flex;gap:14px;align-items:flex-start;line-height:1.6}
.section-label{padding-top:8px}
.slash{width:11px;height:1px;background:var(--blue);display:inline-block;transform:rotate(-46deg);flex-shrink:0;margin-top:7px}
.status-dot{width:5px;height:5px;background:var(--blue);display:inline-block;border-radius:50%;margin-right:10px;vertical-align:2px}
.blue-rule{display:block;width:52px;height:1px;background:var(--blue)}
.text-link{font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center;gap:24px;padding:10px 0 8px;position:relative;line-height:1.5;text-align:left}
.text-link::after{position:absolute;content:"";height:1px;background:var(--blue);bottom:0;left:0;right:0;transform-origin:left;transition:transform .45s var(--ease)}
.text-link:hover::after{transform:scaleX(.55)}
.text-link span{font-size:17px;line-height:1;transition:transform .3s}
.text-link:hover span{transform:translate(2px,-2px)}
.button{min-height:52px;padding:18px 23px;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;font-size:10px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;position:relative;overflow:hidden;isolation:isolate;line-height:1.4}
.button::before{content:"";position:absolute;inset:0;background:var(--blue);transform:translateY(102%);transition:transform .45s var(--ease);z-index:-1}
.button:hover::before{transform:translateY(0)}
.button-dark{color:#fff;background:#111}
.button .icon{width:17px;height:17px}
.skip-link{position:fixed;left:20px;top:-100px;z-index:150;background:white;padding:16px;color:black}
.skip-link:focus{top:15px}
[hidden]{display:none!important}
.header{height:102px;width:100%;padding-left:var(--gutter);position:absolute;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:35px}
.brand{width:174px;flex-shrink:0;padding-block:8px;display:block}
.brand img{width:100%}
.desktop-nav{display:flex;gap:clamp(23px,3.5vw,66px);margin-left:auto;margin-right:auto}
.desktop-nav a{font-size:10px;letter-spacing:.13em;text-transform:uppercase;font-weight:500;position:relative;padding:18px 0}
.desktop-nav a::after{content:"";height:1px;background:var(--blue);position:absolute;bottom:10px;left:0;right:0;transform:scaleX(0);transform-origin:left;transition:transform .3s}
.desktop-nav a:hover::after{transform:scaleX(1)}
.header-cta{align-self:stretch;width:204px;flex-shrink:0;background:#080909;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 32px;font-size:10px;text-transform:uppercase;letter-spacing:.13em;transition:background .3s}
.header-cta:hover{background:var(--blue)}
.header-cta .icon{width:20px;height:20px}
.menu-toggle{display:none}
.header.is-fixed{position:fixed;height:72px;background:rgba(243,243,241,.95);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.07);animation:header-in .4s var(--ease)}
.header.is-fixed .brand{width:143px}
.header.is-fixed .header-cta{width:180px}
.mobile-menu{display:none}
@keyframes header-in{from{transform:translateY(-100%)}to{transform:translateY(0)}}
.hero{min-height:770px;height:clamp(770px,61.2vw,1000px);position:relative;overflow:hidden;background:#f3f3f2;isolation:isolate}
.hero-visual{position:absolute;top:52px;right:0;bottom:0;width:62.5%;z-index:-1;overflow:hidden}
.hero-robot{width:100%;height:100%;object-fit:cover;object-position:50% 40%;transform-origin:60% 45%;will-change:transform}
.hero-veil{position:absolute;inset:0;background:linear-gradient(90deg,#f3f3f2 0%,rgba(243,243,242,.92) 3%,rgba(243,243,242,.1) 26%,transparent 40%),linear-gradient(0deg,rgba(243,243,242,.2),transparent 25%)}
.hero-content{padding:clamp(175px,13.5vw,244px) 0 0 var(--gutter);width:59%;position:relative;z-index:2}
.hero-intro{font-size:10px;letter-spacing:.15em;margin-bottom:30px}
.hero h1{font-size:clamp(68px,6.45vw,116px);line-height:1.02;text-transform:uppercase;font-weight:200;letter-spacing:-.045em}
.hero h1 .line{display:block;overflow:hidden;padding-bottom:2px}
.hero h1 .serif-line{padding:0 0 .06em .015em;margin-top:2px;overflow:visible}
.hero h1 em{font-size:.91em;line-height:1;font-weight:400;letter-spacing:-.025em}
.hero h1 .line>span,.hero h1 .line>em{display:block;animation:line-in 1.25s var(--ease) both}
.hero h1 .line:nth-child(2)>span{animation-delay:.1s}
.hero h1 .line:nth-child(3)>em{animation-delay:.2s}
.hero-description{font-size:13px;line-height:1.65;max-width:300px;color:#5a5b5c;margin:27px 0 30px}
.hero-actions{display:flex;align-items:center;gap:32px}
.hero-actions .text-link{gap:14px;font-size:9px}
.hero-actions .button{min-width:210px}
.chapter-rail{position:absolute;right:0;top:24%;width:72px;padding:31px 0 25px;background:rgba(250,250,248,.97);display:flex;align-items:center;flex-direction:column;gap:24px;z-index:5;box-shadow:0 10px 30px rgba(0,0,0,.035)}
.chapter-rail a{font-size:9px;letter-spacing:.04em;color:#717275;min-width:32px;min-height:22px;display:grid;place-items:center}
.chapter-rail a.active{color:var(--blue)}
.rail-line{height:48px;width:1px;background:var(--line);display:block;position:relative;margin-block:-15px}
.rail-line i{height:4px;width:4px;border-radius:100%;background:var(--blue);display:block;position:absolute;top:0;left:-1.5px;transition:top .2s}
.chapter-rail .rail-scroll{margin-top:22px}
.rail-scroll .icon{width:13px;height:21px}
.hero-signoff{position:absolute;bottom:27px;right:var(--gutter);font-size:9px;line-height:2;text-transform:uppercase;letter-spacing:.13em;display:flex;flex-direction:column;gap:13px}
.hero-foundations{position:absolute;bottom:0;left:0;width:67.3%;display:grid;grid-template-columns:1fr 1.14fr 1.14fr 1.14fr;align-items:center;height:114px;background:rgba(250,250,248,.95);border-top:1px solid rgba(255,255,255,.65);z-index:3}
.hero-thumbnail{height:100%;overflow:hidden;position:relative}
.hero-thumbnail img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .8s var(--ease)}
.hero-thumbnail:hover img{transform:scale(1.07)}
.thumbnail-arrow{position:absolute;right:10px;bottom:10px;width:24px;height:24px;background:rgba(250,250,248,.9);display:grid;place-items:center;font-size:17px}
.hero-foundations>div{height:56px;padding-left:25px;display:flex;flex-direction:column;justify-content:center;gap:10px}
.hero-foundations>div+div{border-left:1px solid var(--line)}
.foundation-title{font-size:clamp(20px,2vw,32px);font-weight:300;letter-spacing:-.035em}
.hero-foundations .micro{font-size:8px;letter-spacing:.06em}
.industry-strip{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:115px;border-bottom:1px solid var(--line)}
.industry-strip>p{font-size:8px;color:#696b6e;min-width:190px}
.industry-strip>a{font-size:14px;color:#818487;font-weight:500;display:flex;align-items:center;gap:12px;transition:color .3s;white-space:nowrap}
.industry-strip>a:hover{color:var(--ink)}
.mini-glyph{font-size:29px;line-height:1;font-weight:300;color:#9b9ea1}
.manufacturing-glyph{transform:rotate(-90deg)}
@keyframes line-in{from{opacity:0;transform:translateY(105%)}to{opacity:1;transform:translateY(0)}}
@keyframes wordmark-scan{to{left:100%}}
.brief-dialog{max-width:650px;width:calc(100% - 36px);margin-right:20px;margin-left:auto;max-height:calc(100dvh - 40px);height:auto}
.dialog-shell{padding:49px 44px 40px;position:relative}
.dialog-close{position:absolute;right:22px;top:22px;width:34px;height:34px;display:grid;place-items:center;z-index:3;border:1px solid #c9cdcc;transition:background .3s,color .3s}
.dialog-close:hover{background:var(--ink);color:white}
.dialog-close .icon{width:17px;height:17px}
.dialog-shell>.section-label{font-size:8px;margin-bottom:22px}
.dialog-shell h2{font-size:56px;line-height:1.04;letter-spacing:-.05em}
.dialog-intro{font-size:12px;color:var(--muted);margin-top:19px;max-width:370px}
fieldset{border:0;padding:0;margin:28px 0}
legend.micro{font-size:8px;letter-spacing:.08em;margin-bottom:13px}
.interest-options{display:flex;flex-wrap:wrap;gap:8px}
.interest-options label{position:relative;cursor:pointer;display:block}
.interest-options input{position:absolute;opacity:0;width:100%;height:100%;margin:0}
.interest-options span{border:1px solid #c9cdcb;display:block;padding:10px 13px;font-size:10px;transition:all .2s}
.interest-options input:checked+span{background:#171b1e;color:white;border-color:#171b1e}
.interest-options input:focus-visible+span{outline:2px solid var(--blue);outline-offset:3px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.form-row label,.project-label{font-size:10px;line-height:1.6;display:flex;flex-direction:column;gap:8px}
input[type="text"],input[type="email"],textarea{border:0;border-bottom:1px solid #b6bdba;background:transparent;padding:9px 0 11px;resize:vertical;border-radius:0;font-size:12px;width:100%;color:#161a1c}
input::placeholder,textarea::placeholder{color:#969d9a;font-size:11px}
.project-label{margin-top:22px}
.form-note{font-size:9px;line-height:1.7;color:#777f7c;margin:18px 0}
.form-submit{width:100%}
.brief-result{padding-top:30px}
.result-symbol{font-size:50px;color:var(--blue);font-weight:200}
.brief-result h3{font-size:46px;line-height:1.1;letter-spacing:-.04em;margin:10px 0 17px}
.brief-result p{font-size:12px;color:var(--muted)}
#brief-summary{border-block:1px solid var(--line);margin-block:25px;padding:20px 0;font-size:12px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}
.brief-result .button{width:100%;margin-bottom:16px}
.content-dialog{width:min(720px,calc(100% - 36px));max-height:85dvh;padding:60px 55px 48px;position:fixed}
.content-dialog .section-label{font-size:8px;margin-bottom:25px}
.content-dialog h2{font-size:clamp(35px,4vw,59px);line-height:1.08;margin-bottom:30px}
.content-dialog h3{font-size:24px;line-height:1.25;margin:27px 0 13px}
.content-dialog p{font-size:13px;line-height:1.9;color:var(--muted);margin-top:15px}
.content-dialog .text-link{margin-top:30px}
.content-dialog .credit-line{font-size:10px;border-top:1px solid var(--line);padding-top:22px;margin-top:30px}
.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#181e23;color:#fff;font-size:11px;padding:15px 25px;z-index:130;opacity:0;visibility:hidden;transition:all .3s;max-width:calc(100% - 30px);text-align:center}
.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
.noscript-note{padding:20px;font-size:13px;line-height:1.5;text-align:center;background:#e9eae7}
@keyframes dialog-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1800px){.hero-content{padding-top:195px}
.hero-description{font-size:16px;margin-top:32px}
.hero-actions{margin-top:32px}
.hero-foundations{height:140px}
.foundation-title{font-size:33px}
.hero-foundations .micro{font-size:9px}
.industry-strip{min-height:130px}
.industry-strip>a{font-size:18px}
.industry-strip>p{font-size:9px}}
@media(max-width:1199px){:root{--gutter:36px;--section-space:95px}
.header{gap:25px;height:90px}
.brand{width:145px}
.desktop-nav{gap:22px}
.desktop-nav a{font-size:8px}
.header-cta{width:158px;padding-inline:23px;font-size:9px}
.hero{height:795px;min-height:795px}
.hero-content{padding-top:180px;width:66%}
.hero h1{font-size:73px}
.hero-visual{width:65%;top:63px}
.hero-robot{object-position:48%}
.hero-description{font-size:12px;margin-top:28px}
.hero-actions{gap:22px}
.hero-actions .button{min-width:185px;padding-inline:19px}
.hero-actions .text-link{font-size:8px;gap:9px}
.hero-foundations{width:77%;height:105px}
.hero-foundations>div{padding-left:20px}
.foundation-title{font-size:23px}
.hero-foundations .micro{font-size:6.5px}
.hero-signoff{font-size:8px;right:30px;bottom:18px}
.chapter-rail{width:55px;padding-block:26px;gap:21px}
.industry-strip>p{min-width:130px;font-size:7px}
.industry-strip>a{font-size:11px;gap:9px}
.mini-glyph{font-size:23px}}
@media(max-width:900px){:root{--gutter:28px;--section-space:80px}
.header{height:82px}
.desktop-nav{display:none}
.header-cta{margin-left:auto;width:158px}
.menu-toggle{width:58px;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:7px;margin-left:-25px;border-left:1px solid #323639;background:#080909;color:white}
.menu-toggle span{width:18px;height:1px;background:currentColor;transition:transform .3s}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}
.header.is-fixed .header-cta{width:158px}
.mobile-menu:not([hidden]){display:flex;position:fixed;inset:82px 0 0;z-index:35;background:var(--paper);padding:35px var(--gutter);flex-direction:column;overflow:auto}
.header.is-fixed+.mobile-menu:not([hidden]){top:72px}
.mobile-menu>a{font-size:clamp(26px,5vw,44px);font-weight:300;letter-spacing:-.03em;border-bottom:1px solid var(--line);padding:15px 0;display:flex;justify-content:space-between}
.mobile-menu>a span{font-size:28px;font-weight:200;color:var(--blue)}
.mobile-menu>.button{margin-top:30px}
.mobile-menu>p{margin-top:25px;font-size:8px;color:#777}
.hero-content{padding-top:163px;width:75%}
.hero h1{font-size:clamp(58px,8.6vw,73px)}
.hero{height:740px;min-height:740px}
.hero-visual{width:66%;top:110px}
.hero-robot{object-position:43%}
.hero-intro{font-size:8px;margin-bottom:26px}
.hero-description{font-size:12px}
.hero-actions{gap:18px;flex-wrap:wrap}
.hero-actions .button{font-size:8px;min-width:170px;min-height:48px}
.hero-actions .text-link{font-size:7px}
.hero-foundations{width:86%;height:95px;grid-template-columns:1fr 1.13fr 1.13fr 1.13fr}
.hero-foundations>div{padding-left:14px;gap:8px}
.foundation-title{font-size:21px}
.hero-foundations .micro{font-size:6px}
.hero-signoff{display:none}
.chapter-rail{width:46px;top:30%;gap:20px}
.chapter-rail a{font-size:8px}
.industry-strip{min-height:130px;flex-wrap:wrap;justify-content:flex-start;column-gap:31px;row-gap:4px;padding-block:25px}
.industry-strip>p{width:100%;font-size:7px}
.industry-strip>p br{display:none}
.industry-strip>a{font-size:10px}
.mini-glyph{font-size:20px}}
@media(max-width:600px){:root{--gutter:22px;--gap:14px;--section-space:70px}
html{scroll-padding-top:76px}
.header{height:76px;padding-left:22px;gap:18px}
.brand{width:126px}
.header-cta{width:125px;padding:0 18px;font-size:8px}
.header-cta .icon{width:17px;height:17px}
.menu-toggle{width:44px;margin-left:-18px;flex-shrink:0}
.header.is-fixed{height:65px}
.header.is-fixed .brand{width:116px}
.header.is-fixed .header-cta{width:125px}
.header.is-fixed+.mobile-menu:not([hidden]){top:65px}
.mobile-menu:not([hidden]){top:76px;padding-top:24px}
.mobile-menu>a{font-size:31px;padding-block:17px}
.hero{height:auto;min-height:905px;padding-bottom:106px}
.hero-content{padding:124px var(--gutter) 0;width:100%}
.hero-intro{font-size:7px;letter-spacing:.11em;margin-bottom:23px;gap:10px}
.hero h1{font-size:clamp(47px,13.25vw,76px);letter-spacing:-.045em;line-height:1.04}
.hero h1 em{font-size:.97em;letter-spacing:-.045em}
.hero-visual{top:286px;right:-67px;bottom:auto;width:110%;height:415px;z-index:0}
.hero-robot{width:100%;height:100%;object-fit:contain;object-position:70% 50%}
.hero-veil{background:linear-gradient(90deg,#f3f3f2,rgba(243,243,242,.05) 29%,transparent 55%),linear-gradient(0deg,#f3f3f2 0%,transparent 30%,transparent 90%,#f3f3f2 100%)}
.hero-description{margin-top:270px;font-size:12px;max-width:215px;line-height:1.65;position:relative}
.hero-description br:nth-child(1){display:none}
.hero-actions{margin-top:24px;gap:18px;flex-wrap:nowrap;align-items:center;justify-content:flex-start}
.hero-actions .button{min-width:171px;font-size:8px;gap:23px;min-height:48px;padding:15px 15px}
.hero-actions .text-link{font-size:7px;line-height:1.6;gap:8px;max-width:100px;padding-top:6px}
.hero-actions .text-link span{font-size:17px}
.chapter-rail{display:none}
.hero-foundations{width:100%;height:83px;grid-template-columns:repeat(3,1fr);padding-inline:var(--gutter);gap:10px}
.hero-thumbnail{display:none}
.hero-foundations>div{padding:0 0 0 10px;height:44px;gap:6px}
.hero-foundations>div:nth-child(2){padding-left:0}
.hero-foundations>div+div{border-left:1px solid var(--line)}
.foundation-title{font-size:19px}
.hero-foundations .micro{font-size:5.5px;letter-spacing:.03em;white-space:nowrap}
.industry-strip{padding-block:23px;min-height:122px;gap:16px 27px;justify-content:space-between}
.industry-strip>p{font-size:6px}
.industry-strip>a{font-size:9px;width:calc(50% - 20px);gap:8px}
.industry-strip .mini-glyph{font-size:20px}
.dialog-shell{padding:39px 24px 30px}
.brief-dialog{width:calc(100% - 20px);margin:10px;max-height:calc(100dvh - 20px)}
.dialog-close{right:15px;top:15px;width:30px;height:30px}
.dialog-shell>.section-label{font-size:6px}
.dialog-shell h2{font-size:46px}
.dialog-intro{font-size:11px;margin-top:17px}
.interest-options{gap:7px}
.interest-options span{font-size:8px;padding:9px 11px}
.form-row{gap:16px}
.form-row label,.project-label{font-size:9px}
input[type="text"],input[type="email"],textarea{font-size:16px}
input::placeholder,textarea::placeholder{font-size:10px}
.form-note{font-size:8px}
.form-submit{font-size:8px}
.content-dialog{padding:49px 25px 30px}
.content-dialog p{font-size:12px}
.content-dialog h2{font-size:39px}
.content-dialog h3{font-size:22px}
.brief-result h3{font-size:39px}
.brief-result p{font-size:11px}
#brief-summary{font-size:11px}}
@media(max-width:359px){:root{--gutter:18px}
.header{padding-left:18px}
.brand{width:114px}
.header-cta{width:112px;font-size:7px}
.header.is-fixed .brand{width:103px}
.header.is-fixed .header-cta{width:112px}
.hero-content{padding-top:120px}
.hero-intro{font-size:6px}
.hero{min-height:866px}
.hero h1{font-size:45px}
.hero-visual{top:270px;height:390px}
.hero-description{margin-top:252px}
.hero-actions{gap:15px}
.hero-actions .button{min-width:153px;font-size:7px;padding-inline:13px}
.hero-actions .text-link{font-size:6px}
.foundation-title{font-size:17px}
.hero-foundations .micro{font-size:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
.hero-robot{transform:none!important}}
@media print{.header,.chapter-rail,.hero-actions{display:none!important}
html,body{background:white;color:black}
.hero{min-height:600px;height:600px}
.hero-content{padding-top:50px}}
@media(min-width:901px){.hero-visual{top:0}
.hero-signoff{padding:10px 13px;background:rgba(243,243,241,.82);right:22px;bottom:18px;font-size:8px;gap:9px}
.hero-signoff .blue-rule{width:40px}}
@media(max-width:600px){.hero-visual{top:292px;right:-8px;width:100%;height:365px}
.hero-description{margin-top:335px}}
@media(max-width:359px){.hero-visual{top:270px;height:350px}
.hero-description{margin-top:310px}}
@media(min-width:901px){.header:not(.is-fixed){background:linear-gradient(180deg,rgba(243,243,242,.95),rgba(243,243,242,.70) 60%,rgba(243,243,242,0))}}