/* Brand artwork from https://holyuni.branding.geekdance.cn/ (2026-09).
   Logo windows display the supplied bitmap, preserving the original lettering. */
body.mobile-ui .home-ref .hu-brand-wordmark {
  display: block; width: 128px; height: 46px; max-width: 100%;
  object-fit: contain; object-position: left center; mix-blend-mode: multiply;
}
body.mobile-ui .home-ref .hu-brand-copy { gap: 4px; }
body.mobile-ui .home-ref .hu-brand { align-self: center; }
body.mobile-ui .home-ref .halo-banner-visual,
body.mobile-ui .home-ref .halo-banner-visual img { width: 104px; height: 104px; }
body.mobile-ui .home-ref .halo-banner-visual img { object-fit: contain; }
img[src*="brand-2026/holo-"] { object-fit: contain; }
img[src*="brand-2026/logo-"] { object-fit: contain; }
.share-preview-kicker img { mix-blend-mode: multiply; }
.share-poster-brand .brand-poster-wordmark { width: 128px; height: 46px; border-radius: 0; mix-blend-mode: multiply; }
.activation-finish-mark img[src*="holo-celebrate"],
.publish-success-hero img[src*="holo-celebrate"] { mix-blend-mode: multiply; }
@media (max-width: 360px) {
  body.mobile-ui .home-ref .hu-brand-wordmark { width: 120px; height: 43px; }
  body.mobile-ui .home-ref .halo-banner-visual,
  body.mobile-ui .home-ref .halo-banner-visual img { width: 88px; height: 88px; }
}
