.lightbox {
  backdrop-filter: blur(8px);
}
.lightbox-image {
  max-height: 90vh;
  max-width: 90vw;
  object-fit: contain;
}
.gallery-item {
  transition: all 0.3s ease;
}
.gallery-item:hover {
  transform: scale(1.05);
}
