@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.hidden{display:none}.rounded{border-radius:.25rem}}:root{--ink:#191919;--navy:#242e3d;--navy-deep:#192638;--orange:#e0552e;--copper:#d65d0b;--gray:#444;--muted:#77736d;--line:#d8d5cf;--paper:#f5f3ee;--white:#fff;--page:#fff;--page-soft:#f5f3ee;--shell:min(1240px, calc(100vw - 64px))}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{color:var(--ink);background:var(--page);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}body::selection{color:var(--white);background:var(--orange)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto}:focus-visible{outline:2px solid var(--orange);outline-offset:4px}.shell{width:var(--shell);margin-inline:auto}.section{padding:136px 0}.site-header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #19191921;width:100%;position:fixed;top:0;left:0}.header-inner{grid-template-columns:270px 1fr auto;align-items:center;height:78px;display:grid}.header-actions{align-items:center;gap:10px;display:flex}.theme-toggle{border:1px solid var(--ink);width:42px;height:42px;color:var(--ink);cursor:pointer;background:0 0;border-radius:3px;place-items:center;display:grid;position:relative;overflow:hidden}.theme-icon{place-items:center;width:18px;height:18px;transition:opacity .22s,transform .22s;display:grid;position:absolute}.theme-icon-sun{opacity:1;transform:translateY(0)rotate(0)}.theme-icon-sun i{border:1px solid;border-radius:50%;width:8px;height:8px;box-shadow:0 -7px 0 -3px,0 7px 0 -3px,7px 0 0 -3px,-7px 0 0 -3px,5px 5px 0 -3px,-5px -5px 0 -3px,5px -5px 0 -3px,-5px 5px 0 -3px}.theme-icon-moon{opacity:0;transform:translateY(20px)rotate(30deg)}.theme-icon-moon i{background:currentColor;border-radius:50%;width:14px;height:14px;position:relative}.theme-icon-moon i:after{content:"";background:var(--page-soft);border-radius:50%;width:12px;height:12px;position:absolute;top:1px;left:5px}[data-theme=dark] .theme-icon-sun{opacity:0;transform:translateY(-20px)rotate(-30deg)}[data-theme=dark] .theme-icon-moon{opacity:1;transform:translateY(0)rotate(0)}.brand-lockup{align-items:center;gap:12px;width:fit-content;display:inline-flex}.brand-lockup img{object-fit:contain;width:40px;height:42px}.brand-name{flex-direction:column;line-height:1;display:flex}.brand-name strong{letter-spacing:.08em;font-size:14px}.brand-name small{color:var(--muted);letter-spacing:.2em;margin-top:5px;font-family:Courier New,monospace;font-size:9px}.desktop-nav{justify-content:center;align-items:center;gap:clamp(18px,2.3vw,38px);display:flex}.desktop-nav a{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700;position:relative}.desktop-nav a:after{background:var(--orange);content:"";transform-origin:100%;height:2px;transition:transform .22s;position:absolute;bottom:-9px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.button{border:1px solid var(--orange);min-height:52px;color:var(--white);background:var(--orange);letter-spacing:.08em;text-transform:uppercase;border-radius:3px;justify-content:space-between;align-items:center;gap:32px;padding:0 22px;font-size:12px;font-weight:800;transition:color .18s,background-color .18s,border-color .18s;display:inline-flex}.button:hover{color:var(--white);border-color:var(--navy);background:var(--navy)}.button-small{gap:20px;min-height:42px;padding-inline:18px;font-size:11px}.button-light{color:var(--ink);border-color:var(--white);background:var(--white)}.button-light:hover{color:var(--white);border-color:var(--orange);background:var(--orange)}.button:disabled{cursor:wait;opacity:.65}.text-link{letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid;align-items:center;gap:34px;padding:10px 0 8px;font-size:12px;font-weight:800;display:inline-flex}.text-link span{transition:transform .18s}.text-link:hover span{transform:translate(3px,-3px)}.text-link-light{color:var(--white)}.menu-toggle,.mobile-panel{display:none}.hero{background:var(--paper);min-height:860px;padding-top:78px;position:relative;overflow:hidden}.hero-grid-lines,.contact-grid-bg{pointer-events:none;background-image:linear-gradient(#1919190e 1px,#0000 1px),linear-gradient(90deg,#1919190e 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 85%);mask-image:linear-gradient(#000 0%,#0000 85%)}.hero-layout{grid-template-columns:1.12fr .88fr;align-items:center;gap:7vw;min-height:690px;padding-top:48px;display:grid;position:relative}.eyebrow{color:var(--gray);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:16px;margin:0;font-family:Courier New,monospace;font-size:11px;font-weight:700;display:flex}.eyebrow span{width:34px;height:24px;color:var(--white);background:var(--orange);border-radius:2px;justify-content:center;align-items:center;display:inline-flex}.hero h1{letter-spacing:-.072em;max-width:760px;margin:30px 0;font-size:clamp(56px,6.25vw,94px);font-weight:800;line-height:.93}.line-mask{padding-bottom:.08em;padding-right:.08em;display:block;overflow:hidden}.line-mask>span{display:block}.accent-line{color:var(--orange)}.hero-copy{max-width:560px;color:var(--gray);margin:0;font-size:clamp(17px,1.45vw,21px);line-height:1.55}.hero-actions{align-items:center;gap:42px;margin-top:42px;display:flex}.hero-visual{border:1px solid var(--ink);background:var(--white);min-height:552px;box-shadow:18px 18px 0 var(--navy);border-radius:4px;position:relative}.hero-visual:before,.hero-visual:after{z-index:2;content:"";width:19px;height:19px;position:absolute}.hero-visual:before{border-top:4px solid var(--orange);border-left:4px solid var(--orange);top:-1px;left:-1px}.hero-visual:after{border-right:4px solid var(--orange);border-bottom:4px solid var(--orange);bottom:-1px;right:-1px}.hero-visual-top,.hero-visual-bottom{z-index:3;letter-spacing:.12em;justify-content:space-between;align-items:center;font-family:Courier New,monospace;font-size:9px;font-weight:700;display:flex;position:absolute;left:22px;right:22px}.hero-visual-top{border-bottom:1px solid var(--line);padding-bottom:13px;top:18px}.hero-visual-bottom{border-top:1px solid var(--line);align-items:end;padding-top:14px;bottom:20px}.hero-visual-bottom div{flex-direction:column;gap:2px;display:flex}.hero-visual-bottom small{color:var(--muted);font-size:8px}.status-dot{align-items:center;gap:7px;display:flex}.status-dot i{background:var(--orange);border-radius:50%;width:7px;height:7px}.visual-orbit{aspect-ratio:1;width:min(85%,420px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.visual-orbit img{z-index:2;object-fit:contain;width:47%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit,.axis{display:block;position:absolute}.orbit{border:1px solid var(--line);border-radius:50%;inset:0}.orbit-one:before,.orbit-one:after{background:var(--orange);content:"";border-radius:50%;width:9px;height:9px;position:absolute}.orbit-one:before{top:12%;left:18%}.orbit-one:after{bottom:26%;right:8%}.orbit-two{border-style:dashed;inset:15%}.axis-x{border-top:1px solid var(--line);top:50%;left:-5%;right:-5%}.axis-y{border-left:1px solid var(--line);top:-5%;bottom:-5%;left:50%}.hero-footer{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.hero-footer span{border-right:1px solid var(--line);letter-spacing:.12em;text-transform:uppercase;padding:19px 22px;font-family:Courier New,monospace;font-size:10px;font-weight:700}.hero-footer span:before{color:var(--orange);content:"+";margin-right:10px}.hero-footer span:last-child{border-right:0}.section-heading{grid-template-columns:.8fr 1.2fr;gap:5vw;margin-bottom:72px;display:grid}.section-heading>div{max-width:800px}.section-heading h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,4.4vw,68px);font-weight:800;line-height:1.02}.section-heading>div>p{max-width:620px;color:var(--gray);margin:25px 0 0;font-size:17px}.section-heading.is-light h2,.section-heading.is-light .eyebrow{color:var(--white)}.section-heading.is-light>div>p{color:#b5bdc9}.services-grid{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(3,1fr);display:grid}.service-card{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white);min-height:320px;padding:26px 28px 30px;transition:color .22s,background-color .22s;position:relative}.service-card-top{justify-content:space-between;align-items:start;display:flex}.service-index{color:var(--muted);font-family:Courier New,monospace;font-size:11px}.service-icon{width:48px;height:48px;color:var(--orange);border:1px solid var(--line);border-radius:3px;justify-content:center;align-items:center;display:inline-flex}.service-icon svg{width:27px;height:27px}.service-card h3{letter-spacing:-.03em;max-width:280px;margin:66px 0 14px;font-size:23px;line-height:1.15}.service-card p{max-width:310px;color:var(--gray);margin:0;font-size:14px;line-height:1.65}.card-corner{border-right:4px solid var(--orange);border-bottom:4px solid var(--orange);opacity:0;width:19px;height:19px;transition:opacity .18s;position:absolute;bottom:-1px;right:-1px}.service-card:hover{color:var(--white);background:var(--navy)}.service-card:hover p,.service-card:hover .service-index{color:#bdc4cd}.service-card:hover .service-icon{border-color:var(--orange)}.service-card:hover .card-corner{opacity:1}.solutions-section{color:var(--white);background:var(--navy)}.solutions-list{border-top:1px solid #526071}.solution-row{border-bottom:1px solid #526071;grid-template-columns:1.05fr .95fr;align-items:center;gap:7vw;padding:70px 0;display:grid}.solution-row.is-reversed .solution-visual{order:2}.solution-visual{background:var(--navy-deep);border:1px solid #647183;border-radius:4px;min-height:380px;position:relative;overflow:hidden}.solution-grid{background-image:linear-gradient(#ffffff12 1px,#0000 1px),linear-gradient(90deg,#ffffff12 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.solution-code{color:#9ca9b9;letter-spacing:.12em;font-family:Courier New,monospace;font-size:9px;position:absolute;top:20px;left:22px}.solution-core{border:1px solid var(--orange);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:190px;height:190px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.solution-core:before,.solution-core:after{content:"";border:1px dashed #536174;border-radius:50%;position:absolute}.solution-core:before{inset:-38px}.solution-core:after{inset:-78px}.solution-core strong{letter-spacing:-.05em;font-size:40px;line-height:1}.solution-core small{color:#9ca9b9;letter-spacing:.15em;margin-top:6px;font-family:Courier New,monospace;font-size:9px}.solution-core i{background:var(--orange);border-radius:50%;width:8px;height:8px;position:absolute}.solution-core i:first-child{top:25px;right:18px}.solution-core i:nth-child(2){bottom:16px;left:31px}.solution-points{gap:7px;display:flex;position:absolute;bottom:22px;right:22px}.solution-points span{background:#738095;width:6px;height:6px;display:block}.solution-points span:first-child{background:var(--orange)}.solution-field .solution-core{border-radius:4px;transform:translate(-50%,-50%)rotate(45deg)}.solution-field .solution-core>*{transform:rotate(-45deg)}.solution-field .solution-core:before,.solution-field .solution-core:after{border-radius:4px}.solution-operations .solution-core{border-radius:4px;width:240px;height:130px}.solution-commerce .solution-core{border-radius:4px 70px}.solution-copy{max-width:470px}.solution-index{color:var(--orange);font-family:Courier New,monospace;font-size:12px}.solution-copy h3{letter-spacing:-.05em;margin:21px 0 22px;font-size:clamp(34px,3.5vw,52px);line-height:1.04}.solution-copy p{color:#b7c0cb;margin:0;font-size:16px}.solution-copy>strong{color:var(--white);margin-top:26px;font-size:14px;display:block}.solution-copy .text-link{margin-top:35px}.why-section{background:var(--paper)}.why-layout{grid-template-columns:.8fr 1.2fr;gap:7vw;display:grid}.why-statement{border:1px solid var(--ink);background:var(--white);border-radius:4px;align-self:start;min-height:520px;padding:38px 42px;position:sticky;top:118px;overflow:hidden}.vertical-label{color:var(--muted);letter-spacing:.13em;font-family:Courier New,monospace;font-size:9px}.why-statement>p{z-index:2;letter-spacing:-.045em;max-width:380px;margin:72px 0 0;font-size:clamp(27px,2.5vw,38px);font-weight:700;line-height:1.16;position:relative}.why-mark{opacity:.09;width:250px;height:250px;position:absolute;bottom:-42px;right:-35px}.why-mark img{object-fit:contain;width:100%;height:100%}.advantages-list{border-top:1px solid var(--ink)}.advantages-list article{border-bottom:1px solid var(--ink);grid-template-columns:58px .75fr 1.25fr;align-items:start;gap:24px;padding:32px 0;display:grid}.advantages-list article>span{color:var(--orange);font-family:Courier New,monospace;font-size:11px}.advantages-list h3{letter-spacing:-.03em;margin:0;font-size:20px}.advantages-list p{color:var(--gray);margin:0;font-size:14px}.projects-section{overflow:hidden}.projects-list{gap:96px;display:grid}.project-card{border-top:1px solid var(--ink);grid-template-columns:.72fr 1.28fr;display:grid}.project-meta{letter-spacing:.1em;text-transform:uppercase;flex-direction:column;gap:7px;padding-top:22px;font-family:Courier New,monospace;font-size:10px;display:flex}.project-meta span:first-child{color:var(--orange)}.project-heading{justify-content:space-between;align-items:start;padding:18px 0 30px;display:flex}.project-heading h3{letter-spacing:-.06em;margin:0;font-size:clamp(40px,4.8vw,72px);line-height:1}.project-heading>span{font-size:26px}.project-screen{border:1px solid var(--ink);background:var(--navy);border-radius:4px;grid-column:1/-1;min-height:480px;position:relative;overflow:hidden}.screen-top{z-index:3;color:#a8b2c0;letter-spacing:.13em;justify-content:space-between;align-items:center;font-family:Courier New,monospace;font-size:9px;display:flex;position:absolute;top:20px;left:25px;right:25px}.screen-top i{background:var(--orange);border-radius:50%;width:8px;height:8px;display:block}.ems-layout{background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:42px 42px;border:1px solid #536173;grid-template-columns:.6fr 1.4fr .5fr;display:grid;position:absolute;inset:68px 34px 34px}.ems-metric,.ems-side{flex-direction:column;justify-content:center;padding:30px;display:flex}.ems-metric{border-right:1px solid #536173}.ems-metric span,.ems-side span{color:#9ba8b8;letter-spacing:.12em;font-family:Courier New,monospace;font-size:9px}.ems-metric strong{color:var(--white);letter-spacing:-.06em;margin-top:12px;font-size:clamp(44px,5vw,74px);line-height:1}.ems-metric small{color:var(--orange);margin-top:8px;font-family:Courier New,monospace;font-size:9px}.ems-chart{align-items:end;gap:7px;padding:42px 28px;display:flex;position:relative}.ems-chart i{z-index:1;border-top:2px solid var(--orange);background:#e0552e47;width:100%;max-height:82%}.chart-line{z-index:2;border-top:1px dashed #b9c2cd;position:absolute;top:43%;left:20px;right:20px;transform:rotate(-8deg)}.ems-side{border-left:1px solid #536173;gap:6px}.ems-side strong{color:var(--white);margin-bottom:35px;font-size:31px}.ems-side b{width:fit-content;color:var(--white);background:var(--orange);margin-top:5px;padding:4px 7px;font-family:Courier New,monospace;font-size:9px}.commerce-screen{background:#ece9e2}.commerce-screen .screen-top{color:var(--ink)}.commerce-layout{border:1px solid var(--ink);background:var(--white);grid-template-columns:170px 1fr 250px;display:grid;position:absolute;inset:64px 28px 28px}.commerce-menu{border-right:1px solid var(--ink);background:var(--navy);flex-direction:column;gap:23px;padding:35px 25px;display:flex}.commerce-menu i{background:#718095;width:70%;height:6px}.commerce-menu i:first-child{background:var(--orange);width:100%}.commerce-products{grid-template-columns:repeat(3,1fr);gap:15px;padding:35px 24px;display:grid}.commerce-products div{background:linear-gradient(135deg,#0000 49%,#c9c5be 50%,#0000 51%),#eeeae3;border:1px solid #b9b5ad;position:relative}.commerce-products div:after{background:var(--orange);content:"";height:7px;position:absolute;bottom:12px;left:12px;right:12px}.commerce-data{border-left:1px solid var(--ink);flex-direction:column;gap:18px;padding:35px 25px;display:flex}.commerce-data span{border-left:4px solid var(--orange);background:var(--paper);height:45px}.field-screen{background:linear-gradient(#ffffff0f 1px, transparent 1px), linear-gradient(90deg, #ffffff0f 1px, transparent 1px), var(--navy);background-size:46px 46px;justify-content:center;align-items:center;gap:70px;display:flex}.phone-frame{background:var(--white);border:1px solid #8793a2;border-radius:20px;width:230px;height:405px;overflow:hidden;box-shadow:18px 18px #0000002e}.phone-head{height:56px;color:var(--white);background:var(--ink);justify-content:space-between;align-items:center;padding:0 18px;font-family:Courier New,monospace;font-size:8px;display:flex}.phone-head i{background:var(--orange);border-radius:50%;width:7px;height:7px}.field-map{background-color:#f4f1ec;background-image:linear-gradient(#dedbd4 1px,#0000 1px),linear-gradient(90deg,#dedbd4 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;height:250px;position:relative;overflow:hidden}.route{border-top:3px solid var(--orange);width:200px;display:block;position:absolute}.route-one{top:105px;left:15px;transform:rotate(-28deg)}.route-two{top:150px;left:60px;transform:rotate(42deg)}.pin{border:3px solid var(--white);background:var(--navy);width:13px;height:13px;box-shadow:0 0 0 2px var(--navy);border-radius:50%;position:absolute}.pin-one{top:66px;left:42px}.pin-two{background:var(--orange);box-shadow:0 0 0 2px var(--orange);top:125px;right:52px}.pin-three{bottom:35px;right:27px}.field-task{flex-direction:column;gap:12px;padding:18px;display:flex}.field-task span{background:#dedbd4;height:8px}.field-task span:last-child{width:65%}.field-stats{width:260px;color:var(--white);gap:5px;display:grid}.field-stats span{color:#a8b2c0;letter-spacing:.12em;font-family:Courier New,monospace;font-size:9px}.field-stats strong{letter-spacing:-.06em;font-size:72px;line-height:1}.field-stats i{background:#687587;height:1px;margin:18px 0}.project-details{grid-column:2;grid-template-columns:1fr 1fr;gap:40px;padding-top:28px;display:grid}.project-details>div>span{color:var(--muted);letter-spacing:.12em;font-family:Courier New,monospace;font-size:9px;font-weight:700}.project-details p{color:var(--gray);margin:10px 0 0;font-size:14px}.project-details ul{flex-wrap:wrap;grid-column:1/-1;gap:8px;margin:0;padding:0;list-style:none;display:flex}.project-details li{border:1px solid var(--line);letter-spacing:.08em;text-transform:uppercase;border-radius:2px;padding:5px 9px;font-family:Courier New,monospace;font-size:9px;font-weight:700}.about-section{background:var(--paper)}.about-grid{grid-template-columns:.8fr 1.2fr;gap:7vw;display:grid}.about-location{border:1px solid var(--ink);background:linear-gradient(#ffffff12 1px, transparent 1px), linear-gradient(90deg, #ffffff12 1px, transparent 1px), var(--navy);background-size:34px 34px;border-radius:4px;flex-direction:column;justify-content:flex-end;width:min(100%,390px);min-height:330px;margin-top:68px;padding:34px;display:flex}.about-location span,.about-location small{color:#aeb7c3;letter-spacing:.14em;font-family:Courier New,monospace;font-size:9px}.about-location strong{color:var(--white);letter-spacing:-.055em;margin:6px 0;font-size:clamp(38px,4vw,60px);line-height:1}.about-copy h2{letter-spacing:-.055em;margin:0 0 38px;font-size:clamp(42px,4.4vw,68px);line-height:1.03}.about-copy p{max-width:650px;color:var(--gray);margin:0 0 24px;font-size:17px}.about-copy p:first-of-type{color:var(--ink);letter-spacing:-.025em;font-size:23px;font-weight:700;line-height:1.45}.about-copy .text-link{margin-top:17px}.contact-section{color:var(--white);background:var(--ink);position:relative}.contact-grid-bg{opacity:.28;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px)}.contact-layout{grid-template-columns:.85fr 1.15fr;gap:7vw;display:grid;position:relative}.contact-intro .eyebrow{color:#b6b6b6}.contact-intro h2{letter-spacing:-.065em;margin:42px 0 28px;font-size:clamp(48px,5.6vw,84px);line-height:.98}.contact-intro h2 em{color:var(--orange);font-style:normal}.contact-intro>p:not(.eyebrow){color:#b8b8b8;max-width:440px;font-size:17px}.contact-direct{gap:24px;margin-top:70px;display:grid}.contact-direct div{flex-direction:column;display:flex}.contact-direct span{color:#888;letter-spacing:.13em;margin-bottom:4px;font-family:Courier New,monospace;font-size:9px}.contact-direct a,.contact-direct p{color:var(--white);margin:0;font-size:14px}.contact-form-wrap{background:#191919c7;border:1px solid #5c5c5c;border-radius:4px;padding:clamp(26px,3.6vw,50px)}.contact-form{gap:25px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:23px;display:grid}.contact-form label{flex-direction:column;gap:8px;display:flex}.contact-form label>span{color:#aaa;letter-spacing:.13em;text-transform:uppercase;font-family:Courier New,monospace;font-size:9px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;color:var(--white);background:0 0;border:0;border-bottom:1px solid #5e5e5e;border-radius:0;outline:none;padding:12px 0;transition:border-color .18s}.contact-form textarea{resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#747474}.contact-form input:focus,.contact-form textarea:focus,.contact-form [aria-invalid=true]{border-color:var(--orange)}.field-error{color:#ff9273;font-size:11px}.honeypot{left:-9999px;position:absolute!important}.form-footer{align-items:center;gap:24px;display:flex}.form-divider{color:#747474;text-transform:uppercase;font-family:Courier New,monospace;font-size:10px}.form-status{color:#aaa;min-height:24px;margin:0;font-size:12px}.form-status.success{color:#9fc89f}.form-status.error{color:#ff9273}.site-footer{color:var(--white);background:var(--ink);border-top:1px solid #454545}.footer-main{grid-template-columns:1.1fr .8fr 1.1fr;align-items:center;gap:50px;padding:58px 0;display:grid}.footer-brand .brand-name small{color:#8a8a8a}.footer-main>p{color:#989898;letter-spacing:.12em;text-transform:uppercase;margin:0;font-family:Courier New,monospace;font-size:10px}.footer-main nav{justify-content:flex-end;gap:22px;display:flex}.footer-main nav a{text-transform:uppercase;font-size:11px;font-weight:700}.footer-bottom{color:#7d7d7d;letter-spacing:.08em;text-transform:uppercase;border-top:1px solid #3e3e3e;grid-template-columns:1fr 1fr 1fr;padding:20px 0;font-family:Courier New,monospace;font-size:8px;display:grid}.footer-bottom span:nth-child(2){text-align:center}.footer-bottom a{color:var(--white);text-align:right}[data-theme=dark]{--page:#101720;--page-soft:#161f2a}[data-theme=dark] body{color:#f0ede7;background:var(--page)}[data-theme=dark] .site-header{background:#101720f0;border-bottom-color:#3c4653}[data-theme=dark] .brand-name strong,[data-theme=dark] .desktop-nav a{color:#f0ede7}[data-theme=dark] .brand-name small{color:#929ba7}[data-theme=dark] .theme-toggle,[data-theme=dark] .menu-toggle{color:#f0ede7;background:#161f2a;border-color:#687484}[data-theme=dark] .menu-toggle span{border-color:#f0ede7}[data-theme=dark] .hero{background:#111923}[data-theme=dark] .hero-grid-lines{background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px)}[data-theme=dark] .eyebrow,[data-theme=dark] .hero-copy{color:#abb3bd}[data-theme=dark] .hero h1,[data-theme=dark] .section-heading h2,[data-theme=dark] .about-copy h2,[data-theme=dark] .project-heading h3{color:#f4f0e9}[data-theme=dark] .accent-line{color:var(--orange)}[data-theme=dark] .hero-visual{color:#e8e5df;background:#192330;border-color:#697585;box-shadow:18px 18px #080c11}[data-theme=dark] .hero-visual-top,[data-theme=dark] .hero-visual-bottom{border-color:#485564}[data-theme=dark] .orbit,[data-theme=dark] .axis{border-color:#4a5665}[data-theme=dark] .hero-footer{color:#e8e5df;border-color:#667281}[data-theme=dark] .hero-footer span{border-color:#3c4754}[data-theme=dark] .services-section,[data-theme=dark] .projects-section{background:#101720}[data-theme=dark] .section-heading>div>p,[data-theme=dark] .service-card p,[data-theme=dark] .advantages-list p,[data-theme=dark] .project-details p,[data-theme=dark] .about-copy p{color:#aab1ba}[data-theme=dark] .services-grid,[data-theme=dark] .service-card{border-color:#566170}[data-theme=dark] .service-card{color:#f0ede7;background:#151e29}[data-theme=dark] .service-card:hover{background:#202c3a}[data-theme=dark] .service-icon{border-color:#4c5765}[data-theme=dark] .why-section,[data-theme=dark] .about-section{background:#151e29}[data-theme=dark] .why-statement{color:#f0ede7;background:#101720;border-color:#5d6876}[data-theme=dark] .advantages-list,[data-theme=dark] .advantages-list article{border-color:#596473}[data-theme=dark] .advantages-list h3{color:#f0ede7}[data-theme=dark] .project-card{border-color:#65707e}[data-theme=dark] .project-meta{color:#c2c8cf}[data-theme=dark] .project-details li{color:#e4e1da;border-color:#4f5a68}[data-theme=dark] .commerce-screen{background:#121b25}[data-theme=dark] .commerce-screen .screen-top{color:#e6e2db}[data-theme=dark] .commerce-layout{background:#1b2531;border-color:#6b7683}[data-theme=dark] .commerce-products div{background:linear-gradient(135deg,#0000 49%,#4c5866 50%,#0000 51%),#27323f;border-color:#505c6a}[data-theme=dark] .commerce-data{border-color:#596574}[data-theme=dark] .commerce-data span{background:#26313e}[data-theme=dark] .about-copy p:first-of-type{color:#f0ede7}[data-theme=dark] .contact-section,[data-theme=dark] .site-footer{background:#090d12}[data-theme=dark] .contact-form-wrap{background:#090d12cc;border-color:#53606f}[data-theme=dark] .footer-main,[data-theme=dark] .footer-bottom{border-color:#303a46}@media (max-width:1100px){:root{--shell:min(100% - 48px, 1000px)}.header-inner{grid-template-columns:230px 1fr auto}.desktop-nav{gap:15px}.desktop-nav a{font-size:10px}.hero-layout{gap:4vw}.hero-visual{min-height:490px}.service-card{min-height:300px}.project-screen{min-height:430px}.commerce-layout{grid-template-columns:130px 1fr 190px}.footer-main{grid-template-columns:1fr .7fr}.footer-main nav{grid-column:1/-1;justify-content:flex-start}}@media (max-width:860px){:root{--shell:calc(100% - 36px)}.site-header{opacity:1;border-bottom-color:#1919191f;background:var(--page)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}[data-theme=dark] .site-header{border-bottom-color:#3c4653;background:#101720!important}.section{padding:96px 0}.header-inner{grid-template-columns:1fr auto;height:70px}.desktop-nav,.header-cta{display:none}.menu-toggle{border:1px solid var(--ink);background:var(--white);border-radius:3px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:42px;height:42px;display:flex}.menu-toggle span{border-top:1px solid var(--ink);width:18px;transition:transform .18s;display:block}.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)}.mobile-panel{z-index:90;visibility:hidden;pointer-events:none;opacity:0;flex-direction:column;justify-content:space-between;height:calc(100dvh - 70px);padding:34px 18px;transition:opacity .18s,visibility .18s;display:flex;position:fixed;top:70px;left:0;right:0;overflow-y:auto;background:#f5f3ee!important}.mobile-panel.is-open{z-index:99;visibility:visible;pointer-events:auto;opacity:1}[data-theme=dark] .mobile-panel{background:#101720!important}.mobile-panel nav{flex-direction:column;display:flex}.mobile-panel nav a{color:var(--ink);letter-spacing:-.03em;border-bottom:1px solid #7f8792;align-items:center;gap:20px;padding:16px 0;font-size:24px;font-weight:700;display:flex}[data-theme=dark] .mobile-panel nav a{color:var(--white);border-bottom-color:#526071}.mobile-panel nav a span{color:var(--orange);font-family:Courier New,monospace;font-size:10px}.hero{padding-top:70px}.hero-layout{grid-template-columns:1fr;padding:90px 0 70px}.hero-content{max-width:720px}.hero h1{font-size:clamp(54px,10vw,84px)}.hero-visual{min-height:540px;margin-top:25px}.hero-footer{grid-template-columns:1fr 1fr}.hero-footer span:nth-child(2){border-right:0}.hero-footer span:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-heading,.why-layout,.about-grid,.contact-layout{grid-template-columns:1fr}.section-heading{gap:35px}.services-grid{grid-template-columns:1fr 1fr}.solution-row,.solution-row.is-reversed{grid-template-columns:1fr}.solution-row.is-reversed .solution-visual{order:initial}.solution-copy{max-width:640px}.why-statement{min-height:430px;position:relative;top:0}.project-card{grid-template-columns:.4fr 1.6fr}.project-details{grid-column:1/-1}.project-screen{min-height:390px}.ems-layout{grid-template-columns:.7fr 1.3fr}.ems-side{display:none}.commerce-layout{grid-template-columns:110px 1fr}.commerce-data{display:none}.contact-layout{gap:70px}}@media (max-width:600px){:root{--shell:calc(100% - 28px)}.section{padding:78px 0}.brand-name strong{font-size:12px}.brand-name small{font-size:8px}.hero-layout{padding:76px 0 60px}.hero h1{margin-top:24px;font-size:clamp(45px,14vw,66px)}.hero-copy{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start;gap:22px}.hero-visual{min-height:420px;box-shadow:10px 10px 0 var(--navy);margin-right:10px}.visual-orbit{width:84%}.hero-visual-bottom strong{max-width:150px}.hero-footer span{padding:14px 10px;font-size:8px}.section-heading{margin-bottom:48px}.section-heading h2,.about-copy h2{font-size:40px}.section-heading>div>p{font-size:15px}.services-grid{grid-template-columns:1fr}.service-card{min-height:280px}.solution-row{gap:42px;padding:54px 0}.solution-visual{min-height:330px}.solution-core{width:150px;height:150px}.solution-core:before{inset:-28px}.solution-core:after{inset:-55px}.solution-operations .solution-core{width:190px;height:105px}.why-statement{min-height:370px;padding:28px}.why-statement>p{margin-top:56px;font-size:27px}.advantages-list article{grid-template-columns:42px 1fr}.advantages-list p{grid-column:2}.projects-list{gap:72px}.project-card{grid-template-columns:1fr}.project-heading{display:grid}.project-heading h3{font-size:46px}.project-heading>span{display:none}.project-screen{min-height:355px}.ems-layout{grid-template-columns:1fr;inset:58px 14px 14px}.ems-metric{z-index:4;border-right:0;padding:0;position:absolute;top:20px;left:18px}.ems-metric strong{font-size:42px}.ems-chart{grid-column:1;padding:110px 16px 25px}.commerce-layout{grid-template-columns:70px 1fr;inset:58px 14px 14px}.commerce-menu{gap:18px;padding:25px 14px}.commerce-products{grid-template-columns:1fr 1fr;padding:22px 14px}.commerce-products div:last-child{display:none}.field-screen{gap:22px;padding:30px 15px}.phone-frame{width:185px;height:325px}.field-map{height:190px}.field-stats{width:90px}.field-stats strong{font-size:48px}.project-details{grid-template-columns:1fr}.project-details ul{grid-column:1}.about-location{min-height:280px;margin-top:40px}.about-copy p:first-of-type{font-size:20px}.contact-intro h2{font-size:50px}.contact-direct{margin-top:48px}.form-grid{grid-template-columns:1fr}.form-footer{flex-direction:column;align-items:flex-start}.form-divider{display:none}.footer-main{grid-template-columns:1fr;gap:28px}.footer-main nav{grid-template-columns:1fr 1fr;display:grid}.footer-bottom{grid-template-columns:1fr;gap:12px}.footer-bottom span:nth-child(2),.footer-bottom a{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
