/**
 * Product brand archive shell — reuses category archive layout (TC-B19 / TC-F01).
 * Hero chrome is shared via category-archive.css (`body.arsin-brand-archive`).
 */

.section--brand .catalog-main__head .section-head h2 {
  font-size: var(--fs-h2);
}

/* Brand logos are usually mark-style — contain rather than cover. */
body.arsin-brand-archive .category-hero__media img,
body.arsin-brand-archive .category-hero__image {
  object-fit: contain;
  mix-blend-mode: normal;
  background: var(--white, #fff);
}

body.arsin-brand-archive .category-hero__media {
  background: var(--soft-2, #f7f7f7);
}

/* Lead already lives in brand hero — hide duplicate term description if any. */
@media (min-width: 761px) {
  body.arsin-brand-archive .catalog-main > .term-description {
    display: none;
  }
}
