@font-face{font-family:Manrope;src:url('assets/fonts/Manrope-Variable.ttf') format('truetype');font-style:normal;font-weight:200 800;font-display:swap}
:root{--paper:#f8f9f8;--white:#fff;--ink:#19201f;--muted:#60676b;--line:#d7dcdd;--blue:#2348a0;--blue-hover:#193a89;--night:#232c2a;--shell:1320px;--gutter:clamp(24px,5vw,88px);--font:"Manrope","Segoe UI",Arial,sans-serif;--type-hero:clamp(2.75rem,4.15vw,4.125rem);--type-section:clamp(2rem,2.8vw,2.75rem);--type-feature:clamp(2.25rem,3.2vw,3rem);--type-card:1.375rem;--type-body:1rem;--type-label:.75rem}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:108px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:var(--type-body);font-weight:400;line-height:1.6;font-synthesis:none;font-kerning:normal}
a{color:inherit;text-decoration:none}
button,summary,a{-webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
img{display:block;max-width:100%}
figure,p,h1,h2,h3{margin:0}
.shell{width:min(var(--shell),calc(100% - var(--gutter)*2));margin-inline:auto}
.skip-link{position:fixed;left:20px;top:15px;padding:12px 18px;background:var(--blue);color:white;z-index:1000;transform:translateY(-200%)}
.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;background:rgba(248,249,248,.97);z-index:50;border-bottom:1px solid var(--line)}
.header-inner{min-height:108px;display:flex;align-items:center;gap:40px}
.wordmark{font-size:1.5rem;line-height:1.02;letter-spacing:-.045em;display:grid;flex-shrink:0;font-weight:650}
.wordmark i{display:block;width:35px;height:4px;background:var(--blue);margin-top:9px}
.desktop-nav{margin-left:auto;display:flex;gap:28px;align-items:center;font-size:.875rem;font-weight:500;line-height:1.4}
.desktop-nav a{position:relative;padding:10px 0;white-space:nowrap}
.desktop-nav a:after{content:"";height:1px;background:var(--blue);position:absolute;left:0;right:100%;bottom:5px;transition:right .2s}
.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{right:0}
.header-phone{font-size:1.0625rem;font-weight:600;white-space:nowrap;letter-spacing:-.015em;margin-left:16px;font-variant-numeric:lining-nums}
.header-phone:hover{color:var(--blue)}
.mobile-menu{display:none}
.hero{display:grid;grid-template-columns:51% 49%;position:relative;max-width:1800px;margin:auto;border-bottom:1px solid var(--line)}
.hero-copy{padding:clamp(68px,6.6vw,104px) 22px 76px max(var(--gutter),calc((100vw - var(--shell))/2));position:relative;z-index:2;align-self:center}
.eyebrow{color:var(--blue);font-weight:650;font-size:var(--type-label);text-transform:uppercase;letter-spacing:.115em;line-height:1.55}
h1{font-size:var(--type-hero);font-weight:600;letter-spacing:-.045em;line-height:1.1;margin-top:34px;margin-bottom:30px}
h1 span{position:relative;white-space:nowrap;background:var(--paper);box-shadow:12px 0 0 var(--paper);padding-bottom:5px}
.hero-lead{font-size:clamp(1.0625rem,1.3vw,1.25rem);color:#434b50;line-height:1.6;margin-bottom:34px;max-width:590px;letter-spacing:-.012em}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:58px;padding:15px 26px;font-size:.9375rem;font-weight:600;line-height:1.4;transition:background .2s,transform .2s}
.button-blue{background:var(--blue);color:white}
.button-blue:hover{background:var(--blue-hover)}
.button span{font-size:24px;line-height:1;transition:transform .2s}
.button:hover span{transform:translateX(4px)}
.hero-caption{display:block;font-size:.8125rem;color:var(--muted);margin-top:22px;line-height:1.5}
.hero-photo{position:relative;min-height:650px;height:100%;padding-bottom:26px}
.hero-photo img{width:100%;height:100%;position:absolute;inset:0 0 26px;max-height:calc(100% - 26px);object-fit:cover;object-position:57% center}
.hero-photo figcaption{position:absolute;bottom:5px;left:0;font-size:.75rem;color:var(--muted);line-height:1.5}
.section{padding:80px 0}
.section-label{font-size:var(--type-label);letter-spacing:.115em;text-transform:uppercase;color:var(--muted);font-weight:600;line-height:1.5;margin-bottom:16px}
h2{font-size:var(--type-section);line-height:1.16;letter-spacing:-.035em;font-weight:600;text-wrap:balance}
h3{font-size:var(--type-card);letter-spacing:-.025em;line-height:1.3;font-weight:600;text-wrap:balance}
.section-heading{margin-bottom:36px}
.contact-section{background:var(--night);color:#fff;padding:65px 0 28px;scroll-margin-top:100px}
.contact-top{display:grid;grid-template-columns:1.45fr 1fr;gap:64px;align-items:start}
.contact-section .eyebrow{color:#d7dfdc;letter-spacing:.115em;margin-bottom:18px}
.contact-section h2{font-size:var(--type-feature);max-width:730px}
.contact-intro{color:#b8c2bf;font-size:1.0625rem;margin-top:18px;line-height:1.6}
.contact-details{justify-self:end;display:grid;justify-items:start;gap:5px}
.contact-phone{font-size:clamp(1.5rem,2.4vw,2.25rem);font-weight:500;line-height:1.3;letter-spacing:-.03em;white-space:nowrap;font-variant-numeric:lining-nums}
.contact-email{font-size:1.25rem;color:#d7dfdc;letter-spacing:-.012em;line-height:1.6}
.contact-details .button{margin-top:22px;min-width:260px}
.footer-bottom{border-top:1px solid #68726e;margin-top:60px;padding-top:22px;display:flex;justify-content:space-between;align-items:start;color:#c2cbc7;font-size:.8125rem;line-height:1.6}
.footer-bottom small{font-size:.75rem;display:block;margin-top:4px;color:#aab4af}
.footer-bottom>a{display:flex;gap:24px;padding:5px 0;letter-spacing:.04em}
.footer-bottom>a span{font-size:18px}
.services-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:38px 26px}
.service-card{grid-column:span 2;min-width:0}
.service-wide{grid-column:span 3}
.photo{position:relative;overflow:hidden;background:#e1e7e9}
.service-photo{aspect-ratio:16/10}
.service-wide .service-photo{aspect-ratio:2/1}
.atlas{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);display:block;background-repeat:no-repeat}
.atlas-services{aspect-ratio:1;background-image:url('assets/services-atlas.png');background-size:300% 200%}
.climate{background-position:0 0}.power{background-position:50% 0}.safety{background-position:100% 0}.telecom{background-position:0 100%}.automation{background-position:50% 100%}
.atlas-contexts{aspect-ratio:3/2;background-image:url('assets/contexts-atlas.png');background-size:200% 200%}
.public{background-position:0 0}.business{background-position:100% 0}.contractor{background-position:0 100%}.company{background-position:100% 100%}
.card-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:18px}
.card-number{font-size:.75rem;color:var(--blue);font-weight:500;font-variant-numeric:tabular-nums}
.service-card p{color:var(--muted);font-size:var(--type-body);line-height:1.65;margin-top:8px;max-width:440px}
.audiences-section{background:#edf0f2}
.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.audience-photo{aspect-ratio:3/2}
.audience-grid h3{font-size:1.25rem;margin-top:18px;line-height:1.35}
.audience-note{border-top:1px solid #cbd3d8;margin-top:38px;padding-top:24px;text-align:center;font-size:.9375rem;color:var(--muted);line-height:1.6}
.company-layout{display:grid;grid-template-columns:1.13fr 1fr;gap:48px;align-items:center}
.company-photo{aspect-ratio:3/2}
.company-copy h2{font-size:var(--type-section)}
.company-copy>p{font-size:1.0625rem;color:var(--muted);margin-top:24px;line-height:1.65;max-width:600px}
.company-copy ul{margin:28px 0 0;padding:0;list-style:none}
.company-copy li{border-top:1px solid var(--line);padding:15px 0;font-size:var(--type-body);font-weight:500}
.company-copy li:last-child{border-bottom:1px solid var(--line)}
.process-section{padding-top:0}
.process-section>.shell{border-top:1px solid var(--line);padding-top:55px}
.process-list{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px;margin:0;padding:0}
.process-list li{position:relative}
.step-number{display:block;color:var(--blue);font-size:1.625rem;line-height:1.3;letter-spacing:-.025em;font-weight:500;margin-bottom:17px;font-variant-numeric:tabular-nums}
.process-list li:not(:last-child):after{content:"";position:absolute;height:1px;background:#8caae1;top:16px;left:68px;right:0}
.process-list h3{font-size:1.3125rem}
.process-list p{font-size:var(--type-body);color:var(--muted);margin-top:8px;line-height:1.6}
.geography-section{background:var(--blue);color:#fff;padding:52px 0}
.geography-layout{display:grid;grid-template-columns:1.05fr 1fr 90px;align-items:center;gap:40px}
.geography-layout h2{font-size:var(--type-feature)}
.geography-layout p{font-size:1.0625rem;border-left:1px solid #ffffff80;padding:20px 0 20px 42px;line-height:1.6}
.geography-layout>a{display:block;width:80px;height:80px;transition:transform .2s}
.geography-layout>a:hover{transform:translate(3px,-3px)}
.geography-layout svg{width:100%;height:100%}
.geography-layout a:focus-visible,.contact-section a:focus-visible{outline-color:#fff}
@media(min-width:1800px){.hero-copy{padding-left:240px}}
@media(max-width:1100px){.desktop-nav{gap:18px}.header-inner{gap:24px}.header-phone{font-size:1rem;margin-left:0}.wordmark{font-size:1.4375rem}.hero-photo{min-height:590px}.hero-copy{padding-top:64px;padding-bottom:64px}.contact-top{gap:32px}}
@media(max-width:900px){:root{--type-hero:clamp(2.25rem,4.8vw,2.75rem);--type-section:2rem;--type-feature:2.375rem}.desktop-nav{display:none}.header-phone{margin-left:auto}.header-inner{min-height:88px}.mobile-menu{display:block}.mobile-menu summary{list-style:none;width:44px;height:44px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{display:block;width:25px;height:2px;background:var(--ink);transition:transform .2s}.mobile-menu[open] summary span:first-child{transform:translateY(4.5px) rotate(45deg)}.mobile-menu[open] summary span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.mobile-menu nav{position:absolute;left:0;right:0;top:88px;background:var(--paper);padding:16px var(--gutter) 24px;border-bottom:1px solid var(--line);box-shadow:0 12px 18px #19201f0a;display:grid}.mobile-menu nav a{padding:13px 0;border-bottom:1px solid var(--line);font-size:1rem;font-weight:500}.hero-copy{padding-top:58px;padding-bottom:58px}.hero-photo{min-height:530px}h1{margin-top:28px}.hero-lead{font-size:1.0625rem}.hero-caption{font-size:.75rem}.desktop-break{display:none}.contact-top{grid-template-columns:1fr 1fr}}
@media(max-width:680px){:root{--type-hero:clamp(2.125rem,8.4vw,2.75rem);--type-section:clamp(1.75rem,6.8vw,2rem);--type-feature:clamp(2rem,7.2vw,2.25rem)}html{scroll-padding-top:84px}.header-inner{min-height:80px;gap:12px}.wordmark{font-size:1.25rem}.wordmark i{width:29px;height:3px;margin-top:7px}.header-phone{font-size:.875rem;letter-spacing:-.015em}.mobile-menu summary{width:36px}.mobile-menu nav{top:80px}.hero{display:flex;flex-direction:column}.hero-copy{padding:46px var(--gutter) 38px}h1{line-height:1.12;letter-spacing:-.04em;margin:28px 0 24px}h1 span{white-space:normal;box-shadow:none;padding:0}.hero-lead{font-size:1.0625rem;line-height:1.65;max-width:430px;margin-bottom:27px}.button{min-height:56px;padding:14px 24px}.hero-caption{margin-top:18px}.hero-photo{height:350px;min-height:0;margin:0 var(--gutter);padding-bottom:24px}.hero-photo img{object-position:60% center}.hero-photo figcaption{bottom:4px}.hero{padding-bottom:24px}.section{padding:54px 0}.section-label{margin-bottom:12px}.section-heading{margin-bottom:28px}.contact-section{padding:50px 0 25px}.contact-top{grid-template-columns:1fr;gap:32px}.contact-intro{font-size:var(--type-body)}.contact-details{justify-self:start}.contact-phone{font-size:clamp(1.5rem,7vw,1.8125rem)}.contact-email{font-size:1.1875rem}.contact-details .button{margin-top:18px}.footer-bottom{margin-top:40px;gap:18px;flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media(max-width:1100px){.services-grid{gap:32px 22px}.service-card h3{font-size:1.25rem}.company-layout{gap:32px;align-items:start}.company-copy>p{font-size:var(--type-body);margin-top:18px}.company-copy ul{margin-top:20px}.company-copy li{padding:11px 0}.geography-layout{gap:26px;grid-template-columns:1fr 1fr 65px}.geography-layout p{font-size:var(--type-body);padding-left:26px}.geography-layout>a{width:65px;height:65px}.audience-grid h3{font-size:1.1875rem}}
@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card,.service-wide{grid-column:span 1}.service-card:last-child{grid-column:1/-1}.service-wide .service-photo{aspect-ratio:16/10}.service-card:last-child .service-photo{aspect-ratio:2.5/1}.audience-grid{gap:18px}.company-layout{grid-template-columns:1fr 1fr;gap:26px}.company-photo{aspect-ratio:auto;height:100%;min-height:320px}.company-photo .atlas-contexts{width:calc(100% + 100px);left:-50px;right:auto;min-height:100%;aspect-ratio:3/2}.process-list{gap:24px}.geography-layout{grid-template-columns:1fr 1fr}.geography-layout>a{display:none}}
@media(max-width:680px){.services-grid{grid-template-columns:1fr;gap:34px}.service-card,.service-card:last-child{grid-column:auto}.service-photo,.service-wide .service-photo,.service-card:last-child .service-photo{aspect-ratio:16/10}.card-heading{margin-top:16px}.service-card h3{font-size:var(--type-card)}.audience-grid{grid-template-columns:1fr;gap:30px}.audience-grid h3{font-size:1.3125rem;margin-top:14px}.audience-note{text-align:left;line-height:1.6;margin-top:30px;padding-top:20px;font-size:var(--type-body)}.company-layout{grid-template-columns:1fr;gap:28px}.company-photo{aspect-ratio:3/2;min-height:0;height:auto}.company-photo .atlas-contexts{width:auto;left:0;right:0;min-height:0}.company-copy ul{margin-top:24px}.company-copy li{padding:14px 0}.process-section{padding-top:0}.process-section>.shell{padding-top:40px}.process-list{grid-template-columns:1fr 1fr;gap:30px 24px}.process-list li:nth-child(2):after{display:none}.process-list h3{font-size:1.1875rem}.step-number{font-size:1.5rem;margin-bottom:12px}.geography-section{padding:38px 0}.geography-layout{grid-template-columns:1fr;gap:24px}.geography-layout p{border-left:0;border-top:1px solid #ffffff70;padding:22px 0 0;font-size:var(--type-body)}}
@media(max-width:380px){:root{--gutter:20px;--type-hero:2rem}.header-inner{gap:8px}.wordmark{font-size:1.125rem}.mobile-menu summary{width:32px}.contact-details .button{min-width:0}.process-list{column-gap:16px}}
