@media (max-width: 600px) {
  .contact-menu-list .menu-item {
    transform: translate(-50%, -50%) scale(0.92);
  }
  .contact-menu-list .menu-item img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 600px) {
  #contact .section-container {
    padding-top: 8px;
    padding-bottom: 10px;
  min-height: 70px;
  }
}
.menu-toggler:checked ~ .site-credit-socials {
  display: none;
}

/* For correct selector, target inside contact-content-center */
.contact-content-center:has(#contact-menu-toggler:checked) .site-credit-socials {
  display: none;
}
/* Emphasize 'Check out my socials' in contact section */
.site-credit-socials {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-color, #ff6a00);
  background: linear-gradient(90deg, var(--primary-color, #ff6a00) 0%, var(--secondary-color, #ffd700) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 2.5rem 0 0.5rem 0;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 16px var(--secondary-color, #ffd700), 0 0px 2px #fff;
  animation: socials-pulse 1.5s infinite alternate;
}

@keyframes socials-pulse {
  0% { text-shadow: 0 2px 16px var(--secondary-color, #ffd700), 0 0px 2px #fff; }
  100% { text-shadow: 0 4px 32px var(--primary-color, #ff6a00), 0 0px 8px #fff; }
}

/* Center and style the site credit below contact section */
.site-credit-centered {
  text-align: center;
  margin: 0.5rem 0 1.2rem 0;
  font-size: 1rem;
  color: #bbb;
  font-weight: 400;
}
.site-credit-centered .credit-link {
  color: #ffb300;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}
.site-credit-centered .credit-link:hover {
  color: #fff;
}
.mixer-navbar-btn:hover .mixer-navbar-icon,
.mixer-navbar-btn:focus .mixer-navbar-icon,
.mixer-navbar-btn:active .mixer-navbar-icon {
  filter: drop-shadow(0 0 40px #fff) drop-shadow(0 0 12px var(--primary-color));
  transform: scale(1.13);
}
.mixer-hide-bar-bottom {
  margin-top: 0;
  opacity: 0.7;
}
.mixer-popup-title-placeholder {
  height: 2.5em;
}
.mixer-container {
  padding-top: 32px;
  padding-bottom: 48px;
}
/* Verberg kruisje in mixer-popup op mobiel */
@media (max-width: 600px) {
  .mixer-popup-close {
    display: none !important;
  }
}
/* Mixer hamburger/hide button */
.mixer-hide-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 28px;
  height: 32px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 10px auto 0 auto;
  cursor: pointer;
  transition: background 0.18s;
  position: static;
}
@media (min-width: 601px) {
  .mixer-hide-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .mixer-popup {
    position: relative;
    min-height: 720px;
  }
}

@media (max-width: 600px) {
  .mixer-hide-btn {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    z-index: 10;
  }
}
.mixer-hide-bar {
  display: block;
  width: 18px;
  height: 3px;
  background: var(--secondary-color);
  border-radius: 2px;
  transition: background 0.2s, transform 0.18s cubic-bezier(.68,-0.55,.27,1.55);
}
.mixer-hide-btn:hover .mixer-hide-bar,
.mixer-hide-btn:focus .mixer-hide-bar {
  background: var(--primary-color);
  transform: scaleX(1.12);
}
.mixer-hide-btn:active .mixer-hide-bar {
  background: var(--accent-color);
  transform: scaleX(0.95);
}
[data-theme="dark"] .mixer-hide-bar {
  background: var(--accent-color);
}
[data-theme="dark"] .mixer-hide-btn:hover .mixer-hide-bar,
[data-theme="dark"] .mixer-hide-btn:focus .mixer-hide-bar {
  background: var(--secondary-color);
}
[data-theme="dark"] .mixer-hide-btn:active .mixer-hide-bar {
  background: var(--primary-color);
}
.mixer-navbar-btn {
  transition: transform 0.18s cubic-bezier(.68,-0.55,.27,1.55), box-shadow 0.18s, background 0.18s;
}

.mixer-navbar-icon {
  filter: drop-shadow(0 0 10px var(--accent-color)) drop-shadow(0 0 4px var(--primary-color));
  transition: filter 0.18s;
}

.mixer-navbar-btn:hover .mixer-navbar-icon,
.mixer-navbar-btn:focus .mixer-navbar-icon,
.mixer-navbar-btn:active .mixer-navbar-icon {
  filter: drop-shadow(0 0 16px var(--accent-color)) drop-shadow(0 0 8px var(--primary-color));
}

/* Dark theme: andere animatiekleur en lichte gloed */

[data-theme="dark"] .mixer-navbar-icon {
  filter: drop-shadow(0 0 14px var(--accent-color)) drop-shadow(0 0 6px var(--primary-color)) brightness(1.2);
}
[data-theme="dark"] .mixer-navbar-btn:hover .mixer-navbar-icon,
[data-theme="dark"] .mixer-navbar-btn:focus .mixer-navbar-icon,
[data-theme="dark"] .mixer-navbar-btn:active .mixer-navbar-icon {
  filter: drop-shadow(0 0 60px #fff) drop-shadow(0 0 18px var(--accent-color)) brightness(1.3);
  transform: scale(1.13);
}
/* Mixer navbar icon zonder achtergrond of kader */
.mixer-navbar-btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 4px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 36px;
  cursor: pointer;
}
.mixer-navbar-icon {
  width: 28px;
  height: 28px;
  display: block;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  filter: none !important;
  border-radius: 0 !important;
}
.mixer-navbar-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* Wrapper zodat blokjes exact over de foto vallen */
.hero-image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 440px;
}
.hero-image-transparent {
  display: block;
  width: 100%;
  max-width: 440px;
  border-radius: 8px;
}
.hero-blocks-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  pointer-events: none;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .hero-image-wrapper {
    max-width: 80vw;
  }
}
.hero-block {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s, background 0.4s;
}
/* Hero centrale transparante afbeelding */
.hero-image-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.2rem;
}
.hero-image-transparent {
  max-width: 440px;
  width: 100%;
  height: auto;
  opacity: 0.58;
  filter: drop-shadow(0 2px 18px rgba(0,0,0,0.13));
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  transition: opacity 0.3s;
}
@media (max-width: 600px) {
  .hero-image-transparent {
    max-width: 80vw;
    opacity: 0.58;
  }
}
/* Kebab menu opvallender maken */
.contact-kebab-menu label[for="contact-menu-toggler"] {
  cursor: pointer;
  animation: kebab-pulse 1.6s infinite;
  position: relative;
  z-index: 2;
}

@keyframes kebab-pulse {
  0% { filter: drop-shadow(0 0 0px var(--accent-color)); }
  50% { filter: drop-shadow(0 0 8px var(--accent-color)); }
  100% { filter: drop-shadow(0 0 0px var(--accent-color)); }
}

.kebab-tooltip {
  display: none;
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0,0,0,0.13);
  z-index: 10;
}
.contact-kebab-menu label[for="contact-menu-toggler"]:hover + .kebab-tooltip,
.contact-kebab-menu label[for="contact-menu-toggler"]:focus + .kebab-tooltip {
  display: block;
}
@media (max-width: 600px) {
  .kebab-tooltip {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .contact-menu-list .menu-item img {
    width: 38px;
    height: 38px;
  }
}
.contact-menu-list .menu-item img {
  width: 38px;
  height: 38px;
}
@media (max-width: 600px) {
  .site-credit {
    font-size: 0.85rem;
  }
}
#contact .site-credit {
  margin-top: 7rem;
}
.site-credit {
  width: 100%;
  text-align: center;
  margin-top: 2.2rem;
  margin-bottom: 0.7rem;
  font-size: 1rem;
  opacity: 0.7;
  letter-spacing: 0.01em;
}
.site-credit a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .mix-thumb {
    display: none;
  }
}
.mix-title {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
}
/* SoundCloud player met thumbnail */
.soundcloud-player-with-thumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.5rem;
}
.mix-thumb {
  width: 165px;
  height: 165px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 2px 22px rgba(0,0,0,0.18);
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.1); /* Zelfde als .mix-card */
}
.soundcloud-player-iframe-wrap {
  flex: 1 1 0%;
  min-width: 0;
}
.event-image-banner-link {
  display: block;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.2s;
}
.event-image-banner-link:focus-visible .event-image-banner,
.event-image-banner-link:hover .event-image-banner {
  box-shadow: 0 0 0 3px var(--accent-color), 0 4px 24px rgba(var(--accent-color-rgb), 0.18);
  outline: none;
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
.event-card {
  background: rgba(var(--secondary-color-rgb), 0.10);
    border-radius: 8px;
  box-shadow: 0 4px 24px rgba(var(--secondary-color-rgb), 0.10);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid rgba(var(--secondary-color-rgb), 0.18);
  position: relative;
  overflow: hidden;
}
.event-image-banner {
  width: 100%;
  aspect-ratio: 3.2/1;
  min-height: 120px;
  max-height: 180px;
  position: relative;
  overflow: hidden;
  background: #181818;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.event-image-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s cubic-bezier(.68,-0.55,.27,1.55);
}
.event-card:hover .event-image-banner-img {
  transform: scale(1.04) rotate(-1deg);
  filter: brightness(1.08) contrast(1.08) saturate(1.1);
}
.event-date-banner {
  position: absolute;
  right: 1.2rem;
  bottom: 2.1rem;
  background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
  color: #fff;
  border-radius: 12px;
  width: 54px;
  height: 54px;
  font-family: inherit;
    border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 2px solid rgba(0,0,0,0.10);
}
.event-info-banner {
  padding: 0.8rem 1.2rem 0.9rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.event-card:hover {
  box-shadow: 0 8px 32px rgba(var(--accent-color-rgb), 0.18);
  transform: translateY(-4px) scale(1.025);
}
.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
  color: #fff;
  border-radius: 12px;
  width: 54px;
  height: 54px;
  font-family: inherit;
  box-shadow: 0 2px 10px rgba(var(--accent-color-rgb), 0.13);
  margin-right: 0.5rem;
}
.event-day {
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}
.event-month {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -2px;
}
.event-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.event-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 2px 0;
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, var(--secondary-color) 20%, var(--primary-color) 50%, var(--accent-color) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}

