:root {
  --green: #4f9627;
  --green-dark: #285c1d;
  --green-soft: #eaf4e5;
  --ink: #111612;
  --muted: #627064;
  --line: #dfe6df;
  --cream: #f7f8f5;
  --white: #fff;
  --shadow: 0 20px 50px rgba(15, 35, 17, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.topbar { background: linear-gradient(90deg, var(--green-dark), #397b22); color: white; font-size: .84rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar-inner a { font-weight: 800; }
.topbar-badges { display: flex; gap: 20px; text-transform: uppercase; letter-spacing: .06em; font-size: .72rem; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(20,40,20,.08); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 265px; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand strong { display: block; font-size: 1.08rem; line-height: 1.1; }
.brand span { color: var(--muted); font-size: .82rem; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.site-nav a { font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .035em; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: .25s; }
.site-nav a:hover::after { transform: scaleX(1); }
.nav-call { margin-left: 12px; background: var(--green); color: white; padding: 13px 18px; border-radius: 6px; font-weight: 800; white-space: nowrap; box-shadow: 0 8px 22px rgba(79,150,39,.25); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 28px; height: 3px; margin: 5px 0; background: var(--ink); border-radius: 2px; }
.hero { min-height: 620px; position: relative; isolation: isolate; background: url("assets/lawn-project.jpg") center 56% / cover no-repeat; color: white; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,12,5,.88) 0%, rgba(8,25,8,.68) 45%, rgba(8,20,8,.3) 72%, rgba(4,12,5,.18) 100%); }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.2fr) 390px; align-items: center; gap: 70px; padding-top: 64px; padding-bottom: 64px; }
.eyebrow { margin: 0 0 10px; color: #82c84f; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; font-size: .78rem; }
.hero h1 { max-width: 720px; margin: 0; font-family: "Oswald", sans-serif; font-size: clamp(3rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
.hero-lead { max-width: 650px; font-size: 1.12rem; color: rgba(255,255,255,.86); margin: 24px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; font-weight: 700; font-size: .9rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 6px; padding: 14px 22px; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; font-size: .82rem; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: white; box-shadow: 0 14px 30px rgba(79,150,39,.3); }
.btn-primary:hover { background: #5cae2d; }
.btn-outline { border: 1px solid rgba(255,255,255,.7); color: white; background: rgba(255,255,255,.05); }
.btn-dark { background: var(--ink); color: white; }
.btn-block { width: 100%; }
.hero-card { background: rgba(12,18,12,.9); border: 1px solid rgba(255,255,255,.13); box-shadow: var(--shadow); border-radius: 14px; padding: 32px; backdrop-filter: blur(8px); }
.hero-card h2 { margin: 0 0 8px; font-size: 1.8rem; line-height: 1.2; }
.hero-card p { color: rgba(255,255,255,.72); }
.hero-card ul { margin: 22px 0; padding: 0; list-style: none; }
.hero-card li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.hero-card li::before { content: "✓"; color: #82c84f; font-weight: 900; margin-right: 9px; }
.stats-strip { background: #0f140f; color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { padding: 24px 22px; border-right: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 12px; }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { color: #82c84f; font-size: 1.45rem; }
.stats-grid span { color: rgba(255,255,255,.75); font-size: .85rem; }
.section { padding: 88px 0; }
.section-heading { max-width: 700px; margin: 0 auto 42px; text-align: center; }
.section-heading h2, .project-copy h2, .areas-grid h2, .quote-copy h2 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.08; margin: 0 0 14px; }
.section-heading p:last-child { color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 235px; padding: 29px 24px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(180deg, #fff 0%, #fbfcfa 100%); box-shadow: 0 8px 22px rgba(10,30,10,.04); overflow: hidden; }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: var(--green); transform: scaleX(.18); transform-origin: left; transition: .3s; }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--green); font-size: 1.7rem; box-shadow: 0 10px 25px rgba(79,150,39,.25); }
.service-card h3 { margin: 20px 0 8px; font-size: 1.1rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.project-section { background: var(--cream); }
.project-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.project-image { position: relative; }
.project-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.project-badge { position: absolute; right: -20px; bottom: 28px; background: var(--ink); color: white; padding: 18px 22px; border-radius: 8px; box-shadow: var(--shadow); }
.project-badge strong, .project-badge span { display: block; }
.project-badge span { color: rgba(255,255,255,.7); font-size: .85rem; }
.project-copy p { color: var(--muted); }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 26px 0; }
.check-grid span { font-weight: 700; }
.check-grid span::first-letter { color: var(--green); }
.text-link { color: var(--green-dark); font-weight: 800; }
.reviews-section { background: #111611; color: white; }
.section-heading.light p:last-child { color: rgba(255,255,255,.65); }
.reviews-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.review-card { margin: 0; min-height: 250px; padding: 24px; background: linear-gradient(180deg, #1b211b, #141914); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; display: flex; flex-direction: column; }
.stars { color: #ffc12b; letter-spacing: .12em; }
.review-card p { flex: 1; color: rgba(255,255,255,.84); }
.review-card footer { font-weight: 800; }
.areas-section { background: #f9fbf8; }
.areas-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.area-tags span { background: var(--green-soft); border: 1px solid #cfe3c5; color: var(--green-dark); padding: 9px 13px; border-radius: 999px; font-weight: 700; }
.area-card { padding: 22px; background: white; border-radius: 14px; box-shadow: var(--shadow); }
.map-art { height: 220px; border-radius: 10px; position: relative; overflow: hidden; background: radial-gradient(circle at 72% 35%, rgba(79,150,39,.2), transparent 26%), repeating-linear-gradient(25deg, transparent 0 38px, rgba(62,89,63,.1) 39px 41px), repeating-linear-gradient(120deg, transparent 0 50px, rgba(62,89,63,.08) 51px 53px), #edf2e9; }
.map-art::before { content: "GUELPH • KITCHENER • WATERLOO"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(40,92,29,.45); font-weight: 800; letter-spacing: .12em; font-size: .8rem; }
.pin { position: absolute; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 8px 18px rgba(40,92,29,.35); }
.p1{left:24%;top:26%}.p2{left:45%;top:42%}.p3{left:65%;top:22%}.p4{left:72%;top:66%}.p5{left:35%;top:72%}
.quote-section { padding: 90px 0; color: white; background: linear-gradient(120deg, #316f20, #4f9627 55%, #2d651d); }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.quote-copy .eyebrow { color: #d5f0c2; }
.quote-copy p { color: rgba(255,255,255,.8); }
.phone-display { display: inline-block; font-family: "Oswald", sans-serif; font-size: 2rem; margin-top: 10px; }
.quote-form { background: white; color: var(--ink); padding: 28px; border-radius: 14px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: block; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 13px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 6px; border: 1px solid #d9e0d8; border-radius: 7px; padding: 12px 13px; background: #fbfcfa; outline: none; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(79,150,39,.13); }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .75rem; }
.footer { background: #0d110d; color: white; padding: 58px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.footer-brand img { width: 95px; filter: invert(1); mix-blend-mode: screen; }
.footer p, .footer span, .footer a { color: rgba(255,255,255,.68); font-size: .88rem; }
.footer h3 { color: #82c84f; text-transform: uppercase; font-size: .8rem; letter-spacing: .06em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 7px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 18px; display: flex; justify-content: space-between; }
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: grid; gap: 10px; }
.floating-actions a { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: white; box-shadow: var(--shadow); font-size: 1.25rem; }
.floating-actions a:nth-child(2) { background: var(--ink); }
.floating-actions span { display: block; font-size: .65rem; font-weight: 800; margin-top: -10px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1050px) {
  .site-nav { gap: 14px; }
  .nav-call { display: none; }
  .hero-grid { grid-template-columns: 1fr 340px; gap: 35px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid .review-card:nth-child(n+4) { grid-column: span 1; }
}
@media (max-width: 820px) {
  .topbar-inner > span, .topbar-badges { display: none; }
  .topbar-inner { justify-content: center; }
  .brand { min-width: 0; }
  .brand img { width: 58px; height: 58px; }
  .brand strong { font-size: 1rem; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; background: white; padding: 16px; border-radius: 10px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 8px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 86px; padding-bottom: 70px; }
  .hero-card { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .project-grid, .areas-grid, .quote-grid { grid-template-columns: 1fr; gap: 38px; }
  .project-badge { right: 12px; bottom: 12px; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand div { display: none; }
  .nav-wrap { min-height: 72px; }
  .hero { background-position: 53% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,12,5,.9), rgba(4,12,5,.58)); }
  .hero h1 { font-size: 3.05rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .trust-row { display: grid; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid div { padding: 18px 12px; display: block; }
  .stats-grid strong, .stats-grid span { display: block; }
  .section { padding: 65px 0; }
  .services-grid, .reviews-grid, .check-grid, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 210px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-actions a { width: 56px; height: 56px; }
}
