/* BCGC brand — tokens in partials/brand-head.njk (_data/brand.json) */

.site-logo {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}

.site-logo__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.site-logo__img--horizontal.site-logo__img--main {
  width: min(240px, 52vw);
  max-height: 72px;
  object-fit: contain;
}

.site-logo__img--horizontal.site-logo__img--fixed {
  display: none;
  width: min(200px, 44vw);
  max-height: 56px;
  object-fit: contain;
}

.top_panel_fixed .site-logo__img--horizontal.site-logo__img--main {
  display: none;
}

.top_panel_fixed .site-logo__img--horizontal.site-logo__img--fixed {
  display: block;
}

.site-logo--on-dark .site-logo__img--horizontal {
  filter: brightness(0) invert(1);
}

.site-logo__img--treedle {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.splash-brand-logo {
  width: min(320px, 78vw);
  height: auto;
  margin: 0 auto 1.75rem;
  display: block;
}

.splash-brand-logo--on-light {
  /* Horizontal wordmark is navy on cream — native colors */
}