.event-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 2px;
  background: linear-gradient(90deg, var(--secondary-color) 20%, var(--primary-color) 50%, var(--accent-color) 80%);
  border-radius: 1px;
}
.event-location {
  font-size: 0.98rem;
  color: var(--text-color);
  opacity: 0.85;
}
.event-meta {
  font-size: 0.82rem;
  color: var(--text-color);
  opacity: 0.7;
}
#contact .section-container {
  padding-bottom: 48px;
  padding-top: 36px;
  min-height: 320px;
  text-align: center;
}
.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.logo-link h1 {
  margin: 0 0 0 10px;
  text-decoration: none;
}
/* Dark mode contact icons */
[data-theme="dark"] .contact-menu-list .menu-item img[alt="YouTube"] {
  content: url('assets/icons/Rb.png');
}
[data-theme="dark"] .contact-menu-list .menu-item img[alt="MC"] {
  content: url('assets/icons/MCb.png');
}
[data-theme="dark"] .contact-menu-list .menu-item img[alt="R"] {
  content: url('assets/icons/Rb.png');
}
[data-theme="dark"] .contact-menu-list .menu-item img[alt="Soundcloud"] {
  content: url('assets/icons/SCd.png');
}
[data-theme="dark"] .contact-menu-list .menu-item img[alt="Facebook"] {
  content: url('assets/icons/FBb.png');
}
[data-theme="dark"] .contact-menu-list .menu-item img[alt="Instagram"] {
  content: url('assets/icons/Instab.png');
}
[data-theme="dark"] .contact-menu-list .menu-item img[alt="Resident Advisor"] {
  content: url('assets/icons/RAd.png');
}
[data-theme="dark"] .contact-menu-list .menu-item img[alt="Mail"] {
  content: url('assets/icons/Maild.png');
}
/* Contact Kebab Menu Styles */
.contact-kebab-menu {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 2rem auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-kebab-menu .menu-toggler {
  position: absolute;
  width: 48px;
  height: 48px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.contact-kebab-menu label {
  position: absolute;
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.5s cubic-bezier(.77,0,.18,1);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30px); /* Zet iets hoger onderaan */
}
.contact-kebab-menu label:before, .contact-kebab-menu label:after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  height: 4px;
  background: var(--secondary-color);
  border-radius: 2px;
  transition: transform 0.4s;
}
.contact-kebab-menu label:before { top: 18px; }
.contact-kebab-menu label:after { top: 26px; }
.contact-kebab-menu label {
  box-shadow: none;
}
.contact-kebab-menu .menu-toggler:checked + label {
  background: rgba(var(--secondary-color-rgb), 0.10);
  transform: translate(-50%, 0); /* Schuif omhoog naar originele plek */
}
.contact-kebab-menu .menu-toggler:checked + label:before {
  transform: translateY(8px) rotate(45deg);
}
.contact-kebab-menu .menu-toggler:checked + label:after {
  transform: translateY(-8px) rotate(-45deg);
}
.contact-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: 0;
}
.contact-menu-list .menu-item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: all 0.4s cubic-bezier(.68,-0.55,.27,1.55);
}
.contact-kebab-menu .menu-toggler:checked ~ .contact-menu-list .menu-item {
  opacity: 1;
  pointer-events: auto;
}
.contact-kebab-menu .menu-toggler:checked ~ .contact-menu-list .menu-item:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-108deg) translateY(80px) scale(1);
}
.contact-kebab-menu .menu-toggler:checked ~ .contact-menu-list .menu-item:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-72deg) translateY(80px) scale(1);
}
.contact-kebab-menu .menu-toggler:checked ~ .contact-menu-list .menu-item:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-36deg) translateY(80px) scale(1);
}
.contact-kebab-menu .menu-toggler:checked ~ .contact-menu-list .menu-item:nth-child(4) {
  transform: translate(-50%, -50%) rotate(0deg) translateY(80px) scale(1);
}
.contact-kebab-menu .menu-toggler:checked ~ .contact-menu-list .menu-item:nth-child(5) {
  transform: translate(-50%, -50%) rotate(36deg) translateY(80px) scale(1);
}
.contact-kebab-menu .menu-toggler:checked ~ .contact-menu-list .menu-item:nth-child(6) {
  transform: translate(-50%, -50%) rotate(72deg) translateY(80px) scale(1);
}
.contact-kebab-menu .menu-toggler:checked ~ .contact-menu-list .menu-item:nth-child(7) {
  transform: translate(-50%, -50%) rotate(108deg) translateY(80px) scale(1);
}
.contact-menu-list .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(var(--secondary-color-rgb), 0.13);
  color: var(--secondary-color);
  font-size: 1.6rem;
  box-shadow: 0 2px 8px rgba(var(--secondary-color-rgb), 0.10);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  pointer-events: none;
  overflow: hidden;
}
.contact-menu-list .menu-item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.12));
  transition: filter 0.2s;
}
.contact-menu-list .menu-item a:hover img {
  filter: drop-shadow(0 0 8px var(--secondary-color));
}
@media (max-width: 600px) {
  .contact-menu-list .menu-item a {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
  .contact-menu-list .menu-item img {
    width: 22px;
    height: 22px;
  }
}
.contact-kebab-menu .menu-toggler:checked ~ .contact-menu-list .menu-item a {
  pointer-events: auto;
}
.contact-menu-list .menu-item a:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  box-shadow: 0 0 0 6px rgba(var(--secondary-color-rgb), 0.18);
  transform: scale(1.12);
}
.contact-menu-list .menu-item svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  display: block;
}
@media (max-width: 600px) {
  .contact-kebab-menu {
    width: 44px;
    height: 44px;
  }
  .contact-menu-list .menu-item a {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
  .contact-menu-list .menu-item svg {
    width: 22px;
    height: 22px;
  }
}
[data-theme="dark"] .contact-menu-list .menu-item a {
  background: rgba(var(--secondary-color-rgb), 0.18);
  color: var(--secondary-color);
}
[data-theme="dark"] .contact-menu-list .menu-item a:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}
/* Custom Scrollbar kleur: light = #00ffff, dark = #1e40af */
html::-webkit-scrollbar {
  width: 12px;
}
html::-webkit-scrollbar-thumb {
  background: #00ffff;
  border-radius: 6px;
}
html::-webkit-scrollbar-track {
  background: #111;
}


