/* Editorial Magazine Styles for Yingguang Photography Society */

html, body {
  overflow-x: hidden !important;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dark Mode Theme overrides */
body.dark {
  background-color: #111215;
  color: #ECEAE6;
}

body.dark .bg-paper {
  background-color: #111215 !important;
}

body.dark .bg-white {
  background-color: #17181D !important;
}

body.dark .border-paper-border {
  border-color: #262830 !important;
}

body.dark .border-paper-ink {
  border-color: #ECEAE6 !important;
}

body.dark .text-paper-ink {
  color: #ECEAE6 !important;
}

body.dark .text-stone-700,
body.dark .text-stone-600 {
  color: #A3A19C !important;
}

body.dark .text-stone-500,
body.dark .text-paper-muted {
  color: #797670 !important;
}

body.dark .border-stone-200,
body.dark .border-stone-300 {
  border-color: #262830 !important;
}

body.dark .bg-stone-100,
body.dark .bg-stone-50 {
  background-color: #1C1D24 !important;
}

/* Subtle print media border around artworks */
.editorial-frame {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.editorial-frame:hover {
  opacity: 0.96;
}

/* Custom Minimal Scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #D1CDC7;
}

body.dark ::-webkit-scrollbar-thumb {
  background: #333642;
}

/* Editorial Filter Button Active State */
.editorial-filter.active {
  border-color: currentColor !important;
  color: inherit !important;
  font-weight: 600;
}
