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

.preview-banner { background: #3b2a2d; color: #f3d5c4; text-align: center; padding: 0.45rem; font-size: 0.75rem; letter-spacing: 0.08em; }
.top { display: flex; justify-content: space-between; align-items: center; padding: 1rem 5vw; }
.mark { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; text-decoration: none; font-style: italic; }
.nav { display: flex; gap: 1.3rem; align-items: center; font-size: 0.88rem; }
.nav a { text-decoration: none; }
.nav-cta { border-bottom: 1px solid #b76e79; }

.hero { display: grid; grid-template-columns: 0.85fr 1.15fr; min-height: 86vh; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { padding: 8vw 6vw; align-self: center; }
.eyebrow { letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.72rem; color: #b76e79; }
.hero h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(3.4rem, 8vw, 6.4rem); font-weight: 500; line-height: 0.95; margin: 0.5rem 0 1rem; }
.tagline { font-size: 1.2rem; max-width: 22rem; color: #6d5558; font-style: italic; font-family: "Cormorant Garamond", serif; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.6rem; align-items: center; }

.btn, .lead-form button {
  background: transparent;
  color: #3b2a2d;
  border: 1px solid #3b2a2d;
  font: inherit;
  padding: 0.85rem 1.3rem;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.06em;
}
.btn:hover, .lead-form button { background: #3b2a2d; color: #f7f1ea; }

.about, .services, .visit, .contact { padding: 4.5rem 12vw; }
.about { border-top: 1px solid #e4d5cc; }
.about h2, .services h2, .visit h2, .contact h2 { font-family: "Cormorant Garamond", serif; font-size: 2.8rem; font-weight: 500; }
.about-copy { max-width: 36rem; font-size: 1.15rem; margin-top: 0.8rem; color: #5c474a; }

.service-list, .hours, .socials { list-style: none; }
.service-list { margin-top: 1.5rem; }
.service-list li { display: grid; gap: 0.3rem; padding: 1.4rem 0; border-top: 1px solid #e4d5cc; }
.service-list strong { font-family: "Cormorant Garamond", serif; font-size: 2rem; font-weight: 500; }
.service-list span, .hours span, .lead-note { color: #7a6467; }

.visit { background: #efe4dc; }
.hours { margin-top: 1rem; }
.hours li { display: flex; gap: 1.5rem; padding: 0.3rem 0; }
.map-link { display: inline-block; margin-top: 1rem; color: #b76e79; }

.contact-panel { max-width: 420px; }
.lead-form { display: grid; gap: 0.9rem; margin-top: 1rem; }
.lead-form label { display: grid; gap: 0.3rem; font-size: 0.8rem; letter-spacing: 0.06em; }
.lead-form input { border: 0; border-bottom: 1px solid #3b2a2d; background: transparent; padding: 0.7rem 0; font: inherit; }
.gotcha { position: absolute; left: -9999px; }
.form-status { min-height: 1.2em; }

.foot { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 1.4rem 5vw 2rem; border-top: 1px solid #e4d5cc; color: #7a6467; }
.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 { text-decoration: none; color: #b76e79; }

@media (max-width: 800px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-photo { min-height: 360px; }
  .about, .services, .visit, .contact { padding: 3.5rem 6vw; }
}
