@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#132c3b;--blue:#2873b1;--orange:#f57719;--ink:#192f3c;--muted:#52616c;--line:#dce1e3;--pale:#f3f5f5;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--white);color:var(--ink);font:400 17px/1.7 'DM Sans',Arial,sans-serif}a{color:inherit;text-underline-offset:5px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}a:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:6px}.skip{position:absolute;left:20px;top:-80px;background:white;padding:12px;z-index:9}.skip:focus{top:10px}.header{max-width:1440px;margin:auto;padding:16px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{width:176px;flex-shrink:0}.brand img{width:100%}.header nav{display:flex;gap:32px;font-size:15px;font-weight:600}.header nav a{text-decoration:none;padding:10px 0}.header nav [aria-current]{border-bottom:2px solid var(--orange)}.header-link{font-size:14px;font-weight:600;text-decoration:none}.header-link span{margin-left:12px}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:white;min-height:690px}.hero-copy{padding:64px 10% 62px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;line-height:1.6;margin-bottom:22px}.hero .eyebrow{color:#d7e3ec}h1{font-size:clamp(48px,5vw,74px);line-height:1.08;font-weight:500;letter-spacing:-3px;margin-bottom:27px}h1 em{font-style:normal;color:#f79b54}.intro{font-size:19px;line-height:1.65;max-width:440px}.hero-detail{color:#bac9d2;font-size:15px;max-width:390px;margin-top:17px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:52px;background:white;color:var(--navy);padding:13px 22px;text-decoration:none;font-weight:600;font-size:15px;border:1px solid transparent}.button:hover{background:#e6edf2}.hero .button{margin-top:29px}.button span{font-size:21px}.hero-photo{position:relative;min-width:0}.hero-photo>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 56%}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:30px 28px 23px;background:linear-gradient(transparent,rgba(0,0,0,.75));font-size:14px}.hero-photo figcaption span{display:block;font-size:10px;letter-spacing:2px;margin-bottom:4px}.facts{max-width:1296px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1.2fr;border-bottom:1px solid var(--line);padding:30px 0;gap:35px}.facts>div{padding:0 30px;border-right:1px solid var(--line)}.facts>div:first-child{padding-left:0}.facts>div:last-child{border:0}.facts span{font-size:11px;letter-spacing:1.6px;color:var(--muted);display:block;margin-bottom:5px}.facts strong{font-size:17px;font-weight:500}.section{max-width:1296px;margin:auto;padding:90px 0}.story{display:grid;grid-template-columns:1fr 1fr;gap:80px}.section .eyebrow{color:var(--blue);margin-bottom:17px}h2{font-size:clamp(30px,3vw,43px);letter-spacing:-1.7px;line-height:1.22;font-weight:500}.story-body{max-width:590px;color:var(--muted)}.story-body p+p{margin-top:20px}.work{padding-top:25px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:36px}.section-heading>p{font-size:15px;line-height:1.7;color:var(--muted)}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.photo-grid img{width:100%;height:455px;object-fit:cover}.photo-grid .boiler{object-position:50% 45%}.photo-grid figcaption{padding-top:17px;font-size:18px;font-family:Manrope,Arial,sans-serif}.photo-grid figcaption span{font:600 11px/1.5 'DM Sans',Arial,sans-serif;letter-spacing:1.6px;display:block;color:var(--muted);margin-bottom:5px}.services{border-top:1px solid var(--line);padding-top:65px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.service-grid article{border-top:1px solid var(--line);padding-top:22px}.service-number{font-size:13px;color:var(--blue)}h3{font-size:24px;font-weight:500;letter-spacing:-.7px;margin:15px 0 12px}.service-grid p{color:var(--muted);font-size:16px}.questions{display:grid;grid-template-columns:1fr 1.15fr;gap:100px;border-top:1px solid var(--line)}.questions h2{max-width:390px}details{border-bottom:1px solid var(--line);padding:20px 0}details:first-child{padding-top:0}summary{cursor:pointer;font-size:17px;font-weight:500;list-style:none;position:relative;padding-right:35px}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:3px;font-size:23px;font-weight:400;top:-5px}details[open] summary:after{content:'−'}details p{font-size:16px;color:var(--muted);margin-top:14px}.profile{background:var(--pale);padding:48px;display:flex;align-items:center;justify-content:space-between;gap:35px;margin-bottom:70px}.profile h2{font-size:34px}.profile p:not(.eyebrow){margin-top:13px;font-size:16px;color:var(--muted)}.profile .button{background:var(--navy);color:white;flex-shrink:0}.profile .button:hover{background:#24506a}footer{background:var(--navy);color:white;padding:38px max(5%,calc((100% - 1296px)/2));display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px}footer strong{font-size:17px;font-weight:500}footer div span{display:block;color:#bccbd4;font-size:13px;margin-top:5px}footer>span{color:#bccbd4;font-size:13px}@media(min-width:761px) and (max-width:1400px){.section,.facts{margin-left:5%;margin-right:5%}.hero-copy{padding-left:10%;padding-right:8%}.hero{min-height:660px}.photo-grid img{height:400px}}@media(max-width:1000px){.header-link{display:none}.story,.questions{gap:45px}.profile{align-items:flex-start;flex-direction:column}.hero-copy{padding-top:48px}.hero{min-height:650px}.intro{font-size:17px}.service-grid{gap:25px}}@media(max-width:760px){body{font-size:16px}.header{padding:12px 5%;gap:18px;flex-wrap:wrap}.brand{width:130px}.header nav{gap:18px;font-size:13px}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:40px 6% 42px}.eyebrow{font-size:10px;letter-spacing:1.8px}h1{font-size:clamp(46px,10vw,65px);letter-spacing:-2px;margin-bottom:24px}.intro{max-width:510px;font-size:17px}.hero-detail{font-size:15px;max-width:430px}.hero .button{margin-top:24px}.hero-photo{height:490px}.hero-photo>img{object-position:50% 58%}.facts{margin:0 6%;padding:24px 0;grid-template-columns:1fr 1fr;gap:20px}.facts>div{padding:0;border:none}.facts>div:last-child{grid-column:1/-1;border-top:1px solid var(--line);padding-top:16px}.facts strong{font-size:16px}.facts span{font-size:10px}.section{margin-left:6%;margin-right:6%;padding:52px 0}.story,.questions{display:block}.story-body{margin-top:25px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px}.work{padding-top:10px}.photo-grid{grid-template-columns:1fr;gap:32px}.photo-grid img{height:auto;max-height:610px;object-fit:cover}.photo-grid .boiler{max-height:590px}.photo-grid figcaption{padding-top:12px}.service-grid{grid-template-columns:1fr;gap:27px}.service-grid article{padding-top:16px}h3{margin:8px 0}.answers{margin-top:34px}.profile{padding:32px 24px;margin-bottom:42px}.profile h2{font-size:29px}.profile .button{width:100%;gap:16px;font-size:14px}footer{align-items:flex-start;flex-direction:column;gap:20px;padding:30px 6%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
