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

.preview-banner { background: #111; color: #ffe14a; text-align: center; padding: 0.45rem 1rem; font-size: 0.78rem; font-weight: 700; }
.top { display: flex; justify-content: space-between; align-items: center; padding: 0.8rem 4vw; background: #c81e1e; color: #fff4d6; }
.mark { font-family: "Archivo Black", sans-serif; text-decoration: none; font-size: 1.05rem; }
.nav { display: flex; gap: 1rem; align-items: center; }
.nav a { text-decoration: none; font-weight: 700; }
.nav-cta { background: #ffe14a; color: #3a1408; padding: 0.4rem 0.8rem; }

.hero { display: grid; grid-template-columns: 1fr 1fr; position: relative; }
.stripe { position: absolute; inset: auto 0 0 0; height: 18px; background: repeating-linear-gradient(90deg, #c81e1e 0 28px, #ffe14a 28px 56px, #111 56px 84px); }
.hero-copy { padding: 7vw 5vw; background: #ffe14a; }
.eyebrow { font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.75rem; }
.hero h1 { font-family: "Archivo Black", sans-serif; font-size: clamp(2.6rem, 7vw, 5.2rem); line-height: 0.92; margin: 0.4rem 0 0.8rem; }
.tagline { font-size: 1.15rem; max-width: 22rem; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.3rem; align-items: center; }

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

.about { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; padding: 4rem 5vw; align-items: center; }
.about img { transform: rotate(-2deg); border: 8px solid #fff; box-shadow: 10px 10px 0 #c81e1e; }
.about h2, .services h2, .visit h2, .contact h2 { font-family: "Archivo Black", sans-serif; font-size: 2.4rem; color: #c81e1e; }
.about-copy { margin-top: 0.8rem; font-size: 1.12rem; }

.services { background: #c81e1e; color: #fff4d6; padding: 4rem 5vw; }
.services h2 { color: #ffe14a; }
.service-list, .hours, .socials { list-style: none; }
.service-list { margin-top: 1.2rem; }
.service-list li { display: grid; grid-template-columns: 16rem 1fr; gap: 1rem; padding: 1rem 0; border-top: 2px dashed #ffe14a; }
.service-list strong { font-family: "Archivo Black", sans-serif; font-size: 1.2rem; color: #ffe14a; }
.service-list span { color: #ffd9c8; }

.visit { padding: 4rem 5vw; }
.hours { margin-top: 1rem; }
.map-link { display: inline-block; margin-top: 0.8rem; font-weight: 700; color: #c81e1e; }

.contact { padding: 0 5vw 5rem; }
.contact-panel { background: #111; color: #fff4d6; padding: 2rem; max-width: 480px; transform: rotate(-1deg); }
.contact h2 { color: #ffe14a; }
.lead-note { color: #e8c9a8; margin: 0.4rem 0 1rem; }
.lead-form { display: grid; gap: 0.8rem; }
.lead-form label { display: grid; gap: 0.3rem; font-size: 0.82rem; font-weight: 700; }
.lead-form input { border: 0; padding: 0.8rem; font: inherit; background: #fff4d6; color: #3a1408; }
.gotcha { position: absolute; left: -9999px; }
.form-status { min-height: 1.2em; }

.foot { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 1.2rem 5vw 2rem; background: #c81e1e; color: #fff4d6; }
.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; color: #ffe14a; }

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