button:not(.house-entry),
a.menu-item,
a.back-kitchen,
a.home-link {
  transform-origin: center;
  transition: transform 140ms ease, filter 140ms ease;
}

button:not(.house-entry):hover,
button:not(.house-entry):focus-visible,
a.menu-item:hover,
a.menu-item:focus-visible,
a.back-kitchen:hover,
a.back-kitchen:focus-visible,
a.home-link:hover,
a.home-link:focus-visible {
  transform: scale(1.035);
  filter: brightness(1.12) saturate(1.05);
}

a.back-kitchen,
a.home-link {
  display: grid !important;
  width: 38px !important;
  height: 37px !important;
  place-items: center !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  outline-offset: 3px;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  line-height: 0 !important;
}

a.back-kitchen img,
a.home-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  image-rendering: pixelated;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  button:not(.house-entry), a.menu-item, a.back-kitchen, a.home-link { transition: none; }
}
