/* CLS guard: images carry native width/height attributes so the browser can
   reserve space before load; this keeps them responsive without overriding
   any other stylesheet rule (zero-specificity selector). */
:where(img[width][height]) {
    height: auto;
}
