body{margin:0;font-family:Arial,sans-serif;background:#f5f2ed;color:#222}
a{text-decoration:none;color:inherit}
.top-strip{background:#111;color:#fff;padding:10px 5%;display:flex;justify-content:space-between;flex-wrap:wrap}
.site-header{background:#fff;padding:20px 5%;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.brand{display:flex;align-items:center;gap:15px}
.brand img{width:110px;mix-blend-mode:multiply}
.brand-text strong{font-size:28px;color:#e86a17;text-transform:uppercase}
.brand-text span{display:block;font-size:12px;color:#666;text-transform:uppercase}
.hero{min-height:540px;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.45)),url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=90');background-size:cover;background-position:center;display:flex;align-items:center;padding:80px 5%;color:#fff}
.hero-content{max-width:760px}
.hero h1{font-size:58px;line-height:1.05;margin:0 0 20px}
.hero p{font-size:20px;margin-bottom:28px}
.button{display:inline-block;background:#e86a17;color:#fff;padding:15px 24px;font-weight:bold;text-transform:uppercase;border-radius:3px}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:70px 5%}
.service-card{background:#fff;padding:20px;box-shadow:0 10px 28px rgba(0,0,0,.08)}
.photo{width:100%;height:250px;background-size:cover;background-position:center}
.roofing-photo{background-image:url('https://images.unsplash.com/photo-1632759145351-1d592919f522?auto=format&fit=crop&w=1200&q=90')}
.siding-photo{background-image:url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1200&q=90')}
.exterior-photo{background-image:url('https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?auto=format&fit=crop&w=1200&q=90')}
.about{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:70px 5%;background:#fff}
.about-photo{min-height:420px;background:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.15)),url('https://images.unsplash.com/photo-1597047084897-51e81819a499?auto=format&fit=crop&w=1400&q=90');background-size:cover;background-position:center}
.about-copy{align-self:center}
.about-copy h2{font-size:42px;margin:0 0 15px}
.about-copy p{font-size:18px;color:#666}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:70px 5%}
.gallery-photo{position:relative;height:240px;background-size:cover;background-position:center}
.gallery-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.7))}
.gallery-photo span{position:absolute;left:16px;bottom:14px;color:#fff;font-weight:bold;z-index:2}
.g1{background-image:url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1200&q=90')}
.g2{background-image:url('https://images.unsplash.com/photo-1570129477492-45c003edd2be?auto=format&fit=crop&w=1200&q=90')}
.g3{background-image:url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1200&q=90')}
.g4{background-image:url('https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=1200&q=90')}
footer{background:#111;color:#fff;padding:30px 5%;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
footer img{width:90px;mix-blend-mode:multiply}
@media(max-width:900px){.services,.about,.gallery{grid-template-columns:1fr}}
@media(max-width:650px){
.hero{min-height:420px;padding:55px 5%}
.hero h1{font-size:36px;line-height:1.08}
.hero p{font-size:17px}
.brand-text strong{font-size:22px}
.brand img{width:82px}
}