html[data-theme="dark"]::-webkit-scrollbar-thumb {
  background: #511525;
}
html[data-theme="dark"]::-webkit-scrollbar-track {
  background: #000;
}

/* Firefox */
html {
  /* Custom scrollbar for Firefox only (safe to ignore error in Chrome/Safari/Samsung Internet) */
  scrollbar-color: #00ffff #111;
  /* For WebKit browsers, see ::-webkit-scrollbar rules above */
}

html[data-theme="dark"] {
  scrollbar-color: #511525 #000;
}
.dark-mode .mixer-header h3,
[data-theme="dark"] .mixer-header h3 {
  font-weight: 800;
  text-shadow: 0 0 10px rgba(var(--secondary-color-rgb), 0.7), 0 0 2px #000;
}

.raster-cell.active {
  animation: rasterIn 1.2s forwards;
}
/* Donkere kleuren voor raster in dark mode */
[data-theme="dark"] .raster-cell {
  background: linear-gradient(135deg,
    rgba(var(--primary-color-rgb), 0.18),
    rgba(var(--secondary-color-rgb), 0.28),
    rgba(var(--accent-color-rgb), 0.32)
  );
  box-shadow: 0 1px 8px rgba(var(--accent-color-rgb), 0.13);
}
.logo-image.logo-light,
.navbar-logo-light {
  animation: none;
}

