:root {
  /* Single source of truth for header sizing */
  --mv-banner-height: 40px;
  --mv-nav-height: 84px;
  --mv-brand-height: 70px;

  /* Back-compat for legacy static pages */
  --banner-height: var(--mv-banner-height);
  --nav-height: var(--mv-nav-height);
}

/* Brand logo sizing (static pages + React Navbar) */
.brand {
  height: var(--mv-brand-height) !important;
  display: inline-flex;
  align-items: center;
}

.brand img {
  height: 100% !important;
  width: auto !important;
  object-fit: contain !important;
}
