/* 3DQ sade logo — horizontal alignment (not square) */

.site-nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}

.site-nav-logo img,
.footer-logo,
.sub-mark img,
.auth-logo img,
.launcher-nav-logo img,
.launcher-hero-logo,
.dash2-sidebar-brand img,
img.dash2-sidebar-brand,
.adm-sidebar-logo-img {
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.site-nav-logo img {
  max-height: 28px;
  max-width: 108px;
}

.footer-logo,
.sub-mark img {
  max-height: 32px;
  max-width: 120px;
}

.auth-logo img,
.club-logo img {
  max-height: 44px;
  max-width: 140px;
  width: auto;
}

.launcher-nav-logo img {
  max-height: 28px;
  max-width: 108px;
  border-radius: 0;
}

.launcher-hero-logo {
  max-height: clamp(44px, 7vw, 68px);
  max-width: min(300px, 78vw);
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.dash2-sidebar-brand img {
  max-height: 34px;
  max-width: 120px;
  width: auto;
  height: auto;
}

/* Light surfaces: invert black-bg logo to dark mark on light UI (non-adaptive contexts) */
html[data-theme="light"] .site-nav--float .site-nav-logo img,
html[data-theme="light"] .footer-logo,
html[data-theme="light"] .sub-mark img,
html[data-theme="light"] .auth-logo img,
html[data-theme="light"] .launcher-nav-logo img {
  filter: invert(1);
}