body.is-playing .logo-image.logo-light,
body.is-playing .navbar-logo-light {
  animation: dance 3.53s infinite cubic-bezier(0.77,0,0.18,1);
  transform-origin: bottom center;
}

.logo-image.logo-dark,
.navbar-logo-dark {
  animation: none;
}

body.is-playing .logo-image.logo-dark,
body.is-playing .navbar-logo-dark {
  animation: dance-dark 3.53s infinite cubic-bezier(0.77,0,0.18,1);
  transform-origin: bottom center;
}

@keyframes dance {
  0%   { transform: scaleX(1) rotateZ(0deg) rotateY(0deg) scale(1) perspective(400px) rotateX(0deg) translateY(0); }
  8%   { transform: scaleX(1.05) rotateZ(-2deg) rotateY(6deg) scale(1.03) perspective(400px) rotateX(2deg) translateY(-2px); }
  16%  { transform: scaleX(0.98) rotateZ(2deg) rotateY(-5deg) scale(0.98) perspective(400px) rotateX(-2deg) translateY(2px); }
  24%  { transform: scaleX(1.1) rotateZ(-1deg) rotateY(8deg) scale(1.01) perspective(400px) rotateX(1deg) translateY(-4px); }
  32%  { transform: scaleX(-1) rotateZ(1deg) rotateY(-6deg) scale(1.02) perspective(400px) rotateX(-1deg) translateY(4px); }
  40%  { transform: scaleX(-1.05) rotateZ(0deg) rotateY(0deg) scale(1) perspective(400px) rotateX(0deg) translateY(0); }
  48%  { transform: scaleX(-0.98) rotateZ(1deg) rotateY(5deg) scale(1.01) perspective(400px) rotateX(1deg) translateY(-2px); }
  56%  { transform: scaleX(-1.1) rotateZ(-2deg) rotateY(-7deg) scale(0.99) perspective(400px) rotateX(-2deg) translateY(2px); }
  64%  { transform: scaleX(1) rotateZ(2deg) rotateY(4deg) scale(1.02) perspective(400px) rotateX(2deg) translateY(-4px); }
  72%  { transform: scaleX(1.05) rotateZ(-1deg) rotateY(-5deg) scale(1.01) perspective(400px) rotateX(-1deg) translateY(4px); }
  80%  { transform: scaleX(0.98) rotateZ(0deg) rotateY(0deg) scale(1) perspective(400px) rotateX(0deg) translateY(0); }
  88%  { transform: scaleX(1.1) rotateZ(1deg) rotateY(3deg) scale(1.01) perspective(400px) rotateX(1deg) translateY(-2px); }
  96%  { transform: scaleX(-1) rotateZ(-1deg) rotateY(-3deg) scale(1.02) perspective(400px) rotateX(-1deg) translateY(2px); }
  100% { transform: scaleX(1) rotateZ(0deg) rotateY(0deg) scale(1) perspective(400px) rotateX(0deg) translateY(0); }
}

@keyframes dance-dark {
  0%   { transform: scaleX(1) rotateZ(0deg) rotateY(0deg) scale(1) perspective(400px) rotateX(0deg) translateY(0); }
  7%   { transform: scaleX(1.04) rotateZ(3deg) rotateY(-8deg) scale(1.04) perspective(400px) rotateX(-2deg) translateY(-3px); }
  14%  { transform: scaleX(0.97) rotateZ(-2deg) rotateY(7deg) scale(0.97) perspective(400px) rotateX(2deg) translateY(3px); }
  21%  { transform: scaleX(1.08) rotateZ(2deg) rotateY(-10deg) scale(1.01) perspective(400px) rotateX(-1deg) translateY(-6px); }
  28%  { transform: scaleX(-1) rotateZ(-1deg) rotateY(8deg) scale(1.03) perspective(400px) rotateX(1deg) translateY(6px); }
  35%  { transform: scaleX(-1.04) rotateZ(0deg) rotateY(0deg) scale(1) perspective(400px) rotateX(0deg) translateY(0); }
  42%  { transform: scaleX(-0.97) rotateZ(-2deg) rotateY(6deg) scale(1.01) perspective(400px) rotateX(-1deg) translateY(-3px); }
  49%  { transform: scaleX(-1.08) rotateZ(3deg) rotateY(-9deg) scale(0.98) perspective(400px) rotateX(2deg) translateY(3px); }
  56%  { transform: scaleX(1) rotateZ(0deg) rotateY(0deg) scale(1) perspective(400px) rotateX(0deg) translateY(0); }
  63%  { transform: scaleX(1.05) rotateZ(-2deg) rotateY(6deg) scale(1.03) perspective(400px) rotateX(2deg) translateY(-3px); }
  70%  { transform: scaleX(0.98) rotateZ(2deg) rotateY(-5deg) scale(0.98) perspective(400px) rotateX(-2deg) translateY(3px); }
  77%  { transform: scaleX(1.1) rotateZ(-1deg) rotateY(8deg) scale(1.01) perspective(400px) rotateX(1deg) translateY(-6px); }
  84%  { transform: scaleX(-1) rotateZ(1deg) rotateY(-6deg) scale(1.02) perspective(400px) rotateX(-1deg) translateY(6px); }
  91%  { transform: scaleX(-1.04) rotateZ(0deg) rotateY(0deg) scale(1) perspective(400px) rotateX(0deg) translateY(0); }
  100% { transform: scaleX(1) rotateZ(0deg) rotateY(0deg) scale(1) perspective(400px) rotateX(0deg) translateY(0); }
}

