/*
 * FROZEN — image performance helpers only.
 * Authoritative Design System: src/styles/mcdt/
 * Typography (.hero-*, .title-*, .btn-hero-*): typography.css
 * CTAs (.btn-primary-*): legacy-bridge.css
 */

img[loading='lazy'] {
  content-visibility: auto;
}

img[priority] {
  content-visibility: visible;
}

img[width][height] {
  aspect-ratio: attr(width) / attr(height);
}
