/* Transparent vectors preserve the page surface; the descriptor stays readable. */
body #meklane-site .brand.brand-lockup {
  display: inline-flex; flex-direction: row; align-items: center;
  flex: 0 0 auto; gap: 12px; width: auto; min-height: 48px;
  margin: 0; padding: 6px 0; color: #08325b; text-decoration: none;
  background: none; border: 0; box-shadow: none; border-radius: 3px;
}
body #meklane-site .brand.brand-lockup:hover { color: #08325b; }
body #meklane-site .brand.brand-lockup .brand-symbol {
  display: block; width: 44px; height: 44px; flex: 0 0 44px;
  overflow: visible; stroke: none;
}
body #meklane-site .brand.brand-lockup .brand-copy {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 7px; color: inherit; letter-spacing: normal; text-transform: none;
}
body #meklane-site .brand.brand-lockup .brand-wordmark {
  display: block; width: 168px; height: auto; aspect-ratio: 964 / 76;
  overflow: visible; color: inherit; stroke: none;
}
body #meklane-site .brand.brand-lockup .brand-tagline {
  display: block; color: #535f6b; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 11px; font-weight: 400; line-height: 1.3;
  letter-spacing: .015em; text-transform: none; white-space: nowrap;
}
body #meklane-site .site-footer .brand-lockup { gap: 14px; padding: 0; }
body #meklane-site .site-footer .brand.brand-lockup svg {
  background: none; padding: 0; border: 0; border-radius: 0; box-shadow: none;
}
body #meklane-site .site-footer .brand.brand-lockup .brand-symbol { width: 52px; height: 52px; flex-basis: 52px; }
body #meklane-site .site-footer .brand.brand-lockup .brand-wordmark { width: 186px; }
body #meklane-site .site-footer .brand.brand-lockup .brand-tagline { font-size: 12px; }
body #meklane-site .site-footer .brand-lockup,
body #meklane-site .site-footer .brand-lockup:hover { color: #f5f7fa; }
body #meklane-site .site-footer .brand.brand-lockup .brand-navy { fill: #f5f7fa; }
body #meklane-site .site-footer .brand.brand-lockup .brand-silver { fill: #acb8c7; }
body #meklane-site .site-footer .brand.brand-lockup .brand-tagline { color: #c3cbd6; }
body #meklane-site .footer-grid { grid-template-columns: minmax(252px, 1.2fr) 1fr 1fr 1.2fr; }
@media (max-width: 1080px) {
  body #meklane-site .header-row .desktop-links { display: none; }
  body #meklane-site .header-row .menu-button { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
  body #meklane-site .header-row .header-quote { margin-left: auto; }
  body #meklane-site .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  body #meklane-site .site-header .header-row { min-height: 76px; gap: 16px; }
  body #meklane-site .header-row .brand-lockup { margin-right: auto; gap: 10px; }
  body #meklane-site .header-row .brand.brand-lockup .brand-symbol { width: 38px; height: 38px; flex-basis: 38px; }
  body #meklane-site .header-row .brand.brand-lockup .brand-wordmark { width: 154px; }
  body #meklane-site .header-row .header-quote { display: none; }
  body #meklane-site .header-row .menu-button { width: 44px; height: 44px; }
  body #meklane-site .footer-grid { grid-template-columns: minmax(0, 1fr); }
}