/* CSS Custom Properties for animation */
@property --a {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: true;
}

:root {
  /* Light mode colors (default) */
  --bg-color: #0a0015;
  --text-color: #ffffff;
  --primary-color: #ff0080;
  --secondary-color: #00ffff;
  --accent-color: #8a2be2;
  
  /* RGB versions for rgba() usage */
  --text-color-rgb: 255, 255, 255;
  --primary-color-rgb: 255, 0, 128;
  --secondary-color-rgb: 0, 255, 255;
  --accent-color-rgb: 138, 43, 226;
  
  /* Dark mode colors */
  --dark-bg-color: #0f1a2e;
  --dark-text-color: #ffffff;
  --dark-primary-color: #ff6b35;
  --dark-secondary-color: #680505;
  --dark-accent-color: #1e40af;
  
  /* Dark mode RGB versions */
  --dark-text-color-rgb: 255, 255, 255;
  --dark-primary-color-rgb: 255, 107, 53;
  --dark-secondary-color-rgb: 30, 58, 138;
  --dark-accent-color-rgb: 30, 64, 175;
}

[data-theme="dark"] {
  --bg-color: var(--dark-bg-color);
  --text-color: var(--dark-text-color);
  --primary-color: var(--dark-primary-color);
  --secondary-color: var(--dark-secondary-color);
  --accent-color: var(--dark-accent-color);
  
  /* Update RGB versions for dark theme */
  --text-color-rgb: var(--dark-text-color-rgb);
  --primary-color-rgb: var(--dark-primary-color-rgb);
  --secondary-color-rgb: var(--dark-secondary-color-rgb);
  --accent-color-rgb: var(--dark-accent-color-rgb);
}* {
	box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  position: relative;
  scroll-behavior: smooth;
  transition: background-color 0.3s ease, color 0.3s ease;
}/* Background Animation Container */

.container {
  display: flex;
  width: 100vw;
  height: 150vh;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  --count: 24;
  --per-item: 2.0833333333%;  /* 50% / 24 */
  --p-per-item: 0.0416666667; /* 1 / 24 */
  animation: main 12s cubic-bezier(0.83, -0.49, 0.15, 1.84) infinite;
  pointer-events: none;
}

@media (max-width: 600px) {
  .container {
    height: 100vh;
    min-height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: -2;
    position: fixed;
    pointer-events: none;
  }
}

@keyframes main {
	from {
		--a: 0deg;
	}
	to {
		--a: 360deg;
	}
}

.col {
  flex: 1;
  --size: 140deg;
  --a-per-item: calc(var(--size) / var(--count) * var(--i) - var(--a));
  --pos1: calc(50% * cos(var(--a-per-item)));
  background: linear-gradient(
    to bottom,
    var(--primary-color),
    var(--secondary-color) var(--pos1),
    var(--accent-color) 50%,
    var(--secondary-color) calc(100% - var(--pos1)),
    var(--primary-color)
  );
  transition: background 0.3s ease;
}/* Generate nth-child styles for each column */
.col:nth-child(1) { --i: 0; }
.col:nth-child(2) { --i: 1; }
.col:nth-child(3) { --i: 2; }
.col:nth-child(4) { --i: 3; }
.col:nth-child(5) { --i: 4; }
.col:nth-child(6) { --i: 5; }
.col:nth-child(7) { --i: 6; }
.col:nth-child(8) { --i: 7; }
.col:nth-child(9) { --i: 8; }
.col:nth-child(10) { --i: 9; }
.col:nth-child(11) { --i: 10; }
.col:nth-child(12) { --i: 11; }
.col:nth-child(13) { --i: 12; }
.col:nth-child(14) { --i: 13; }
.col:nth-child(15) { --i: 14; }
.col:nth-child(16) { --i: 15; }
.col:nth-child(17) { --i: 16; }
.col:nth-child(18) { --i: 17; }
.col:nth-child(19) { --i: 18; }
.col:nth-child(20) { --i: 19; }
.col:nth-child(21) { --i: 20; }
.col:nth-child(22) { --i: 21; }
.col:nth-child(23) { --i: 22; }
.col:nth-child(24) { --i: 23; }

/* Noise overlay effect */
body::after {
  content: "";
  opacity: 0.5;
  position: fixed;
  background: url(https://assets.codepen.io/907471/noise.svg);
  mix-blend-mode: hue;
  inset: 0;
  pointer-events: none;
  filter: invert(1) brightness(5) saturate(0.5);
  z-index: -1;
}

/* ============================================================================
   Hero Section
   ============================================================================ */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 80px 20px 20px;
}

.hero-content {
  text-align: center;
  max-width: 600px;
  padding: 40px;
  transition: all 0.3s ease;
}

.hero-logo {
  margin-bottom: 30px;
}

.logo-image {
  width: 300px;
  height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(var(--secondary-color-rgb), 0.4));
  transition: all 0.3s ease;
  display: block;
}

.logo-dark {
  display: none;
}
.logo-light {
  display: block;
}

[data-theme="dark"] .logo-light {
  display: none;
}
[data-theme="dark"] .logo-dark {
  display: block;
}

