* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: #172017; background: #f6f4ef; line-height: 1.6; }
a { color: inherit; }
.hero { min-height: 92vh; background: linear-gradient(rgba(0,0,0,.62), rgba(0,0,0,.45)), url('images/lawn-2.jpeg') center/cover; color: white; padding: 24px; display: flex; flex-direction: column; }
nav { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.logo { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; background: white; padding: 8px; }
.nav-call { background: white; color: #172017; text-decoration: none; padding: 12px 18px; border-radius: 999px; font-weight: 800; }
.hero-content { max-width: 850px; margin: auto 0; padding: 70px 0; }
.eyebrow { letter-spacing: 4px; text-transform: uppercase; font-weight: bold; color: #c8f26b; }
h1 { font-size: clamp(42px, 8vw, 88px); line-height: .95; margin: 0 0 20px; }
.hero p { font-size: 21px; max-width: 720px; }
.buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-block; padding: 15px 22px; border-radius: 10px; text-decoration: none; font-weight: 900; }
.primary { background: #7bbf28; color: #071007; }
.secondary { background: rgba(255,255,255,.15); border: 2px solid white; color: white; }
section { padding: 70px 24px; max-width: 1180px; margin: 0 auto; }
h2 { font-size: clamp(30px, 5vw, 48px); line-height: 1.05; margin: 0 0 16px; }
.intro p, .section-subtitle, .cta p { font-size: 20px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 28px; }
.card { background: white; padding: 24px; border-radius: 18px; box-shadow: 0 8px 24px rgba(0,0,0,.08); border-top: 6px solid #7bbf28; }
.card h3 { margin-top: 0; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.photo-grid img { width: 100%; height: 290px; object-fit: cover; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,.1); background: #ddd; }
.cta { background: #172017; color: white; border-radius: 24px; text-align: center; margin-bottom: 70px; }
footer { background: #0d130d; color: white; text-align: center; padding: 28px 20px; }
footer a { color: #c8f26b; }
@media (max-width: 850px) { .cards, .photo-grid { grid-template-columns: 1fr; } .photo-grid img { height: 260px; } nav { align-items: flex-start; } .logo { width: 95px; height: 95px; } }
