:root {
  --black: #070b09;
  --dark: #0b120e;
  --green: #3d8f1d;
  --green-bright: #65a82b;
  --green-deep: #0b351b;
  --white: #ffffff;
  --soft: #f4f8f2;
  --muted: #5f685f;
  --line: rgba(255,255,255,.22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif; color: var(--black); background: #fff; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.nav { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { width: 155px; display: block; }
.nav-links { display: flex; align-items: center; gap: 30px; font-family: Montserrat, sans-serif; text-transform: uppercase; font-weight: 800; font-size: 13px; }
.nav-links a { padding: 13px 0; border-bottom: 3px solid transparent; }
.nav-links a:hover, .nav-links .active { color: var(--green); border-bottom-color: var(--green); }
.quote-btn { background: var(--green); color: #fff !important; padding: 14px 20px !important; border-radius: 4px; border: 0 !important; box-shadow: 0 10px 20px rgba(61,143,29,.2); }
.menu-toggle { display: none; background: var(--green); color: #fff; border: 0; border-radius: 6px; padding: 10px 12px; font-size: 24px; }
.hero { position: relative; min-height: 485px; display: flex; align-items: center; overflow: hidden; background-image: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.76) 36%, rgba(0,0,0,.28) 64%, rgba(0,0,0,.08) 100%), url('assets/hero-house-lawn.jpg'); background-size: cover; background-position: center right; }
.hero:after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(100deg, transparent 0 30px, rgba(255,255,255,.04) 31px 32px), linear-gradient(0deg, rgba(0,0,0,.15), transparent 45%); }
.hero-content { position: relative; z-index: 1; color: #fff; padding: 70px 0; }
h1 { font-family: Montserrat, sans-serif; text-transform: uppercase; font-weight: 900; font-size: clamp(42px, 6vw, 70px); letter-spacing: 1px; line-height: 1.05; margin: 0 0 20px; }
h1 span { color: var(--green-bright); }
.hero p { max-width: 490px; font-size: 19px; line-height: 1.55; font-weight: 600; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 28px; border-radius: 5px; font-family: Montserrat, sans-serif; font-weight: 900; text-transform: uppercase; }
.btn-green { background: var(--green); color: #fff; }
.btn-outline { color: #fff; border: 2px solid rgba(255,255,255,.9); }
.btn-dark { background: var(--dark); color: #fff; text-transform: none; }
.feature-bar { background: linear-gradient(90deg, #050806, #101511); color: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.feature-grid article { display: grid; grid-template-columns: 65px 1fr; gap: 16px; padding: 34px 28px; border-right: 1px solid var(--line); }
.feature-grid article:last-child { border-right: 0; }
.icon { color: var(--green); font-size: 46px; line-height: 1; }
.feature-grid h3 { font-family: Montserrat, sans-serif; text-transform: uppercase; margin: 0 0 8px; font-size: 18px; }
.feature-grid p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.about-section, .services { padding: 58px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 8px; color: var(--green); font-weight: 900; font-family: Montserrat, sans-serif; text-transform: uppercase; }
h2 { font-family: Montserrat, sans-serif; font-size: clamp(32px, 4vw, 46px); line-height: 1.08; margin: 0 0 20px; }
.about-copy p:not(.eyebrow), .contact p { color: #222; line-height: 1.65; }
.small-btn { display: inline-block; background: var(--green); color: #fff; padding: 12px 22px; border-radius: 4px; font-family: Montserrat, sans-serif; font-size: 13px; text-transform: uppercase; font-weight: 900; margin-top: 10px; }
.service-card { background: linear-gradient(135deg, #f8faf7, #edf4ed); border-radius: 7px; padding: 34px; text-align: center; box-shadow: 0 16px 50px rgba(0,0,0,.08); }
.service-card h2 { color: var(--green); font-size: 30px; }
.line { width: 72px; height: 2px; background: var(--green); margin: -5px auto 28px; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 28px; text-align: left; font-weight: 800; }
.services { background: var(--soft); }
.center { text-align: center; }
.center-title { text-align: center; margin-bottom: 32px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards article { background: #fff; padding: 28px; border-radius: 8px; box-shadow: 0 12px 38px rgba(0,0,0,.08); border-top: 5px solid var(--green); }
.cards h3 { font-family: Montserrat, sans-serif; font-size: 23px; margin: 0 0 12px; }
.cards p { color: var(--muted); line-height: 1.65; margin: 0; }
.contact { padding: 62px 0; background: linear-gradient(135deg, #101511, #08110a); color: #fff; }
.contact-box { display: flex; justify-content: space-between; gap: 35px; align-items: center; }
.contact p { color: rgba(255,255,255,.82); max-width: 620px; }
.contact-actions { display: grid; gap: 14px; min-width: 285px; }
.footer { background: #050706; color: #fff; padding: 22px 0; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; justify-content: space-between; }
.footer img { width: 140px; filter: brightness(.95); }
.footer a, .footer span { color: rgba(255,255,255,.9); font-weight: 700; }
@media (max-width: 900px) {
  .nav { min-height: 86px; }
  .logo { width: 118px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 86px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; padding: 14px 28px 24px; box-shadow: 0 20px 30px rgba(0,0,0,.1); }
  .nav-links.open { display: flex; }
  .feature-grid, .split, .cards { grid-template-columns: 1fr; }
  .feature-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .area-grid { grid-template-columns: 1fr; }
  .contact-box { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 540px) {
  .container { width: min(100% - 26px, 1180px); }
  .hero { min-height: 520px; }
  .hero-actions .btn { width: 100%; }
  .service-card { padding: 26px 20px; }
}
