/*
 * Rowland Made Website V155
 * Balanced desktop category and subcategory card proportions.
 *
 * Scope is intentionally limited to the desktop Shop category renderer.
 * The existing five-column grid, card width, copy row and mobile layout remain
 * unchanged. The 4:3 landscape frame is taller than the original 16:9 frame
 * without forcing wide category artwork into a narrow portrait crop. Artwork
 * keeps its natural proportions through object-fit: cover.
 */

@media (min-width: 901px) {
  .desktop-shop-categories-v141 .desktop-category-card-media-v141 {
    aspect-ratio: 4 / 3;
  }
}
