:root{--ink:#17283d;--muted:#60707d;--red:#b22229;--red-dark:#8e1b22;--navy:#173b78;--line:#dce3e7;--paper:#f6f7f8;--soft:#edf1f6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.04em;line-height:1.12}h1,h2{font-weight:500}h1{font-size:clamp(2.6rem,4.6vw,4.6rem)}h2{font-size:clamp(2.3rem,4.4vw,4rem)}.services h2,.about h2,.projects h2,.areas h2{color:var(--navy)}h3{font-size:1.45rem}em{color:var(--red);font-style:normal}p{color:var(--muted)}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:4px}.container{width:min(1200px,100% - 80px);margin-inline:auto}.skip-link{z-index:100;color:var(--ink);background:#fff;padding:10px 16px;position:absolute;top:-100px;left:16px}.skip-link:focus{top:16px}.eyebrow{color:var(--red);letter-spacing:.15em;text-transform:uppercase;font-size:.72rem;font-weight:700}.utility-bar{background:var(--navy);color:#d5e0e6;letter-spacing:.03em;font-size:.72rem}.utility-inner{justify-content:space-between;align-items:center;gap:20px;min-height:34px;display:flex}.utility-contact{gap:12px;display:flex}.utility-contact a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--line);z-index:10;background:#fff;position:relative}.header-inner{justify-content:space-between;align-items:center;gap:30px;height:76px;display:flex}.brand{white-space:nowrap;align-items:center;gap:11px;display:inline-flex}.brand-logo{object-fit:contain;width:auto;max-width:280px;height:50px;display:block}.desktop-nav{align-items:center;gap:28px;font-size:.82rem;font-weight:700;display:flex}.desktop-nav a:not(.nav-contact):hover{color:var(--red)}.nav-contact{border:1px solid var(--navy);align-items:center;gap:20px;padding:11px 17px;display:inline-flex}.nav-contact:hover{background:var(--navy);color:#fff}.mobile-nav{display:none}.hero{background:var(--paper);overflow:hidden}.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:38px;min-height:clamp(450px,100svh - 198px,680px);padding-block:24px;display:grid}.hero-copy{max-width:665px}.hero-copy .eyebrow{align-items:center;gap:12px;margin-bottom:17px;display:flex}.eyebrow-rule{background:var(--red);width:29px;height:2px}.hero-copy h1{max-width:680px;color:var(--navy)}.hero-intro{max-width:565px;margin-top:18px;font-size:1rem;line-height:1.55}.hero-actions{flex-wrap:wrap;align-items:center;gap:20px;margin-top:22px;display:flex}.button{justify-content:space-between;align-items:center;gap:28px;min-height:51px;padding:12px 18px;font-size:.85rem;font-weight:700;transition:background .2s,color .2s,transform .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--red);color:#fff}.button-primary:hover{background:var(--red-dark)}.button-text{color:var(--ink);padding-left:0}.button-text:hover{color:var(--red)}.hero-art{background:var(--navy);color:#fff;isolation:isolate;justify-self:center;width:100%;max-width:290px;position:relative;overflow:hidden}.hero-art img{width:100%;height:auto;display:block}.fact-strip{border-bottom:1px solid var(--line);background:#fff}.fact-grid{grid-template-columns:repeat(4,1fr);display:grid}.fact-grid>div{border-left:1px solid var(--line);flex-direction:column;justify-content:center;min-height:88px;padding:14px 25px;display:flex}.fact-grid>div:first-child{border-left:0;padding-left:0}.fact-grid strong{font-size:1.18rem;line-height:1.3}.fact-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:.11em;font-size:.75rem}.section{padding-block:80px}.section-heading{justify-content:space-between;align-items:end;gap:45px;margin-bottom:37px;display:flex}.section-heading .eyebrow{margin-bottom:15px}.section-heading>p{max-width:315px}.service-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.service-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;min-height:305px;padding:25px 25px 23px;transition:background .2s;display:flex}.service-card:hover{background:var(--paper)}.card-top{color:var(--red);justify-content:space-between;margin-bottom:51px;font-size:.8rem;font-weight:700;display:flex}.card-top span:last-child{font-size:1.2rem;line-height:1}.service-card p{margin-top:14px;font-size:.87rem;line-height:1.7}.card-detail{border-top:1px solid var(--line);color:var(--red);letter-spacing:.08em;text-transform:uppercase;margin-top:auto;padding-top:14px;font-size:.7rem;font-weight:700}.about{background:var(--paper)}.about-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:10%;display:grid}.about-graphic{background:var(--navy);justify-self:center;width:100%;max-width:310px;position:relative;overflow:hidden}.about-graphic img{width:100%;height:auto;display:block}.about-copy .eyebrow{margin-bottom:17px}.about-copy h2{margin-bottom:26px}.about-copy p:not(.eyebrow){max-width:570px;margin-top:17px}.warranty-note{border-left:3px solid var(--red);color:var(--ink);padding-left:16px;font-weight:700}.inline-link{border-bottom:2px solid var(--red);align-items:center;gap:35px;margin-top:30px;padding-bottom:9px;font-size:.87rem;font-weight:700;display:inline-flex}.inline-link:hover{color:var(--red)}.projects{background:#fff}.project-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.project-card{background:var(--paper)}.project-graphic{background:var(--soft);height:215px;position:relative;overflow:hidden}.project-graphic img{object-fit:contain;width:100%;height:100%;display:block}.project-graphic>span{color:var(--red);background:#fff;padding:3px 8px;font-size:.78rem;font-weight:700;position:absolute;top:18px;left:20px}.project-text{padding:23px 24px 27px}.project-text>span{letter-spacing:.12em;text-transform:uppercase;color:var(--red);font-size:.68rem;font-weight:700}.project-text h3{margin-top:11px;font-size:1.32rem}.latest-blog{border-top:1px solid var(--line);background:#fff}.latest-blog-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:11%;display:grid}.latest-blog h2{color:var(--navy)}.latest-blog .eyebrow{margin-bottom:15px}.latest-blog-grid>div>p:not(.eyebrow){max-width:360px;margin-top:24px}.latest-blog-card{background:var(--paper);border-left:4px solid var(--navy);padding:35px 38px}.blog-meta{letter-spacing:0;text-transform:none;font-weight:700;color:var(--navy)!important;margin:0!important;font-size:.8rem!important}.latest-blog-card h3{margin-top:17px;font-size:1.55rem}.latest-blog-card h3 a:hover{color:var(--navy)}.latest-blog-card>p:not(.blog-meta){margin-top:14px}.latest-blog-card .inline-link{margin-top:24px}.areas{background:var(--paper)}.areas-grid{grid-template-columns:1fr 1fr;gap:10%;display:grid}.areas .eyebrow{margin-bottom:16px}.areas p:not(.eyebrow){max-width:480px;margin-top:25px}.area-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.area-list li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 3px;font-size:1.12rem;font-weight:700;display:flex}.area-list li a{justify-content:space-between;align-items:center;width:100%;display:flex}.area-list li a:hover{color:var(--navy)}.area-list li span{color:var(--red);font-size:.85rem}.contact-section{background:var(--navy);color:#fff;padding-block:46px}.contact-grid{grid-template-columns:1fr .8fr;align-items:start;gap:7%;display:grid}.contact-section .eyebrow{color:#c8dbff;margin-bottom:10px}.contact-section em{color:#fff}.contact-section h2{font-size:clamp(2rem,3vw,2.85rem);line-height:1.1}.contact-section p{color:#c4d2da;max-width:480px;margin-top:12px;font-size:.92rem;line-height:1.55}.button-white{color:var(--navy);background:#fff;min-height:44px;margin-top:17px;padding:9px 15px}.button-white:hover{background:#edf1f2}.contact-details{border-top:1px solid #ffffff47}.contact-details>div{border-bottom:1px solid #ffffff47;grid-template-columns:90px 1fr;gap:15px;padding:12px 0;display:grid}.contact-details span{color:#a9bfcc;letter-spacing:.12em;text-transform:uppercase;padding-top:5px;font-size:.75rem}.contact-details a,.contact-details p{color:#fff;margin:0;font-size:.95rem;font-weight:700;line-height:1.45}.contact-details a:hover{text-decoration:underline}.esa-row{border-top:1px solid #ffffff47;align-items:center;gap:14px;margin-top:26px;padding-top:16px;display:flex}.esa-row img{object-fit:contain;width:auto;max-width:120px;height:34px;display:block}.esa-row div{flex-direction:column;display:flex}.esa-row strong{font-size:.78rem}.esa-row span{color:#c4d2da;font-size:.72rem}.footer{background:#f2f4f4}.footer-main{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:32px;padding-block:52px;display:flex}.footer-brand{align-items:start;gap:18px;max-width:420px;display:flex}.footer-logo{object-fit:contain;width:auto;height:43px;display:block}.footer-brand strong{font-size:.85rem}.footer-brand p{margin-top:5px;font-size:.82rem}.footer-main nav{flex-wrap:wrap;gap:14px 22px;font-size:.8rem;font-weight:700;display:flex}.footer-main nav a:hover{color:var(--red)}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;padding-block:20px;font-size:.73rem;display:grid}.footer-tagline{text-align:center;grid-column:2}.footer-socials{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px 20px;display:flex}.footer-social{color:var(--navy);white-space:nowrap;align-items:center;gap:9px;font-weight:700;display:inline-flex}.footer-social img{object-fit:contain;border-radius:5px;width:24px;height:24px;display:block}.footer-social:hover{text-decoration:underline}.footer-credit{color:var(--muted);letter-spacing:.01em;opacity:.66;white-space:nowrap;grid-column:3;justify-content:flex-end;justify-self:end;align-items:center;gap:8px;font-size:.59rem;display:inline-flex}.footer-credit img{object-fit:contain;width:auto;max-width:60px;height:20px;display:block}.footer-credit:hover{opacity:1;color:var(--navy);text-decoration:underline}@media (width<=960px){.desktop-nav{gap:16px}.hero-grid{gap:28px}.hero-art{height:420px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:280px}.about-grid{gap:6%}.project-graphic{height:190px}}@media (width<=760px){.container{width:min(100% - 36px,1200px)}.utility-inner{justify-content:center}.utility-inner>span{display:none}.header-inner{height:70px}.desktop-nav{display:none}.mobile-nav{font-size:.85rem;font-weight:700;display:block;position:relative}.mobile-nav summary{cursor:pointer;align-items:center;gap:12px;list-style:none;display:flex}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav nav{border:1px solid var(--line);background:#fff;flex-direction:column;min-width:230px;padding:11px;display:flex;position:absolute;top:38px;right:0;box-shadow:0 15px 30px #13253420}.mobile-nav nav a{padding:10px 12px}.mobile-nav nav a:hover{background:var(--paper)}.hero-grid{grid-template-columns:1fr;gap:35px;padding-block:58px}.hero-copy{padding:0}.hero-art{height:330px}.fact-grid{grid-template-columns:repeat(2,1fr)}.fact-grid>div{padding:15px}.fact-grid>div:nth-child(odd){border-left:0}.fact-grid strong{font-size:1rem}.fact-grid span{font-size:.62rem}.section{padding-block:75px}.section-heading{display:block}.section-heading>p{margin-top:19px}.about-grid,.areas-grid,.contact-grid,.latest-blog-grid{grid-template-columns:1fr;gap:25px}.about-graphic{order:2;height:310px}.project-grid{grid-template-columns:1fr 1fr}.project-grid .project-card:last-child{grid-column:1/-1}.contact-section{padding-block:40px}.footer-main{flex-direction:column}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:7px;display:flex}.footer-tagline{text-align:center}.footer-socials{justify-content:center}.footer-credit{white-space:normal;justify-content:center}}@media (width<=500px){.utility-contact{gap:7px;font-size:.65rem}.brand-logo{max-width:190px;height:43px}.hero-copy h1{font-size:clamp(2.7rem,13vw,4.5rem)}.hero-intro{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch;gap:5px}.button-text{justify-content:flex-start}.hero-art{height:285px}.fact-grid{grid-template-columns:1fr}.fact-grid>div,.fact-grid>div:first-child{border-left:0;border-bottom:1px solid var(--line);min-height:61px;padding:11px 0}.fact-grid>div:last-child{border-bottom:0}.service-grid,.project-grid{grid-template-columns:1fr}.service-card{min-height:245px}.card-top{margin-bottom:35px}.project-grid .project-card:last-child{grid-column:auto}.project-graphic{height:180px}.latest-blog-card{padding:28px 22px}.contact-details>div{grid-template-columns:1fr;gap:3px}.contact-details span{padding:0}.footer-brand{flex-direction:column;gap:10px}.esa-row{flex-direction:column;align-items:start;gap:14px}}.hero-art,.about-graphic{height:auto}.project-graphic{height:215px}@media (width<=760px){.hero-grid{min-height:0;padding-block:42px}.hero-art{max-width:280px}.about-graphic{max-width:260px}.section{padding-block:55px}.project-graphic{height:200px}}@media (width>=761px) and (height<=700px){.hero-grid{min-height:0;padding-block:18px}.hero-copy h1{font-size:clamp(2.45rem,4.2vw,4rem)}.hero-art{max-width:270px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
