/* Final 1:1 food-photography cards. Images are full-bleed, never cutout assets. */
.ingredient-card{aspect-ratio:1 / 1;min-height:0}
.rose-card{grid-column:auto}
.ingredient-card img{width:100%;height:100%;object-fit:cover;object-position:center}

@media(max-width:700px){.rose-card{grid-column:auto}}
