/**
 * Homepage "Our Teams" artwork
 *
 * The theme intentionally converts these images to grayscale and places a
 * heavy dark gradient over them. This override restores the source artwork
 * without affecting team imagery anywhere else on the site.
 */
body.home .z-dashboard-panel--teams .zc-team-card__media img,
body.front-page .z-dashboard-panel--teams .zc-team-card__media img,
body.home .z-dashboard-panel--teams .zc-team-card:hover .zc-team-card__media img,
body.front-page .z-dashboard-panel--teams .zc-team-card:hover .zc-team-card__media img,
body.home .z-dashboard-panel--teams .zc-team-card:focus-visible .zc-team-card__media img,
body.front-page .z-dashboard-panel--teams .zc-team-card:focus-visible .zc-team-card__media img {
	filter: none !important;
	opacity: 1 !important;
}

/* The card copy sits below the artwork, so the dark image veil is unnecessary. */
body.home .z-dashboard-panel--teams .zc-team-card__media::after,
body.front-page .z-dashboard-panel--teams .zc-team-card__media::after {
	background: none !important;
}

