/* meshcore.si — custom navbar + home hero logo (MC_logo.png via config branding.logoUrl) */

img.home-hero-logo.home-hero-logo-custom {
  max-width: min(480px, 90vw);
  max-height: 200px;
  object-fit: contain;
}

@media (max-width: 400px) {
  /* CoreScope hides img.brand-logo on narrow screens and shows the SVG mark.
   * Keep the custom PNG visible instead. */
  .nav-brand img.brand-logo {
    display: block !important;
    max-width: 160px;
  }

  .nav-brand:has(img.brand-logo) .brand-mark-only {
    display: none !important;
  }
}
