
:root {
  --primary:#245b36; --primary-dark:#143421; --primary-light:#edf7ef; --accent:#f1b84b; --accent2:#2d8f7a;
  --ink:#13201a; --muted:#5e6b62; --line:#dbe7dd; --bg:#fbfdf9; --white:#fff;
}
* { 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(--ink); background:var(--bg); line-height:1.55; }
a { color:inherit; }
img { max-width:100%; display:block; }
.site-header { position:fixed; inset:18px 0 auto; z-index:50; pointer-events:none; }
.nav-wrap { width:min(1180px, calc(100% - 28px)); margin:auto; pointer-events:auto; }
.nav-pill { min-height:68px; display:flex; align-items:center; gap:18px; padding:10px 14px; border:1px solid rgba(255,255,255,.72); border-radius:999px; background:rgba(255,255,255,.86); box-shadow:0 18px 60px rgba(19,32,26,.18); backdrop-filter:blur(18px); }
.brand img { width:210px; height:auto; }
.nav-links { display:flex; gap:8px; align-items:center; margin-left:auto; }
.nav-link { text-decoration:none; padding:11px 14px; border-radius:999px; font-size:15px; font-weight:750; color:#22362a; }
.nav-link.active,.nav-link:hover { background:var(--primary-light); color:var(--primary-dark); }
.nav-call { text-decoration:none; white-space:nowrap; background:var(--primary-dark); color:white; padding:13px 18px; border-radius:999px; font-weight:850; box-shadow:0 10px 25px rgba(20,52,33,.24); }
.menu-toggle { display:none; width:44px; height:44px; border:0; border-radius:999px; background:var(--primary-dark); padding:11px; }
.menu-toggle span { display:block; height:2px; background:white; margin:5px 0; }
.hero { position:relative; min-height:94vh; display:grid; align-items:end; overflow:hidden; color:white; }
.hero-media,.hero-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg, rgba(8,29,17,.82), rgba(8,29,17,.48) 48%, rgba(8,29,17,.14)); }
.hero-inner { position:relative; width:min(1160px, calc(100% - 36px)); margin:0 auto; padding:150px 0 62px; }
.eyebrow { margin:0 0 14px; text-transform:uppercase; letter-spacing:.08em; font-size:12px; font-weight:900; color:var(--accent); }
h1,h2,h3,p { overflow-wrap:break-word; }
h1 { margin:0; max-width:850px; font-size:clamp(44px, 7.2vw, 92px); line-height:.96; letter-spacing:0; }
h2 { margin:0 0 18px; font-size:clamp(32px, 4.6vw, 58px); line-height:1.02; letter-spacing:0; }
h3 { margin:0 0 10px; font-size:22px; line-height:1.15; }
.hero-copy { max-width:650px; font-size:20px; color:#e8f2e9; margin:24px 0 0; }
.hero-actions,.section-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:30px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:13px 20px; border-radius:999px; font-weight:850; text-decoration:none; border:1px solid transparent; cursor:pointer; }
.btn.bright { background:var(--accent); color:#162319; }
.btn.ghost { border-color:rgba(255,255,255,.72); color:white; background:rgba(255,255,255,.12); }
.btn.solid { background:var(--primary-dark); color:white; }
.trust-rail { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:12px; max-width:780px; margin-top:44px; }
.trust-rail div { padding:18px; border-radius:18px; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.28); }
.trust-rail strong { display:block; font-size:28px; line-height:1; }
.trust-rail span { display:block; color:#dcebdd; font-size:14px; margin-top:7px; }
.proof-band { width:min(1160px, calc(100% - 36px)); margin:-34px auto 80px; position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.proof-band div { padding:24px; border-radius:8px; background:white; box-shadow:0 18px 55px rgba(19,32,26,.12); border:1px solid var(--line); }
.proof-band span { display:inline-flex; color:var(--primary); font-weight:950; margin-bottom:10px; }
.proof-band strong { display:block; font-size:18px; }
.proof-band p { margin:8px 0 0; color:var(--muted); }
.split-section,.services-preview,.reviews-section,.process-band,.area-panel,.area-map,.faq-list,.contact-layout { width:min(1160px, calc(100% - 36px)); margin:88px auto; }
.split-section { display:grid; grid-template-columns:1fr .95fr; gap:52px; align-items:center; }
.split-section p,.section-head p,.page-hero p { color:var(--muted); font-size:18px; max-width:720px; }
.tick-list { padding:0; margin:24px 0 0; list-style:none; display:grid; gap:10px; }
.tick-list li { position:relative; padding-left:30px; color:#28382f; }
.tick-list li:before { content:""; position:absolute; left:0; top:.5em; width:16px; height:16px; border-radius:50%; background:var(--accent); box-shadow:inset 0 0 0 5px #fff, 0 0 0 1px var(--accent); }
.image-stack { position:relative; }
.image-stack img,.rounded-media,.service-detail img { border-radius:8px; aspect-ratio:4/3; object-fit:cover; box-shadow:0 24px 70px rgba(19,32,26,.16); }
.stack-card { position:absolute; right:22px; bottom:22px; max-width:280px; padding:18px; border-radius:8px; background:white; box-shadow:0 18px 55px rgba(19,32,26,.18); }
.stack-card strong,.stack-card span { display:block; }
.stack-card span { margin-top:6px; color:var(--muted); font-size:14px; }
.section-head { margin-bottom:34px; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-card { border:1px solid var(--line); border-radius:8px; background:white; overflow:hidden; box-shadow:0 16px 45px rgba(19,32,26,.08); }
.service-card img { aspect-ratio:1.25; object-fit:cover; width:100%; }
.service-card div { padding:20px; }
.service-card p { color:var(--muted); margin:0 0 15px; }
.service-card a { color:var(--primary-dark); font-weight:850; }
.reviews-section { overflow:hidden; padding:56px 0; }
.gr-summary { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:26px; border-radius:8px; background:var(--primary-dark); color:white; margin-bottom:24px; }
.gr-sum-left { display:flex; align-items:center; gap:18px; }
.gr-logo { width:54px; height:54px; display:grid; place-items:center; border-radius:50%; background:white; color:#4285f4; font-weight:950; font-size:28px; }
.gr-meta-top { color:#cfe8d4; font-weight:800; }
.gr-score { font-size:48px; line-height:1; font-weight:950; }
.gr-stars { color:var(--accent); letter-spacing:0; }
.gr-sub { color:#dcebdd; font-size:14px; }
.gr-cta { border:1px solid rgba(255,255,255,.5); border-radius:999px; padding:12px 18px; text-decoration:none; font-weight:850; }
.gr-marquee { overflow:hidden; margin:12px 0; }
.gr-track { display:flex; width:max-content; gap:14px; transform:translate3d(0,0,0); }
.gr-card { width:330px; min-height:190px; flex:0 0 auto; border-radius:8px; padding:20px; background:white; border:1px solid var(--line); box-shadow:0 12px 35px rgba(19,32,26,.08); }
.gr-card-head { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.gr-avatar { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:var(--primary-light); color:var(--primary-dark); font-weight:950; }
.gr-name { font-weight:900; }
.gr-date { color:var(--muted); font-size:13px; }
.gr-stars-row { color:var(--accent); }
.gr-text { color:#33443a; margin:10px 0 0; font-size:15px; }
.process-band { padding:68px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.process-list { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; list-style:none; padding:0; margin:0; }
.process-list li { background:white; border:1px solid var(--line); border-radius:8px; padding:24px; }
.process-list span { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:var(--primary); color:white; font-weight:950; margin-bottom:22px; }
.area-panel,.area-map { display:grid; grid-template-columns:.8fr 1.2fr; gap:36px; align-items:center; padding:36px; border-radius:8px; background:#e8f4ea; border:1px solid #c9dfce; }
.area-tags { display:flex; flex-wrap:wrap; gap:10px; }
.area-tags span { background:white; border:1px solid var(--line); border-radius:999px; padding:10px 14px; font-weight:800; }
.area-tags.large span { font-size:18px; padding:14px 18px; }
.subpage { padding-top:126px; }
.page-hero { width:min(1060px, calc(100% - 36px)); margin:42px auto 56px; padding:54px 0 24px; }
.page-hero.compact { max-width:860px; }
.page-hero h1 { color:var(--primary-dark); font-size:clamp(42px, 6vw, 76px); }
.service-detail { width:min(1160px, calc(100% - 36px)); margin:46px auto; display:grid; grid-template-columns:.9fr 1fr; gap:42px; align-items:center; padding:28px; border-radius:8px; background:white; border:1px solid var(--line); }
.service-detail:nth-of-type(even) img { order:2; }
.map-card,.contact-card { padding:28px; border-radius:8px; background:white; border:1px solid var(--line); box-shadow:0 16px 45px rgba(19,32,26,.08); }
.map-card span { color:var(--primary); font-weight:950; }
.map-card strong { display:block; font-size:32px; margin:8px 0; }
.faq-list { display:grid; gap:14px; max-width:900px; }
details { background:white; border:1px solid var(--line); border-radius:8px; padding:20px 22px; }
summary { cursor:pointer; font-weight:900; font-size:19px; }
details p { color:var(--muted); margin-bottom:0; }
.contact-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:48px; align-items:start; }
.contact-card strong,.contact-card a,.contact-card span { display:block; }
.contact-card a { font-size:26px; font-weight:950; color:var(--primary-dark); margin:6px 0; }
.quote-form { background:white; border:1px solid var(--line); border-radius:8px; padding:28px; display:grid; gap:16px; box-shadow:0 16px 45px rgba(19,32,26,.08); }
label { display:grid; gap:7px; font-weight:850; }
input,textarea { width:100%; border:1px solid #cbd9cf; border-radius:8px; padding:13px 14px; font:inherit; }
textarea { resize:vertical; }
.form-note { color:var(--muted); margin:0; }
.site-footer { background:#10271a; color:#dcebdd; margin-top:90px; }
.footer-cta { width:min(1160px, calc(100% - 36px)); margin:auto; display:flex; justify-content:space-between; gap:24px; align-items:center; padding:46px 0; border-bottom:1px solid rgba(255,255,255,.14); }
.footer-cta h2 { color:white; margin-bottom:10px; }
.footer-cta p { margin:0; color:#bdd4c4; }
.footer-grid { width:min(1160px, calc(100% - 36px)); margin:auto; padding:46px 0 56px; display:grid; grid-template-columns:1.2fr repeat(5,1fr); gap:28px; }
.footer-logo { margin-bottom:18px; }
.site-footer h3 { color:white; font-size:16px; margin-bottom:13px; }
.site-footer ul { list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.site-footer a { color:#ecf7ef; }
.footer-credit { display:block; margin-top:18px; font-size:13px; color:#a6bdae; }
.sticky-call { position:fixed; left:16px; right:16px; bottom:14px; z-index:60; display:none; justify-content:center; text-align:center; padding:14px 18px; border-radius:999px; background:var(--accent); color:#162319; text-decoration:none; font-weight:950; box-shadow:0 14px 36px rgba(19,32,26,.24); opacity:0; transform:translateY(120%); pointer-events:none; transition:opacity .18s ease, transform .18s ease; }
.sticky-call.show { opacity:1; transform:translateY(0); pointer-events:auto; }
@media (max-width: 980px) {
  .nav-pill { border-radius:28px; align-items:flex-start; flex-wrap:wrap; }
  .menu-toggle { display:block; margin-left:auto; }
  .nav-links { display:none; order:5; width:100%; flex-direction:column; align-items:stretch; margin:4px 0 0; }
  .nav-links.open { display:flex; }
  .nav-link { padding:13px 16px; }
  .nav-call { display:none; }
  .hero-inner { padding-top:130px; }
  .trust-rail,.proof-band,.service-grid,.process-list,.split-section,.area-panel,.area-map,.service-detail,.contact-layout,.footer-grid { grid-template-columns:1fr; }
  .service-detail:nth-of-type(even) img { order:0; }
  .footer-cta { align-items:flex-start; flex-direction:column; }
  .sticky-call { display:flex; }
}
@media (max-width: 640px) {
  .site-header { inset:10px 0 auto; }
  .nav-wrap,.hero-inner,.proof-band,.split-section,.services-preview,.reviews-section,.process-band,.area-panel,.area-map,.faq-list,.contact-layout,.page-hero,.service-detail,.footer-cta,.footer-grid { width:min(100% - 24px, 1160px); }
  .brand img { width:170px; }
  .hero { min-height:92vh; }
  .hero-overlay { background:linear-gradient(180deg, rgba(8,29,17,.42), rgba(8,29,17,.88)); }
  h1 { font-size:46px; }
  h2 { font-size:34px; }
  .hero-copy { font-size:17px; }
  .trust-rail div,.proof-band div,.service-detail,.quote-form,.area-panel,.area-map { padding:18px; }
  .gr-summary { align-items:flex-start; flex-direction:column; }
  .gr-card { width:286px; }
  .subpage { padding-top:116px; }
}
