/* V14.5 — background asset correction.
   The site already references teams-menu.png / press-menu.jpg in multiple generations.
   Those exact filenames now contain the league collage art. */
html body.v11.archive-surface.surface-teams,
html body.v11.archive-surface.surface-team,
html body.archive-surface.surface-teams,
html body.archive-surface.surface-team {
  background-color:#17130e !important;
  background-image:linear-gradient(rgba(18,13,9,.34),rgba(18,13,9,.44)),url('assets/art/teams-menu.png?v=145') !important;
  background-position:center top !important;
  background-size:cover !important;
  background-attachment:fixed !important;
  background-repeat:no-repeat !important;
}
html body.v11.archive-surface.surface-press,
html body.archive-surface.surface-press {
  background-color:#17130e !important;
  background-image:linear-gradient(rgba(18,13,9,.30),rgba(18,13,9,.40)),url('assets/art/press-menu.jpg?v=145') !important;
  background-position:center top !important;
  background-size:cover !important;
  background-attachment:fixed !important;
  background-repeat:no-repeat !important;
}
/* Let the collage read behind the page while keeping data cards legible. */
html body.surface-teams .page, html body.surface-team .page, html body.surface-press .page {
  background:rgba(239,233,218,.66) !important;
  box-shadow:0 0 70px rgba(20,14,8,.18) !important;
}
html body.surface-teams .panel, html body.surface-team .panel, html body.surface-press .panel,
html body.surface-teams .card, html body.surface-team .card, html body.surface-press .card,
html body.surface-teams .paper, html body.surface-team .paper, html body.surface-press .paper {
  background:rgba(248,245,235,.94) !important;
}
