*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: Outfit, system-ui, sans-serif;
  background: #f3ffe8;
  color: #16351a;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.preview-banner {
  background: #16351a;
  color: #d8ff4a;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 4vw;
  background: #d8ff4a;
}

.mark {
  font-family: Fredoka, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
}

.nav { display: flex; gap: 1rem; align-items: center; }
.nav a { text-decoration: none; font-weight: 600; }
.nav-cta {
  background: #16351a;
  color: #d8ff4a;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  min-height: 78vh;
}

.hero-copy { padding: 8vw 5vw; align-self: center; }
.eyebrow {
  font-weight: 700;
  color: #2f7a38;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.hero h1 {
  font-family: Fredoka, sans-serif;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: 0.95;
  margin: 0.4rem 0 0.8rem;
}

.tagline { font-size: 1.2rem; max-width: 24rem; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; align-items: center; }

.btn, .lead-form button {
  background: #16351a;
  color: #d8ff4a;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  padding: 0.9rem 1.25rem;
  text-decoration: none;
  cursor: pointer;
}

.btn-ghost { font-weight: 700; }

.about, .services, .visit, .contact { padding: 4rem 5vw; }
.about {
  background: #16351a;
  color: #f3ffe8;
  border-radius: 0 0 40% 0;
}

.about h2, .services h2, .visit h2, .contact h2 {
  font-family: Fredoka, sans-serif;
  font-size: 2.6rem;
}

.about-copy { max-width: 40rem; font-size: 1.15rem; margin-top: 0.8rem; }

.service-list, .hours, .socials { list-style: none; }
.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.4rem;
}

.service-list li {
  background: #fff;
  border: 3px solid #16351a;
  border-radius: 1.4rem;
  padding: 1.2rem;
  display: grid;
  gap: 0.5rem;
}

.service-list strong { font-family: Fredoka, sans-serif; font-size: 1.4rem; }
.service-list span, .hours span, .lead-note { color: #3d5c40; }

.visit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background: #c8f39a;
}

.hours li { padding: 0.45rem 0; }
.map-link { display: inline-block; margin-top: 0.8rem; font-weight: 700; }

.contact-panel {
  background: #fff;
  border: 4px solid #16351a;
  border-radius: 2rem;
  padding: 2rem;
  max-width: 480px;
  box-shadow: 12px 12px 0 #d8ff4a;
}

.lead-form { display: grid; gap: 0.8rem; margin-top: 0.8rem; }
.lead-form label { display: grid; gap: 0.3rem; font-size: 0.85rem; font-weight: 600; }
.lead-form input {
  border: 2px solid #16351a;
  border-radius: 0.8rem;
  padding: 0.8rem;
  font: inherit;
  background: #f3ffe8;
}
.gotcha { position: absolute; left: -9999px; }
.form-status { min-height: 1.2em; }

.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.3rem 5vw 2rem;
  background: #16351a;
  color: #d8ff4a;
}

.built-by { flex-basis: 100%; margin: 0.15rem 0 0; font-size: 0.8rem; }
.built-by a { color: inherit; }

.socials { display: flex; gap: 1rem; }
.socials a { font-weight: 700; text-decoration: none; }

@media (max-width: 800px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero, .service-list, .visit { grid-template-columns: 1fr; }
  .hero-photo { min-height: 280px; }
  .about { border-radius: 0 0 3rem 0; }
}
