/* Combined logo with a real PNG alpha channel: no opaque backdrop or CSS opacity.
 * Only brand 3 loads this stylesheet; old emblem/wordmark assets remain available. */
.brand.mingmen-brand{width:144px;height:44px;flex-shrink:0}
.brand img.mingmen-brand-combined{display:block;width:100%;height:44px;object-fit:contain;object-position:left center}
@media(max-width:360px){.brand.mingmen-brand{width:112px}.brand img.mingmen-brand-combined{width:112px;height:auto}}

/* One supplied banner: preserve all artwork and never fade to an empty slide. */
.hero.mingmen-hero{height:auto;background:#151009;box-shadow:0 8px 28px rgba(117,78,15,.2)}
.mingmen-hero .hero-slides{position:relative}
.mingmen-hero .mingmen-home-banner{position:static;display:block;width:100%;height:auto;object-fit:contain;opacity:1;animation:none}
.mingmen-hero .notice-bar{position:relative;left:auto;right:auto;top:auto;margin:4px 10px;height:20px}
.hero.mingmen-hero+.dots{display:none}
