.menu-card{
  position:relative;
  min-height:195px;
  overflow:hidden;
  animation:menuGlow 12s ease-in-out infinite;
}
.menu-card:nth-child(2){animation-delay:3s}
.menu-card:nth-child(3){animation-delay:6s}
.menu-card:nth-child(4){animation-delay:9s}
.menu-tap{
  position:absolute;
  right:18px;
  bottom:15px;
  color:#e8c878;
  font:700 11px/1 sans-serif;
  letter-spacing:.04em;
  opacity:.72;
}
.menu-card:hover,.menu-card:focus-visible{
  border-color:#e6be68;
  box-shadow:0 18px 38px #0008,0 0 22px #d7a74b66;
  outline:none;
  transform:translateY(-2px);
}
@keyframes menuGlow{
  0%,18%,100%{border-color:#87662d88;box-shadow:0 15px 34px #0006;transform:scale(1)}
  5%,12%{border-color:#f0ce7bcc;box-shadow:0 15px 34px #0007,0 0 22px #e1b45370,0 0 0 3px #dbad4b18;transform:scale(1.012)}
}
@media(prefers-reduced-motion:reduce){.menu-card{animation:none}}
@media(max-width:640px){.menu-card{min-height:178px}.menu-tap{right:14px;bottom:13px;font-size:10px}}
