*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Figtree, system-ui, sans-serif;
  background: #072822;
  color: #f3efe2;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.preview-banner { background: #e3b341; color: #072822; text-align: center; font-weight: 700; padding: 0.45rem; font-size: 0.78rem; }
.top { display: flex; justify-content: space-between; align-items: center; padding: 0.9rem 4vw; }
.mark { font-family: Syne, sans-serif; font-weight: 800; text-decoration: none; font-size: 1.05rem; }
.nav { display: flex; gap: 1rem; align-items: center; }
.nav a { text-decoration: none; }
.nav-cta { background: #e3b341; color: #072822; padding: 0.4rem 0.8rem; font-weight: 700; }

.hero {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 84vh;
  background:
    radial-gradient(circle at 12% 20%, #0f4a40 0 18%, transparent 19%),
    radial-gradient(circle at 80% 70%, #e3b34122 0 12%, transparent 13%),
    #072822;
}
.hero-copy { padding: 8vw 5vw; align-self: center; }
.eyebrow { color: #e3b341; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.75rem; }
.hero h1 { font-family: Syne, sans-serif; font-weight: 800; font-size: clamp(2.8rem, 7vw, 5.4rem); line-height: 0.92; margin: 0.4rem 0 0.8rem; }
.tagline { font-size: 1.15rem; color: #d6cbb4; max-width: 24rem; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; align-items: center; }

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

.about, .services, .visit, .contact { padding: 4rem 5vw; }
.about { background: #0c3830; }
.about h2, .services h2, .visit h2, .contact h2 { font-family: Syne, sans-serif; font-size: 2.4rem; color: #e3b341; }
.about-copy { max-width: 40rem; margin-top: 0.8rem; font-size: 1.12rem; color: #ddd2bc; }

.service-list, .hours, .socials { list-style: none; }
.service-list { margin-top: 1.2rem; display: grid; gap: 0.8rem; }
.service-list li { display: grid; grid-template-columns: 12rem 1fr; gap: 1rem; padding: 1rem 1.1rem; background: #0c3830; border-left: 6px solid #e3b341; }
.service-list strong { font-family: Syne, sans-serif; }
.service-list span, .hours span, .lead-note { color: #cbbfa6; }

.visit { background: #0c3830; }
.hours { margin-top: 1rem; }
.map-link { display: inline-block; margin-top: 0.8rem; color: #e3b341; font-weight: 700; }

.contact-panel { background: #e3b341; color: #072822; padding: 2rem; max-width: 480px; }
.contact h2 { color: #072822; }
.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: 0; padding: 0.8rem; font: inherit; }
.lead-form button { background: #072822; color: #e3b341; justify-self: start; }
.gotcha { position: absolute; left: -9999px; }
.form-status { min-height: 1.2em; }

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

@media (max-width: 800px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero, .service-list li { grid-template-columns: 1fr; }
  .hero-photo { clip-path: none; min-height: 300px; }
}
