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

.preview-banner { background: #2ad4ff; color: #0b1c2c; 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.8rem 4vw; background: #0b1c2c; position: sticky; top: 0; z-index: 5; }
.mark { font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 1.5rem; letter-spacing: 0.04em; text-decoration: none; }
.nav { display: flex; gap: 1rem; align-items: center; }
.nav a { text-decoration: none; font-weight: 600; }
.nav-cta { background: #2ad4ff; color: #0b1c2c; padding: 0.4rem 0.8rem; font-weight: 800; }

.hero { position: relative; min-height: 86vh; display: grid; align-items: end; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,28,44,0.15), rgba(11,28,44,0.88)); }
.hero-copy { position: relative; z-index: 1; padding: 6vw 4vw 3.5rem; max-width: 46rem; }
.eyebrow { color: #2ad4ff; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.78rem; }
.hero h1 { font-family: "Barlow Condensed", sans-serif; font-size: clamp(3.6rem, 11vw, 8rem); line-height: 0.85; text-transform: uppercase; margin: 0.3rem 0 0.8rem; }
.tagline { font-size: 1.2rem; max-width: 28rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.3rem; align-items: center; }

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

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 4rem 4vw; align-items: center; background: #102536; }
.about img { border-left: 8px solid #2ad4ff; }
.about h2, .services h2, .visit h2, .contact h2 { font-family: "Barlow Condensed", sans-serif; font-size: 3rem; text-transform: uppercase; color: #2ad4ff; }
.about-copy { margin-top: 0.7rem; font-size: 1.1rem; color: #c5d8e4; }

.services { padding: 4rem 4vw; }
.service-list, .hours, .socials { list-style: none; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.2rem; }
.service-list li { background: #16344a; padding: 1.3rem; border-top: 4px solid #2ad4ff; display: grid; gap: 0.5rem; }
.service-list strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.8rem; text-transform: uppercase; }
.service-list span, .hours span, .lead-note { color: #b7c9d4; }

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

.contact { padding: 0 4vw 5rem; }
.contact-panel { background: #2ad4ff; color: #0b1c2c; padding: 2rem; max-width: 480px; }
.contact h2 { color: #0b1c2c; }
.lead-form { display: grid; gap: 0.8rem; margin-top: 0.8rem; }
.lead-form label { display: grid; gap: 0.25rem; font-size: 0.82rem; font-weight: 700; }
.lead-form input { border: 0; padding: 0.8rem; font: inherit; }
.lead-form button { background: #0b1c2c; color: #2ad4ff; 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.2rem 4vw 2rem; border-top: 1px solid #24455c; color: #9db4c3; }
.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: #2ad4ff; font-weight: 700; text-decoration: none; }

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