@media (max-width: 600px) {
  .hero-logo{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-image {
    height: auto;
    display: block;
  }
  .logo-image {
    width: 250px;
    height: 250px;
  }
  .logo-image.logo-dark {
    width: 250px;
    height: 250px;
    display: none !important;
  }
  .logo-image.logo-light {
    width: 250px;
    height: 250px;
    display: block;
  }
  [data-theme="dark"] .logo-image.logo-light {
    display: none !important;
  }
  [data-theme="dark"] .logo-image.logo-dark {
    display: block !important;
    width: 250px;
    height: 250px;
  }
}

.logo-image:hover {
  transform: scale(1.05);
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 15px 0;
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 2px;
  animation: titleGlow 3s ease-in-out infinite;
}

.hero-subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 3px;
  animation: subtitleFade 4s ease-in-out infinite;
}

@keyframes titleGlow {
  0%, 100% {
    text-shadow: 
      0 0 20px rgba(var(--primary-color-rgb), 0.3),
      0 0 40px rgba(var(--secondary-color-rgb), 0.2);
  }
  50% {
    text-shadow: 
      0 0 30px rgba(var(--primary-color-rgb), 0.5),
      0 0 60px rgba(var(--secondary-color-rgb), 0.3);
  }
}

@keyframes subtitleFade {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 0.95; }
}

/* Hero Responsive Design */
@media (max-width: 1024px) {
  .hero-content {
    max-width: 500px;
    padding: 35px;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .logo-image {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 100px 15px 20px;
  }
  
  .hero-content {
    max-width: 400px;
    padding: 30px 25px;
  }
  
  .hero-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  
  .logo-image {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .site-credit {
    font-size: 0.7rem;
  }
  .hero-content {
    max-width: 320px;
    padding: 25px 20px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
  
  .logo-image {
    width: 70px;
    height: 70px;
  }
}

/* ============================================================================
   General Sections
   ============================================================================ */

.section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 40px;
  z-index: 1;
}

.section-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 
    0 15px 50px rgba(var(--primary-color-rgb), 0.08),
    0 0 60px rgba(var(--secondary-color-rgb), 0.04);
  transition: all 0.3s ease;
}

.section-container:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(var(--secondary-color-rgb), 0.15);
  box-shadow: 
    0 20px 70px rgba(var(--primary-color-rgb), 0.12),
    0 0 80px rgba(var(--secondary-color-rgb), 0.06);
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 40px 0;
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(var(--secondary-color-rgb), 0.4);
}

/* Section-specific styling */
#mixes {
  background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.02), 
    rgba(var(--accent-color-rgb), 0.01)
  );
}

#events {
  background: linear-gradient(135deg, 
    rgba(var(--secondary-color-rgb), 0.02), 
    rgba(var(--primary-color-rgb), 0.01)
  );
}

#about {
  background: linear-gradient(135deg, 
    rgba(var(--accent-color-rgb), 0.02), 
    rgba(var(--secondary-color-rgb), 0.01)
  );
}

#contact {
  background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.03), 
    rgba(var(--accent-color-rgb), 0.02)
  );
}

/* ============================================================================
   Music Section - SoundCloud Mix Cards
   ============================================================================ */

#mixes-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

.mix-card {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 24px;
  color: var(--text-color);
  box-shadow: 
    0 15px 40px rgba(var(--primary-color-rgb), 0.1),
    0 0 50px rgba(var(--secondary-color-rgb), 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

/* Loading and Error States */
.loading-card {
  justify-content: center;
  text-align: center;
}

.error-card {
  border-color: rgba(255, 100, 100, 0.3);
  background: rgba(255, 100, 100, 0.05);
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(var(--primary-color-rgb), 0.3);
  border-top: 3px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.retry-btn {
  background: var(--accent-color) !important;
  color: white !important;
  margin-top: 10px;
}

.retry-btn:hover {
  background: var(--accent-hover) !important;
  transform: translateY(-2px);
}

/* Pagination Controls */
.pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
  padding: 10px 0;
}

.pagination-btn {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.pagination-btn:hover:not([disabled]) {
  background: rgba(var(--accent-color-rgb), 0.2);
  border-color: rgba(var(--accent-color-rgb), 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--accent-color-rgb), 0.3);
}

.pagination-btn[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.pagination-btn:hover:not([disabled]) img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.pagination-info {
  color: var(--text-color);
  font-weight: 500;
  font-size: 16px;
  min-width: 60px;
  text-align: center;
  padding: 0 10px;
}

.mix-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.08), 
    rgba(var(--secondary-color-rgb), 0.05),
    rgba(var(--accent-color-rgb), 0.03)
  );
  border-radius: 20px;
  z-index: -1;
  transition: all 0.3s ease;
}

.mix-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(var(--secondary-color-rgb), 0.2);
  box-shadow: 
    0 20px 60px rgba(var(--primary-color-rgb), 0.15),
    0 0 80px rgba(var(--secondary-color-rgb), 0.08);
  transform: translateY(-5px);
}

.mix-card:hover::before {
  background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.12), 
    rgba(var(--secondary-color-rgb), 0.08),
    rgba(var(--accent-color-rgb), 0.05)
  );
}

.mix-info {
  flex: 1;
  padding-left: 20px;
  z-index: 1;
}

.mix-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.mix-meta {
  font-size: 0.95rem;
  color: var(--text-color);
  opacity: 0.7;
  margin-bottom: 15px;
  font-weight: 400;
}

