/* Machine Gallery Premium Styles & Animations */
.machine-gallery-row a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease;
  position: relative;
  background: var(--dark);
}

.machine-gallery-row a:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.machine-gallery-row .gallery-img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.machine-gallery-row a:hover .gallery-img {
  transform: scale(1.06);
}
