/* Iron Trifecta homepage reference corrective R4 */
.hero {
  min-height: 0 !important;
  display: block !important;
  padding: calc(var(--header-h) + 8px) 0 0 !important;
  overflow: hidden !important;
  isolation: isolate;
}
.hero::before,
.hero::after,
.hero .starfield,
.hero .aura-smoke,
.hero .planet-twinkle,
.hero-copy,
.scroll-cue {
  display: none !important;
}
.hero-visual {
  position: relative !important;
  z-index: 1 !important;
  width: 100vw !important;
  max-width: 1536px !important;
  top: 0 !important;
  left: 50% !important;
  transform: translate3d(-50%, 0, 0) !important;
  pointer-events: none !important;
  margin: 0 auto !important;
}
.hero-visual::after { display: none !important; }
.hero-visual img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}
.contact-meta,
.site-footer span:nth-child(2),
.site-footer span:last-child {
  display: none !important;
}
.site-footer span + span::before {
  display: none !important;
}
@media (max-width: 900px) {
  .hero {
    padding-top: calc(var(--header-h) + 4px) !important;
  }
  .hero-visual {
    width: 165vw !important;
    max-width: none !important;
  }
}
