.taste-art{min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.taste-art img{display:block;width:100%;max-width:700px;height:auto;aspect-ratio:1/1;object-fit:contain;mix-blend-mode:multiply}
.ingredient-stage{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:6vw;background:#fff;overflow:hidden}
.ingredient-stage-copy h2{font-size:clamp(43px,5.7vw,78px)}
.ingredient-stage-copy p{max-width:390px;color:var(--muted);line-height:1.6;margin:25px 0 28px}
.ingredient-stage-art{margin:0;min-width:0;overflow:hidden;border-radius:28px;background:#f5eee5}
.ingredient-stage-art img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;object-position:center}
.ingredient-stage .text-link{display:inline-block}
@media(max-width:800px){
  .taste-art img{max-width:100%;width:100%;height:auto}
  .ingredient-stage{grid-template-columns:1fr;gap:28px}
  .ingredient-stage-art{width:100%;border-radius:20px}
  .ingredient-stage-art img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain}
  .ingredient-stage-copy h2{font-size:47px}
}
