*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  background: #0c0a09;
  color: #f3e6d8;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.preview-banner {
  background: #e24a1b;
  color: #1a0c08;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 4vw;
  position: sticky;
  top: 0;
  z-index: 8;
  background: rgba(12, 10, 9, 0.88);
  border-bottom: 1px solid #3a2218;
}

.mark {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #f3e6d8;
}

.nav { display: flex; gap: 1.1rem; align-items: center; font-size: 0.86rem; }
.nav a { text-decoration: none; color: #c9b4a4; }
.nav-cta { background: #e24a1b; color: #1a0c08 !important; padding: 0.4rem 0.75rem; font-weight: 600; }

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,10,9,0.15) 20%, rgba(12,10,9,0.92) 100%);
}

.hero-copy {
  position: relative;
  padding: 8vw 4vw 3.5rem;
  max-width: 44rem;
}

.eyebrow {
  color: #e24a1b;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.8rem, 12vw, 8.5rem);
  line-height: 0.86;
  letter-spacing: 0.01em;
  margin: 0.3rem 0 0.8rem;
}

.tagline { font-size: 1.2rem; color: #e8d2c0; max-width: 28rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; align-items: center; }

.btn, .lead-form button {
  background: #e24a1b;
  color: #1a0c08;
  border: 0;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  padding: 0.9rem 1.3rem;
  cursor: pointer;
}

.btn-ghost { color: #f3e6d8; font-weight: 600; }

.marquee {
  overflow: hidden;
  white-space: nowrap;
  background: #e24a1b;
  color: #1a0c08;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  padding: 0.55rem 0;
}

.about, .services, .visit { padding: 4.5rem 4vw; }
.about { background: #14110f; }

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 1100px;
}

.about h2, .services h2, .visit h2, .contact h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #e24a1b;
}

.about-copy { font-size: 1.12rem; color: #d8c4b4; margin-top: 0.8rem; }
.about img { border: 4px solid #e24a1b; }

.service-list, .hours, .socials { list-style: none; }
.service-list { margin-top: 1.2rem; max-width: 800px; }

.service-list li {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-top: 1px solid #3a2218;
}

.service-list strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}

.service-list span, .hours span, .lead-note, .address { color: #c9b4a4; }
.service-list li:last-child { border-bottom: 1px solid #3a2218; }

.visit { background: #1a120e; }
.hours { margin-top: 1.2rem; }
.hours li { display: flex; gap: 1.5rem; padding: 0.35rem 0; }
.map-link { display: inline-block; margin-top: 0.8rem; color: #e24a1b; font-weight: 600; }

.contact { padding: 0 4vw 5rem; }
.contact-panel {
  background: #e24a1b;
  color: #1a0c08;
  padding: 2rem;
  max-width: 520px;
}

.contact h2 { color: #1a0c08; }
.lead-note { color: #4a2114; margin: 0.4rem 0 1.2rem; }
.lead-form { display: grid; gap: 0.8rem; }
.lead-form label { display: grid; gap: 0.3rem; font-size: 0.82rem; font-weight: 600; }
.lead-form input {
  border: 0;
  padding: 0.8rem;
  font: inherit;
  background: #1a0c08;
  color: #f3e6d8;
}
.lead-form button { background: #1a0c08; color: #f3e6d8; justify-self: start; }
.gotcha { position: absolute; left: -9999px; }
.form-status { min-height: 1.2em; }
.form-status.error, .form-status.ok { font-weight: 600; }

.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 4vw 2rem;
  border-top: 1px solid #3a2218;
  color: #c9b4a4;
}

.built-by { flex-basis: 100%; margin: 0; font-size: 0.8rem; }
.built-by a { color: inherit; }

.socials { display: flex; gap: 1rem; }
.socials a { color: #e24a1b; font-weight: 600; text-decoration: none; }

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