*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Serif", Georgia, serif;
  background: #0a0707;
  color: #f6e7d8;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.preview-banner { background: #c51f1a; color: #f6e7d8; text-align: center; padding: 0.45rem; font-size: 0.78rem; letter-spacing: 0.08em; }
.top { display: flex; justify-content: space-between; align-items: center; padding: 0.9rem 4vw; border-bottom: 1px solid #3a1c16; }
.mark { font-family: Anton, sans-serif; letter-spacing: 0.06em; text-decoration: none; font-size: 1.4rem; }
.nav { display: flex; gap: 1.1rem; align-items: center; font-size: 0.92rem; }
.nav a { text-decoration: none; }
.nav-cta { color: #f0c14b; }

.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 4rem 4vw; align-items: center; }
.eyebrow { color: #c51f1a; letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.75rem; font-family: Anton, sans-serif; }
.hero h1 { font-family: Anton, sans-serif; font-size: clamp(3.4rem, 10vw, 7.2rem); line-height: 0.88; letter-spacing: 0.02em; margin: 0.3rem 0 0.8rem; }
.tagline { font-size: 1.15rem; color: #d8c2ae; max-width: 24rem; font-style: italic; }
.frame { border: 3px solid #f0c14b; padding: 10px; background: #160d0c; }
.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: #c51f1a; color: #f6e7d8; border: 0; font-family: Anton, sans-serif; letter-spacing: 0.06em; padding: 0.85rem 1.2rem; text-decoration: none; cursor: pointer; font-size: 1.05rem; }
.btn-ghost { font-family: "Noto Serif", serif; font-weight: 600; color: #f0c14b; }

.about, .services, .visit, .contact { padding: 3.5rem 4vw; }
.about { background: #140c0b; }
.about h2, .services h2, .visit h2, .contact h2 { font-family: Anton, sans-serif; font-size: 2.6rem; color: #c51f1a; letter-spacing: 0.04em; }
.about-copy { max-width: 40rem; margin-top: 0.8rem; font-size: 1.12rem; color: #d8c2ae; }

.service-list, .hours, .socials { list-style: none; }
.service-list { margin-top: 1rem; }
.service-list li { display: grid; grid-template-columns: 10rem 1fr; gap: 1.2rem; padding: 1.1rem 0; border-top: 1px solid #f0c14b55; }
.service-list strong { font-family: Anton, sans-serif; font-size: 1.4rem; color: #f0c14b; }
.service-list span, .hours span, .lead-note { color: #cbb5a2; }

.visit { background: #140c0b; }
.hours { margin-top: 0.8rem; }
.map-link { display: inline-block; margin-top: 0.8rem; color: #f0c14b; font-weight: 600; }

.contact-panel { border: 2px solid #c51f1a; padding: 1.8rem; max-width: 460px; }
.lead-form { display: grid; gap: 0.8rem; margin-top: 0.8rem; }
.lead-form label { display: grid; gap: 0.3rem; font-size: 0.84rem; }
.lead-form input { border: 1px solid #3a1c16; background: #0a0707; color: #f6e7d8; padding: 0.8rem; 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.3rem 4vw 2rem; border-top: 1px solid #3a1c16; color: #cbb5a2; }
.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: #f0c14b; font-weight: 600; text-decoration: none; }

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