:root{
  --ink:#073d34;
  --ink-2:#0e4d3f;
  --green:#288c22;
  --green-2:#51a42d;
  --pale:#f4faf3;
  --line:#d9e8da;
  --text:#26384a;
  --white:#fff;
  --shadow:0 12px 30px rgba(7,61,52,.10);
  --radius:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.eyebrow{margin:0 0 10px;font-size:.82rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--green)}
.section-title{margin:0;color:var(--ink);font-size:clamp(2rem,4vw,3.2rem);line-height:1.03;letter-spacing:-.04em}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 24px;border-radius:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border:2px solid transparent;transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--green);color:white;box-shadow:0 8px 18px rgba(40,140,34,.18)}
.btn-outline{border-color:var(--ink);color:var(--ink);background:#fff}
.icon{width:22px;height:22px;display:inline-block;flex:0 0 auto}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #eef3ee}
.header-row{height:92px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:26px}
.brand img{width:180px;height:auto}
.nav{display:flex;justify-content:center;gap:34px;font-weight:650;color:#173f39}
.nav a:hover{color:var(--green)}
.header-actions{display:flex;align-items:center;gap:16px}
.phone-link{font-size:1.05rem;font-weight:850;color:var(--green);white-space:nowrap}
.header-cta{min-height:46px;padding:0 18px;font-size:.8rem}

/* Hero */
.hero{background:linear-gradient(90deg,#f5fbf3 0%,#fbfdf9 50%,#fff 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;min-height:520px}
.hero-copy{padding:42px 26px 32px 0;display:flex;flex-direction:column;justify-content:center}
.hero h1{margin:0 0 14px;max-width:660px;color:var(--ink);font-size:clamp(3rem,6vw,5.6rem);line-height:.9;letter-spacing:-.055em}
.hero .lead{font-size:1.22rem;max-width:620px;margin:0 0 24px;color:#3c4c61}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-meta{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px;padding-top:24px;border-top:1px solid var(--line);font-size:.94rem;color:#40526a}
.hero-meta span{display:flex;align-items:center;gap:8px}
.hero-photo{position:relative;min-height:520px}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:55% 50%}
.hero-photo::after{content:"";position:absolute;inset:0;box-shadow:inset 20px 0 30px rgba(255,255,255,.22)}

/* Trust strip */
.trust-strip{background:linear-gradient(90deg,#084c3c,#066b50);color:white}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-item{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:22px 28px;border-right:1px solid rgba(255,255,255,.35)}
.trust-item:last-child{border-right:0}
.trust-icon{width:44px;height:44px;border:2px solid rgba(255,255,255,.85);border-radius:12px;display:grid;place-items:center;font-weight:900;font-size:1.15rem}
.trust-item strong{display:block;letter-spacing:.04em;font-size:1rem}.trust-item span{font-size:.92rem;opacity:.9}

/* Sections */
.section{padding:66px 0}
.section.soft{background:linear-gradient(180deg,#f9fcf7,#f1f9f1)}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}
.card{border:1px solid var(--line);border-radius:12px;padding:24px;background:#fff;box-shadow:0 2px 0 rgba(7,61,52,.02)}
.card-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#e6f5df;color:var(--ink);font-weight:900;font-size:1.25rem;margin-bottom:14px}
.card h3{margin:0 0 7px;color:var(--ink);font-size:1.18rem}.card p{margin:0;color:#536276}

.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:34px}
.step{display:grid;grid-template-columns:58px 1fr;gap:18px;position:relative}
.step-num{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#dff1da;color:#08712b;font-size:1.25rem;font-weight:900}
.step h3{margin:4px 0 5px;color:var(--ink);font-size:1.18rem}.step p{margin:0;color:#526277}

.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.about-box{background:var(--ink);color:white;padding:34px;border-radius:var(--radius);box-shadow:var(--shadow)}
.about-box h3{margin-top:0;font-size:1.5rem}.about-box ul{margin:16px 0 0;padding-left:20px}.about-box li{margin:9px 0}

.faq-list{display:grid;gap:12px;margin-top:28px}
details{border:1px solid var(--line);border-radius:10px;background:white;padding:18px 20px}summary{cursor:pointer;font-weight:800;color:var(--ink)}details p{margin:12px 0 0;color:#516077}

.cta{padding:64px 0;background:linear-gradient(135deg,#084f3f,#0a7552);color:white}
.cta-row{display:flex;align-items:center;justify-content:space-between;gap:34px}.cta h2{margin:0 0 8px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.02}.cta p{margin:0;opacity:.9;max-width:700px}.cta .btn{background:white;color:var(--ink);white-space:nowrap}

footer{padding:30px 0;background:#052f29;color:#d9ece7;font-size:.92rem}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.footer-row a{color:white;font-weight:700}
.mobile-call{display:none}

@media(max-width:980px){
  .header-row{grid-template-columns:180px 1fr;height:84px}.brand img{width:160px}.nav{display:none}.header-actions{justify-self:end}.header-cta{display:none}
  .hero-grid{grid-template-columns:1fr}.hero-copy{padding:44px 0 34px}.hero-photo{min-height:420px;border-radius:14px 14px 0 0;overflow:hidden}.hero-photo::after{display:none}
  .trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.28)}.trust-item:last-child{border-bottom:0}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1160px)}.site-header{position:relative}.header-row{height:78px;grid-template-columns:1fr auto}.brand img{width:144px}.phone-link{font-size:.9rem}.phone-link .phone-text{display:none}
  .hero h1{font-size:3.6rem}.hero .lead{font-size:1.05rem}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-meta{display:grid;gap:11px}.hero-photo{min-height:330px}.hero-photo img{object-position:61% center}
  .section{padding:52px 0}.services-grid{grid-template-columns:1fr}.cta-row{display:grid}.cta .btn{width:100%}
  .footer-row{padding-bottom:66px}
  .mobile-call{display:flex;position:fixed;z-index:60;bottom:14px;left:14px;right:14px;height:54px;border-radius:10px;background:var(--green);color:white;align-items:center;justify-content:center;font-weight:900;box-shadow:0 10px 28px rgba(0,0,0,.26);text-transform:uppercase;letter-spacing:.04em}
}

/* Field photo gallery */
.gallery-section{background:#fff}
.gallery-intro{max-width:760px;margin:16px 0 0;color:#536276;font-size:1.06rem}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.gallery-card{margin:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(7,61,52,.07)}
.gallery-card img{width:100%;height:360px;object-fit:cover}
.gallery-card figcaption{display:grid;gap:5px;padding:18px 20px 20px}
.gallery-card figcaption strong{color:var(--ink);font-size:1.14rem}
.gallery-card figcaption span{color:#536276}
@media(max-width:980px){.gallery-grid{grid-template-columns:1fr 1fr}.gallery-card:last-child{grid-column:1/-1}.gallery-card img{height:330px}}
@media(max-width:640px){.gallery-grid{grid-template-columns:1fr}.gallery-card:last-child{grid-column:auto}.gallery-card img{height:300px}}

/* Header logo sizing fix */
.brand{display:flex;align-items:center;height:72px;overflow:hidden}
.brand img{width:180px;height:64px;object-fit:contain;object-position:left center}
@media(max-width:980px){.brand{height:64px}.brand img{width:156px;height:56px}}
@media(max-width:640px){.brand{height:58px}.brand img{width:138px;height:50px}.header-row{overflow:visible}}
