:root{--ink:#17202d;--muted:#667085;--line:#e6e8ec;--orange:#ff7d00;--blue:#165dff;--paper:#f7f8fa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}.site-header{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,36px);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:10}.brand{display:flex;gap:11px;align-items:center;font:700 17px 'Space Grotesk';letter-spacing:.04em}.brand-mark{display:grid;place-items:center;background:var(--ink);color:#fff;width:30px;height:30px;border-radius:50%;font:700 16px 'Space Grotesk'}.brand-sub{display:block;font:500 8px 'DM Sans';letter-spacing:.22em;color:#9098a4;margin-top:2px}.main-nav{display:flex;gap:34px;font-size:13px;color:#5e6673}.main-nav a:hover,.text-link:hover,.card-link:hover{color:var(--orange)}.header-actions{display:flex;align-items:center;gap:18px}.lang-btn,.menu-btn{background:none;border:0;font:600 12px 'DM Sans';color:var(--ink);cursor:pointer}.lang-btn span{color:#9aa2ad;margin-left:4px}.menu-btn{display:none;font-size:22px}.btn{display:inline-flex;align-items:center;gap:18px;padding:14px 21px;border-radius:2px;font-size:12px;font-weight:700;letter-spacing:.03em;transition:.2s}.btn span{font-size:17px;font-weight:400}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#354154;transform:translateY(-2px)}.btn-orange{background:var(--orange);color:#171717}.btn-orange:hover{background:#ff8e26;transform:translateY(-2px)}.btn-small{padding:11px 16px;font-size:11px}.section-pad{padding-left:max(7vw,36px);padding-right:max(7vw,36px)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:7vw;min-height:650px;padding-top:82px;padding-bottom:84px;align-items:center}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.17em;color:#8b95a4;display:flex;align-items:center;gap:10px}.eyebrow-dot{width:6px;height:6px;background:var(--orange);border-radius:50%;display:inline-block}.hero h1,h2{font:600 clamp(38px,4.4vw,68px)/1.04 'Space Grotesk';letter-spacing:-.055em;margin:24px 0 24px}.hero h1 em,h2 em{font-style:normal;color:var(--orange)}.hero-copy>p{max-width:445px;color:var(--muted);font-size:16px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.text-link{font-size:12px;font-weight:700}.text-link span{font-size:18px;margin-left:8px}.hero-proof{display:flex;align-items:center;gap:14px;margin-top:54px;color:#8b95a4;font-size:11px}.avatars{display:flex}.avatars span{width:27px;height:27px;border:2px solid #fff;border-radius:50%;background:#ced4dd;color:#4c5869;display:grid;place-items:center;font-size:8px;font-weight:700;margin-left:-6px}.avatars span:first-child{margin:0;background:#263e50;color:#fff}.avatars span:nth-child(2){background:#d09c77;color:#fff}.avatars span:last-child{background:#f1f2f4}.hero-art{position:relative;height:510px}.hero-art img{width:100%;height:100%;object-fit:cover;filter:saturate(.78)}.art-stamp{position:absolute;right:-19px;top:35px;width:104px;height:104px;background:var(--orange);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#1b1b1b;font:700 13px 'Space Grotesk';line-height:1}.art-stamp strong{font-size:23px}.art-stamp small{font:700 6px 'DM Sans';margin-top:6px;letter-spacing:.1em}.art-caption{position:absolute;bottom:18px;left:20px;right:20px;color:#fff;font-size:10px;display:flex;justify-content:space-between;letter-spacing:.08em}.metrics{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding-top:30px;padding-bottom:30px}.metrics div{display:flex;align-items:baseline;gap:14px;padding-left:20px;border-left:1px solid var(--line)}.metrics div:first-child{padding-left:0;border:0}.metrics strong{font:600 31px 'Space Grotesk'}.metrics span{font-size:11px;color:#8b95a4}.products-section{padding-top:130px;padding-bottom:130px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:56px}.section-head h2{margin-bottom:0}.section-head>p{max-width:285px;color:var(--muted);font-size:13px;line-height:1.6;margin-bottom:4px}.product-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.product-card{border:1px solid var(--line);background:#fff}.product-image{height:300px;position:relative;overflow:hidden}.product-card:first-child .product-image{height:300px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.04)}.product-tag{position:absolute;top:16px;left:16px;width:28px;height:28px;background:#fff;border-radius:50%;display:grid;place-items:center;font-size:10px}.product-info{padding:20px 22px 22px}.product-info h3{font:600 18px 'Space Grotesk';margin:0 0 8px}.product-info p{font-size:11px;color:var(--muted);margin:0 0 18px}.card-link{font-size:11px;font-weight:700}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center;background:var(--paper);padding-top:100px;padding-bottom:100px}.split-image{height:480px;position:relative}.split-image img{width:100%;height:100%;object-fit:cover}.image-note{position:absolute;bottom:0;left:0;background:var(--orange);padding:16px 20px;display:flex;gap:18px;font-size:11px;font-weight:700}.split-copy h2{font-size:clamp(36px,4vw,58px)}.split-copy>p{color:var(--muted);max-width:400px;line-height:1.7;font-size:14px}.check-list{list-style:none;padding:0;margin:30px 0 34px;display:grid;gap:14px;font-size:13px}.check-list li{display:flex;align-items:center;gap:12px}.check-list li span:first-child{width:20px;height:20px;border-radius:50%;background:#e9eefc;color:var(--blue);display:grid;place-items:center;font-size:12px}.about-band{display:grid;grid-template-columns:1fr 1fr;gap:9vw;padding-top:120px;padding-bottom:120px}.about-band h2{font-size:clamp(38px,4vw,58px);margin-bottom:0}.about-details{padding-top:57px}.about-details>p{font:500 20px/1.5 'Space Grotesk';max-width:460px;margin:0}.signature{display:flex;align-items:center;gap:15px;margin-top:42px;font-size:11px;font-weight:700}.signature-line{width:55px;height:1px;background:var(--orange)}.signature small{font:500 8px 'DM Sans';color:#8b95a4;letter-spacing:.1em}.insights{background:#f7f8fa;padding-top:100px;padding-bottom:110px}.section-head.compact{margin-bottom:38px}.section-head.compact h2{font-size:39px}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.insight-img{height:210px;position:relative}.insight-img img{width:100%;height:100%;object-fit:cover}.insight-img span{position:absolute;bottom:12px;left:12px;background:#fff;padding:6px 8px;font-size:8px;font-weight:700;letter-spacing:.08em}.insight-type{font-size:9px;color:var(--orange);font-weight:700;letter-spacing:.15em;margin:20px 0 8px}.insight-grid h3{font:500 18px/1.25 'Space Grotesk';margin:0 0 16px;max-width:290px}.contact-cta{background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:9vw;padding:100px max(7vw,36px)}.contact-cta h2{font-size:clamp(44px,5vw,75px);margin:22px 0 0}.light{color:#aab3c0}.cta-right{display:flex;flex-direction:column;align-items:flex-start;justify-content:end}.cta-right p{max-width:320px;color:#aab3c0;font-size:14px;line-height:1.6;margin:0 0 28px}.site-footer{background:#101720;color:#fff;padding:45px max(7vw,36px) 25px}.footer-top{display:flex;align-items:start;justify-content:space-between;padding-bottom:55px}.footer-brand{color:#fff}.footer-top>p{color:#8f9aa9;font-size:13px;line-height:1.6;margin:0}.footer-contact{display:flex;flex-direction:column;gap:10px;text-align:right;font-size:12px;color:#dce1e8}.footer-bottom{border-top:1px solid #26303c;padding-top:18px;display:flex;justify-content:space-between;font-size:10px;color:#758192}.footer-bottom a{color:#b3bdc9}.menu-open .main-nav{display:flex;position:absolute;top:81px;left:0;right:0;background:#fff;padding:25px 36px;flex-direction:column;gap:20px;border-bottom:1px solid var(--line)}
@media(max-width:800px){.site-header{height:68px;padding:0 22px}.main-nav{display:none}.menu-btn{display:block}.header-actions{gap:12px}.header-actions .btn{display:none}.hero{grid-template-columns:1fr;padding-top:55px;gap:45px}.hero-art{height:390px}.art-stamp{right:10px}.metrics{grid-template-columns:repeat(2,1fr);gap:20px}.metrics div:nth-child(3){padding-left:0;border-left:0}.products-section{padding-top:80px;padding-bottom:80px}.section-head{display:block;margin-bottom:35px}.section-head>p{margin-top:25px}.product-grid{grid-template-columns:1fr}.product-image,.product-card:first-child .product-image{height:260px}.split-section,.about-band,.contact-cta{grid-template-columns:1fr;gap:48px;padding-top:75px;padding-bottom:75px}.split-image{height:340px}.about-details{padding-top:0}.insights{padding-top:75px;padding-bottom:75px}.insight-grid{grid-template-columns:1fr;gap:42px}.insight-img{height:240px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-contact{text-align:left;grid-column:1/-1}.footer-bottom{flex-wrap:wrap;gap:12px}}
.trust-strip{min-height:72px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:clamp(20px,4vw,58px);color:#8a94a3;font-size:10px;letter-spacing:.11em;font-weight:700}.trust-strip>span:not(.trust-label){color:#465365}.trust-label{font-size:9px;color:#aab2be;white-space:nowrap}.trust-right{margin-left:auto}.product-toolbar{display:flex;align-items:center;gap:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;margin-bottom:24px;color:#8a94a3;font-size:11px}.filter-pills{display:flex;gap:7px}.filter-pill{border:1px solid var(--line);background:#fff;color:#637083;padding:8px 12px;border-radius:30px;font:600 10px 'DM Sans';cursor:pointer;transition:.2s}.filter-pill:hover,.filter-pill.active{border-color:var(--ink);background:var(--ink);color:#fff}.product-toolbar>.text-link{margin-left:auto}.product-card.is-hidden{display:none}.product-status{position:absolute;right:14px;bottom:14px;background:rgba(23,32,45,.9);color:#fff;padding:7px 9px;font-size:8px;letter-spacing:.08em;text-transform:uppercase}.capability-band{display:grid;grid-template-columns:1fr 1.5fr;gap:9vw;background:#eef2f7;padding-top:100px;padding-bottom:100px}.capability-heading h2{font-size:clamp(42px,4.4vw,64px);margin-top:22px}.capability-list{border-top:1px solid #d6dde7}.capability-item{display:grid;grid-template-columns:42px 1fr 20px;gap:18px;align-items:start;padding:22px 0;border-bottom:1px solid #d6dde7}.capability-item>span{font:600 11px 'Space Grotesk';color:var(--orange);padding-top:3px}.capability-item strong{font:600 18px 'Space Grotesk'}.capability-item p{color:#718096;font-size:12px;margin:7px 0 0}.capability-item b{font-weight:400;font-size:19px;color:#64748b}.cta-note{max-width:355px;color:#aab3c0;line-height:1.6;font-size:14px;margin-top:30px}.quote-form{background:#fff;color:var(--ink);padding:28px;display:grid;gap:17px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form label{display:grid;gap:7px;font-size:10px;font-weight:700;color:#5f6b7b;letter-spacing:.05em}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #dfe4eb;background:#fbfcfd;color:var(--ink);font:400 12px 'DM Sans';padding:12px 13px;outline:none;resize:vertical}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,125,0,.1)}.quote-form .btn{border:0;justify-self:start;cursor:pointer}.quote-form small{font-size:11px;color:#50805f;min-height:15px}
@media(max-width:800px){.trust-strip{gap:16px;flex-wrap:wrap;padding-top:18px;padding-bottom:18px}.trust-strip .trust-label{width:100%}.trust-right{margin-left:0!important}.product-toolbar{align-items:flex-start;flex-wrap:wrap;gap:12px}.product-toolbar>.text-link{width:100%;margin-left:0}.filter-pills{overflow:auto;max-width:100%}.capability-band{grid-template-columns:1fr;gap:34px;padding-top:75px;padding-bottom:75px}.form-row{grid-template-columns:1fr}.quote-form{padding:20px}.cta-note{margin-top:22px}}
.capability-lede{max-width:320px;color:#718096;font-size:14px;line-height:1.65;margin:28px 0}.capability-badge{display:flex;align-items:center;gap:14px;margin-top:52px;color:#718096;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.capability-badge strong{font:600 20px 'Space Grotesk';color:var(--ink);letter-spacing:0}.industries{display:grid;grid-template-columns:1fr 1.5fr;gap:9vw;padding-top:110px;padding-bottom:110px}.industries-copy h2{font-size:clamp(42px,4vw,60px)}.industry-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.industry-grid>div{min-height:140px;border-bottom:1px solid var(--line);padding:24px 24px 20px 0;display:flex;flex-direction:column;gap:9px}.industry-grid>div:nth-child(odd){border-right:1px solid var(--line);padding-right:28px}.industry-grid>div:nth-child(even){padding-left:28px}.industry-no{font-size:10px;color:var(--orange);font-weight:700}.industry-grid strong{font:600 20px 'Space Grotesk'}.industry-grid small{color:#8a94a3;font-size:11px;line-height:1.4}@media(max-width:800px){.industries{grid-template-columns:1fr;gap:38px;padding-top:75px;padding-bottom:75px}.industry-grid>div{min-height:125px}.capability-badge{margin-top:30px}}
:root{--form-fix:1}.contact-cta .quote-form{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;width:min(100%,520px)!important;background:#fff!important;color:var(--ink)!important;padding:30px!important;box-shadow:0 18px 45px rgba(0,0,0,.14)!important}.contact-cta .quote-form .form-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}.contact-cta .quote-form label{display:grid!important;gap:7px!important;width:100%!important;color:#5f6b7b!important;font-size:10px!important}.contact-cta .quote-form input,.contact-cta .quote-form select,.contact-cta .quote-form textarea{display:block!important;width:100%!important;min-height:42px!important;border:1px solid #dfe4eb!important;background:#fbfcfd!important;color:var(--ink)!important;padding:12px 13px!important;font:400 12px 'DM Sans'!important}.contact-cta .quote-form textarea{min-height:82px!important}.contact-cta .quote-form .btn{display:inline-flex!important;width:max-content!important;min-height:44px!important}@media(max-width:800px){.contact-cta .quote-form{width:100%!important;padding:22px!important}.contact-cta .quote-form .form-row{grid-template-columns:1fr!important}}

