/* Hero image and video section */
.bb-hero { position: relative; }
.bb-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.5) 100%);
  z-index: 0;
}
.bb-hero-overlay { position: relative; z-index: 1; }
.bb-stats, .bb-scroll-ind { position: relative; z-index: 1; }