.mix-card iframe {
  border-radius: 15px;
  flex-shrink: 0;
  border: 2px solid rgba(var(--secondary-color-rgb), 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  width: 100%;
  min-width: 320px;
  max-width: 600px;
  height: 166px;
  display: block;
  margin: 0 auto;
}

.mix-card:hover iframe {
  border-color: rgba(var(--secondary-color-rgb), 0.4);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.cta-button {
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 20px rgba(var(--primary-color-rgb), 0.3);
}

.cta-button:hover {
  background: linear-gradient(45deg, var(--secondary-color), var(--accent-color));
  box-shadow: 0 8px 30px rgba(var(--secondary-color-rgb), 0.4);
  transform: translateY(-2px);
}

.cta-button:active {
  transform: translateY(0px);
}

/* Loading state for mixes container */
#mixes-container:empty::after {
  content: 'Loading mixes...';
  display: block;
  text-align: center;
  color: var(--text-color);
  opacity: 0.6;
  font-style: italic;
  padding: 40px;
  font-size: 1.1rem;
}

/* Responsive Design for Mix Cards */
@media (max-width: 768px) {
  .mix-card {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }
  
  .mix-info {
    padding-left: 0;
    padding-top: 15px;
  }
  
  .mix-title {
    font-size: 1.1rem;
  }
  
  .mix-meta {
    font-size: 0.85rem;
  }
  
  .mix-card iframe {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  #mixes-container {
    padding: 10px 0;
  }

  .mix-card {
    margin-bottom: 20px;
    padding: 10px;
  }

  .mix-card iframe {
    width: 100%;
    max-width: 220px;
    min-width: 0;
    height: 110px;
  }

  .mix-title {
    font-size: 1rem;
  }

  .cta-button {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}

/* Responsive Design for Sections */
@media (max-width: 1024px) {
  .section {
    padding: 70px 15px 30px;
  }
  
  .section-container {
    padding: 50px 35px;
    max-width: 900px;
  }
  
  .section-title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 90px 10px 20px;
  }
  
  .section-container {
    padding: 40px 25px;
    max-width: 600px;
  }
  
  .section-title {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  
  .section-title::after {
    width: 60px;
    height: 2px;
    bottom: -10px;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 100px 5px 15px;
  }
  
  .section-container {
    padding: 30px 20px;
    max-width: 400px;
  }
  
  .section-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  
  .section-title::after {
    width: 50px;
  }
}

/* Navigation Styles */
.navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 0, 128, 0.15);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 255, 255, 0.3);
  padding: 1.5rem 0;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  min-height: 80px;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  overflow: visible;
  position: relative;
  height: 100%;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-logo {
  width: 40px;
  height: 50px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: block;
}

.navbar-logo-dark {
  display: none;
}
.navbar-logo-light {
  display: block;
}

[data-theme="dark"] .navbar-logo-light {
  display: none;
}
[data-theme="dark"] .navbar-logo-dark {
  display: block;
}

.navbar-logo:hover {
  transform: scale(1.1);
}

.logo h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  background-size: 200% 200%;
  animation: gradientShift 3s ease-in-out infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}

.nav-link {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: none;
  border: none;
  position: relative;
  overflow: hidden;
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--secondary-color) 20%, 
    var(--primary-color) 50%, 
    var(--accent-color) 80%, 
    transparent
  );
  transition: all 0.4s ease;
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, 
    rgba(var(--secondary-color-rgb), 0.1), 
    rgba(var(--primary-color-rgb), 0.1), 
    rgba(var(--accent-color-rgb), 0.1)
  );
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav-link:hover {
  background: none;
  transform: translateY(-2px);
  color: var(--secondary-color);
  text-shadow: 
    0 0 5px rgba(var(--secondary-color-rgb), 0.8),
    0 0 10px rgba(var(--secondary-color-rgb), 0.6),
    0 0 15px rgba(var(--secondary-color-rgb), 0.4),
    0 0 20px rgba(var(--primary-color-rgb), 0.3);
}

.nav-link:hover::before {
  width: 80%;
  animation: neonPulse 1.5s ease-in-out infinite;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

@keyframes neonPulse {
  0%, 100% { 
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.6), 0 0 16px rgba(255, 0, 128, 0.4);
  }
  50% { 
    box-shadow: 0 0 16px rgba(0, 255, 255, 0.8), 0 0 24px rgba(255, 0, 128, 0.6);
  }
}

/* Hamburger Menu */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 6px;
  margin-right: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
    border-radius: 6px;
    border: none;
    background: transparent !important;
    box-shadow: none !important;
}

.hamburger-menu:hover {
  transform: translateY(-50%) translateY(-2px);
}

.hamburger-line {
  width: 18px;
  height: 2px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  margin: 2px 0;
  transition: all 0.3s ease;
  border: none;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
}

.hamburger-menu.active:hover {
  transform: translateY(-50%) translateY(-2px) scale(1.05);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(var(--bg-color-rgb), 0.85);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.1), 
    rgba(var(--accent-color-rgb), 0.08), 
    rgba(var(--secondary-color-rgb), 0.05)
  );
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: none;
  box-shadow: none;
  padding: 80px 40px 40px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-overlay.active .mobile-menu {
  transform: translateX(0);
}

.mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
}

.mobile-nav-link {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 30px;
  border-radius: 14px;
  background: none;
  border: none;
  display: block;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 160px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mobile-nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--secondary-color) 20%, 
    var(--primary-color) 50%, 
    var(--accent-color) 80%, 
    transparent
  );
  transition: all 0.4s ease;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(var(--secondary-color-rgb), 0.6);
}

.mobile-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, 
    rgba(0, 255, 255, 0.2), 
    rgba(255, 0, 128, 0.2), 
    rgba(138, 43, 226, 0.2)
  );
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.mobile-nav-link:hover {
  background: none;
  transform: translateY(-3px) scale(1.02);
  color: var(--secondary-color);
  text-shadow: 
    0 0 8px rgba(var(--secondary-color-rgb), 0.9),
    0 0 15px rgba(var(--secondary-color-rgb), 0.7),
    0 0 20px rgba(var(--secondary-color-rgb), 0.5),
    0 0 25px rgba(var(--primary-color-rgb), 0.4);
}

.mobile-nav-link:hover::before {
  width: 70%;
  animation: neonPulse 1.5s ease-in-out infinite;
}

