#lightweight-toggle {
  display: block;
  width: 100%;
  margin: 14px 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
#lightweight-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}
body.lightweight #lightweight-toggle {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}
body.lightweight #lightweight-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
}
body.lightweight * {
  transition-duration: 0.12s !important;
  transition-delay: 0s !important;
  animation-duration: 0.01s !important;
  animation-delay: 0s !important;
  animation-play-state: paused !important;
}
body.lightweight .photo-section,
body.lightweight .grid-item,
body.lightweight .photo-section:hover,
body.lightweight .grid-item:hover {
  transition: transform 0.12s ease, background 0.12s ease, box-shadow 0.12s ease !important;
}
body.lightweight .photo-card img,
body.lightweight .grid-item img {
  transition: transform 0.12s ease, filter 0.12s ease !important;
  filter: grayscale(0%) brightness(1.05) !important;
}
body.lightweight .photo-section,
body.lightweight .grid-item {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
}
body.lightweight .photo-section:hover,
body.lightweight .grid-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
}
body.lightweight .photo-section:hover .photo-card img,
body.lightweight .grid-item:hover img {
  transform: scale(1) !important;
  filter: grayscale(0%) brightness(1.05) !important;
}
body.lightweight .exif-footer,
body.lightweight .grid-exif {
  opacity: 1 !important;
}
body.lightweight .hero img,
body.lightweight .hero-img-container,
body.lightweight .photo-card::before,
body.lightweight .overlay,
body.lightweight .menu-btn,
body.lightweight .nav-item a,
body.lightweight .cookie-popup,
body.lightweight .profile-link {
  transition: none !important;
}
