:root{--thermal-blue:#51AEE5;--primary-blue:#51AEE5;--navy:#071538;--charcoal:#1f2328;--steel:#35526d;--red:#ad4040;--surface:#f4f7f9;--white:#fff;--text:#172033;--muted:#5b6675;--line:#dce4eb;--shadow:0 18px 45px rgba(7,21,56,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,Roboto,Aptos,Arial,sans-serif;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;padding:12px 18px;background:#fff;color:var(--navy);box-shadow:var(--shadow)}.skip-link:focus{top:16px}.container{width:min(1220px,calc(100% - 40px));margin-inline:auto}.section{padding:78px 0}.section-sm{padding:50px 0}.surface{background:var(--surface)}.dark{background:linear-gradient(135deg,#071538,#0b2941);color:#fff}.eyebrow{margin:0 0 8px;color:var(--primary-blue);font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.display,.section-title,h1,h2,h3{font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif}.display{margin:0;font-size:clamp(2.4rem,5vw,5.1rem);line-height:.95;letter-spacing:.015em;text-transform:uppercase}.display span,.section-title span{color:var(--primary-blue)}.section-title{margin:0 auto 34px;max-width:900px;text-align:center;font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.05;text-transform:uppercase}.section-title:after{content:"";display:block;width:58px;height:3px;margin:15px auto 0;background:var(--primary-blue)}.lead{font-size:1.08rem;color:var(--muted)}.dark .lead{color:#d8e4ee}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 22px;border:1px solid transparent;border-radius:3px;background:var(--primary-blue);color:#fff;font-weight:800;transition:.25s ease;cursor:pointer}.btn:after{content:"→";font-size:1.2rem;transition:transform .25s}.btn:hover{background:#51AEE5;transform:translateY(-2px);box-shadow:0 12px 22px rgba(81,174,229,.25)}.btn:hover:after{transform:translateX(5px)}.btn-outline{background:transparent;border-color:rgba(255,255,255,.75)}.btn-outline:hover{background:#fff;color:var(--navy)}.btn-light{background:#fff;color:var(--primary-blue)}.btn-light:hover{background:#eef7ff}.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.site-header{position:sticky;top:0;z-index:1000;height:78px;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(7,21,56,.08);transition:box-shadow .25s}.site-header.scrolled{box-shadow:0 8px 28px rgba(7,21,56,.12)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{width:170px;height:auto}.main-nav{display:flex;align-items:center;gap:31px}.main-nav a{position:relative;padding:28px 0 23px;font-size:.9rem;font-weight:700}.main-nav a:not(.btn):after{content:"";position:absolute;left:0;bottom:17px;width:0;height:2px;background:var(--primary-blue);transition:width .25s}.main-nav a:hover:after,.main-nav a.active:after{width:100%}.main-nav a.active{color:var(--primary-blue)}.main-nav .btn{padding:10px 16px;min-height:42px}.menu-toggle{display:none;width:46px;height:46px;border:0;background:transparent;color:var(--navy);font-size:1.7rem}
.hero{position:relative;min-height:510px;overflow:hidden;background:var(--navy);color:#fff}.hero-inner{display:grid;grid-template-columns:48% 52%;min-height:510px}.hero-copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;padding:64px 44px 64px max(20px,calc((100vw - 1220px)/2));background:linear-gradient(110deg,#081c2d 0%,#071b2e 80%,transparent 80%)}.hero-copy:after{content:"";position:absolute;right:-92px;top:0;width:125px;height:100%;background:var(--primary-blue);clip-path:polygon(70% 0,100% 0,30% 100%,0 100%);z-index:-1}.hero-copy p{max-width:650px}.hero-image{min-height:100%;background:center/cover no-repeat;filter:saturate(.9)}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,21,56,.2),transparent)}.page-hero{min-height:420px}.page-hero .hero-inner{min-height:420px}.page-hero .display{font-size:clamp(2.7rem,5vw,4.6rem)}.hero-slider{min-height:570px}.hero-slider .hero-inner{min-height:570px}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s}.slide.active{opacity:1;visibility:visible}.slide .hero-image{transform:scale(1.04);transition:transform 6s linear}.slide.active .hero-image{transform:scale(1.1)}.slide .hero-copy>*{opacity:0;transform:translateY(18px);transition:.6s ease}.slide.active .hero-copy>*{opacity:1;transform:none}.slide.active .hero-copy>*:nth-child(2){transition-delay:.08s}.slide.active .hero-copy>*:nth-child(3){transition-delay:.16s}.slide.active .hero-copy>*:nth-child(4){transition-delay:.24s}.hero-controls{position:absolute;z-index:8;left:50%;bottom:26px;display:flex;align-items:center;gap:9px}.hero-dot{width:10px;height:10px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent}.hero-dot.active{width:28px;border-radius:8px;background:var(--thermal-blue)}.hero-arrow{position:absolute;z-index:8;top:50%;width:44px;height:44px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(7,21,56,.45);color:#fff;transform:translateY(-50%)}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}.badges{display:flex;gap:26px;margin-top:32px}.badge{display:flex;align-items:center;gap:9px;font-size:.78rem;font-weight:700}.badge-icon{color:var(--thermal-blue);font-size:1.55rem}
.stats-wrap{position:relative;z-index:10;margin-top:-40px}.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow)}.stat{display:flex;align-items:center;justify-content:center;gap:16px;min-height:112px;padding:20px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat-icon{color:var(--primary-blue);font-size:2.4rem}.stat strong{display:block;color:var(--primary-blue);font-size:2rem;line-height:1}.stat span{font-size:.85rem;font-weight:800;color:var(--text)}
.split{display:grid;grid-template-columns:1fr 1.15fr;gap:58px;align-items:center}.split-image{width:100%;height:390px;object-fit:cover;border-radius:6px;box-shadow:var(--shadow)}.split h2{margin:0;font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.05;text-transform:uppercase}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{position:relative;padding:28px;background:#fff;border:1px solid var(--line);border-radius:6px;transition:.3s ease}.card:hover{transform:translateY(-6px);border-color:#a8d7f5;box-shadow:var(--shadow)}.card-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:18px;border-radius:8px;background:#eaf5fd;color:var(--primary-blue);font-size:1.8rem}.card h3{margin:0 0 8px;font-size:1.22rem;line-height:1.15;text-transform:uppercase}.card p{margin:0;color:var(--muted);font-size:.93rem}.image-card{padding:0;overflow:hidden}.image-card img{width:100%;height:210px;object-fit:cover}.image-card .card-body{padding:24px}.image-card .tag{display:inline-block;margin-bottom:10px;padding:4px 9px;border-radius:2px;background:var(--primary-blue);color:#fff;font-size:.7rem;font-weight:800;text-transform:uppercase}.check-list{list-style:none;padding:0;margin:18px 0 0}.check-list li{position:relative;padding:6px 0 6px 25px}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-blue);font-weight:900}
.industry-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:0}.industry-mini{text-align:center;padding:20px 10px;border-right:1px solid var(--line);font-size:.8rem;font-weight:800}.industry-mini:last-child{border:0}.industry-mini span{display:block;margin-bottom:8px;color:var(--primary-blue);font-size:1.8rem}.feature-band{position:relative;overflow:hidden;padding:50px 0;background:linear-gradient(120deg,#071538,#0b2b45);color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.feature{padding-right:20px;border-right:1px solid rgba(255,255,255,.2)}.feature:last-child{border:0}.feature strong{display:block;margin:10px 0 6px;font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif;text-transform:uppercase}.feature p{margin:0;color:#cbd8e3;font-size:.84rem}.feature-icon{color:var(--thermal-blue);font-size:2rem}.process{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:7px;background:#fff}.step{position:relative;padding:30px}.step:not(:last-child):after{content:"→";position:absolute;right:-7px;top:50%;color:#aab8c4;font-size:1.5rem}.step-number{display:grid;place-items:center;width:32px;height:32px;margin-bottom:14px;border-radius:50%;background:var(--primary-blue);color:#fff;font-weight:900}.step h3{font-size:1rem;text-transform:uppercase}.step p{font-size:.85rem;color:var(--muted)}
.cta{position:relative;overflow:hidden;padding:54px 0;background:linear-gradient(105deg,rgba(7,21,56,.97),rgba(7,42,67,.93)),url("../images/hero-home.webp") center/cover;color:#fff}.cta .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{margin:0;font-size:clamp(1.9rem,3vw,3rem);line-height:1;text-transform:uppercase}.cta p{margin:8px 0 0;color:#dbe6ef}.site-footer{background:#06182a;color:#fff;padding:54px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr 1fr;gap:45px}.footer-logo{width:190px;filter:brightness(0) invert(1)}.site-footer h3{font-size:1rem;text-transform:uppercase}.site-footer p,.site-footer a{color:#c7d2dc;font-size:.86rem}.site-footer a:hover{color:var(--thermal-blue)}.footer-links{display:grid;gap:5px}.socials{display:flex;gap:10px;margin-top:18px}.socials a{display:grid;place-items:center;width:34px;height:34px;border:1px solid #3b6a8b;border-radius:50%;color:var(--thermal-blue)}.copyright{margin-top:38px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);text-align:center;color:#9eacb8;font-size:.78rem}
.project-toolbar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:30px}.filter-btn{padding:10px 15px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--navy);font-weight:800}.filter-btn.active,.filter-btn:hover{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.case-study{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:8px;background:var(--navy);color:#fff}.case-study .copy{padding:48px}.case-study img{width:100%;height:100%;min-height:380px;object-fit:cover}.map-panel{min-height:330px;border:1px solid var(--line);border-radius:8px;background-color:#f9fbfd;background-image:radial-gradient(#a6cbe4 1.2px,transparent 1.2px);background-size:9px 9px;display:grid;place-items:center;text-align:center;padding:40px}.map-panel .map-orbit{width:min(520px,100%);aspect-ratio:2/1;border:2px solid #bfe0f4;border-radius:50%;display:grid;place-items:center;color:var(--primary-blue);font-weight:900}.contact-panel{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.contact-column{padding:46px}.contact-column+ .contact-column{border-left:1px solid var(--line)}.contact-item{display:grid;grid-template-columns:64px 1fr;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border:0}.contact-item .card-icon{margin:0}.support-card{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:20px;border:1px solid var(--line);border-radius:7px;margin-top:12px}.support-card .card-icon{width:54px;height:54px;margin:0}.support-card h3{margin:0;color:var(--primary-blue);font-size:1rem}.support-card p{margin:4px 0 0;color:var(--muted);font-size:.9rem}
.reveal{opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.text-center{text-align:center}.mt-30{margin-top:30px}.project-hidden{display:none}
@media(max-width:1050px){.main-nav{gap:18px}.main-nav a{font-size:.8rem}.hero-copy{padding-left:30px}.grid-4{grid-template-columns:repeat(2,1fr)}.industry-strip{grid-template-columns:repeat(4,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature:nth-child(2){border:0}.footer-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:850px){.site-header{height:70px}.logo{width:150px}.menu-toggle{display:block}.main-nav{position:fixed;inset:70px 0 auto 0;display:grid;gap:0;padding:10px 22px 24px;background:#fff;box-shadow:0 20px 30px rgba(7,21,56,.14);transform:translateY(-130%);visibility:hidden;transition:.3s}.main-nav.open{transform:none;visibility:visible}.main-nav a{padding:13px 0}.main-nav a:not(.btn):after{bottom:7px}.main-nav .btn{margin-top:8px}.hero,.hero-slider,.hero-inner,.hero-slider .hero-inner,.page-hero,.page-hero .hero-inner{min-height:auto}.hero-inner{grid-template-columns:1fr}.hero-copy{padding:70px 28px 80px;background:linear-gradient(135deg,#081c2d,#071538)}.hero-copy:after{right:0;top:auto;bottom:-1px;width:100%;height:25px;clip-path:polygon(0 75%,100% 0,100% 100%,0 100%)}.hero-image{height:330px;grid-row:2}.hero-slider{height:900px}.hero-slider .slide{height:900px}.hero-slider .hero-inner{height:900px}.hero-slider .hero-copy{height:570px}.hero-slider .hero-image{height:330px}.hero-controls{left:50%;bottom:22px;transform:translateX(-50%)}.hero-arrow{display:none}.stats-wrap{margin-top:-25px}.split{grid-template-columns:1fr;gap:35px}.split-image{height:330px}.grid-3{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:repeat(2,1fr)}.step:nth-child(2):after{display:none}.cta .container{align-items:flex-start;flex-direction:column}.case-study{grid-template-columns:1fr}.contact-panel{grid-template-columns:1fr}.contact-column+ .contact-column{border-left:0;border-top:1px solid var(--line)}}
@media(max-width:600px){.container{width:min(100% - 28px,1220px)}.section{padding:58px 0}.display{font-size:2.55rem}.hero-slider{height:865px}.hero-slider .slide,.hero-slider .hero-inner{height:865px}.hero-slider .hero-copy{height:590px;padding:50px 20px}.hero-slider .hero-image{height:275px}.page-hero .hero-copy{padding:60px 20px}.page-hero .hero-image{height:245px}.badges{display:grid;gap:10px}.button-row{display:grid}.button-row .btn{width:100%}.stats{grid-template-columns:1fr}.stat{min-height:92px;border-right:0;border-bottom:1px solid var(--line)!important;justify-content:flex-start;padding-left:32px}.stat:last-child{border-bottom:0!important}.stats-wrap{margin-top:0;padding-top:14px}.grid-2,.grid-3,.grid-4,.feature-grid{grid-template-columns:1fr}.industry-strip{grid-template-columns:repeat(2,1fr)}.feature{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:20px}.process{grid-template-columns:1fr}.step:not(:last-child):after{content:"↓";top:auto;right:50%;bottom:-17px}.footer-grid{grid-template-columns:1fr}.cta .btn{width:100%}.case-study .copy,.contact-column{padding:28px}.contact-item{grid-template-columns:54px 1fr}.image-card img{height:220px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.slide .hero-image{transform:none!important}}

/* Homepage visual alignment pass against resources/1-website-screenshot/1-homepage-original.png */
.home-page .container{width:min(1680px,calc(100% - 128px))}
.home-page .site-header{height:78px;box-shadow:0 2px 14px rgba(7,21,56,.06)}
.home-page .nav-wrap{max-width:1680px}
.home-page .logo{width:180px;height:auto}
.home-page .main-nav{gap:32px}
.home-page .main-nav a{font-size:15px;font-weight:800;padding-top:28px}
.home-page .main-nav .btn{min-height:44px;padding:12px 22px;border-radius:3px;font-size:14px}
.home-page .hero-slider{height:522px;min-height:522px}
.home-page .hero-slider .slide,.home-page .hero-slider .hero-inner{height:522px;min-height:522px}
.home-page .hero-inner{grid-template-columns:54% 46%}
.home-page .hero-copy{padding:64px 80px 78px max(64px,calc((100vw - 1680px)/2));background:linear-gradient(108deg,#0a1b28 0%,#061827 78%,rgba(6,24,39,.62) 78%,rgba(6,24,39,.18) 100%)}
.home-page .hero-copy:after{right:-72px;width:118px;background:#51AEE5;clip-path:polygon(62% 0,100% 0,38% 100%,0 100%);box-shadow:18px 0 0 rgba(7,21,56,.45)}
.home-page .hero-image{background-position:center right;filter:saturate(.82) contrast(.98);position:relative}
.home-page .hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,21,56,.42),rgba(7,21,56,.12) 34%,rgba(7,21,56,.05))}
.home-page .hero-copy .eyebrow{font-size:15px;letter-spacing:.14em;color:#51aee5;font-weight:900;text-transform:uppercase;margin-bottom:18px}
.home-page .display{font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:clamp(44px,3.15vw,66px);line-height:.98;font-weight:800;letter-spacing:.01em;max-width:760px}
.home-page .display span{color:#2993e8}
.home-page .hero-copy .lead{max-width:560px;margin-top:22px;font-size:16px;line-height:1.72;color:rgba(255,255,255,.88)}
.home-page .button-row{margin-top:28px;gap:18px}
.home-page .btn{border-radius:3px;font-weight:900}
.home-page .hero-copy .btn{min-height:51px;padding:13px 25px}
.home-page .badges{margin-top:36px;gap:34px}
.home-page .badge{max-width:190px;padding-right:26px;border-right:1px solid rgba(255,255,255,.22);font-size:13px;line-height:1.35;color:#fff}
.home-page .badge:last-child{border-right:0}
.home-page .badge-icon{font-size:34px;color:#51AEE5}
.home-page .hero-arrow{width:0;height:0;border:0;opacity:0;pointer-events:none}
.home-page .hero-controls{display:none}
.home-page .stats-wrap{max-width:1540px;width:min(1540px,calc(100% - 128px));margin:-42px auto 0}
.home-page .stats{grid-template-columns:repeat(4,1fr);border-radius:7px;box-shadow:0 16px 36px rgba(7,21,56,.16);border-color:#d7e0e8}
.home-page .stat{min-height:105px;gap:18px}
.home-page .stat-icon{font-size:46px;color:#2993e8;line-height:1}
.home-page .stat strong{font-size:38px;font-weight:900;color:#2993e8}
.home-page .stat span{font-size:15px;line-height:1.22;font-weight:900}
.home-page .home-about{padding:68px 0 30px}
.home-page .home-about .split{grid-template-columns:.92fr 1.08fr;gap:70px}
.home-page .home-about .split-image{height:300px;border-radius:5px;box-shadow:none}
.home-page .home-about h2{font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:34px;font-weight:800;line-height:1.08;max-width:720px}
.home-page .home-about .lead{font-size:17px;line-height:1.65;max-width:760px}
.home-page .section-title{font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:28px;letter-spacing:.01em;margin-bottom:26px}
.home-page .section-title:after{width:55px;height:3px;margin-top:10px}
.home-page .home-products{background:#fff;padding:18px 0 26px}
.home-page .home-products .grid-4{gap:16px}
.home-page .home-products .card{min-height:126px;padding:18px 20px 20px;text-align:center;border-radius:5px;border-color:#cfd8e2;box-shadow:none}
.home-page .home-products .card:hover{box-shadow:0 10px 24px rgba(7,21,56,.1)}
.home-page .home-products .card-icon{width:auto;height:auto;margin:0 auto 10px;background:transparent;font-size:44px;line-height:1;color:#51AEE5}
.home-page .home-products .card h3{font-size:16px;margin-bottom:4px}
.home-page .home-products .card p{font-size:13px;line-height:1.35;color:#263348}
.home-page .home-industries{padding:12px 0 34px;background:#fff}
.home-page .industry-strip{grid-template-columns:repeat(8,1fr)}
.home-page .industry-mini{padding:16px 10px 12px;font-size:13px;line-height:1.2;color:#13233a}
.home-page .industry-mini span{font-size:42px;color:#2993e8;margin-bottom:8px}
.quality-band{position:relative;overflow:hidden;background:linear-gradient(100deg,#071827,#09253d);color:#fff;min-height:150px}
.quality-photo{position:absolute;left:0;top:0;bottom:0;width:28%;background:url("../images/quality-welding.webp") center/cover no-repeat}
.quality-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,21,56,.12),rgba(7,21,56,.78))}
.quality-diagonal{position:absolute;left:22%;top:0;bottom:0;width:92px;background:#51AEE5;clip-path:polygon(72% 0,100% 0,28% 100%,0 100%)}
.quality-inner{position:relative;display:grid;grid-template-columns:1.05fr .8fr .85fr;align-items:center;gap:34px;min-height:150px;padding-top:20px;padding-bottom:20px}
.quality-title h2{margin:0;font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:29px;line-height:1.05;text-transform:uppercase}
.standards{display:flex;align-items:center;gap:34px;margin-top:18px}
.standards span{font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:31px;font-weight:900;color:#fff;border-right:1px solid rgba(255,255,255,.45);padding-right:34px}
.standards span:last-child{border-right:0}
.quality-inner p{margin:0;font-size:13px;line-height:1.65;color:#d9e7f2}
.quality-checks{list-style:none;margin:0;padding:0;display:grid;gap:9px;font-size:13px;font-weight:700;color:#e5f1f8}
.quality-checks li{position:relative;padding-left:28px}
.quality-checks li:before{content:"✓";position:absolute;left:0;top:0;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#51AEE5;color:#fff;font-size:11px}
.home-projects{padding:24px 0 28px;background:#fff}
.project-experience{display:grid;grid-template-columns:1.12fr .88fr;gap:42px;align-items:center}
.project-map{width:100%;height:210px;object-fit:contain}
.project-lists{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:start}
.project-lists article{border-left:1px solid #d7e0e8;padding-left:26px}
.project-lists h3{margin:0 0 8px;color:#51AEE5;font-size:17px;text-transform:uppercase}
.project-lists .check-list{margin-top:0;font-size:14px;line-height:1.3}
.project-lists .btn{grid-column:1 / -1;justify-self:start;margin-top:0}
.home-page .process{min-height:118px;border-radius:7px;border-color:#cfd8e2;box-shadow:0 8px 20px rgba(7,21,56,.05)}
.home-page .process .step{display:grid;grid-template-columns:56px 1fr;column-gap:12px;padding:22px}
.home-page .step-number{grid-column:2;width:31px;height:31px;margin-bottom:5px}
.home-page .step:before{content:"▣";grid-row:1 / span 3;grid-column:1;align-self:center;color:#2993e8;font-size:42px}
.home-page .step h3{grid-column:2;margin:0;font-size:14px}
.home-page .step p{grid-column:2;font-size:12px;line-height:1.4}
.home-page .cta{padding:44px 0;background:linear-gradient(100deg,rgba(7,21,56,.95),rgba(9,38,61,.9)),url("../images/hero-home.webp") right center/cover no-repeat}
.home-page .cta .container{max-width:1200px}
.home-page .cta h2{font-size:36px}
.home-page .site-footer{padding:34px 0 14px}
.home-page .footer-grid{grid-template-columns:1.25fr .65fr .9fr 1fr;gap:52px;max-width:1200px;margin-inline:auto}
.home-page .footer-logo{width:180px}
.footer-logo{filter:none!important}
.home-page .copyright{margin-top:26px}
@media(max-width:1050px){.home-page .container,.home-page .stats-wrap{width:min(100% - 44px,1680px)}.home-page .hero-inner{grid-template-columns:1fr}.home-page .hero-slider,.home-page .hero-slider .slide,.home-page .hero-slider .hero-inner{height:880px;min-height:880px}.home-page .hero-copy{height:550px;padding:60px 30px;background:linear-gradient(135deg,#081c2d,#071538)}.home-page .hero-copy:after{display:none}.home-page .hero-image{height:330px}.home-page .stats{grid-template-columns:repeat(2,1fr)}.home-page .quality-inner{grid-template-columns:1fr}.quality-photo,.quality-diagonal{display:none}.project-experience{grid-template-columns:1fr}.home-page .footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.home-page .container,.home-page .stats-wrap{width:min(100% - 28px,1680px)}.home-page .logo{width:150px}.home-page .hero-slider,.home-page .hero-slider .slide,.home-page .hero-slider .hero-inner{height:930px;min-height:930px}.home-page .hero-copy{height:620px}.home-page .hero-image{height:310px}.home-page .display{font-size:42px}.home-page .badges{grid-template-columns:1fr}.home-page .badge{border-right:0;max-width:none}.home-page .stats{grid-template-columns:1fr}.home-page .home-about .split{grid-template-columns:1fr;gap:26px}.home-page .home-products .grid-4{grid-template-columns:1fr}.home-page .industry-strip{grid-template-columns:repeat(2,1fr)}.quality-inner,.project-lists{grid-template-columns:1fr}.home-page .process{grid-template-columns:1fr}.home-page .process .step{grid-template-columns:48px 1fr}.home-page .footer-grid{grid-template-columns:1fr}}

/* Brand typography consistency across all pages */
.display,.section-title,h1,h2,h3{font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif!important;font-weight:800;letter-spacing:.01em}.page-hero .display{line-height:.98}.page-hero .eyebrow,.split .eyebrow,.card .tag{font-weight:900;letter-spacing:.12em}.split h2,.card h3,.feature strong,.step h3,.site-footer h3{text-transform:uppercase;font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif!important;font-weight:800}.page-hero .display span,.section-title span{color:var(--primary-blue)}

/* Final homepage polish from demo2 review */
.home-page .logo{width:205px}.home-page .main-nav{gap:28px}.home-page .hero-slider,.home-page .hero-slider .slide,.home-page .hero-slider .hero-inner{height:540px;min-height:540px}.home-page .hero-copy{padding-bottom:108px}.home-page .badges{margin-top:28px;position:relative;z-index:12}.home-page .stats-wrap{margin-top:-28px;position:relative;z-index:20}.home-page .stat{min-height:108px}.home-page .home-about{padding-top:72px;padding-bottom:42px}.home-page .home-products{padding:28px 0 34px}.home-page .home-products .card{min-height:142px;padding-top:24px;padding-bottom:24px}.home-page .home-industries{padding-top:18px;padding-bottom:42px}.quality-band{min-height:166px}.quality-inner{min-height:166px}.home-projects{padding-top:34px;padding-bottom:44px}.project-map{height:235px}.home-page .process{min-height:142px;box-shadow:0 14px 28px rgba(7,21,56,.08)}.home-page .process .step{padding:28px 24px}.home-page .step:before{font-size:48px}.home-page .step p{font-size:13px}.home-page .cta{padding:52px 0}.home-page .site-footer{padding-top:42px}.home-page .footer-logo{width:205px;filter:none!important}.footer-logo{filter:none!important}
@media(max-width:1050px){.home-page .logo{width:175px}.home-page .hero-slider,.home-page .hero-slider .slide,.home-page .hero-slider .hero-inner{height:920px;min-height:920px}.home-page .hero-copy{height:570px;padding-bottom:70px}.home-page .hero-image{height:350px}.home-page .stats-wrap{margin-top:-18px}}
@media(max-width:700px){.home-page .logo{width:155px}.home-page .hero-slider,.home-page .hero-slider .slide,.home-page .hero-slider .hero-inner{height:970px;min-height:970px}.home-page .hero-copy{height:650px;padding-bottom:54px}.home-page .hero-image{height:320px}.home-page .stats-wrap{margin-top:0}.home-page .footer-logo{width:180px}}

/* Pixel-focused hero/header corrections */
.home-page{--primary-blue:#51AEE5;--thermal-blue:#51AEE5}.home-page .main-nav{gap:24px}.home-page .main-nav a{font-size:13px;font-weight:800}.home-page .main-nav a.active{color:#51AEE5}.home-page .main-nav a:not(.btn):after{background:#51AEE5;width:0;height:2px}.home-page .main-nav a.active:after{width:34px}.home-page .main-nav .btn{background:#51AEE5;padding:10px 20px;min-height:42px;border-radius:3px}.home-page .hero-slider,.home-page .hero-slider .slide,.home-page .hero-slider .hero-inner{height:470px;min-height:470px}.home-page .hero-inner{grid-template-columns:48% 52%}.home-page .hero-copy{padding:58px 54px 68px max(62px,calc((100vw - 1680px)/2));background:linear-gradient(110deg,#071538 0%,#111a25 100%)}.home-page .hero-copy:after{right:-38px;width:54px;background:#51AEE5;clip-path:polygon(74% 0,100% 0,26% 100%,0 100%);box-shadow:none;z-index:4}.home-page .hero-copy:before{content:"";position:absolute;right:-6px;top:0;bottom:0;width:16px;background:#111a25;transform:skewX(-16deg);transform-origin:bottom;z-index:3}.home-page .hero-image{background-position:center center;filter:grayscale(1) saturate(.15) contrast(1.02);position:relative}.home-page .hero-image:after{background:linear-gradient(90deg,rgba(7,21,56,.42),rgba(7,21,56,.12) 26%,rgba(7,21,56,0))}.home-page .hero-copy .eyebrow{display:none}.home-page .display{font-size:clamp(48px,3vw,56px);line-height:1.01;font-weight:800;letter-spacing:.005em;max-width:720px}.home-page .display span{color:#51AEE5}.home-page .hero-copy .lead{font-size:16px;line-height:1.55;max-width:560px;margin-top:18px;color:rgba(255,255,255,.88)}.home-page .button-row{margin-top:23px;gap:14px}.home-page .hero-copy .btn{min-height:42px;padding:10px 19px;font-size:13px}.home-page .btn{background:#51AEE5}.home-page .btn:hover{background:#51AEE5}.home-page .btn-outline{background:transparent;border-color:rgba(255,255,255,.72);color:#fff}.home-page .badges{margin-top:31px;gap:26px}.home-page .badge{max-width:180px;gap:12px;font-size:12px;padding-right:24px;line-height:1.25}.home-page .badge-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;color:#51AEE5}.home-page .badge-icon svg,.home-page .stat-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.home-page .stats-wrap{max-width:1500px;width:min(1500px,calc(100% - 128px));margin-top:-31px}.home-page .stats{border-radius:6px}.home-page .stat{min-height:102px;justify-content:center;gap:16px}.home-page .stat-icon{width:42px;height:42px;font-size:0;color:#51AEE5}.home-page .stat strong{font-size:33px;color:#51AEE5;white-space:nowrap}.home-page .stat span{font-size:13px;color:#071538}
@media(max-width:1050px){.home-page .hero-slider,.home-page .hero-slider .slide,.home-page .hero-slider .hero-inner{height:850px;min-height:850px}.home-page .hero-inner{grid-template-columns:1fr}.home-page .hero-copy{height:520px;padding:54px 30px 62px}.home-page .hero-copy:before,.home-page .hero-copy:after{display:none}.home-page .hero-image{height:330px}.home-page .display{font-size:48px}.home-page .stats-wrap{margin-top:-18px}}
@media(max-width:700px){.home-page .hero-slider,.home-page .hero-slider .slide,.home-page .hero-slider .hero-inner{height:930px;min-height:930px}.home-page .hero-copy{height:620px}.home-page .display{font-size:40px}.home-page .badges{gap:12px}.home-page .stat{justify-content:flex-start}.home-page .stat strong{font-size:30px}}

/* Premium industrial hero animation */
.home-page .slide{transition:opacity 1s ease,visibility 1s ease}.home-page .hero-controls{display:flex;left:50%;bottom:70px;transform:translateX(-50%);z-index:25}.home-page .hero-dot{width:9px;height:9px;border:1px solid rgba(255,255,255,.75);background:rgba(255,255,255,.15);cursor:pointer}.home-page .hero-dot.active{width:28px;background:#51AEE5;border-color:#51AEE5}.home-page .hero-arrow{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(7,21,56,.32);color:#fff;opacity:.82;pointer-events:auto;transition:background .25s ease,opacity .25s ease,transform .25s ease}.home-page .hero-arrow:hover{background:rgba(81,174,229,.9);opacity:1}.home-page .hero-arrow.prev{left:22px}.home-page .hero-arrow.next{right:22px}.home-page .hero-copy .eyebrow{display:block;margin:0 0 12px;color:#51AEE5;font-family:Inter,Roboto,Aptos,Arial,sans-serif;font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.home-page .slide .hero-image{transform:scale(1.02) translateX(0);transition:transform 6s ease-out,filter 1s ease}.home-page .slide.active .hero-image{transform:scale(1.09) translateX(-10px)}.home-page .slide .hero-copy:after{transform:translateX(-34px) skewX(-10deg);opacity:0;transition:transform .85s cubic-bezier(.22,.8,.22,1),opacity .85s ease}.home-page .slide.active .hero-copy:after{transform:translateX(0) skewX(-10deg);opacity:1}.home-page .slide .hero-copy>*{opacity:0;transform:translateY(18px);transition:opacity .75s ease,transform .75s cubic-bezier(.22,.8,.22,1)}.home-page .slide.active .hero-copy>*{opacity:1;transform:translateY(0)}.home-page .slide.active .hero-copy .eyebrow{transition-delay:.08s}.home-page .slide.active .hero-copy .display{transition-delay:.18s}.home-page .slide.active .hero-copy .lead{transition-delay:.36s}.home-page .slide.active .hero-copy .button-row{transition-delay:.54s}.home-page .slide .badge{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.home-page .slide.active .badge{opacity:1;transform:translateY(0)}.home-page .slide.active .badge:nth-child(1){transition-delay:1.2s}.home-page .slide.active .badge:nth-child(2){transition-delay:1.65s}.home-page .slide.active .badge:nth-child(3){transition-delay:2.1s}.home-page .slide .hero-copy:before{opacity:0;transform:translateX(-18px) skewX(-16deg);transition:opacity .7s ease,transform .85s cubic-bezier(.22,.8,.22,1)}.home-page .slide.active .hero-copy:before{opacity:1;transform:translateX(0) skewX(-16deg)}
@media(max-width:1050px){.home-page .hero-controls{bottom:360px}.home-page .hero-arrow{display:none}.home-page .slide .hero-copy:before,.home-page .slide .hero-copy:after{display:none}}
@media(max-width:700px){.home-page .hero-controls{bottom:330px}}

/* Global Sthermico brand consistency pass for inner pages */
:root{--primary-blue:#51AEE5;--thermal-blue:#51AEE5}
.site-header{background:#fff}.main-nav{gap:24px}.main-nav a{font-family:Inter,Roboto,Aptos,Arial,sans-serif;font-size:13px;font-weight:800}.main-nav a.active{color:#51AEE5}.main-nav a:not(.btn):after{background:#51AEE5;height:2px}.main-nav .btn{background:#51AEE5;border-color:#51AEE5;color:#fff;min-height:42px;padding:10px 20px;border-radius:3px;font-size:13px}
.btn{background:#51AEE5;border-color:#51AEE5;border-radius:3px;font-family:Inter,Roboto,Aptos,Arial,sans-serif;font-weight:900}.btn:hover{background:#51AEE5;border-color:#51AEE5;box-shadow:0 12px 24px rgba(81,174,229,.24)}.btn-outline{background:transparent;border-color:rgba(255,255,255,.72);color:#fff}.btn-light{background:#fff;color:#51AEE5}
.page-hero{min-height:390px;background:#071538}.page-hero .hero-inner{min-height:390px;grid-template-columns:48% 52%}.page-hero .hero-copy{padding:56px 54px 62px max(42px,calc((100vw - 1220px)/2));background:linear-gradient(112deg,#071538 0%,#111a25 100%)}.page-hero .hero-copy:after{right:-34px;width:50px;background:#51AEE5;clip-path:polygon(74% 0,100% 0,26% 100%,0 100%);box-shadow:none;z-index:4}.page-hero .hero-image{position:relative;filter:grayscale(1) saturate(.18) contrast(1.03);background-position:center}.page-hero .hero-image:after{background:linear-gradient(90deg,rgba(7,21,56,.42),rgba(7,21,56,.08) 32%,rgba(7,21,56,0))}.page-hero .eyebrow{margin-bottom:12px;color:#51AEE5;font-family:Inter,Roboto,Aptos,Arial,sans-serif;font-size:13px;font-weight:900;letter-spacing:.14em}.page-hero .display{font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif!important;font-size:clamp(44px,4.4vw,62px);line-height:1.01;font-weight:800;color:#fff}.page-hero .display span{color:#51AEE5}.page-hero .lead{max-width:570px;margin-top:16px;color:rgba(255,255,255,.88);font-size:16px;line-height:1.58}
.section-title{color:#071538;font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif!important;font-weight:800;letter-spacing:.01em}.section-title:after{background:#51AEE5}.eyebrow,.check-list li:before,.card .tag,.filter-btn.active,.filter-btn:hover,.step-number{background-color:#51AEE5;border-color:#51AEE5}.eyebrow{background-color:transparent;color:#51AEE5}.split h2,.card h3,.feature strong,.step h3,.site-footer h3{color:#071538}.dark .feature strong,.feature-band .feature strong,.site-footer h3{color:#fff}
.card{border-color:#d7e0e8;border-radius:6px}.card:hover{border-color:rgba(81,174,229,.55);box-shadow:0 14px 32px rgba(7,21,56,.11)}.card-icon{background:#eef8fd;color:#51AEE5}.card-icon svg,.stat-icon svg,.industry-mini svg,.feature-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.card-icon svg{width:34px;height:34px}.stat-icon{display:grid;place-items:center;width:42px;height:42px;color:#51AEE5;font-size:0}.stat strong{color:#51AEE5}.industry-mini span{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 8px;color:#51AEE5;font-size:0}.feature-icon{display:grid;place-items:center;width:42px;height:42px;color:#51AEE5;font-size:0}.support-card .card-icon,.contact-item .card-icon{color:#51AEE5}
.stats{border-color:#d7e0e8;box-shadow:0 16px 36px rgba(7,21,56,.12)}.stat span{color:#071538}.process{border-color:#d7e0e8;box-shadow:0 10px 26px rgba(7,21,56,.06)}.process .step:after{color:#98a8b8}

/* Hero seam cleanup: remove the blue seam/line between copy panel and photo */
.home-page .hero-copy:before,.home-page .slide .hero-copy:before,.home-page .hero-copy:after,.home-page .slide .hero-copy:after{content:none!important;display:none!important}

/* High-quality photo/icon refresh from resources/photos */
.badge-icon img,.stat-icon img,.card-icon img,.industry-mini img,.feature-icon img,.step-icon img{display:block;width:100%;height:100%;object-fit:contain}
.home-page .badge-icon img{width:34px;height:34px}.badge-icon img{width:34px;height:34px}.stat-icon img{width:46px;height:46px}.home-page .stat-icon img{width:44px;height:44px}
.card-icon img{width:38px;height:38px}.home-page .home-products .card-icon img{width:52px;height:52px}.industry-mini span img{width:44px;height:44px}.feature-icon img{width:42px;height:42px}
.process .step{display:grid;grid-template-columns:58px 1fr;column-gap:14px;align-items:center}.step-icon{grid-column:1;grid-row:1 / span 3;display:grid;place-items:center;align-self:center;width:52px;height:52px}.step-number,.step h3,.step p{grid-column:2}.home-page .step:before{content:none!important;display:none!important}.home-page .process .step{grid-template-columns:62px 1fr}.home-page .step-icon{width:54px;height:54px}
.quality-photo{background-image:url("../images/quality-welding.webp");background-position:34% 58%}.quality-band:after{content:"";position:absolute;right:0;top:0;bottom:0;width:34%;background-image:radial-gradient(rgba(81,174,229,.28) 1px,transparent 1.2px);background-size:8px 8px;opacity:.32;pointer-events:none}.quality-inner{z-index:1}.quality-checks li:before{background:#51AEE5}
.project-map{filter:none}.home-page .project-map{height:255px;object-fit:contain}.home-page .split-image{object-position:center center}.home-page .cta{background:linear-gradient(100deg,rgba(7,21,56,.96),rgba(9,38,61,.9)),url("../images/hero-home.webp") right center/cover no-repeat}.home-page .cta:after{content:none!important;display:none!important}.home-page .cta .container{position:relative;z-index:1}

/* Inner hero: hide both ::before and ::after (blue diagonal stripe removed on all pages) */
.page-hero .hero-copy:before{content:none!important;display:none!important}
.page-hero .hero-copy:after{content:none!important;display:none!important}
.hero-copy:after,.home-page .hero-copy:after,.home-page .slide.active .hero-copy:after{content:none!important;display:none!important;background:none!important}

/* Hero subtitle (e.g. "Specialized HVAC Manufacturing & Engineering") used on inner page heroes */
.hero-subtitle{margin:10px 0 18px;color:rgba(255,255,255,.9);font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:clamp(13px,1.1vw,16px);font-weight:700;letter-spacing:.07em;text-transform:uppercase;line-height:1.25}

/* Inner-page split h2: reduce max size so it wraps to 2 lines instead of 3 at 1440px */
.split h2{font-size:clamp(1.8rem,2.4vw,2.5rem)!important}

.leadership-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.leader-card{display:grid;grid-template-columns:230px 1fr;align-items:stretch;min-height:170px;overflow:hidden;padding:0;border:1px solid #d7e0e8;border-radius:6px;background:#fff;box-shadow:0 10px 24px rgba(7,21,56,.04)}
.leader-avatar{display:grid;place-items:center;background:linear-gradient(145deg,#eef5fa,#fff);border-right:1px solid #d7e0e8}
.avatar-placeholder{display:grid;place-items:center;width:112px;height:112px;border:2px solid #51AEE5;border-radius:999px;background:rgba(81,174,229,.08);color:#51AEE5}
.avatar-placeholder svg{width:72px;height:72px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.leader-body{display:flex;flex-direction:column;justify-content:center;padding:28px 30px}
.leader-body h3{margin:0 0 4px;color:#071538;font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif!important;font-size:28px;line-height:1;text-transform:uppercase}
.leader-role{margin:0 0 12px;color:#51AEE5;font-weight:900;text-transform:uppercase}
.leader-body p:last-child{margin:0;color:#5f6b7a;font-size:14px;line-height:1.55}
.feature-title{margin:0 0 28px;color:#fff;text-align:center;font-family:Oswald,"Arial Narrow","Roboto Condensed",Impact,sans-serif!important;font-size:28px;line-height:1.05;text-transform:uppercase}
.feature-title:after{content:"";display:block;width:58px;height:3px;margin:14px auto 0;background:#51AEE5}
.feature-grid-5{grid-template-columns:repeat(5,1fr)}

@media(max-width:850px){
  .leadership-grid{grid-template-columns:1fr}
  .leader-card{grid-template-columns:150px 1fr}
  .feature-grid-5{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .leader-card{grid-template-columns:1fr}
  .leader-avatar{min-height:155px;border-right:0;border-bottom:1px solid #d7e0e8}
  .feature-grid-5{grid-template-columns:1fr}
}

/* ============================================================
   HOMEPAGE PIXEL-ALIGNMENT CORRECTIONS v4
   Reference: resources/1-websiteDesign-Original-screenshot/1-homepage-original.png
   ============================================================ */

/* 1. Hero photo: restore natural HVAC equipment color.
      Previous "pixel-focused" block forced grayscale(1) which killed all colour.
      Target design shows natural silver/metallic cooling-tower tones — no filter. */
.home-page .hero-image {
  filter: none !important;
}

/* 2. Hero blue diagonal accent stripe: removed on all pages (per request). */
.home-page .hero-copy:before,
.home-page .slide .hero-copy:before,
.home-page .hero-copy:after,
.home-page .slide .hero-copy:after,
.home-page .slide.active .hero-copy:after,
.home-page .slide.active .hero-copy:before {
  content: none !important;
  display: none !important;
}

/* 3. Project check-list: circular blue checkmarks (not coloured squares).
      Line 129 applied background-color to .check-list li:before without border-radius,
      turning the ✓ character into a coloured rectangle. Match quality-band style. */
.check-list li { padding-left: 26px; }
.check-list li:before {
  top: 4px !important;
  display: grid !important;
  place-items: center !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #51AEE5 !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* 4. Footer contact section: icon + text row layout */
.footer-contact-link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #c7d2dc;
  font-size: 0.86rem;
  text-decoration: none;
}
.footer-contact-link:hover { color: #51AEE5; }
.footer-contact-link svg {
  flex-shrink: 0;
  margin-top: 2px;
  stroke: #51AEE5;
}

/* 5. Stats bar: slightly more hero overlap to match approved design */
.home-page .stats-wrap { margin-top: -44px !important; }

/* 6. Hero height at desktop: match approved ~540px visible area */
@media(min-width:1051px) {
  .home-page .hero-slider,
  .home-page .hero-slider .slide,
  .home-page .hero-slider .hero-inner { height: 540px !important; min-height: 540px !important; }
}

/* 7. Stats icons: larger to match approved size */
.home-page .stat-icon { width: 52px !important; height: 52px !important; }
.home-page .stat-icon img { width: 50px !important; height: 50px !important; }

/* 8. About section: wider image, proper landscape ratio matching approved layout */
.home-page .home-about .split { grid-template-columns: 1fr 1.1fr !important; gap: 56px !important; }
.home-page .home-about .split-image { height: 340px !important; object-fit: cover !important; }

/* 9. About heading: tighter so it fits on 2 lines at all realistic desktop widths */
.home-page .home-about h2 { font-size: 30px !important; line-height: 1.06 !important; }

/* 10. Products cards: transparent container so icon sits directly on white card (no box) */
.home-page .home-products .card { display: flex; flex-direction: column; align-items: center; }
.home-page .home-products .card-icon {
  display: flex !important; align-items: center !important; justify-content: center !important;
  width: 72px !important; height: 72px !important; margin: 0 auto 12px !important;
  background: transparent !important; border-radius: 0 !important;
}
.home-page .home-products .card-icon img { width: 56px !important; height: 56px !important; }

/* 11. Industry icons: match approved size */
.home-page .industry-mini span { width: 52px !important; height: 52px !important; }
.home-page .industry-mini span img { width: 48px !important; height: 48px !important; }

/* 12. ASHRAE / ARI: larger display to match target bold white branding */
.standards span { font-size: 44px !important; }

/* 13. Card icons: transparent background across all pages (target design shows no background box) */
.card-icon { background: transparent !important; border-radius: 0 !important; }

/* 14.0. Inner page hero CTA buttons */
.page-hero .hero-btns { display:flex; gap:12px; margin-top:20px; flex-wrap:wrap; }

/* 14. Project filter bar: icon support + "View More" centering */
.filter-btn { display: inline-flex; align-items: center; gap: 6px; }
.filter-btn img { width: 15px; height: 15px; opacity: .8; }
.filter-btn.active img { filter: brightness(0) invert(1); }
.view-more-wrap { text-align: center; margin-top: 36px; }

/* 15. Case study feature badges */
.cs-features { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 20px; }
.cs-feat { display: flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 800; color: rgba(255,255,255,.92); text-transform: uppercase; letter-spacing: .04em; }
.cs-feat img { width: 18px; height: 18px; flex-shrink: 0; filter: brightness(0) invert(1); opacity: .85; }
/* 16.0. View More Projects btn on white bg — override btn-outline white color */
.btn-outline-dark { color: var(--navy) !important; border-color: var(--navy) !important; }
.btn-outline-dark:hover { background: var(--navy) !important; color: #fff !important; }
/* 16.1. Case study heading size */
.case-study .copy h2 { font-size: clamp(1.5rem, 2.2vw, 2.3rem); line-height: 1.1; margin-bottom: 10px; }

/* 16. Case study: fix icon sizes (original .case-study img { min-height:380px } was inflating icons) */
.case-study > img { max-height: 400px !important; min-height: 0 !important; }
/* Override min-height:380px for cs-feat icons with high specificity */
.case-study .copy .cs-feat img { width: 18px !important; height: 18px !important; min-height: 0 !important; max-height: 18px !important; object-fit: unset !important; }

/* ═══ INDUSTRIES PAGE ═══════════════════════════════════════════════════════ */
/* 17.0. Hero heading: smaller so "INDUSTRIES WE SERVE" fits on one line */
.industries-page .page-hero .display { font-size: clamp(2rem,3.3vw,3.3rem) !important; }

/* 17. Industry cards: icon overlaid at image-bottom boundary */
.industries-page .image-card { position: relative; }
.industries-page .image-card .card-icon {
  position: absolute; top: 186px; left: 14px; z-index: 3; margin: 0 !important;
  background: rgba(255,255,255,.96) !important; border: 1.5px solid rgba(81,174,229,.5) !important;
  border-radius: 6px !important; width: 48px !important; height: 48px !important;
}
.industries-page .image-card .card-icon img { width: 26px !important; height: 26px !important; }
.industries-page .image-card .card-body { padding-top: 32px; }

/* 18. Feature-band: 5-col grid + right-side image + title style */
.feature-grid-5 { grid-template-columns: repeat(5,1fr) !important; }
@media(max-width:1050px){ .feature-grid-5 { grid-template-columns: repeat(3,1fr) !important; } }
.feature-title { color: #fff; font-size: clamp(1.5rem,2.4vw,2.4rem); text-transform: uppercase; margin: 0 0 36px; text-align: center; letter-spacing: .02em; }
.industries-page .feature-band { position: relative; overflow: hidden; }
.industries-page .feature-band::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 30%; background: url('../images/hero-industries.webp') center/cover no-repeat; opacity: .22; pointer-events: none; }
.industries-page .feature-band .container { position: relative; z-index: 2; }

/* 19. Industries: light CTA + chat icon */
.industries-page .cta { background: var(--surface); }
.industries-page .cta h2 { color: var(--navy); }
.industries-page .cta p { color: var(--muted); }
.ind-cta-icon { flex-shrink: 0; display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: var(--primary-blue); color: #fff; }

/* ═══ CONTACT PAGE ══════════════════════════════════════════════════════════ */
/* 20. Contact hero: single-line heading + subtitle with blue bar below */
.contact-page .page-hero .display { font-size: clamp(2rem,3.5vw,3.5rem) !important; }
.contact-hero-sub { margin: 0 0 0; color: #fff; font-size: clamp(16px,1.6vw,21px); font-weight: 700; line-height: 1.35; max-width: 540px; }
.contact-hero-sub::after { content: ""; display: block; width: 38px; height: 3px; background: var(--primary-blue); margin-top: 14px; margin-bottom: 14px; }
/* 21. Contact column headings with blue underline + blue span */
.contact-col-title { font-size: 1.45rem; text-transform: uppercase; margin: 0 0 6px; }
.contact-col-title::after { content: ""; display: block; width: 36px; height: 3px; background: var(--primary-blue); margin-top: 8px; margin-bottom: 18px; }
.contact-col-title span { color: var(--primary-blue); }
/* 22. Restore card-icon style for contact page; color support card h3 */
.contact-page .card-icon { background: #eaf5fd !important; border-radius: 8px !important; }
.contact-page .card-icon svg { width: 28px; height: 28px; }
.contact-page .support-card .card-icon svg { stroke: var(--primary-blue); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-page .support-card h3 { color: var(--primary-blue); }
.contact-page .contact-column .support-card:last-child h3 { color: var(--navy) !important; }
.contact-page .contact-column .support-card:last-child { background: var(--surface); }
/* 23. Locations split layout */
.locations-split { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; align-items: start; margin-top: 28px; }
.location-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.location-item:last-child { border-bottom: 0; }
.loc-icon { flex-shrink: 0; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--primary-blue); color: #fff; }
.loc-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.location-item h3 { margin: 0 0 4px; font-size: .95rem; text-transform: uppercase; font-weight: 800; color: var(--primary-blue); }
.location-item p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
/* 24. Contact CTA: dark with right-side image */
.contact-page .cta { position: relative; overflow: hidden; }
.contact-page .cta::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 26%; background: url('../images/hero-contact.webp') center/cover no-repeat; opacity: .5; pointer-events: none; }
.contact-page .cta .container { position: relative; z-index: 2; }

/* 25. All split-layout sections: vertical rhythm between eyebrow / h2 / lead / p / btn */
.section .split .eyebrow { margin-bottom: 14px; }
.section .split h2 {
  font-family: Oswald, "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  margin-top: 0;
  margin-bottom: 18px;
}
.section .split .lead { margin-top: 0; margin-bottom: 16px; }
.section .split p:not(.eyebrow):not(.lead) { margin-top: 0; margin-bottom: 14px; }
.section .split .btn { margin-top: 16px; }

/* Homepage about overrides (more specific, preserves earlier approved sizing) */
.home-page .home-about h2 { font-size: 30px !important; line-height: 1.06 !important; margin-bottom: 18px; }
.home-page .home-about .lead { margin-bottom: 30px; }
.home-page .home-about .btn { margin-top: 0; }

/* Brand consistency: inner-page header logo matches home-page logo size */
.logo{width:205px}
@media(max-width:1050px){.logo{width:175px}}
@media(max-width:700px){.logo{width:155px}}
/* ============================================================
   Mobile hero refinements (responsive)
   - Homepage slider: show photo ABOVE the text
   - Inside page-hero: stack into one column, photo on top
   Slides are position:absolute, so slider height is fixed and
   sized generously for the tallest slide; overshoot is safe
   (extra space clips via .hero{overflow:hidden}). Dots are
   anchored from the top since the image sits at top:0 after reorder.
   ============================================================ */
@media(max-width:1050px){
  .home-page .hero-slider,
  .home-page .hero-slider .slide,
  .home-page .hero-slider .hero-inner{height:970px;min-height:970px}
  .home-page .hero-inner{grid-template-columns:1fr;grid-template-rows:340px auto}
  .home-page .hero-image{grid-row:1;height:340px}
  .home-page .hero-copy{grid-row:2;height:auto;padding:46px 30px 44px}
  .home-page .hero-controls{top:298px;bottom:auto}
  .home-page .stats-wrap{margin-top:0}
}
@media(max-width:700px){
  .home-page .hero-slider,
  .home-page .hero-slider .slide,
  .home-page .hero-slider .hero-inner{height:1080px;min-height:1080px}
  .home-page .hero-inner{grid-template-rows:300px auto}
  .home-page .hero-image{height:300px}
  .home-page .hero-copy{padding:40px 24px 40px}
  .home-page .hero-controls{top:258px}
}

/* Inside pages: stack the hero banner, photo on top */
@media(max-width:850px){
  .page-hero .hero-inner{grid-template-columns:1fr;min-height:0}
  .page-hero .hero-image{grid-row:1;height:250px;min-height:250px}
  .page-hero .hero-copy{grid-row:2;padding:42px 30px 48px}
  .page-hero .hero-subtitle{margin-top:14px}
}
@media(max-width:600px){
  .page-hero .hero-image{height:215px;min-height:215px}
  .page-hero .hero-copy{padding:34px 22px 40px}
}