.mobile-nav-link:hover::after {
  transform: scaleX(1);
}

/* Responsive Design for Backdrop */

.theme-toggle:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
}

.theme-toggle:active {
  transform: translateY(-1px) scale(1.02);
}

@media (max-width: 768px) {
  .container {
    height: 100vh;
  }
  
  .navbar {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255, 0, 128, 0.2);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    transform: none !important;
    transition: none !important;
  }
  
  .nav-container {
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
  }
  
  .hamburger-menu {
    display: flex;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 999999 !important;
  }
  
  .logo {
    flex: 1;
  }
  
  .nav-menu {
    display: none;
  }
}

/* Kleine theme-toggle knop rechtsonder, met schuine zijde */
.theme-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 32px;
  font-size: 0.8rem;
  font-family: 'Montserrat Alternates', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--text-color);
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  backdrop-filter: blur(10px);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0.96;
}

/* Tablet optimizations (769px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
  .nav-container {
    padding: 0 20px;
    gap: 15px;
  }
  
  .logo h1 {
    font-size: 1.3rem;
  }
  
  .nav-menu {
    gap: 20px;
  }
  
  .nav-link {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
  
}

@media (max-width: 480px) {
  .navbar {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  
  .logo h1 {
    font-size: 1.2rem;
  }
  
  .navbar-logo {
    width: 32px;
    height: 32px;
  }
  
  .nav-container {
    padding: 0 10px;
    max-width: 100vw;
    overflow: hidden;
  }
  
  .hamburger-menu {
    width: 40px;
    height: 40px;
    right: 12px !important;
  }
  
  .hamburger-line {
    width: 18px;
    height: 2px;
  }
}

/* Extra small screens */
@media (max-width: 360px) {
  .nav-container {
    padding: 0 8px;
  }
  
  .logo h1 {
    font-size: 1rem;
  }
  
  .navbar-logo {
    width: 28px;
    height: 28px;
  }
  
  .hamburger-menu {
    width: 36px;
    height: 36px;
    right: 8px !important;
  }
  
  .hamburger-line {
    width: 16px;
  }
  
  .mobile-menu {
    width: 100%;
    padding: 60px 20px 40px;
  }
  
  .mobile-nav-link {
    font-size: 1rem;
    padding: 10px 25px;
    min-width: 140px;
  }
}
.about-flex {
	  display: flex;
	  gap: 3rem;
	  align-items: center;
	  justify-content: center;
	  padding: 2rem 0;
	}
	.about-text {
	  flex: 1 1 0;
	  min-width: 200px;
    max-width: 426px;
	  margin: 0 auto;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  text-align: center;
	  font-size: 1.2rem;
	  line-height: 1.6;
	}
	.about-text .section-title {
	  font-size: 2.2rem;
	  margin-bottom: 1.2rem;
	  align-self: center;
	  text-align: center;
	}
    .about-photo {
      flex: 0 0 320px;
      min-width: 200px;
      max-width: 380px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: 380px;
      margin-right: 40px;
      position: relative;
      z-index: 1;
    }
  .about-photo img {
    width: 100%;
    height: 100%;
  border-radius: 8px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.13);
    object-fit: cover;
    object-position: top center;
    z-index: 1;
  }
	@media (max-width: 900px) {
	  .about-flex {
	    flex-direction: column;
	    gap: 2rem;
	  }
	  .about-photo {
	    height: auto;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	  }
    .about-photo img {
      width: 100%;
      height: 320px;
      max-width: 95vw;
      max-height: 80vw;
      aspect-ratio: 1/1;
      margin: 0;
      padding: 0;
      object-fit: cover;
      display: block;
    }
	}
	@media (max-width: 600px) {
  .about-flex {
    flex-direction: column;
    gap: 1rem;
  }
  .about-photo img {
    max-width: 85vw;
    max-height: 70vh;
  }
  .about-text {
    font-size: 1rem;
  }
  
  /* Mobile pagination controls */
  .pagination-controls {
    gap: 15px;
    margin-top: 10px;
    padding: 8px 0;
  }
  
  .pagination-btn {
    width: 45px;
    height: 45px;
  }
  
  .pagination-btn img {
    width: 18px;
    height: 18px;
  }
  
  .pagination-info {
    font-size: 14px;
    min-width: 50px;
  }
}

/* Raster overlay */
.raster-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  pointer-events: none;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}

.raster-cell {
  opacity: 0;
  background: linear-gradient(135deg,
    rgba(var(--primary-color-rgb), 0.32),
    rgba(var(--secondary-color-rgb), 0.22),
    rgba(var(--accent-color-rgb), 0.18)
  );
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(var(--primary-color-rgb),   0.09);
  backdrop-filter: blur(0);
}



@keyframes rasterIn {
  0% { opacity: 0; backdrop-filter: blur(0); }
  60% { opacity: 1; backdrop-filter: blur(12px) contrast(1.5) brightness(1.2); }
  100% { opacity: 1; backdrop-filter: blur(20px) contrast(2) brightness(1.4); }
}

/* --- Force desktop hero/section styles --- */
@media (min-width: 1025px) {
  .hero-title {
    font-size: 3.5rem !important;
  }
  .section-title {
    font-size: 3rem !important;
  }
  .hero-image-wrapper {
    max-width: 440px !important;
  }
  .hero-image-transparent {
    max-width: 440px !important;
    width: 100% !important;
  }
}

/* Mixer button pulse glow effect (like kebab) - always active, also on mobile */
.mixer-navbar-btn {
  animation: mixer-pulse 1.6s infinite;
}
@keyframes mixer-pulse {
  0% { filter: drop-shadow(0 0 0px var(--accent-color)); }
  50% { filter: drop-shadow(0 0 12px var(--accent-color)); }
  100% { filter: drop-shadow(0 0 0px var(--accent-color)); }
}
