:root{--navy:#102235;--dark:#192630;--blue:#0782f5;--sky:#53b2f7;--text:#13263b;--muted:#5d6a7c;--line:#dde4eb;--soft:#f4f7fa;--white:#fff;--ease:180ms ease}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;color:var(--text);background:#fff;font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.65}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}figure{margin:0}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.13;letter-spacing:-.04em}h1,h2{font-weight:800}h1{font-size:clamp(42px,4.1vw,64px)}h2{font-size:clamp(30px,3vw,46px)}h3{font-size:25px;line-height:1.22}p+p{margin-top:18px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--sky);outline-offset:5px}::selection{background:#b8dcff;color:#102235}.container{width:88%;max-width:1440px;margin-inline:auto}.section-pad{padding:88px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.prose p{color:var(--muted);line-height:1.8}.prose h2{margin-bottom:25px}.prose .text-link,.prose .button{margin-top:25px}.wide-prose{max-width:1000px}.icon{flex-shrink:0;width:24px;height:24px}.eyebrow{display:flex;align-items:center;gap:18px;color:#0875db;text-transform:uppercase;letter-spacing:.3em;font-size:12px;line-height:1.3;font-weight:600;margin-bottom:18px}.eyebrow>span{height:1px;width:45px;background:#70b7fc}.text-link{display:inline-flex;align-items:center;gap:17px;color:#006dcc;font-weight:700;font-size:15px;line-height:1.5}.text-link .icon{width:20px;transition:transform var(--ease)}.text-link:hover .icon{transform:translateX(5px)}.text-link:hover{color:#004c91}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:49px;border:1px solid transparent;border-radius:5px;padding:12px 24px;font-size:16px;font-weight:700;line-height:1.4;transition:background var(--ease),border-color var(--ease),transform var(--ease)}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button .icon{width:20px;height:20px}.primary{color:#fff;background:linear-gradient(120deg,#168fff,#087bea);border-color:#168ef6;box-shadow:0 5px 18px #0068dd18}.primary:hover{background:#046dce}.outline{border-color:#dce6ef;color:#fff;background:#18232c38}.outline:hover{background:#ffffff18}.photo{overflow:hidden;background:#e9eff3}.photo img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.section-heading{display:flex;justify-content:space-between;gap:70px;align-items:center;margin-bottom:42px}.section-heading>p{max-width:520px;flex:0 1 42%;font-family:'Roboto Condensed',Arial,sans-serif;font-size:18px;line-height:1.4;color:var(--muted)}.section-heading>.text-link{flex-shrink:0;align-self:flex-end}.skip-link{position:absolute;top:-80px;left:12px;z-index:200;background:#fff;color:#17232d;padding:12px}.skip-link:focus{top:12px}
/* The supplied desktop composition is preserved in the opening. */
.site-header{position:relative;background:var(--dark);color:#fff;z-index:20}.site-header.on-hero{position:absolute;inset:0 0 auto;background:linear-gradient(#101b2444,transparent)}.header-inner{width:88%;max-width:1440px;margin:auto;min-height:105px;display:flex;align-items:center;justify-content:space-between;gap:40px}.brand{display:inline-flex;align-items:center;flex-shrink:0}.logo{display:block;width:220px;height:78px}.desktop-nav{display:flex;align-items:center;justify-content:flex-start;gap:27px;flex:1}.desktop-nav a{font-family:'Roboto Condensed',Arial,sans-serif;font-size:16px;font-weight:400;white-space:nowrap;padding:16px 0;position:relative}.desktop-nav a:after{content:'';position:absolute;bottom:6px;left:0;right:0;background:var(--sky);height:3px;transform:scaleX(0);transform-origin:left;transition:transform var(--ease)}.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{transform:scaleX(1)}.desktop-nav a[aria-current]{font-weight:700}.header-contact{font-family:'Roboto Condensed',Arial,sans-serif;font-size:17px;font-weight:600;line-height:1.55;flex-shrink:0}.header-contact a{display:flex;align-items:center;gap:12px}.header-contact .icon{color:#269bf8;width:20px;height:20px}.header-contact a:hover{color:#74c4ff}.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;padding:9px;color:#fff}.menu-toggle span{display:block;height:2px;width:26px;background:currentColor;margin:6px 0;transition:transform var(--ease),opacity var(--ease)}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}[hidden]{display:none!important}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#172631;padding:10px 6% 28px;height:calc(100dvh - 84px);overflow-y:auto;box-shadow:0 18px 30px #0002}.mobile-menu>a{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid #ffffff20;font-size:18px}.mobile-menu>a[aria-current]{color:#66bdff}.mobile-menu .menu-extra{font-size:15px}.mobile-menu .menu-phone{color:#65baff;font-size:24px;justify-content:flex-start;gap:15px;margin-top:10px;border:0}
.home-hero{background:#192630;color:#fff;position:relative;isolation:isolate;min-height:668px}.hero-media{position:absolute;inset:0;z-index:-2}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-media picture{display:block;width:100%;height:100%}.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#14212b40 0%,#17232d25 43%,transparent 65%)}.hero-inner{position:relative;padding-top:152px;padding-bottom:24px;min-height:668px}.hero-copy{max-width:640px}.hero-kicker{font-size:12px;letter-spacing:.28em;text-transform:uppercase;line-height:1.3;margin-bottom:21px;white-space:nowrap}.hero-kicker b{color:#179dff;margin:0 15px;font-weight:600}.hero-copy h1{font-size:76px;line-height:.94;letter-spacing:-.035em;max-width:640px}.hero-copy h1 span{color:var(--sky)}.hero-lead{font-size:19px;line-height:1.25;max-width:548px;margin-top:23px}.hero-actions{display:flex;gap:20px;margin-top:31px;flex-wrap:wrap}.hero-actions .outline{font-family:'Roboto Condensed',Arial,sans-serif;font-size:16px}.hero-since{position:relative;margin-top:25px;padding-left:49px;font-size:13px;line-height:1.65;color:#eef4f8}.hero-since>span{position:absolute;top:10px;left:0;width:29px;height:3px;background:#159afa}.hero-note{position:absolute;right:0;bottom:66px;background:#1a2632cf;width:230px;padding:30px 20px;line-height:1.2}.hero-note p{font-size:20px;line-height:1.2;letter-spacing:-.025em}.hero-note>span{display:block;width:26px;height:3px;background:#2ca5ff;margin-top:18px}.service-overview{padding:30px 0 44px;background:#fcfdff}.service-overview .section-heading{margin-bottom:30px;gap:100px}.service-overview h2{font-size:46px;line-height:1.02}.service-overview .eyebrow{margin-bottom:17px}.service-overview .section-heading>p{flex-basis:39%}.service-icons{display:grid;grid-template-columns:1.05fr .85fr 1.25fr 1fr 1.4fr 1.1fr 1.1fr 1.15fr}.service-icons>a{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;border-right:1px solid var(--line);padding:12px 10px 10px;min-height:136px;transition:background var(--ease),color var(--ease)}.service-icons>a:last-child{border:0}.service-icons .icon{width:44px;height:44px;color:#007bf1;margin-bottom:20px;stroke-width:1.3;transition:transform var(--ease)}.service-icons span{font-family:'Roboto Condensed',Arial,sans-serif;font-size:16px;line-height:1.25}.service-icons>a:hover{background:#eef6ff;color:#006ccc}.service-icons>a:hover .icon{transform:translateY(-4px)}.home-about{border-top:1px solid #eef1f5}.home-about .photo{align-self:stretch;min-height:360px}.home-about .photo img{height:100%;object-fit:cover}.home-proof{background:var(--soft)}.featured-projects{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.featured-projects article{border-top:2px solid #0c83ed;padding-top:23px}.project-type{font-size:12px;letter-spacing:.09em;color:#50728d;text-transform:uppercase;margin-bottom:17px}.featured-projects h3{font-size:25px;min-height:66px}.featured-projects article>p:last-child{color:var(--muted);margin-top:20px;line-height:1.7}
/* Compact inner pages keep the same typography, dividers and blue accents. */
.page-intro{background:#f2f6f9;padding:25px 0 52px;border-bottom:1px solid #e4eaf0}.breadcrumbs{display:flex;align-items:center;gap:14px;color:#607386;font-size:12px;margin-bottom:38px}.breadcrumbs a:hover{color:#0075dc}.page-intro .eyebrow{margin-bottom:16px}.page-intro h1{max-width:1150px}.intro-lead{color:var(--muted);font-size:18px;max-width:740px;margin-top:24px;line-height:1.6}.story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;align-items:center}.year-block{display:flex;flex-direction:column;align-items:flex-start;color:#678298;max-width:440px}.year-block>span:first-child{font-size:18px;text-transform:uppercase;letter-spacing:.25em}.year-block>strong{font-size:clamp(95px,10vw,156px);line-height:1.25;letter-spacing:-.08em;color:#0a7ce6}.year-block>span:last-of-type{font-size:15px;margin-top:10px}.year-line{height:2px;background:linear-gradient(90deg,#0d83eb,#e5eef7);width:100%;margin-top:36px}.team-section{background:var(--dark);color:#fff}.team-section .eyebrow{color:#67bdff}.team-section .prose p{color:#c7d2dc}.competence-list>div{display:flex;gap:22px;padding:22px 0;border-bottom:1px solid #ffffff24;align-items:center}.competence-list .icon{color:#55b4ff}.competence-list p{font-size:19px}.company-data h2{font-size:28px;line-height:1.35}.data-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:30px 10%;align-items:start}.data-layout dl{margin:0;display:grid;gap:8px}.data-layout dl>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:9px 0}.data-layout dt{color:var(--muted)}.data-layout dd{margin:0;font-weight:600}.data-layout>.text-link{grid-column:2}.installation-section{background:var(--soft)}.offer-index{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:45px}.offer-index>a{border:1px solid #cdd8e4;padding:9px 15px;border-radius:3px;font-size:13px;font-weight:600}.offer-index>a:hover{color:#087be4;background:#fff;border-color:#5daafa}.installation-list article{display:grid;grid-template-columns:1fr 1.3fr;gap:10%;border-top:1px solid #cdd9e4;padding:35px 0;scroll-margin-top:30px}.installation-list article:last-child{padding-bottom:0}.service-title{display:flex;align-items:flex-start;gap:25px}.service-title .icon{width:38px;height:38px;color:#007cea}.service-title h3{font-size:25px;max-width:310px}.installation-list article p{color:var(--muted);line-height:1.8}.installation-list article .text-link{margin-top:18px}.filter-bar{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:12px}.filter-bar button{border:1px solid #d6e0e8;border-radius:4px;padding:10px 17px;font-weight:600;font-size:14px;color:#3c546b;background:#fff;transition:background var(--ease)}.filter-bar button[aria-pressed=true]{background:#087de9;color:#fff;border-color:#087de9}.filter-bar button:hover{border-color:#087de9}.result-announcement{min-height:26px;font-size:13px;color:var(--muted);margin-bottom:14px}.references-section{padding-top:45px}.reference-head,.reference-row{display:grid;grid-template-columns:1fr 1.4fr 155px;gap:40px;align-items:start}.reference-head{background:#1a2a38;color:#fff;padding:16px 22px;font-size:12px;letter-spacing:.15em;text-transform:uppercase}.reference-row{border-bottom:1px solid var(--line);padding:26px 22px}.reference-row:nth-child(odd){background:#f5f8fa}.reference-row h2{font-size:18px;letter-spacing:-.015em;font-weight:700;line-height:1.5}.reference-row>p{color:var(--muted);line-height:1.65;font-size:15px}.reference-tag{color:#52718c;font-size:12px;line-height:1.5;border:1px solid #d7e3ed;border-radius:3px;padding:5px 9px;width:fit-content}.design-projects{background:var(--soft)}.plain-list{list-style:none;margin:0;padding:0}.plain-list>li{border-bottom:1px solid #d6e0e8;padding:14px 0;color:#496277}.inspection-methods{border-left:2px solid #198bed;padding-left:35px}.inspection-methods article{padding:10px 0 26px}.inspection-methods article+article{border-top:1px solid var(--line);padding-top:26px}.method-label{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#087ce0}.inspection-methods h3{margin:14px 0;font-size:26px}.inspection-methods p{color:var(--muted);line-height:1.7}.building-inspections{background:var(--soft)}.polymer-link{background:#1d2b37;color:#fff}.polymer-link .eyebrow{color:#68b9ff}.polymer-link p:not(.eyebrow){color:#c9d7e2;max-width:700px;margin-top:20px}.polymer-link-inner{display:flex;align-items:center;justify-content:space-between;gap:70px}.polymer-link .button{flex-shrink:0}.technology-panel{padding:45px;background:#192b3a;color:#fff;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.technology-panel>span{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#a0bad0}.technology-panel>strong{font-size:45px;letter-spacing:-.04em;line-height:1.2;margin-top:20px}.technology-panel>strong b{font-size:70px;color:#53b4ff}.tech-line{height:1px;background:#536777;margin:26px 0}.technology-panel>p{line-height:1.6;color:#c3d1dd}.warranty{display:flex;align-items:center;gap:23px;margin-top:35px}.warranty>strong{color:#6abeff;font-size:38px;white-space:nowrap}.warranty>span{font-size:14px;line-height:1.55;color:#c3d1dd}.polymer-benefits{background:#f2f6fa}.check-list{list-style:none;padding:0;margin:0}.check-list li{display:flex;align-items:flex-start;gap:20px;padding:13px 0;color:#506678;line-height:1.7}.check-list .icon{color:#0583ee;margin-top:2px}.polymer-credentials h2{font-size:35px}.renovation-services{background:var(--soft)}.renovation-list{display:grid;grid-template-columns:1fr 1fr;gap:0 65px}.renovation-list details{border-top:1px solid #cfdce6;padding:26px 0}.renovation-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer}.renovation-list summary::-webkit-details-marker{display:none}.renovation-list summary h3{font-size:22px}.renovation-list summary .icon{color:#137cd2;width:20px;height:20px;transition:transform var(--ease)}.renovation-list details[open] summary .icon{transform:rotate(45deg)}.renovation-list details>p{margin-top:18px;color:var(--muted);font-size:15px;line-height:1.8}.contact-section{padding:60px 0 85px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:9%}.contact-details h2{font-size:24px;line-height:1.45;margin-bottom:30px}.contact-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:24px}.contact-item>.icon{color:#087eee;width:25px;height:25px;margin-top:5px}.contact-item>div>span{display:block;color:#677b8d;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px}.contact-item a{font-size:21px;line-height:1.5}.contact-item a:hover{color:#007ceb}.contact-item .contact-phone{font-size:32px;font-weight:800;letter-spacing:-.03em}.contact-item p{font-size:18px;line-height:1.6}.contact-details>.button{margin-top:10px}.map-panel{background:#e5edf2;display:flex;flex-direction:column;min-height:470px}.map-panel iframe{border:0;width:100%;flex:1;min-height:420px;filter:saturate(.65)}.map-caption{display:flex;align-items:center;gap:12px;background:#172b3b;color:#fff;padding:15px 23px;font-size:14px}.map-caption .icon{width:18px;height:18px;color:#67baff}.site-footer{background:#15232f;color:#fff;padding:54px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr .7fr;gap:65px;padding-bottom:42px}.footer-grid .logo{width:214px;height:76px}.footer-grid>div>p{font-size:13px;color:#aabccb;margin-top:19px}.footer-grid nav{display:flex;flex-direction:column;gap:11px;padding-top:10px;font-size:14px}.footer-grid nav>a:hover,.footer-address a:hover{color:#69bfff}.footer-address{font-size:14px}.footer-address p{color:#c0ced9!important;font-size:14px!important;margin:8px 0 15px!important}.footer-address>a{display:block;margin-top:5px}.footer-bottom{border-top:1px solid #ffffff22;display:flex;justify-content:space-between;gap:20px;padding-top:19px;padding-bottom:22px;font-size:11px;color:#89a0b3}.error-page{padding-block:100px;min-height:50vh}.error-page p{margin-block:25px}
@media(min-width:1800px){.hero-copy h1{font-size:78px}.hero-inner{padding-top:168px;min-height:730px}.home-hero{min-height:730px}.hero-lead{max-width:570px;font-size:20px}.hero-actions{margin-top:34px}.hero-note{bottom:60px}.service-overview{padding-block:38px 48px}}
@media(max-width:1450px) and (min-width:1201px){.header-inner{width:92%;gap:19px}.header-inner .logo{width:180px;height:70px}.desktop-nav{gap:20px}.desktop-nav a{font-size:15px}.header-contact{font-size:15px}.header-contact .icon{width:16px}.header-contact a{gap:8px}.hero-copy h1{font-size:66px}.hero-copy{max-width:600px}.hero-note{right:0;width:200px;font-size:19px}.hero-lead{max-width:510px}.hero-inner{padding-top:145px}.service-overview h2{font-size:39px}.service-icons span{font-size:15px}.section-heading{gap:45px}}
@media(max-width:1200px){.desktop-nav{display:none}.menu-toggle{display:block}.header-inner{min-height:84px;gap:20px}.header-inner .logo{width:195px;height:69px}.header-contact{margin-left:auto}.home-hero,.hero-inner{min-height:640px}.hero-inner{padding-top:136px;padding-bottom:35px}.hero-copy{max-width:560px}.hero-copy h1{font-size:64px}.hero-lead{max-width:500px;font-size:18px}.hero-kicker{font-size:11px;letter-spacing:.22em}.hero-note{width:185px;padding:24px;bottom:42px}.hero-note p{font-size:17px}.service-overview .section-heading{gap:35px}.service-overview h2{font-size:36px}.service-icons{grid-template-columns:repeat(4,1fr);row-gap:20px}.service-icons>a:nth-child(4){border:0}.service-icons>a{min-height:125px}.section-pad{padding:65px 0}.split{gap:6%}.section-heading{gap:30px}.featured-projects{gap:28px}.featured-projects h3{font-size:22px}.reference-head,.reference-row{gap:25px;grid-template-columns:1fr 1.2fr 125px}.contact-grid{gap:6%}.footer-grid{gap:35px}.page-intro h1{font-size:52px}.installation-list article{gap:6%}.prose h2{font-size:34px}}
@media(max-width:900px){.hero-copy{max-width:530px}.hero-copy h1{font-size:59px}.hero-lead{max-width:460px}.hero-media img{object-position:57% center}.hero-media:after{background:linear-gradient(90deg,#14212bcc,#14212b66 56%,transparent)}.hero-note{display:none}.home-hero,.hero-inner{min-height:625px}.hero-actions{gap:13px}.hero-actions .button{padding-inline:18px;font-size:14px}.hero-kicker b{margin-inline:11px}.section-heading>p{font-size:17px}.service-overview .section-heading{gap:25px}.service-overview h2{font-size:31px}.eyebrow{font-size:11px;letter-spacing:.25em}.split{gap:38px}.home-about .split,.offer-design .split,.renovation-intro .split{grid-template-columns:1fr}.home-about .photo{min-height:0;max-height:430px}.home-about .photo img{aspect-ratio:16/9}.offer-design .photo{grid-row:1}.offer-design .photo img{aspect-ratio:16/9}.renovation-intro .photo img{aspect-ratio:16/9}.prose{max-width:740px}.story-grid{gap:7%;grid-template-columns:.7fr 1.3fr}.year-block>strong{font-size:94px}.featured-projects{gap:25px}.featured-projects h3{font-size:20px}.featured-projects article>p:last-child{font-size:14px}.featured-projects h3{min-height:76px}.reference-head{display:none}.reference-row{grid-template-columns:1fr 1.3fr;gap:12px 25px;padding:23px 18px}.reference-tag{grid-column:1}.reference-row>p{grid-column:2;grid-row:1/span 2}.references-table{border-top:2px solid #227ecb}.technology-panel{padding:30px}.technology-panel>strong{font-size:35px}.technology-panel>strong b{font-size:60px}.warranty{gap:14px;flex-wrap:wrap}.polymer-link-inner{gap:35px}.polymer-link h2{font-size:31px}.contact-grid{grid-template-columns:1fr 1fr;gap:6%}.contact-details h2{font-size:20px}.contact-item a{font-size:18px}.contact-item .contact-phone{font-size:27px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>.footer-address{grid-column:2}.footer-grid>div:first-child{grid-row:1/span 2}.page-intro h1{font-size:47px}.installation-list article{grid-template-columns:.9fr 1.1fr;gap:35px}.service-title{gap:18px}.service-title h3{font-size:22px}.service-title .icon{width:30px;height:30px}.data-layout{gap:25px 7%}.data-layout h2{font-size:24px}.data-layout dl{font-size:14px}.renovation-list{gap:0 35px}}
@media(max-width:700px){body{font-size:15px}.container{width:88%}.section-pad{padding:48px 0}.header-inner{width:88%;min-height:78px;gap:15px}.header-inner .logo{width:175px;height:62px}.header-contact{display:none}.site-header.on-hero{background:#172630}.menu-toggle{margin-left:auto}.mobile-menu{height:calc(100dvh - 78px)}.home-hero,.hero-inner{min-height:0}.hero-media{position:relative;inset:auto;z-index:0;padding-top:78px;height:auto}.hero-media picture{height:230px}.hero-media img{object-fit:cover;object-position:right center}.hero-media:after{inset:78px 0 0;background:linear-gradient(0deg,#192630 0%,transparent 26%)}.hero-inner{padding-top:6px;padding-bottom:30px}.hero-copy{max-width:none}.hero-kicker{font-size:8px;letter-spacing:.12em;line-height:1.4;white-space:normal;margin-bottom:15px}.hero-kicker b{margin-inline:6px}.hero-copy h1{font-size:clamp(37px,10.8vw,64px);line-height:1.03;letter-spacing:-.045em}.hero-copy h1 br:nth-child(2){display:none}.hero-copy h1 span{display:block}.hero-lead{font-size:16px;line-height:1.55;max-width:520px;margin-top:18px}.desktop-break{display:none}.hero-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px;max-width:420px}.hero-actions .button{font-size:15px;min-height:48px;justify-content:space-between;padding:13px 20px}.hero-actions .outline{font-size:16px}.hero-since{font-size:12px;margin-top:24px;padding-left:40px}.hero-since>span{width:24px}.service-overview{padding:32px 0}.section-heading,.service-overview .section-heading{display:block;margin-bottom:27px}.section-heading>p,.service-overview .section-heading>p{font-size:17px;line-height:1.55;margin-top:20px;max-width:550px}.service-overview h2{font-size:30px;line-height:1.1}.eyebrow{font-size:10px;margin-bottom:14px}.service-overview .eyebrow{margin-bottom:16px}.service-icons{grid-template-columns:repeat(2,1fr);gap:0}.service-icons>a{min-height:140px;padding:22px 8px;border-bottom:1px solid var(--line)}.service-icons>a:nth-child(even){border-right:0}.service-icons>a:nth-last-child(-n+2){border-bottom:0}.service-icons .icon{width:37px;height:37px;margin-bottom:15px}.service-icons span{font-size:15px;line-height:1.35}.service-icons>a:last-child{border-left:1px solid var(--line)}.split,.story-grid{grid-template-columns:1fr;gap:30px}.prose h2,h2{font-size:30px;line-height:1.16}.prose h2{margin-bottom:20px}.prose p{line-height:1.8}.home-about .photo img{aspect-ratio:3/2}.home-about .photo{max-height:none}.featured-projects{grid-template-columns:1fr;gap:25px}.featured-projects article{padding-top:19px}.featured-projects h3{min-height:0;font-size:25px}.featured-projects article>p:last-child{font-size:15px;margin-top:14px}.project-type{margin-bottom:13px;font-size:11px}.section-heading>.text-link{margin-top:22px}.page-intro{padding:18px 0 34px}.breadcrumbs{font-size:10px;gap:8px;margin-bottom:27px;flex-wrap:wrap}.page-intro h1{font-size:clamp(32px,8.9vw,47px);line-height:1.1;overflow-wrap:normal}.page-intro h1 br{display:none}.intro-lead{font-size:16px;line-height:1.65;margin-top:19px}.year-block{max-width:300px}.year-block>strong{font-size:115px;line-height:1.12}.year-block>span:first-child{font-size:14px}.year-block>span:last-of-type{font-size:13px}.year-line{margin-top:24px}.competence-list>div{padding:17px 0}.competence-list p{font-size:17px}.data-layout{grid-template-columns:1fr;gap:25px}.data-layout>.text-link{grid-column:1}.data-layout dl{font-size:13px}.data-layout dl>div{gap:12px}.data-layout h2{font-size:24px}.offer-design .photo img{aspect-ratio:3/2}.offer-index{gap:8px;margin-bottom:28px}.offer-index>a{font-size:12px;padding:8px 11px}.installation-list article{grid-template-columns:1fr;gap:20px;padding:28px 0}.service-title{align-items:center;gap:18px}.service-title h3{font-size:23px;max-width:none}.service-title .icon{width:35px;height:35px}.installation-list article p{font-size:15px}.installation-list article p+p{margin-top:14px}.references-section{padding-top:30px}.filter-bar{gap:7px}.filter-bar button{padding:8px 12px;font-size:12px}.reference-row{display:flex;flex-direction:column;gap:13px;padding:24px 16px}.reference-row h2{font-size:18px}.reference-row>p{font-size:14px;line-height:1.7}.reference-tag{font-size:11px;order:-1}.result-announcement{margin-bottom:4px;min-height:21px}.plain-list>li{font-size:15px}.inspection-methods{padding-left:25px}.inspection-methods article{padding-top:5px}.inspection-methods h3{font-size:24px}.method-label{font-size:11px}.polymer-link-inner{display:flex;flex-direction:column;align-items:flex-start;gap:26px}.polymer-link h2{font-size:29px}.polymer-link p:not(.eyebrow){font-size:15px}.polymer-link .button{min-height:48px}.technology-panel{padding:30px}.technology-panel>strong{font-size:38px}.technology-panel>strong b{font-size:65px}.technology-panel>span{font-size:10px}.warranty{gap:24px}.warranty>strong{font-size:38px}.check-list li{font-size:15px;padding:12px 0;gap:15px}.polymer-credentials h2{font-size:30px}.renovation-intro .photo img{aspect-ratio:3/2}.renovation-list{grid-template-columns:1fr;gap:0}.renovation-list details{padding:20px 0}.renovation-list summary h3{font-size:20px}.renovation-list details>p{font-size:15px;margin-top:17px}.contact-section{padding:35px 0 50px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-details h2{font-size:23px;margin-bottom:26px}.contact-item{gap:17px;margin-bottom:23px}.contact-item a{font-size:20px}.contact-item .contact-phone{font-size:32px}.contact-item p{font-size:17px}.map-panel{min-height:330px}.map-panel iframe{height:320px;min-height:320px}.map-caption{font-size:12px;padding:13px 17px}.site-footer{padding-top:35px}.footer-grid{display:flex;flex-direction:column;gap:28px;padding-bottom:30px}.footer-grid .logo{width:193px;height:69px}.footer-grid nav{gap:12px;font-size:14px;padding:0}.footer-grid>div>p{margin-top:12px;font-size:12px}.footer-address p{margin-top:0!important}.footer-bottom{flex-wrap:wrap;font-size:10px;gap:10px}.footer-bottom>span:nth-child(2){display:none}.footer-bottom>a{margin-left:auto}}
@media(max-width:360px){.hero-media picture{height:190px}.hero-kicker{font-size:7px;letter-spacing:.1em}.hero-kicker b{margin-inline:5px}.hero-copy h1{font-size:37px}.hero-lead{font-size:15px}.header-inner .logo{width:161px}.service-overview h2{font-size:27px}.service-icons span{font-size:14px}.page-intro h1{font-size:32px}.contact-item .contact-phone{font-size:28px}.contact-item a{font-size:18px}.technology-panel>strong{font-size:33px}.technology-panel>strong b{font-size:55px}.warranty{gap:17px}.warranty>span{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

.team-section .prose h3{font-size:30px;margin-bottom:25px}
