/* Market hero corrections: preserve readable copy without crushing the imagery. */
.page-hero.market-video-hero {
  background-color: #08090b;
  background-position: center;
  background-size: cover;
}

.page-hero.market-video-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(5, 6, 8, .82) 0%,
      rgba(5, 6, 8, .38) 46%,
      rgba(5, 6, 8, .06) 100%),
    linear-gradient(0deg,
      rgba(5, 6, 8, .32) 0%,
      rgba(5, 6, 8, 0) 62%);
}

.market-video-hero .hero-layout {
  position: relative;
  z-index: 2;
}

/* Fade single-shot loops into the exact opening frame instead of a black canvas. */
.market-loop-fade {
  background-color: #08090b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 760px) {
  .page-hero.market-video-hero::before {
    background:
      linear-gradient(90deg,
        rgba(5, 6, 8, .86) 0%,
        rgba(5, 6, 8, .52) 62%,
        rgba(5, 6, 8, .18) 100%),
      linear-gradient(0deg,
        rgba(5, 6, 8, .42) 0%,
        rgba(5, 6, 8, 0) 64%);
  }
}
