/* 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 */
}

.splash-brand-logo--badge {
  width: min(148px, 36vw);
  height: auto;
  margin: 0 auto 1rem;
  filter: drop-shadow(0 10px 24px rgba(42, 55, 70, 0.12));
}

.splash-brand-name {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: clamp(0.78rem, 2.2vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bbcc-navy);
  margin: 0 auto 1.35rem;
  text-align: center;
}
