/* Performance images — évite layout shift + decode hors écran */
img[loading="lazy"] {
    content-visibility: auto;
}

img[decoding="async"] {
    background: #f0f0f0;
}

.pf-work-image img,
.market-card img,
.home-artwork-card img,
.museum-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
