:root {
  --ink: #e9eef5;
  --bg: #0c1520; /* deep navy/charcoal */
  --bg-2: #111a27;
  --muted: #95a2b4;
  --haz: #f6b10a; /* hazard yellow accent */
  --accent: #1f88ff;
  --ok: #1db954;
}

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, Helvetica,
    sans-serif;
  background: linear-gradient(180deg, var(--bg), var(--bg-2));
  color: var(--ink);
  line-height: 1.55;
}

/* Simple utility */
.skip {
  position: absolute;
  left: -9999px;
  top: auto;
}
h1,
h2,
h3 {
  margin: 0.2rem 0 0.6rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.2rem;
}
a {
  color: inherit;
  text-decoration: none;
}

/* Header */
.hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #142235;
  background: #0b1320;
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.bolt {
  color: var(--haz);
  font-size: 1.3rem;
}
.name {
  font-size: 1.05rem;
}
.nav {
  display: flex;
  gap: 16px;
  font-weight: 700;
}
.nav a {
  opacity: 0.9;
}
.nav a:hover {
  opacity: 1;
}
.hdr-phone {
  font-weight: 900;
  color: var(--haz);
  border: 2px solid var(--haz);
  padding: 6px 10px;
  border-radius: 10px;
}

/* Hero */
.hero {
  position: relative;
  padding: 56px 20px 36px;
  text-align: center;
  overflow: hidden;
}
.hero-inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.meta {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  color: #9db0c6;
  margin: 0 0 8px;
}
.hero h1 {
  font-size: 2.4rem;
  line-height: 1.18;
  text-shadow: 0 2px 0 #08121c;
}
.sub {
  color: #b8c6d8;
  margin: 6px 0 14px;
}
.cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
}
.btn-primary {
  background: var(--haz);
  color: #0a0d12;
  box-shadow: 0 4px 0 #d49600;
}
.btn-primary:hover {
  filter: brightness(1.05);
}
.btn-outline {
  border: 2px solid var(--haz);
  color: var(--haz);
}
.trust {
  margin: 14px 0 4px;
  font-weight: 800;
  color: #d8e3f2;
}
.filter {
  color: #ffdf8a;
  margin: 6px 0 0;
}
.grit {
  position: absolute;
  inset: -40px -40px auto -40px;
  height: 420px;
  background: radial-gradient(
      ellipse at 20% 30%,
      rgba(255, 255, 255, 0.06),
      transparent 40%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(255, 255, 255, 0.05),
      transparent 45%
    ),
    radial-gradient(
      ellipse at 60% 80%,
      rgba(255, 255, 255, 0.04),
      transparent 50%
    );
  filter: contrast(115%) saturate(110%);
  opacity: 0.35;
  pointer-events: none;
}

/* Sections */
section {
  padding: 40px 20px;
}
section > h2 {
  text-align: center;
}

/* Services */
.services .grid {
  max-width: 1100px;
  margin: 12px auto 0;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.svc {
  background: #0f1b2b;
  border: 1px solid #16253a;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.svc h3 {
  color: #fff;
}
.svc p {
  color: #c7d3e3;
  margin: 0.2rem 0;
}
.flag {
  color: #ffd257;
  font-weight: 900;
}

/* Why */
.why {
  background: #0b1320;
  border-top: 1px solid #15243a;
  border-bottom: 1px solid #15243a;
}
.ticks {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 18px;
}
.ticks li {
  margin: 8px 0;
}

/* Reviews */
.reviews .rev-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.rev {
  background: #0f1b2b;
  border: 1px solid #16253a;
  border-radius: 12px;
  padding: 16px;
}
.rev .text {
  margin: 0 0 8px;
}
.rev .who {
  color: #a9bacf;
}

/* Gallery placeholders */
.gallery .gal-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.shot {
  height: 160px;
  border-radius: 12px;
  background: linear-gradient(135deg, #132238, #0c1524),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.07) 0 2px,
      transparent 2px 6px
    );
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.04);
}

/* Appointments */
.appts .form {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.form .row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.form label {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: #cbd6e6;
}
input,
select,
textarea {
  background: #0c1626;
  border: 1px solid #1b2b43;
  border-radius: 10px;
  color: #e6eef8;
  padding: 10px;
  font-size: 1rem;
  font-family: inherit;
}
.opts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
  color: #cbd6e6;
}
.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.tiny {
  color: #91a2b8;
  font-size: 0.9rem;
  margin-top: 6px;
}
.confirm {
  color: var(--ok);
  font-weight: 900;
  margin-top: 10px;
}

/* FAQ */
.faq .qa {
  max-width: 900px;
  margin: 0 auto;
}
details {
  background: #0f1b2b;
  border: 1px solid #16253a;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
summary {
  cursor: pointer;
  font-weight: 900;
}

/* Contact */
.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}
.hours {
  list-style: none;
  padding: 0;
  margin: 8px 0;
}
.map-wrap iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.areas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: #cbd6e6;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

/* Footer */
.ftr {
  border-top: 1px solid #15243a;
  background: #0b1320;
}
.ftr-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  gap: 18px;
  grid-template-columns: 2fr 1fr 1fr;
}
.links,
.hours {
  list-style: none;
  padding: 0;
}
.ftr-bottom {
  text-align: center;
  color: #9eb0c8;
  padding: 10px;
  border-top: 1px solid #15243a;
}

/* Sticky call */
.call-sticky {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  background: var(--haz);
  color: #0a0d12;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

/* Buttons */
.btn {
  transition: transform 0.06s ease;
}
.btn:active {
  transform: translateY(1px);
}

/* Responsive */
@media (max-width: 960px) {
  .services .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews .rev-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ftr-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .services .grid,
  .gallery .gal-grid {
    grid-template-columns: 1fr;
  }
  .form .row {
    grid-template-columns: 1fr;
  }
  .contact-inner {
    grid-template-columns: 1fr;
  }
}
