/* Original for light backgrounds; exact pixel recolor for dark backgrounds. */
img.club-brand {
  display: inline-block; width: auto; height: 76px; max-width: 100%;
  object-fit: contain; vertical-align: middle; flex-shrink: 0;
  content: url('/assets/club6900-logo-dark.png');
  background: none;
  border-radius: 0; filter: none;
}
html[data-theme="aeon"] .masthead img.club-brand { content: url('/assets/club6900-logo.png'); }
.masthead .mh-logo { display: block; line-height: 0; }
.masthead .club-brand { height: 84px; }
.top .brand img.club-brand, .top > a img.club-brand { width: auto; height: 66px; }
.head img.club-brand { width: auto; height: 150px; }
.center img.club-brand { height: clamp(160px, 32vh, 330px); filter: none; }
.club-logo .club-brand { height: clamp(100px, 10vw, 170px); }
.club-logo .cl-num { line-height: 1; }
.club-logo { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; padding-bottom: 0; }
.club-logo .cl-num { grid-column: 1 / -1; }
.club-logo .cl-sub { position: static; font-size: 11px; letter-spacing: .12em; }
.club-logo .cl-day { position: static; font-size: 20px; }
.mini-club img.club-brand { position: static; transform: none; filter: none; width: 96px; height: 64px; max-width: none; }
#showName .club-brand, #cbName .club-brand { height: clamp(70px, 8vw, 130px); }
.scn-header img.club-brand { height: 62px; }
.scn-op-kicker img.club-brand { height: 86px; width: auto; }
/* Broadcast lockup: trim the original canvas and soften its light backing. */
.club-logo img.club-brand, #showName img.club-brand, #cbName img.club-brand,
.mini-club img.club-brand, .center img.club-brand,
.scn-header img.club-brand, .scn-op-kicker img.club-brand {
  content: url('/assets/club6900-logo-stream.png');
  background: rgba(255,249,240,.78); border-radius: 9px;
}
.club-logo img.club-brand { height: clamp(88px,7vw,130px); }
.mini-club img.club-brand { width: auto; height: 48px; }
@media(max-width:600px) {
  .masthead .club-brand { height: 68px; }
  .top .brand img.club-brand, .top > a img.club-brand { height: 48px; }
}
