I've reworked the bakery cards and brought the type scale into line across the app.
Key changes:
- Typography: moved the global face to Marlowe Grotesk, which reads warmer at small sizes.
- Card layout:
- Opened the padding up to
p-6 so the price and rating stop crowding the edge.
- Pinned one aspect ratio (
4:3) on every bakery photo.
- Put
flex-col h-full and items-stretch on the grid, so cards in a row match height no matter how long the description runs.
- Detail work: softened the hero text shadow and moved the "open late" badge in by 6px so it squares up with the corner radius.
Contrast clears AA on every pairing, and the card markup now matches the other listing views.