.food-visual{
  overflow:hidden;
  background:#eee !important;
}
.food-visual:before,
.food-visual:after{
  display:none;
}
.food-photo{
  position:absolute;
  inset:0;
  z-index:-2;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}
.food-visual:has(.food-photo)::before{
  content:"";
  display:block;
  position:absolute;
  inset:0;
  z-index:-1;
  width:auto;
  height:auto;
  border-radius:0;
  transform:none;
  background:linear-gradient(180deg,rgba(20,14,10,.02) 35%,rgba(28,17,11,.55) 100%);
  box-shadow:none;
}
.food-card:hover .food-photo{
  transform:scale(1.035);
}
.food-visual span,
.food-visual b{
  position:relative;
  z-index:1;
}
.food-visual span{
  position:absolute;
}
