/* MilburnTaylor brand overrides for t-mt trial (real palette: dark nav
   #343538 -- same tone as t-mc's, both are miltay sibling sites sharing the
   same base Vantage color scheme -- red accent #ec1b21, hover #dd3333. See
   websites/ctdn/CLAUDE.md branding notes. Scoped to #header only (not :root)
   so it doesn't fight quark2's own light/dark mode text tokens elsewhere on
   the page -- see CLAUDE.md for why a global override was rejected. */

#header {
  --q2-nav-bg: #343538;
  --q2-nav-border: #343538;
}

#header .dropmenu a,
#header .dropmenu a:hover,
#header .dropmenu a.active {
  color: #ffffff;
}

.navbar-brand img {
  max-height: 48px;
  width: auto;
}

.navbar-brand .brand-tagline {
  display: block;
  color: #cfd2d6;
  font-size: 0.7rem;
  line-height: 1.2;
  margin-top: 2px;
}
