:root{
  --navy:#0b2138;
  --navy2:#102e4d;
  --gold:#d4a62b;
  --green:#2d6a3f;
  --cream:#f3f0e9;
  --white:#fff;
  --ink:#17202a;
  --muted:#68717a;
  --line:#d9d8d2;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.55}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--gold);color:var(--navy);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}
.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar a{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:100;background:rgba(11,33,56,.97);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo-link{width:185px;height:70px;display:flex;align-items:center}
.logo-link img{max-height:66px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(0,0,0,.22))}
.nav-links{display:flex;align-items:center;gap:27px;color:white;font-size:14px;font-weight:800}
.nav-links a:hover{color:#f1c94f}
.nav-cta{background:var(--gold);color:var(--navy)!important;padding:12px 17px;border-radius:4px}
.menu-btn{display:none;color:white;background:none;border:0;font-size:30px}
.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden}
.hero-image{position:absolute;inset:0;background:url('assets/hero-truck.jpg') center 58%/cover no-repeat;transform:scale(1.01)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,31,.95) 0%,rgba(7,28,46,.82) 38%,rgba(7,28,46,.35) 66%,rgba(7,28,46,.10) 100%)}
.hero-content{position:relative;z-index:2;padding:95px 0}
.hero-copy{max-width:740px;color:white}
.kicker{display:inline-block;color:#f0c44b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:2.3px;margin-bottom:16px}
.kicker.dark{color:var(--green)}
h1,h2{font-family:"Archivo Black",Impact,sans-serif;letter-spacing:-1.2px;line-height:.96;margin:0}
h1{font-size:clamp(57px,7.4vw,104px);margin-bottom:24px}
h1 em{color:var(--gold);font-style:normal}
.hero-copy>p{font-size:20px;color:#e9edf1;max-width:690px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0 34px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:2px solid transparent;border-radius:4px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.7px;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:var(--gold);color:var(--navy)}
.btn-outline{border-color:rgba(255,255,255,.72);color:white}
.btn-navy{background:var(--navy);color:white}
.proof{display:flex;gap:22px;flex-wrap:wrap;color:#d6dde4;font-size:12px;font-weight:800;text-transform:uppercase}
.proof span:before{content:"✓";color:var(--gold);font-weight:900;margin-right:7px}
.ticker{overflow:hidden;background:var(--gold);color:var(--navy);border-block:1px solid rgba(11,33,56,.12)}
.ticker-track{display:inline-flex;white-space:nowrap;gap:28px;padding:13px 0;font-weight:900;letter-spacing:1.3px;font-size:13px;animation:ticker 25s linear infinite}
.ticker-track b{color:var(--green)}
@keyframes ticker{to{transform:translateX(-50%)}}
.section{padding:100px 0}
.section-title{max-width:820px;margin-bottom:44px}
.section-title h2,.about h2,.contractor-copy h2,.estimate h2{font-size:clamp(40px,5vw,68px);color:var(--navy);margin-bottom:20px}
.section-title p{font-size:18px;color:var(--muted);max-width:700px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.services-grid article{background:white;border:1px solid var(--line);padding:30px;min-height:285px;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(11,33,56,.05)}
.service-num{font-size:12px;color:var(--green);font-weight:900;letter-spacing:1px;margin-bottom:42px}
.services-grid h3,.project-card h3,.project-copy h3{font-size:23px;margin:0 0 10px;color:var(--navy)}
.services-grid p{color:var(--muted);margin:0}
.featured-card{background:var(--navy)!important;color:white!important;border-color:var(--navy)!important}
.featured-card .service-num{color:var(--gold)}
.featured-card h3{color:white}
.featured-card p{color:#d9e1e8}
.work-section{background:var(--navy);color:white}
.section-title.light h2{color:white}
.section-title.light p{color:#c3cfda}
.project{background:#fff;color:var(--ink);margin-bottom:18px}
.project-large{display:grid;grid-template-columns:1.55fr .75fr;min-height:520px}
.project-media img{width:100%;height:100%;object-fit:cover}
.project-copy{padding:46px;display:flex;flex-direction:column;justify-content:center}
.project-copy span,.card-copy span{color:var(--green);text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:1.4px}
.project-copy h3{font-family:"Archivo Black";font-size:35px;margin-top:10px}
.project-copy p,.card-copy p{color:var(--muted)}
.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.project-card{background:white;color:var(--ink)}
.pair{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--navy)}
.pair figure{margin:0;position:relative;min-height:340px;overflow:hidden}
.pair img{width:100%;height:340px;object-fit:cover}
.pair figcaption{position:absolute;left:12px;bottom:12px;background:rgba(11,33,56,.9);color:white;padding:6px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1px}
.card-copy{padding:27px 29px 30px}
.card-copy h3{font-size:24px;margin-top:7px}
.contractor-section{background:#e9e5dc}
.contractor-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}
.contractor-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;box-shadow:18px 18px 0 var(--gold)}
.contractor-copy p{font-size:18px;color:#535d66}
.contractor-copy ul{list-style:none;padding:0;margin:27px 0}
.contractor-copy li{padding:9px 0;border-bottom:1px solid #cfcdc7;font-weight:700}
.contractor-copy li:before{content:"✓";color:var(--green);margin-right:10px}
.about{background:var(--green);color:white}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}
.about h2{color:white}
.about-copy>p{font-size:20px;color:#edf6f0;margin-top:0}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:36px}
.stats div{border-top:1px solid rgba(255,255,255,.28);padding-top:18px}
.stats strong{display:block;font-family:"Archivo Black";font-size:38px;color:var(--gold)}
.stats span{font-size:12px;text-transform:uppercase;font-weight:800;color:#d8eadf}
.estimate{background:#071829;color:white}
.estimate-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}
.estimate-logo{width:250px;max-height:220px;object-fit:contain;margin-bottom:18px}
.estimate h2{color:white}
.estimate-copy>p{color:#c9d5df;font-size:18px}
.contact-stack{display:grid;gap:10px;margin-top:28px}
.contact-stack a{display:flex;flex-direction:column;padding:16px 18px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04)}
.contact-stack small{text-transform:uppercase;color:var(--gold);font-weight:900;letter-spacing:1px}
.contact-stack strong{font-size:23px}
.estimate-form{background:white;color:var(--ink);padding:31px;display:grid;grid-template-columns:1fr 1fr;gap:15px}
.estimate-form label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;display:flex;flex-direction:column;gap:6px}
.estimate-form input,.estimate-form textarea,.estimate-form select{border:1px solid #cbd0d4;background:#fafafa;padding:13px;font:inherit;border-radius:3px;text-transform:none}
.estimate-form .full{grid-column:1/-1}
.form-note{margin:0;color:#66717a;font-size:12px;text-align:center}
.service-area{background:var(--gold);color:var(--navy)}
.area-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:14px}
.area-inner strong{font-size:18px}
footer{background:#040e18;color:#bcc7d0;padding:60px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}
.footer-brand img{width:220px;max-height:180px;object-fit:contain}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}
.footer-grid strong{color:white;margin-bottom:6px}
.footer-grid a:hover{color:var(--gold)}
.footer-cta{color:var(--gold);font-weight:900}
.footer-bottom{margin-top:42px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;font-size:11px;text-transform:uppercase;letter-spacing:.6px}
@media(max-width:900px){
  .nav{height:76px}
  .logo-link{width:150px}
  .menu-btn{display:block}
  .nav-links{display:none;position:absolute;left:0;right:0;top:76px;background:var(--navy);padding:24px;flex-direction:column;align-items:stretch;border-top:1px solid rgba(255,255,255,.1)}
  .nav-links.open{display:flex}
  .hero{min-height:670px}
  .hero-shade{background:linear-gradient(90deg,rgba(5,18,31,.94),rgba(5,18,31,.69))}
  .services-grid{grid-template-columns:1fr 1fr}
  .project-large,.contractor-grid,.about-grid,.estimate-grid{grid-template-columns:1fr}
  .project-grid{grid-template-columns:1fr}
  .contractor-photo{max-width:760px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 26px,1180px)}
  .topbar-inner span{display:none}
  .topbar-inner{justify-content:center}
  .hero{min-height:700px}
  .hero-image{background-position:60% center}
  .hero-shade{background:linear-gradient(180deg,rgba(5,18,31,.72) 0%,rgba(5,18,31,.94) 70%)}
  .hero-content{padding:78px 0 55px}
  h1{font-size:54px}
  .hero-copy>p{font-size:17px}
  .proof{flex-direction:column;gap:8px}
  .section{padding:72px 0}
  .services-grid{grid-template-columns:1fr}
  .project-large{display:block}
  .project-media img{height:330px}
  .project-copy{padding:28px}
  .pair figure,.pair img{height:240px;min-height:240px}
  .stats{grid-template-columns:1fr}
  .estimate-form{grid-template-columns:1fr;padding:22px}
  .estimate-form .full{grid-column:auto}
  .area-inner{flex-direction:column;justify-content:center;text-align:center;padding:18px 0}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}
