/* Custom Luxury Styles for Atelier & Canvas */

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #FAF8F5;
}
::-webkit-scrollbar-thumb {
  background: #D8D2C6;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #C66B4D;
}

/* Thumbnail Button Selection */
.thumb-btn.active {
  border-color: #1C1C1E !important;
  box-shadow: 0 0 0 2px rgba(28, 28, 30, 0.2);
}

/* Frame Button Selection */
.frame-opt-btn.active {
  border-color: #1C1C1E !important;
  border-width: 2px !important;
  background-color: #F3ECE2 !important;
}

/* Category Filter Active State */
.filter-btn.active {
  background-color: #1C1C1E !important;
  color: #FFFFFF !important;
  border-color: #1C1C1E !important;
}

/* Subtle image transitions */
#main-view-image {
  transition: transform 0.4s ease, opacity 0.3s ease;
}

#main-view-image:hover {
  transform: scale(1.02);
}
