/* v84 — mobile-only home video clarity adjustment. Desktop remains unchanged. */
@media (max-width:860px){
  /* Let more of the moving background show through without sacrificing legibility. */
  .home-page .home-video-iframe,
  .home-page .home-video-wrap.video-ready .home-video-iframe,
  .home-page .home-video-wrap.video-playing .home-video-iframe{
    opacity:.96 !important;
    filter:brightness(.92) contrast(1.12) saturate(1.16) !important;
  }

  /* A lighter, graduated reading veil replaces the overly pale mobile wash. */
  .home-page .home-video-overlay{
    background:linear-gradient(
      180deg,
      rgba(255,255,255,.28) 0%,
      rgba(255,255,255,.36) 24%,
      rgba(255,255,255,.52) 52%,
      rgba(255,255,255,.68) 72%,
      rgba(255,255,255,.84) 88%,
      rgba(255,255,255,.94) 100%
    ) !important;
  }
}
