@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap');
:root{--navy:#173e75;--deep:#102d57;--red:#ba353f;--paper:#f8f6f1;--warm:#efe9dc;--text:#1e344b;--muted:#647385;--line:#d9dedc;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font:16px/1.65 'DM Sans',Arial,sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.09;letter-spacing:-.05em;font-family:'Outfit',Arial,sans-serif}h1 em,h2 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.045em;color:var(--red)}.container{width:min(1210px,calc(100% - 64px));margin:auto}.skip-link{position:absolute;top:-60px;left:12px;background:white;z-index:30;padding:10px}.skip-link:focus{top:12px}a:focus-visible,button:focus-visible{outline:3px solid #e6ac53;outline-offset:4px}
.announcement{background:var(--deep);color:#ebf2f7;font-size:11px;font-weight:800;letter-spacing:.11em}.announcement .container{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:10px}.announcement strong{color:white;margin-left:14px;font-size:12px}.announcement a span{margin-left:9px;color:#ef9a8d}.site-header{background:var(--white);position:relative;z-index:10;box-shadow:0 4px 22px #173e7510}.header-inner{min-height:100px;display:flex;align-items:center;gap:27px}.brand{width:207px;flex:none}.brand img{width:100%;height:auto}.desktop-nav{display:flex;gap:25px;margin-left:auto;font-size:13px;font-weight:700}.desktop-nav a:hover,.site-footer a:hover{color:#d87a70}.header-button,.primary-button,.outline-button,.white-button{min-height:51px;display:inline-flex;justify-content:space-between;align-items:center;gap:25px;padding:0 20px;font-size:13px;font-weight:800;transition:transform .2s,background .2s}.header-button,.primary-button{color:white;background:var(--red)}.header-button span,.primary-button span,.outline-button span,.white-button span{font-size:20px;font-weight:400}.header-button:hover,.primary-button:hover,.outline-button:hover,.white-button:hover{transform:translateY(-3px)}.menu-toggle,.mobile-nav{display:none}
.hero{background:#f2f1eb;overflow:hidden}.hero-grid{display:grid;grid-template-columns:50% 50%;min-height:615px}.hero-copy{padding:85px 45px 0 0;display:flex;flex-direction:column;align-items:flex-start}.eyebrow,.section-label{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--red);line-height:1.5}.red-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--red);margin-right:8px;vertical-align:2px}.hero h1{font-size:clamp(57px,5.9vw,83px);margin:38px 0 26px}.hero h1 em{font-size:.96em}.hero-lead{color:var(--muted);font-size:17px;line-height:1.8;max-width:500px}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:23px}.under-link{font-size:13px;font-weight:800;border-bottom:1px solid var(--navy);padding-bottom:5px}.hero-meta{display:flex;justify-content:space-between;width:100%;gap:15px;border-top:1px solid #ccd5d6;margin-top:auto;min-height:67px;align-items:center;font-size:10px;letter-spacing:.12em;font-weight:800;color:#74838b}.hero-image{position:relative;min-height:615px;overflow:hidden;background:#b5cde2}.hero-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% center}.image-label{position:absolute;bottom:35px;left:-30px;background:white;padding:24px 31px;box-shadow:0 14px 40px #153c7330}.image-label span{display:block;color:var(--red);font-size:10px;font-weight:800;letter-spacing:.14em;margin-bottom:7px}.image-label strong{font-family:Georgia,serif;color:var(--navy);font-size:23px;line-height:1.2;font-weight:400}.quick-strip{background:var(--navy);color:white}.quick-grid{min-height:83px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;font-size:11px;font-weight:800;letter-spacing:.12em}.quick-grid span{padding:15px 22px;border-right:1px solid #7a95b0}.quick-grid span:first-child{padding-left:0}.quick-grid span:last-child{border:0;padding-right:0;text-align:right}.quick-emergency b{font-size:18px;color:#eeaba3;margin-left:10px}
.about-section{padding:115px 0}.about-grid{display:grid;grid-template-columns:45% 55%;gap:75px;align-items:center}.about-photo{position:relative;height:590px;background:#ccd7d5}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.about-photo span{position:absolute;bottom:0;left:0;background:var(--navy);color:white;font-size:10px;letter-spacing:.15em;font-weight:800;padding:18px 22px}.about-copy h2,.section-heading h2,.product-intro h2,.help-grid h2,.areas-grid h2,.contact-grid h2{font-size:clamp(40px,4.7vw,65px);margin:20px 0 25px}.about-copy>p:not(.section-label){color:var(--muted);font-size:15px;line-height:1.8}.check-list{list-style:none;padding:0;margin:26px 0 32px;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.check-list li{font-size:12px;font-weight:700;line-height:1.5;border-top:1px solid #d2d9d8;padding-top:12px}.check-list li:before{content:'✳';color:var(--red);margin-right:8px}.outline-button{border:1px solid var(--navy);color:var(--navy)}
.solutions-section{background:#e8eef0;padding:108px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:35px}.section-heading h2{margin-bottom:0}.section-heading>p{color:var(--muted);max-width:325px;font-size:14px}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution-card{background:white;overflow:hidden}.solution-card img{width:100%;height:215px;object-fit:cover;transition:transform .3s}.solution-card:hover img{transform:scale(1.04)}.solution-card>div{padding:25px 27px 30px;min-height:183px}.solution-card span,.product-card span{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--red)}.solution-card h3{font-size:24px;margin:14px 0 8px}.solution-card p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}.service-extra{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#d4e0e5;padding:23px 28px}.service-extra strong{font-size:10px;letter-spacing:.15em}.service-extra p{font-size:12px;color:var(--muted);margin:5px 0 0}.service-extra a{white-space:nowrap;font-size:12px;font-weight:800;border-bottom:1px solid;padding-bottom:6px}.service-extra a span{margin-left:12px}
.product-section{background:#f8f6f1;padding:110px 0}.product-layout{display:grid;grid-template-columns:42% 58%;gap:50px}.product-intro{padding-top:25px}.product-intro>p:not(.section-label){color:var(--muted);font-size:15px;max-width:425px}.trane-mark{max-width:125px;height:auto;margin:30px 0 20px}.product-intro .brand-line{font-size:12px!important;border-top:1px solid var(--line);padding-top:16px;max-width:380px}.product-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-card{background:white;border:1px solid #e0e5e3}.product-card img{width:100%;height:275px;object-fit:cover}.product-card>div{padding:22px 22px 26px}.product-card h3{font-size:23px;margin:13px 0 8px}.product-card p{color:var(--muted);font-size:12px;line-height:1.6;margin:0}
.help-section{color:white;background:linear-gradient(#142e50d9,#142e50e8),url('assets/services-bg.jpg') center/cover;padding:105px 0}.help-grid{display:grid;grid-template-columns:60% 40%;gap:55px}.help-grid .section-label{color:#f4aca7}.help-grid h2{margin-bottom:25px}.help-grid h2 em{color:#f6c4ad}.help-grid>div:first-child>p:not(.section-label){max-width:525px;color:#cbd9e5;font-size:15px}.help-grid .primary-button{margin-top:22px}.help-topics{border-left:1px solid #718a9d;padding:15px 0 15px 45px}.help-topics>span{font-size:11px;letter-spacing:.17em;font-weight:800;color:#f4aca7}.help-topics ul{list-style:none;padding:0;margin:20px 0 0}.help-topics li{border-bottom:1px solid #6a879f;padding:10px 0;font-family:'Outfit',sans-serif;font-size:19px}
.areas-section{padding:105px 0;background:#f0ede5}.areas-grid{display:grid;grid-template-columns:45% 55%;gap:65px;align-items:center}.areas-grid>div:first-child>p:not(.section-label){color:var(--muted);max-width:360px}.areas-list{padding:40px 0 40px 55px;border-left:1px solid #c9d1d0}.areas-list span{font-size:10px;letter-spacing:.17em;color:var(--red);font-weight:800}.areas-list p{font:500 23px/1.65 'Outfit',sans-serif;letter-spacing:-.03em;margin:14px 0 0}
.contact-section{padding:105px 0;background:var(--red);color:white}.contact-grid{display:grid;grid-template-columns:56% 44%;gap:55px;align-items:center}.contact-grid .section-label{color:#ffd0c7}.contact-grid h2 em{color:#ffe1c5}.contact-grid>div:first-child>p:not(.section-label){color:#ffe6e3;max-width:455px}.white-button{background:white;color:var(--navy);margin-top:25px}.contact-details{padding:38px 42px;background:white;color:var(--text)}.contact-details .phone{font:700 37px/1.2 'Outfit',sans-serif;letter-spacing:-.05em;color:var(--navy);margin-bottom:21px}.contact-details>span{display:block;font-size:13px;color:var(--muted);line-height:1.7}.contact-details hr{border:0;border-top:1px solid var(--line);margin:24px 0}.contact-details p{font-size:13px;color:var(--muted);line-height:1.65}.contact-details p strong{color:var(--red)}.payment-icons{display:flex;gap:12px;align-items:center;margin-top:16px}.payment-icons img{width:42px;max-height:28px;object-fit:contain}
.site-footer{background:var(--deep);color:white;padding:62px 0 0}.footer-main{display:grid;grid-template-columns:46% 27% 27%;gap:25px;padding-bottom:55px}.footer-logo{display:block;background:white;width:205px;padding:6px}.footer-logo img{width:100%;height:auto}.footer-main p{max-width:300px;color:#b8c9d9;font-size:13px;margin:22px 0}.trust-icons{display:flex;gap:12px;align-items:center}.trust-icons img{height:42px;width:auto;max-width:90px;object-fit:contain;background:white;padding:4px}.footer-main nav,.footer-info{display:flex;flex-direction:column;align-items:flex-start;gap:11px;font-size:13px}.footer-main strong{font-size:10px;letter-spacing:.17em;color:#e9a9a6;margin-bottom:10px}.footer-info a{font-size:18px;font-weight:800}.footer-info span{font-size:12px;color:#b8c9d9;line-height:1.6}.footer-bottom{border-top:1px solid #587293;display:flex;justify-content:space-between;padding:21px 0;font-size:10px;letter-spacing:.09em;color:#9fb3c8}section[id]{scroll-margin-top:20px}
@media(max-width:1000px){.container{width:calc(100% - 44px)}.brand{width:180px}.header-inner{gap:18px}.desktop-nav{gap:15px}.hero-copy{padding-right:27px}.about-grid{gap:35px}.product-layout{gap:25px}.contact-grid{gap:35px}}
@media(max-width:760px){.announcement .container>span{display:none}.announcement a{margin-left:auto}.header-inner{min-height:83px}.brand{width:175px}.desktop-nav,.header-button{display:none}.menu-toggle{display:block;margin-left:auto;border:0;background:transparent;padding:9px;cursor:pointer}.menu-toggle span{width:25px;height:2px;background:var(--navy);display:block;margin:5px 0;transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-7px) rotate(-45deg)}.mobile-nav.open{display:flex;flex-direction:column;background:white;border-top:1px solid var(--line);padding:8px 22px 20px}.mobile-nav a{padding:11px 0;border-bottom:1px solid var(--line);font-size:14px;font-weight:700}.mobile-nav a:last-child{color:var(--red)}.hero-grid,.about-grid,.product-layout,.help-grid,.areas-grid,.contact-grid,.footer-main{display:block}.hero-copy{padding:60px 0 0}.hero h1{font-size:clamp(55px,10vw,78px)}.hero-meta{margin-top:48px}.hero-image{min-height:470px;margin:0 20px 30px}.image-label{left:-20px}.quick-grid{grid-template-columns:1fr 1fr;padding:13px 0;gap:3px}.quick-grid span,.quick-grid span:first-child,.quick-grid span:last-child{padding:10px 0;text-align:left;border:0}.about-section,.solutions-section,.product-section,.areas-section,.contact-section{padding:75px 0}.about-photo{height:390px;margin-bottom:48px}.about-copy h2,.section-heading h2,.product-intro h2,.help-grid h2,.areas-grid h2,.contact-grid h2{font-size:clamp(42px,8.5vw,58px)}.section-heading{display:block}.section-heading>p{margin-top:20px}.solution-grid{grid-template-columns:1fr 1fr}.product-cards{margin-top:35px}.help-section{padding:75px 0}.help-topics{border-left:0;border-top:1px solid #718a9d;padding:28px 0 0;margin-top:45px}.areas-list{padding:30px 0 0;border-left:0;border-top:1px solid #c9d1d0;margin-top:33px}.contact-details{margin-top:44px}.footer-main nav{margin:32px 0}.footer-info{margin-top:30px}}
@media(max-width:520px){.container{width:calc(100% - 36px)}.announcement{font-size:9px}.announcement strong{font-size:11px;margin-left:5px}.hero h1{font-size:clamp(52px,12vw,68px)}.hero-lead{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-meta{font-size:9px}.hero-meta span:last-child{max-width:175px;text-align:right}.hero-image{min-height:345px;margin:0 18px 25px}.image-label{left:-18px;bottom:20px;padding:16px 20px}.image-label strong{font-size:19px}.quick-grid{font-size:9px}.quick-emergency b{display:none}.about-photo{height:300px}.check-list,.solution-grid,.product-cards{grid-template-columns:1fr}.solution-card img{height:210px}.solution-card>div{min-height:0}.service-extra{display:block}.service-extra a{display:inline-block;margin-top:17px}.product-card img{height:240px}.areas-list p{font-size:19px}.contact-details{padding:30px 25px}.contact-details .phone{font-size:31px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
