/* Static restoration helpers — keeps layout close to LayerSlider hero */
.home-hero-static {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  background: #000;
}
.home-hero-static .home-hero-static-inner {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}
.home-hero-static .home-hero-static-inner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}
/* Yelp widget fallback */
.yelp-widget-fallback {
  text-align: center;
  padding: 1rem;
}
.yelp-widget-fallback a {
  color: #c41200;
  font-weight: 700;
}
