/* Uploaded asset hard fix — transparent club logo (no plate/box behind mark) */
.brand-mark,
.admin-brand span,
.admin-brand-mark,
.auth-brand span,
.footer-brand-mark,
.public-mobile-brand-icon,
.public-brand-mark{
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  overflow:visible !important;
  box-shadow:none !important;
}
.brand-mark img,
.admin-brand span img,
.auth-brand img,
.footer-brand-mark img,
.public-mobile-brand-icon img,
.public-brand-mark img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  background:none !important;
  background-color:transparent !important;
  display:block !important;
}
.hero{
  background-image:linear-gradient(rgba(9,24,38,.5),rgba(11,31,51,.68)), url("../img/sakae-hero.png") !important;
  background-size:cover !important;
  background-position:center !important;
}
.hero-card img{
  content:url("../img/sakae-hero.png");
}
