/* Follow the actual navigation position on every screen size. */
body.stadium-daytime{background-color:#000;background-image:linear-gradient(180deg,rgba(0,0,0,.12) 0px,rgba(0,0,0,.12) var(--stadium-fade-start,150px),rgba(0,0,0,.78) calc(var(--stadium-fade-start,150px) + 65px),rgba(0,0,0,.94) calc(var(--stadium-fade-start,150px) + 130px),#000 calc(var(--stadium-fade-start,150px) + 220px)),url('./assets/brand/player-review-stadium-day-v1.png');background-position:top center;background-repeat:no-repeat;background-size:100% 177.6833vw,100% auto;}
/* Mobile tabs need the darkening transition at the label row, not below it. */
@media(max-width:700px){
  body.stadium-daytime{background-image:linear-gradient(180deg,rgba(0,0,0,.12) 0px,rgba(0,0,0,.12) max(0px,calc(var(--stadium-fade-start,150px) - 36px)),rgba(0,0,0,.72) var(--stadium-fade-start,150px),rgba(0,0,0,.94) calc(var(--stadium-fade-start,150px) + 48px),#000 calc(var(--stadium-fade-start,150px) + 108px)),url('./assets/brand/player-review-stadium-day-v1.png');}
}
/* Night preview: keep the stadium visible down to navigation before fading. */
body:not(.stadium-daytime){background-color:#000;background-image:linear-gradient(180deg,transparent 0px,transparent var(--stadium-fade-start,150px),rgba(0,0,0,.55) calc(var(--stadium-fade-start,150px) + 80px),rgba(0,0,0,.9) calc(var(--stadium-fade-start,150px) + 160px),#000 calc(var(--stadium-fade-start,150px) + 240px)),url('./assets/brand/player-review-stadium-night-v3.png');background-position:top center;background-repeat:no-repeat;background-size:100% 177.6833vw,100% auto;}
/* Lift the dark source image independently of the content. */
body:not(.stadium-daytime){position:relative;isolation:isolate;background-image:none;}
body:not(.stadium-daytime)::before{content:"";display:block!important;position:absolute;inset:0 0 auto;height:177.6833vw;z-index:-1;pointer-events:none;background:url('./assets/brand/player-review-stadium-night-v3.png') top center / 100% auto no-repeat;filter:none;opacity:1;mask-image:linear-gradient(180deg,#000 0px,#000 max(0px,calc(var(--stadium-fade-start,150px) - 28px)),rgba(0,0,0,.65) var(--stadium-fade-start,150px),rgba(0,0,0,.25) calc(var(--stadium-fade-start,150px) + 65px),transparent calc(var(--stadium-fade-start,150px) + 160px));}
