
:root{
  --green:#2f7f20;
  --green2:#59b82e;
  --black:#0c0d0d;
  --text:#111;
  --muted:#5a5a5a;
  --line:#e3e3e3;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
img{max-width:100%}
a{text-decoration:none;color:inherit}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eee}
.header-inner{height:92px;max-width:var(--max);margin:auto;padding:0 22px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;height:100%}
.brand img{display:block;width:390px;max-height:82px;object-fit:contain;object-position:left center}
.nav{margin-left:auto;display:flex;gap:30px;font-weight:800;text-transform:uppercase;font-size:14px}
.nav a:hover{color:var(--green)}
.menu-btn{display:none;margin-left:auto;width:44px;height:44px;border:0;background:transparent;padding:8px}
.menu-btn span{display:block;height:3px;background:var(--green);margin:6px 0;border-radius:4px}

.hero{position:relative;min-height:660px;overflow:hidden;background:#111}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.64) 32%,rgba(0,0,0,.20) 60%,rgba(0,0,0,.04) 100%)}
.hero-content{position:relative;z-index:2;max-width:var(--max);margin:auto;padding:90px 22px 60px;color:#fff}
.location,.kicker{font-weight:900;color:var(--green);letter-spacing:.8px}
.hero h1{font-size:72px;line-height:.9;margin:14px 0 24px;letter-spacing:-2px}
.hero h1 span{color:#55b62b}
.hero-sub{font-size:28px;line-height:1.15;font-weight:800;margin:0 0 26px}
.checks{display:grid;gap:12px;font-size:18px;font-weight:800;margin:0 0 28px}
.hero-actions{display:flex;gap:15px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:17px 25px;font-weight:900;letter-spacing:.2px}
.call{background:linear-gradient(135deg,#2d8d20,#176b13);color:#fff}
.request{border:1px solid rgba(255,255,255,.8);background:rgba(0,0,0,.20);color:#fff}
.section{padding:70px 22px}
.narrow{max-width:760px;margin:auto;text-align:center}
.kicker{margin:0 0 12px;text-align:center}
.section h2{font-size:42px;line-height:1.1;margin:0}
.short-line{width:70px;height:2px;background:var(--green);margin:22px auto}
.intro p,.reviews p{font-size:18px;line-height:1.6;color:#333}
.outline-btn{display:inline-block;border:2px solid var(--green);color:var(--green);padding:13px 22px;border-radius:6px;font-weight:900;margin-top:12px}
.services{background:#fff}
.section-head{text-align:center;max-width:760px;margin:0 auto 22px}
.service-list{max-width:900px;margin:auto}
.service-item{display:grid;grid-template-columns:120px 1fr;gap:28px;align-items:center;padding:34px 8px;border-bottom:1px solid var(--line)}
.service-item:last-child{border-bottom:0}
.service-icon{width:94px;height:94px}
.service-icon svg{width:100%;height:100%}
.service-item h3{font-size:24px;margin:0 0 12px}
.service-item p{font-size:18px;line-height:1.55;margin:0;color:#333}
.about{background:#f7f7f7}
.about-card{max-width:900px;margin:auto;background:linear-gradient(145deg,#121414,#080909);color:#fff;border-radius:10px;padding:44px}
.about-card .kicker{text-align:left}
.about-card h2{text-align:left}
.short-line.left{margin-left:0}
.about-card p{font-size:18px;line-height:1.6;color:#eee}
.goal strong{color:#58b92f}
.trust-badges{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px;font-weight:800}
.trust-badges>div{display:flex;align-items:center;gap:9px}
.badge-icon{display:inline-block;width:34px;height:34px}
.badge-icon svg{width:100%;height:100%}
.reviews{background:#fff}
.review-note{max-width:700px;margin:0 auto 18px}
.contact{background:#111;color:#fff}
.contact-card{max-width:780px;margin:auto;text-align:center}
.contact-card .kicker{color:#59b82e}
.contact-card p{font-size:18px;line-height:1.55;color:#ddd}
.contact-card .btn{margin:8px}
.request.light{background:transparent;border:1px solid #fff}
footer{background:#060706;color:#fff;text-align:center}
.footer-row{background:#236f18;display:flex;justify-content:center;gap:28px;flex-wrap:wrap;padding:12px 18px;font-weight:700}
footer p{margin:0;padding:16px;font-size:13px;color:#ccc}

@media (max-width:850px){
  .header-inner{height:88px;padding:0 18px}
  .brand img{width:320px;max-height:76px}
  .menu-btn{display:block}
  .nav{position:absolute;top:88px;left:0;right:0;background:#fff;display:none;flex-direction:column;padding:22px;border-top:1px solid #eee;box-shadow:0 10px 24px rgba(0,0,0,.08)}
  .nav.open{display:flex}
  .hero{min-height:720px}
  .hero-bg{object-position:63% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.20) 0%,rgba(0,0,0,.46) 28%,rgba(0,0,0,.90) 72%,rgba(0,0,0,.96) 100%)}
  .hero-content{padding-top:120px}
  .hero h1{font-size:56px}
}
@media (max-width:560px){
  .header-inner{height:104px;padding:0 16px}
  .brand{width:calc(100% - 58px)}
  .brand img{width:100%;height:88px;max-height:none;object-fit:contain;object-position:left center}
  .nav{top:104px}
  .hero{min-height:900px}
  .hero-bg{object-position:64% center}
  .hero-content{display:flex;flex-direction:column;justify-content:flex-end;min-height:900px;padding:0 20px 46px}
  .location{font-size:14px}
  .hero h1{font-size:49px;line-height:.92;margin:12px 0 20px}
  .hero-sub{font-size:24px}
  .checks{font-size:17px}
  .hero-actions{display:grid;width:100%}
  .btn{width:100%;font-size:18px;padding:18px}
  .section{padding:58px 22px}
  .section h2{font-size:34px}
  .intro p,.reviews p,.about-card p,.service-item p,.contact-card p{font-size:17px}
  .service-item{grid-template-columns:92px 1fr;gap:20px;padding:30px 0}
  .service-icon{width:78px;height:78px}
  .service-item h3{font-size:21px}
  .about-card{padding:32px 26px}
  .trust-badges{display:grid}
  .footer-row{display:grid;gap:8px}
}

/* MOBILE HEADER FIX — exact logo, full artwork, no cropping */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid #eee;
}
.header-inner{
  max-width:1180px;
  margin:0 auto;
  height:94px;
  padding:8px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  overflow:visible;
}
.brand{
  display:flex;
  align-items:center;
  flex:0 1 430px;
  width:auto;
  height:100%;
  min-width:0;
  overflow:visible;
}
.brand img{
  display:block;
  width:100%;
  max-width:410px;
  height:78px;
  max-height:78px;
  object-fit:contain;
  object-position:left center;
}
.menu-btn{
  flex:0 0 46px;
  margin-left:auto;
}

@media (max-width:850px){
  .header-inner{
    height:92px;
    padding:8px 16px;
  }
  .brand{
    flex:1 1 auto;
    width:calc(100% - 62px);
    max-width:360px;
  }
  .brand img{
    width:100%;
    max-width:350px;
    height:74px;
    max-height:74px;
    object-fit:contain;
    object-position:left center;
  }
  .nav{top:92px;}
}

@media (max-width:560px){
  .header-inner{
    height:88px;
    padding:7px 14px;
    gap:10px;
  }
  .brand{
    flex:1 1 auto;
    width:calc(100% - 54px);
    max-width:none;
    height:74px;
  }
  .brand img{
    width:100%;
    height:72px;
    max-height:72px;
    max-width:330px;
    object-fit:contain;
    object-position:left center;
  }
  .menu-btn{
    width:42px;
    height:42px;
    flex-basis:42px;
    padding:6px;
  }
  .nav{top:88px;}
}
