:root{--red:#d80d13;--red-dark:#b90006;--black:#171c20;--text:#1f2428;--muted:#60666c;--line:#e6e6e6;--soft:#f5f5f5}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;max-width:100%;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}
button{font:inherit}
.wrap{width:92%;max-width:1180px;margin:0 auto;min-width:0}
.topbar{background:#202528;color:#fff;font-size:12px}
.topbar-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-contact{display:flex;align-items:center;gap:24px;min-width:0}.top-contact>a{color:#fff;white-space:nowrap}
.social-mini{display:flex;gap:8px}.social-mini a{width:20px;height:20px;border:1px solid rgba(255,255,255,.34);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px}
.site-header{background:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:100}
.nav-row{min-height:82px;display:flex;align-items:center;gap:20px;position:relative}
.brand-img{width:250px;flex:0 0 250px;display:flex;align-items:center}.brand-img img{width:225px;height:70px;object-fit:cover;object-position:left center}
.site-header nav{display:flex;align-items:center;justify-content:center;gap:5px;flex:1;min-width:0}
.site-header nav a{font-size:12px;font-weight:800;padding:15px 12px;border-radius:6px;white-space:nowrap}
.site-header nav a:hover,.site-header nav a.active{background:var(--red);color:#fff}
.quote-btn{background:var(--red);color:#fff;font-size:12px;font-weight:900;border-radius:6px;padding:14px 28px;box-shadow:0 5px 10px rgba(204,0,0,.25);white-space:nowrap}
.menu-btn{display:none;border:0;background:transparent;color:#1b1d1f;width:44px;height:44px;border-radius:8px;font-size:28px;line-height:1;align-items:center;justify-content:center;cursor:pointer}
.hero{height:445px;position:relative;overflow:hidden;color:#fff;background:#13212b}
.hero-image{position:absolute;inset:0;background:url('assets/hero.jpg') center right/cover no-repeat}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,16,22,.94) 0%,rgba(6,16,22,.82) 36%,rgba(6,16,22,.28) 63%,rgba(6,16,22,.04) 100%)}
.hero-content{position:relative;height:100%;display:flex;align-items:center;min-width:0}
.hero-copy{width:58%;min-width:0}
.hero h1{margin:0;font-size:51px;line-height:.98;font-weight:900;letter-spacing:.2px;text-shadow:0 2px 2px rgba(0,0,0,.2)}
.hero h1 span{color:#e80810}.hero h2{margin:15px 0 4px;font-size:25px}.hero p{font-size:18px;line-height:1.35;margin:0 0 15px}
.hero-features{display:grid;grid-template-columns:repeat(4,112px);gap:7px;margin-top:15px}
.hero-features>div{border-right:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}
.feature-icon{font-size:28px;line-height:1}.hero-features b{font-size:11px;line-height:1.25}
.hero-actions{display:flex;gap:10px;margin-top:17px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:12px 18px;min-height:44px;font-size:12px;font-weight:900;border:1px solid transparent;text-align:center}.btn-red{background:var(--red);color:#fff}.btn-light{background:#fff;color:#1b1d1f;border-color:#ddd}
.hero-location{position:absolute;right:0;bottom:12px;text-align:right;font-size:12px}.hero-location small{display:block;margin-top:2px}
.section{padding:22px 0}.section-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:16px}.section-title-row h2{font-size:24px;margin:0;font-weight:900}.section-title-row p{font-size:13px;color:#40454a;margin:0;text-align:right}.red-line{width:65px;height:3px;background:var(--red);display:block;margin-top:6px}
.service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.service-card{min-width:0;border:1px solid #e5e5e5;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.06);overflow:hidden}.service-card>img{width:100%;height:83px;object-fit:cover}.service-card>div{display:flex;align-items:center;gap:7px;padding:8px 9px;min-height:49px}.service-card span{width:31px;height:31px;border:1px solid #eee;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--red);font-size:19px;font-weight:800;flex:0 0 31px}.service-card h3{font-size:11px;margin:0;line-height:1.2;overflow-wrap:anywhere}
.about{background:#fff}.about-grid{display:grid;grid-template-columns:36% minmax(0,1fr) 220px;align-items:stretch;min-height:230px}.about-photo{overflow:hidden}.about-photo img{width:100%;height:100%;object-fit:cover}.about-copy{padding:18px 28px 16px 38px;min-width:0}.about-copy h2{font-size:24px;margin:0}.about-copy p{font-size:12.5px;line-height:1.45;color:#40454a;margin:11px 0}.more-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-weight:900;font-size:11px;border-radius:5px;padding:11px 24px;min-height:42px}.advantages{padding:20px 0 15px;display:flex;flex-direction:column;justify-content:center;gap:14px}.advantages>div{display:flex;align-items:center;gap:15px;min-width:0}.advantages span{width:34px;height:34px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;flex:0 0 34px}.advantages b{font-size:13px;font-weight:600}
.stats{background:linear-gradient(90deg,#c9080e,#ec1016,#c9080e);color:#fff}.stats-grid{min-height:70px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.stats-grid>div{display:flex;align-items:center;justify-content:center;gap:18px;border-right:1px solid rgba(255,255,255,.28);padding:10px;min-width:0}.stats-grid>div:last-child{border-right:0}.stat-icon{font-size:34px}.stats strong{font-size:27px;display:block;line-height:1}.stats small{font-size:12px;display:block;margin-top:4px}
.coverage{padding-top:20px;padding-bottom:14px}.coverage-title{margin-bottom:10px}.coverage-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr 1.8fr;gap:18px;align-items:center}.coverage-item{display:flex;gap:11px;align-items:flex-start;min-width:0}.coverage-item>span{color:var(--red);font-size:25px;line-height:1;flex:0 0 auto}.coverage-item h3{font-size:13px;margin:0 0 7px}.coverage-item p{font-size:11px;line-height:1.5;color:#42484d;margin:0}.coverage-map img{width:100%;height:120px;object-fit:cover}
.projects{background:#f5f5f5;padding:10px 0 15px}.project-title{margin-bottom:10px}.project-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.project-grid article{background:#fff;min-width:0}.project-grid img{width:100%;height:116px;object-fit:cover}.project-grid h3{font-size:11px;margin:6px 4px 7px;overflow-wrap:anywhere}
footer{background:#171c20;color:#eee;padding:28px 0 12px}.footer-grid{display:grid;grid-template-columns:1.4fr 1.5fr 1fr 1fr;gap:42px;align-items:start}.footer-logo{display:flex;align-items:center;gap:12px}.compass{width:54px;height:54px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;flex:0 0 54px}.footer-logo b{font-size:28px;display:block}.footer-logo small{font-size:14px;font-weight:800}.footer-brand p,.footer-contact p{font-size:12px;line-height:1.55;color:#ddd}.footer-contact a{color:#fff;overflow-wrap:anywhere}.footer-grid h4{margin:0 0 8px;font-size:13px}.quick-links{display:flex;flex-direction:column}.quick-links a{font-size:12px;margin:2px 0;color:#ddd}.social-footer{display:flex;gap:8px;margin-top:12px}.social-footer a{width:36px;height:36px;border:1px solid #777;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:13px}.script-note{margin-top:28px;font-family:Georgia,serif;font-style:italic;font-size:16px;color:#fff}.footer-bottom{margin-top:25px;border-top:1px solid rgba(255,255,255,.1);padding-top:13px;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#aaa}

@media (max-width:1100px){
  .brand-img{width:205px;flex-basis:205px}.brand-img img{width:195px;height:62px}.site-header nav a{padding:13px 8px;font-size:11px}.quote-btn{padding:13px 17px}.hero h1{font-size:44px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-grid{grid-template-columns:40% minmax(0,1fr)}.advantages{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:15px 0}.advantages>div{justify-content:center}.coverage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.coverage-map{grid-column:1/-1}.coverage-map img{height:130px;object-fit:contain}.footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:820px){
  .topbar{display:none}.site-header{top:0}.nav-row{min-height:68px;gap:8px}.brand-img{width:auto;flex:1 1 auto;max-width:210px}.brand-img img{width:180px;height:58px}.menu-btn{display:flex;margin-left:auto;flex:0 0 44px}.quote-btn{display:none}
  .site-header nav{position:absolute;top:100%;left:-4.4%;right:-4.4%;background:#fff;padding:8px 4.4% 12px;box-shadow:0 12px 24px rgba(0,0,0,.15);flex-direction:column;align-items:stretch;gap:2px;border-top:1px solid #eee}
  .js .site-header nav{display:none}.js .site-header nav.open{display:flex}.site-header nav a{display:block;padding:13px 14px;font-size:13px;border-radius:7px}
  .hero{height:auto;min-height:560px}.hero-image{background-position:64% center}.hero-shade{background:linear-gradient(90deg,rgba(6,16,22,.95) 0%,rgba(6,16,22,.8) 54%,rgba(6,16,22,.38) 100%)}.hero-content{min-height:560px;padding:34px 0 32px;align-items:center}.hero-copy{width:100%;max-width:620px}.hero h1{font-size:40px;line-height:1.02}.hero h2{font-size:23px}.hero p{font-size:16px}.hero-features{grid-template-columns:repeat(2,minmax(0,150px));row-gap:15px;column-gap:12px}.hero-location{display:none}
  .section-title-row{align-items:flex-start}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card>img{height:110px}.service-card h3{font-size:12px}
  .about-grid{grid-template-columns:1fr}.about-photo{height:260px}.about-copy{padding:26px 0 20px}.about-copy p{font-size:14px}.advantages{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 0 24px}.advantages>div{justify-content:flex-start}
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid>div{min-height:92px;border-bottom:1px solid rgba(255,255,255,.28)}.stats-grid>div:nth-child(2){border-right:0}.stats-grid>div:nth-child(3),.stats-grid>div:nth-child(4){border-bottom:0}
  .coverage-grid{grid-template-columns:1fr}.coverage-item{padding:4px 0}.coverage-map{grid-column:auto}.coverage-map img{height:auto;max-height:180px;object-fit:contain}
  .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-grid article:last-child{grid-column:1/-1}.project-grid img{height:145px}.project-grid h3{font-size:12px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-bottom{flex-direction:column;gap:6px}
}

@media (max-width:560px){
  .wrap{width:90%}.nav-row{min-height:64px}.brand-img img{width:165px;height:54px}.site-header nav{left:-5.55%;right:-5.55%}
  .hero{min-height:540px}.hero-content{min-height:540px;padding:30px 0}.hero-image{background-position:67% center}.hero-shade{background:linear-gradient(90deg,rgba(6,16,22,.96) 0%,rgba(6,16,22,.85) 62%,rgba(6,16,22,.52) 100%)}.hero h1{font-size:34px}.hero h2{font-size:20px}.hero p{font-size:15px}.desktop-break{display:none}.hero-features{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:330px}.hero-features>div{padding-right:6px}.hero-actions{flex-direction:column;align-items:stretch;width:100%;max-width:330px}.btn{width:100%;font-size:11px;padding:12px 10px}
  .section{padding:20px 0}.section-title-row{display:block}.section-title-row h2{font-size:21px}.section-title-row p{text-align:left;margin-top:10px}.service-grid{grid-template-columns:1fr}.service-card{display:grid;grid-template-columns:42% minmax(0,58%)}.service-card>img{height:112px;min-height:112px}.service-card>div{min-height:112px}.service-card h3{font-size:13px}
  .about-photo{height:220px}.about-copy h2{font-size:22px}.advantages{grid-template-columns:1fr;gap:10px}.advantages>div{padding:3px 0}
  .stats-grid{grid-template-columns:1fr}.stats-grid>div{min-height:78px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.28)!important;justify-content:flex-start;padding-left:20px}.stats-grid>div:last-child{border-bottom:0!important}.stat-icon{width:52px;text-align:center}.stats strong{font-size:24px}
  .coverage-item h3{font-size:14px}.coverage-item p{font-size:12px}.project-grid{grid-template-columns:1fr}.project-grid article:last-child{grid-column:auto}.project-grid img{height:175px}.project-grid h3{font-size:13px;margin:8px 8px 10px}
  .footer-grid{grid-template-columns:1fr;gap:25px}.footer-logo b{font-size:25px}.footer-logo small{font-size:12px}.footer-brand p,.footer-contact p,.quick-links a{font-size:13px}.social-footer a{width:40px;height:40px}.footer-bottom{font-size:10px}
}

@media (max-width:360px){
  .brand-img img{width:148px}.hero h1{font-size:30px}.hero h2{font-size:18px}.hero p{font-size:14px}.feature-icon{font-size:24px}.hero-features b{font-size:10px}.service-card{grid-template-columns:40% minmax(0,60%)}
}
