.food-showcase-home{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:#fff7ea}
.food-showcase-home img{width:100%;height:440px;object-fit:cover;border-radius:4px}
.food-showcase-home img.authentic-poster{height:560px;object-fit:contain;background:#2a1b12}
.food-identity{min-height:360px;padding:3rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#10283d,#173e35);color:#fff;border-radius:4px}
.food-identity b{font:clamp(2.4rem,5vw,5rem)/.95 Georgia,serif}
.food-identity span{margin-top:1.2rem;color:#e3b957;font-weight:700}
.food-identity small{margin-top:.45rem}
.food-showcase-home p{max-width:620px}
@media(max-width:850px){.food-showcase-home{grid-template-columns:1fr;gap:2rem}.food-showcase-home img{height:320px}}
