:root {
  --navy: #0e2438;
  --navy-2: #142f49;
  --orange: #f47b20;
  --orange-dark: #c95f11;
  --ink: #14202b;
  --muted: #5c6975;
  --line: #dfe5eb;
  --light: #f3f6f9;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(14, 36, 56, 0.16);
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(14, 36, 56, 0.08);
}

.top-strip {
  background: var(--navy);
  color: var(--white);
  font-size: 0.92rem;
}

.top-strip__inner,
.nav-shell__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-strip__inner { min-height: 42px; }
.top-strip__phone { font-weight: 800; color: var(--orange); }

.nav-shell__inner { min-height: 78px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: 0;
}

.brand__mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  color: var(--white);
  background: var(--orange);
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 800;
  color: var(--navy);
}

.site-menu a { padding: 10px 0; }
.nav-phone { color: var(--orange); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(244, 123, 32, 0.26);
}

.button:hover { background: var(--orange-dark); }
.button--small { min-height: 34px; padding: 0 14px; font-size: 0.88rem; }
.button--outline { background: transparent; border: 2px solid var(--orange); color: var(--orange); box-shadow: none; }
.button--light { background: var(--white); color: var(--navy); box-shadow: none; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.hero__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 36, 56, 0.94), rgba(14, 36, 56, 0.72), rgba(14, 36, 56, 0.34)),
    url("/images/garage-door-hero-background.png");
  background-size: cover;
  background-position: center right;
}

.hero__image::after {
  content: none;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 430px);
  gap: 42px;
  align-items: center;
  min-height: 690px;
  padding: 76px 0;
}

.hero--interior .hero__grid,
.hero--area .hero__grid,
.hero--contact .hero__grid { min-height: 590px; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.02; margin-bottom: 20px; letter-spacing: 0; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.12; margin-bottom: 14px; color: var(--navy); letter-spacing: 0; }
h3 { font-size: 1.12rem; line-height: 1.25; color: var(--navy); }

.hero__lead {
  max-width: 680px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-service-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
  margin: 24px 0 0;
}

.hero-service-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
  font-weight: 900;
}

.hero-service-badges span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 2px;
  background: var(--orange);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.trust-row li {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 6px;
  background: rgba(255,255,255,0.1);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.lead-form h2 { font-size: 1.45rem; margin-bottom: 4px; }
.lead-form p { color: var(--muted); margin-bottom: 0; }
.lead-form label { display: grid; gap: 6px; font-weight: 800; color: var(--navy); }
.lead-form label span { color: var(--muted); font-weight: 400; }

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
}

.lead-form textarea { resize: vertical; }
.lead-form__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-note { font-size: 0.86rem; }

.optional-contact-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.notice {
  margin: 24px 0 0;
  padding: 14px 16px;
  border-radius: 6px;
  font-weight: 800;
}

.notice--success { background: #e7f7ed; color: #126b34; }
.notice--error { background: #fff1ed; color: #a33a20; }

.trust-bar {
  position: relative;
  z-index: 2;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(14, 36, 56, 0.08);
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.trust-bar__grid > div {
  min-height: 116px;
  padding: 22px 18px;
  background: var(--white);
}

.trust-bar strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 1rem;
}

.trust-bar span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.section { padding: 76px 0; }
.section--light { background: var(--light); }
.section--navy { background: var(--navy); color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading--light h2, .section--navy h2 { color: var(--white); }

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.service-card {
  display: block;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(14, 36, 56, 0.06);
}

.service-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--orange);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 46px;
  align-items: start;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.icon-grid > div,
.sticky-panel,
.contact-info > div {
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 6px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}

.trust-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
}

.photo-placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  border-radius: 8px;
  color: var(--navy);
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(244,123,32,0.18), rgba(14,36,56,0.08)),
    repeating-linear-gradient(0deg, #e5ebf0, #e5ebf0 34px, #cbd4dc 35px, #cbd4dc 37px);
}

.photo-placeholder--tech { min-height: 420px; }

.feature-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--light);
}

.feature-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-photo {
  margin: 22px 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--light);
}

.service-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.check-list {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: var(--orange);
}

.problem-grid,
.link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.problem-grid span,
.link-grid a {
  padding: 16px;
  border-radius: 6px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--white);
  font-weight: 800;
}

.link-grid a {
  background: var(--white);
  border-color: var(--line);
  color: var(--navy);
}

.area-list {
  display: grid;
  gap: 12px;
}

.area-list a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}

.area-list span { color: var(--orange); }

.content-stack {
  display: grid;
  gap: 24px;
}

.content-stack article {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.local-seo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.local-seo article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(14, 36, 56, 0.05);
}

.local-seo article p:last-child {
  margin-bottom: 0;
}

.sticky-panel {
  position: sticky;
  top: 136px;
}

.faq-wrap details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.faq-wrap summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--navy);
}

.faq-wrap p { margin: 10px 0 0; color: var(--muted); }

.cta-band {
  padding: 50px 0;
  color: var(--white);
  background: var(--navy-2);
}

.cta-band h2 { color: var(--white); margin-bottom: 0; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.contact-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.site-footer {
  padding: 56px 0 24px;
  background: #071827;
  color: rgba(255,255,255,0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 34px;
}

.site-footer h2 {
  color: var(--white);
  font-size: 1rem;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.86);
}

.brand--footer { color: var(--white); margin-bottom: 16px; }
.footer-phone { color: var(--orange) !important; font-weight: 900; }
.disclaimer { font-size: 0.86rem; }
.copyright { margin-top: 36px; font-size: 0.86rem; color: rgba(255,255,255,0.6); }

.mobile-cta { display: none; }

@media (max-width: 980px) {
  .top-strip__inner .button { display: none; }
  .menu-toggle { display: block; }
  .site-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 120px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .site-menu.is-open { display: flex; }
  .site-menu a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .hero__grid,
  .split,
  .trust-section {
    grid-template-columns: 1fr;
  }
  .card-grid,
  .card-grid--five,
  .problem-grid,
  .link-grid,
  .contact-info,
  .footer-grid,
  .trust-bar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sticky-panel { position: static; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .top-strip { font-size: 0.78rem; }
  .top-strip__inner { justify-content: center; text-align: center; flex-wrap: wrap; gap: 8px; padding: 6px 0; }
  .brand span:last-child { max-width: 190px; }
  .hero__grid { min-height: auto; padding: 48px 0; gap: 24px; }
  .hero__image { background-position: 68% center; }
  h1 { font-size: 2.35rem; }
  .hero__lead { font-size: 1.02rem; }
  .lead-form { padding: 18px; }
  .lead-form__actions,
  .card-grid,
  .card-grid--five,
  .problem-grid,
  .link-grid,
  .icon-grid,
  .contact-info,
  .footer-grid,
  .trust-bar__grid,
  .local-seo__grid {
    grid-template-columns: 1fr;
  }
  .hero-service-badges span {
    width: 100%;
  }
  .trust-bar__grid > div {
    min-height: auto;
  }
  .section { padding: 52px 0; }
  .cta-band__inner { display: grid; }
  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -10px 24px rgba(14,36,56,0.18);
  }
  .mobile-cta a {
    display: grid;
    place-items: center;
    min-height: 58px;
    background: var(--navy);
    color: var(--white);
    font-weight: 900;
  }
  .mobile-cta a + a { background: var(--orange); }
}
