/* Public identity correction: keep the visible storefront brand aligned with
   site-config.js (IRONSERVICE), not archived artwork. */
a.cw-public-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  flex: 0 0 auto !important;
  text-decoration: none !important;
}

.cw-public-brand-name {
  display: inline-block !important;
  color: #e0b070;
  font-family: "Outfit", "Prompt", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

img[src*="brand_logo_master"] {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
  object-fit: contain !important;
}

body.cw-081e img[src*="brand_logo_master"] {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
}

footer img[src*="brand_logo_master"] {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
}

@media (max-width: 767px) {
  .cw-public-brand-name {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }
  img[src*="brand_logo_master"],
  body.cw-081e img[src*="brand_logo_master"],
  footer img[src*="brand_logo_master"] {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
  }
}
