*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Nunito Sans", system-ui, sans-serif;
  background: #f4ecd8;
  color: #2d2618;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.preview-banner { background: #3d5a32; color: #f4ecd8; text-align: center; padding: 0.45rem; font-size: 0.78rem; }
.top { display: flex; justify-content: space-between; align-items: center; padding: 1rem 6vw; }
.mark { font-family: "Libre Baskerville", serif; font-style: italic; text-decoration: none; font-size: 1.2rem; }
.nav { display: flex; gap: 1.2rem; align-items: center; }
.nav a { text-decoration: none; }
.nav-cta { background: #3d5a32; color: #f4ecd8; padding: 0.4rem 0.85rem; }

.hero { padding: 3rem 10vw 2rem; text-align: center; }
.eyebrow { letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.75rem; color: #3d5a32; font-weight: 700; }
.hero h1 { font-family: "Libre Baskerville", serif; font-size: clamp(2.6rem, 6vw, 4.6rem); margin: 0.6rem auto 0.8rem; max-width: 16ch; }
.tagline { max-width: 32rem; margin: 0 auto 1.5rem; font-size: 1.15rem; color: #5b5340; }
.hero-photo { width: min(920px, 100%); margin: 0 auto; border: 12px solid #fff; box-shadow: 0 18px 40px rgba(45,38,24,0.12); }
.hero-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; align-items: center; }

.btn, .lead-form button { background: #3d5a32; color: #f4ecd8; border: 0; font: inherit; font-weight: 700; padding: 0.85rem 1.2rem; text-decoration: none; cursor: pointer; }
.btn-ghost { font-weight: 700; }

.about { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2.5rem; padding: 4.5rem 8vw; align-items: center; }
.about img { border: 10px solid #fff; transform: rotate(1.5deg); }
.about h2, .services h2, .visit h2, .contact h2 { font-family: "Libre Baskerville", serif; font-size: 2.2rem; }
.about-copy { margin-top: 0.8rem; font-size: 1.1rem; }

.services { padding: 1rem 10vw 4rem; }
.service-list, .hours, .socials { list-style: none; }
.service-list { margin-top: 1.2rem; background: #fff8ea; border: 1px solid #d9ccb0; }
.service-list li { display: grid; grid-template-columns: 14rem 1fr; gap: 1rem; padding: 1.1rem 1.2rem; border-top: 1px solid #e6d9be; }
.service-list strong { font-family: "Libre Baskerville", serif; }
.service-list span, .hours span, .lead-note { color: #6b624f; }

.visit { padding: 3rem 10vw; background: #e7dfc6; }
.hours { margin-top: 0.8rem; }
.map-link { display: inline-block; margin-top: 0.8rem; color: #3d5a32; font-weight: 700; }

.contact { padding: 4rem 10vw 5rem; }
.contact-panel { max-width: 460px; background: #fff8ea; border: 1px solid #d9ccb0; padding: 1.8rem; }
.lead-form { display: grid; gap: 0.8rem; margin-top: 0.8rem; }
.lead-form label { display: grid; gap: 0.3rem; font-size: 0.84rem; font-weight: 700; }
.lead-form input { border: 1px solid #d9ccb0; padding: 0.75rem; font: inherit; background: #f4ecd8; }
.gotcha { position: absolute; left: -9999px; }
.form-status { min-height: 1.2em; }

.foot { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 1.3rem 6vw 2rem; color: #6b624f; }
.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 { color: #3d5a32; font-weight: 700; text-decoration: none; }

@media (max-width: 800px) {
  .nav a:not(.nav-cta) { display: none; }
  .about, .service-list li { grid-template-columns: 1fr; }
  .hero { padding-inline: 5vw; }
}
