/* Magnum Electrical — homepage hero + HVAC-style header */

.hero {
  display: flex;
  justify-content: center;
}

.hero-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.hero-cta {
  justify-content: center;
}

.hero-stats {
  justify-content: center;
}

/* No leaderboard band between dark header and hero */
body.home-services-home #gam-leaderboard.fleet-leaderboard-band {
  display: none !important;
}

/* Dark header nav — match hvaclaboratory.com publisher header */
.site-header .nav > a:not(.btn),
.site-header .nav > .nav-dropdown > .nav-dropdown-trigger {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 500;
}

.site-header .nav > a:not(.btn):hover,
.site-header .nav > .nav-dropdown > .nav-dropdown-trigger:hover {
  color: #fff;
}

@media (min-width: 721px) {
  .site-header .site-nav .header-cta-group,
  .site-header .nav .header-cta-group {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 0 0 0.75rem !important;
    border-bottom: none !important;
    order: 10 !important;
    gap: 0.5rem;
  }

  .site-header .site-nav .header-cta-group .header-cta,
  .site-header .nav .header-cta-group .header-cta {
    flex: 0 0 auto !important;
    width: auto !important;
    padding: 0.55rem 1rem !important;
  }

  .site-header .nav-articles-subnav {
    display: none;
  }

  .site-header .nav-dropdown:hover .nav-articles-subnav,
  .site-header .nav-dropdown:focus-within .nav-articles-subnav,
  .site-header .nav-dropdown.is-open .nav-articles-subnav {
    display: block;
  }
}

/* Gallery — self-hosted /fleet-media/ photos (background on .ph, same as old placeholders) */
.gallery .ph.gallery-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
