
:root{
  --navy:#041d35; --navy-2:#062b49; --orange:#ff6500; --ink:#071d35;
  --muted:#4e5d6e; --line:#dce3e9; --white:#fff; --soft:#f7f8fa;
  --shadow:0 14px 40px rgba(3,28,51,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.45}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{width:min(1440px,94%);margin:auto}
.topbar{height:54px;background:var(--navy);color:#fff;font-size:15px}
.topbar-inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.topbar-center{text-align:center}.topbar-right{text-align:right;color:var(--orange);font-weight:800}
.site-header{background:#fff;border-bottom:1px solid #e3e7eb;position:relative;z-index:40}
.header-inner{height:126px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.menu-button{justify-self:start;border:0;background:transparent;color:var(--navy);font-size:39px;line-height:1;cursor:pointer;padding:8px}
.header-logo{width:145px;height:100px;display:flex;align-items:center;justify-content:center}
.header-logo img{width:138px;height:96px;object-fit:contain}
.header-actions{justify-self:end;display:flex;gap:16px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 23px;border-radius:5px;border:2px solid var(--orange);background:var(--orange);color:#fff;font-weight:800;cursor:pointer}
.btn.outline{background:#fff;color:var(--ink);border-color:var(--ink)}
.btn.white{background:#fff;color:var(--ink);border-color:#fff}
.desktop-nav{display:none}
.drawer{position:fixed;inset:0 auto 0 0;width:min(360px,86vw);background:#fff;z-index:100;transform:translateX(-103%);transition:.25s ease;box-shadow:20px 0 45px rgba(0,0,0,.18);padding:25px}
.drawer.open{transform:translateX(0)}
.drawer-close{border:0;background:none;font-size:30px;float:right}
.drawer img{width:110px;height:80px;object-fit:contain;margin:18px 0}
.drawer a{display:block;padding:14px 3px;border-bottom:1px solid var(--line);font-weight:800}
.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:90;display:none}.drawer-backdrop.open{display:block}

.hero{position:relative;overflow:hidden;background:#fff}
.hero::before{content:"";position:absolute;inset:0;background:
 linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 34%,rgba(255,255,255,.58) 51%,rgba(255,255,255,.05) 73%),
 url("hero-daikin-final.jpg") center right/cover no-repeat}
.hero-inner{position:relative;z-index:2;min-height:760px;display:grid;grid-template-columns:minmax(0,1fr) 410px;align-items:center;gap:54px;padding:54px 0}
.hero-copy{max-width:640px}
.eyebrow{color:var(--orange);font-weight:900;letter-spacing:.07em;font-size:17px}
.hero h1{font-size:clamp(54px,5vw,76px);line-height:1.02;letter-spacing:-.045em;margin:25px 0 27px}
.hero-copy>p{font-size:20px;color:#344559;max-width:580px;line-height:1.75}
.hero-buttons{display:flex;gap:20px;flex-wrap:wrap;margin:35px 0 40px}
.hero-trust{display:flex;gap:33px;align-items:flex-start;flex-wrap:wrap;font-weight:800}
.hero-trust div{display:grid;grid-template-columns:38px auto;align-items:center;gap:8px;max-width:170px}
.hero-trust i{width:34px;height:34px;border:2px solid var(--orange);border-radius:50%;display:grid;place-items:center;color:var(--orange);font-style:normal}
.request-panel{background:linear-gradient(145deg,#062a49,#03192d);color:#fff;border-radius:10px;padding:29px 30px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.45)}
.request-panel h2{font-size:28px;margin:0 0 8px}.request-panel>p{font-size:17px;color:#e0e9f0;margin:0 0 13px}
.request-link{display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:13px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.24)}
.request-link:last-child{border-bottom:0}.request-icon{font-size:29px;color:var(--orange);font-weight:800}.request-link b{display:block;font-size:16px}.request-link small{display:block;color:#dbe5ed;margin-top:2px}

.trust-strip{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:grid;grid-template-columns:72px 1fr;align-items:center;gap:15px;min-height:174px;padding:25px 32px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}.trust-icon{font-size:50px;line-height:1;text-align:center}.trust-item b{font-size:17px;display:block;margin-bottom:6px}.trust-item span{font-size:14px;color:var(--muted)}

.services{padding:30px 0 90px}
.section-title{text-align:center;margin-bottom:28px}.section-title h2{font-size:38px;margin:0}.section-title h2:after{content:"";display:block;width:85px;height:3px;background:var(--orange);margin:8px auto}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.service-card{position:relative;min-height:315px;border-radius:9px;overflow:hidden;background-position:center;background-size:cover;box-shadow:0 8px 24px rgba(3,28,51,.11)}
.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.08) 75%)}
.service-content{position:absolute;left:28px;top:30px;bottom:27px;z-index:2;color:#fff;max-width:260px;display:flex;flex-direction:column;align-items:flex-start}
.service-content h3{font-size:28px;line-height:1.05;margin:0 0 12px}.service-content p{font-size:17px;margin:0 0 18px}.service-content .btn{margin-top:auto;min-height:42px;padding:9px 19px}

.page-hero{padding:58px 0;background:linear-gradient(120deg,var(--navy),var(--navy-2));color:#fff}.page-hero h1{font-size:50px;margin:0 0 10px}.page-hero p{font-size:18px;max-width:800px;color:#dce6ee}
section.content{padding:65px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:9px;padding:25px;background:#fff;box-shadow:0 7px 22px rgba(3,28,51,.06)}
.form-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:32px}.form-card{border:1px solid var(--line);border-radius:10px;padding:29px;box-shadow:var(--shadow)}
form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field.full{grid-column:1/-1}label{font-weight:800;display:block;margin-bottom:5px}input,select,textarea{width:100%;padding:13px;border:1px solid #cbd5df;border-radius:5px;font:inherit}textarea{min-height:125px}
.cta{background:var(--navy);color:#fff;padding:42px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:25px}
footer{background:#021321;color:#dce5ec;padding:50px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:28px}.footer-grid h4{color:var(--orange)}.footer-grid a{display:block;margin:7px 0}.footer-logo{width:110px}.copyright{border-top:1px solid rgba(255,255,255,.15);padding-top:18px;margin-top:28px;color:#99aab8}
.sticky-actions{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 -8px 22px rgba(0,0,0,.13)}
.sticky-actions a{height:68px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#fff}.sticky-actions a:first-child{background:var(--orange)}.sticky-actions a:last-child{background:var(--navy)}
body{padding-bottom:68px}

@media(max-width:900px){
 .topbar{height:auto;min-height:84px;padding:10px 0}.topbar-inner{grid-template-columns:1fr;text-align:center;gap:3px}.topbar-left{display:none}.topbar-right{text-align:center}
 .header-inner{height:135px;grid-template-columns:70px 1fr 70px;position:relative}
 .header-logo{width:130px;height:100px;justify-self:center}.header-logo img{width:125px;height:92px}
 .header-actions{position:absolute;left:50%;transform:translateX(-50%);top:105px;display:none}
 .menu-button{font-size:34px}
 .mobile-estimate{display:block!important;justify-self:end;width:48px;height:48px;padding:0;font-size:0;border:0;background:transparent;color:var(--navy)}
 .mobile-estimate:after{content:"+";font-size:34px;font-weight:400}
 .hero::before{background:linear-gradient(180deg,rgba(255,255,255,.93) 0%,rgba(255,255,255,.92) 54%,rgba(255,255,255,.52) 100%),url("hero-daikin-final.jpg") 58% center/cover no-repeat}
 .hero-inner{min-height:880px;grid-template-columns:1fr;padding:90px 0 48px;align-content:start}
 .hero-copy{max-width:none}.eyebrow{font-size:15px}.hero h1{font-size:clamp(47px,12vw,67px);margin-top:28px}
 .hero-copy>p{font-size:20px;line-height:1.7}.hero-buttons{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hero-buttons .btn{padding:12px 10px}
 .hero-trust{gap:20px}.hero-trust div{max-width:none}
 .request-panel{margin-top:0}
 .trust-grid{grid-template-columns:1fr 1fr}.trust-item{border-bottom:1px solid var(--line)}
 .service-grid{grid-template-columns:1fr}.service-card{min-height:330px}
 .cards{grid-template-columns:1fr 1fr}.form-wrap{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .container{width:92%}
 .topbar-center{font-size:13px}.topbar-right{font-size:14px}
 .site-header{position:sticky;top:0}.header-inner{height:126px}
 .header-logo img{width:116px}
 .hero-inner{min-height:auto;padding:82px 0 35px}
 .hero::before{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.90) 70%,rgba(255,255,255,.66) 100%),url("hero-daikin-final.jpg") 58% bottom/cover no-repeat}
 .eyebrow{font-size:14px;white-space:nowrap}.hero h1{font-size:48px;line-height:1.08;letter-spacing:-.04em}.hero-copy>p{font-size:18px;line-height:1.65}
 .hero-buttons{grid-template-columns:1fr 1fr}.hero-buttons .btn{font-size:14px}
 .hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hero-trust div{font-size:15px}
 .request-panel{margin-top:18px;padding:23px 21px}.request-panel h2{font-size:25px}.request-link{padding:15px 0}
 .trust-grid{grid-template-columns:1fr}.trust-item{min-height:auto;border-right:0;grid-template-columns:58px 1fr;padding:22px 18px}.trust-icon{font-size:39px}
 .services{padding-top:25px}.service-card{min-height:270px}.service-content{left:23px;top:24px;bottom:22px}.service-content h3{font-size:25px}
 .cards,.footer-grid,form{grid-template-columns:1fr}.field.full{grid-column:auto}.cta-inner{display:block}.cta .btn{margin-top:18px}
 .sticky-actions a{height:64px;font-size:17px}.sticky-actions a:first-child:before{content:"☎ ";margin-right:5px}
 body{padding-bottom:64px}
}

/* V6: clean user photos; website text is the only text layer. */
.service-card::after{background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.43) 43%,rgba(0,0,0,.06) 78%)}
.service-content{text-shadow:0 2px 8px rgba(0,0,0,.55)}
.service-content .btn{text-shadow:none}
