/* The fallback text mark remains available if the logo file is unavailable. */
.brand-logo { display: none; max-width: 120px; max-height: 52px; width: auto; height: auto; object-fit: contain; }
.brand.has-logo .brand-fallback { display: none; }
.brand.has-logo .brand-logo { display: inline-block; }
footer .brand-logo { max-width: 220px; max-height: 110px; }

/* Keep product photography well framed when assets are added. */
.pimg img { object-position: center; }
