/* V14.4 — canonical background lock. The user-designated teams-menu / press-menu files
   are the ONLY interior background sources for Teams and League Press. */
html body[data-section="teams"],
html body[data-section="teams"].surface-teams,
html body[data-section="teams"].surface-team,
html body[data-section="teams"].archive-surface {
  background-color:#17120e !important;
  background-image:linear-gradient(rgba(8,8,7,.18),rgba(8,8,7,.32)),url('assets/art/teams-menu.png?v=144') !important;
  background-position:center top !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
}
html body[data-section="press"],
html body[data-section="press"].surface-press,
html body[data-section="press"].archive-surface {
  background-color:#17120e !important;
  background-image:linear-gradient(rgba(8,8,7,.18),rgba(8,8,7,.32)),url('assets/art/press-menu.jpg?v=144') !important;
  background-position:center top !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
}
html body[data-section="teams"]::before,
html body[data-section="press"]::before,
html body[data-section="teams"].archive-surface::before,
html body[data-section="press"].archive-surface::before {
  content:none !important;
  display:none !important;
  background:none !important;
}
html body[data-section="teams"] > main.page,
html body[data-section="press"] > main.page {
  background:transparent !important;
  box-shadow:none !important;
}
@media(max-width:900px){
  html body[data-section="teams"],html body[data-section="press"]{background-attachment:scroll!important}
}
