/* Lightbox overlay and modal positioning */
.lightboxOverlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10000 !important;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10001 !important;
}

/* Song card styles */
.song-card {
  width: 48%;
  margin-bottom: 1em;
  cursor: pointer;
}

.song-card img {
  max-width: 100%;
  height: auto;
  border: 2px solid #222222;
  border-radius: 4px;
}
@font-face {
  font-family: 'monofur';
  src: url('../fonts/monofur.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ALTE DIN 1451 Mittelschrift gepraegt';
  src: url('../fonts/din1451.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  background-color: #000000;
}

.curtain {
  color: #EDEDED;
  position: relative;
  z-index: 1;
  background: #000000;
  margin-top: 100vh;
}


.curtain section {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.curtain section > div {
  max-width: 800px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.curtain h2 {
  font-size: 2.4rem;
  margin-top: 60px;
  margin-bottom: 30px;
}

.curtain p {
  font-family: "monofur", monospace;
  display: block;
  margin-bottom: 1.2em;
  white-space: pre-line;
  line-height: 1.6;
  padding-left: 100px;
  padding-right: 100px;
}

.curtain section p {
  margin-bottom: 1.2em;
  line-height: 1.6;
}

.curtain a {
  color: #EDEDED;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'ALTE DIN 1451 Mittelschrift gepraegt', sans-serif;
}


.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
}

.nav-float {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 1em;
  z-index: 10;
  background: none;
}

.nav-float img.nav-logo {
  display: block;
  margin-bottom: 10px;
  height: 160px;
  position: absolute;
  left: 25px;
  top: 20px;
}


.nav-float.hidden {
  display: none;
}

.nav-logo {
  height: 40px;
  margin-right: 10px;
}

#nav-news {
  position: absolute;
  top: 300px;
  left: 25px;
  max-width: 110px;
}

#nav-music {
  position: absolute;
  top: 250px;
  left: 25px;
  max-width: 124px;
}

#nav-bio {
  position: absolute;
  top: 200px;
  left: 25px;
  max-width: 64px;
}

#nav-contact {
  position: absolute;
  top: 350px;
  left: 25px;
  max-width: 136px;
}

.nav-button {
  font-family: 'ALTE DIN 1451 Mittelschrift gepraegt', sans-serif;
  font-size: 1.8rem;
  background: #EDEDED;
  color: #222222;
  border: 2px solid #222222;
  border-radius: 3px;
  padding: 4px 4px;
  margin: 15px 0;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  letter-spacing: 1px;
}

.nav-button:hover {
  background: #ddd;
}

.curtain #bio {
  background-color: #222222;
  color: #dddddd;
}
.curtain #news {
  background-color: #222222;
  color: #EDEDED;
}

.curtain #music {
  background-color: #EDEDED;
  color: #222222;
}

.curtain #music img {
  border: 2px solid #222222;
  border-radius: 4px;
}

.curtain #contact {
  background-color: #000000;
  color: #dddddd;
  padding-bottom: 60px;
}

.news-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.news-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.news-content h2 {
  margin-top: 60px;
  font-weight: normal;
}

.copyright {
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: 25px;
  font-family: 'monofur', monospace;
  font-size: 1.0rem;
  color: #eeeeee;
  transition: opacity 0.3s ease;
  z-index: 11;
}

.copyright.visible {
  opacity: 1;
}
#news .news-item {
  margin-bottom: 60px;
}

/* Mobile Portrait and Small Devices */
@media screen and (max-width: 768px) {
  .nav-button {
    width: 150px;
  }

  #nav-bio,
  #nav-music,
  #nav-news,
  #nav-contact {
    position: static;
    display: block;
    margin-bottom: 10px;
  }

  .curtain section > div {
    padding: 0 10px;
  }

  .curtain h2 {
    font-size: 1.8rem;
  }

  .copyright {
    font-size: 0.75rem;
    right: 10px;
    bottom: 5px;
  }
}

/* Mobile Landscape Orientation */
@media (orientation: landscape) and (max-width: 1024px) {
  body {
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  }

  .curtain h2 {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
  }

  .curtain section > div {
    padding: 0 5vw;
  }
}

/* Desktop and Large Screens */
@media screen and (min-width: 1024px) {
}

.logo-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.logo-button:focus {
  outline: none;
}

.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #666;
  opacity: 0.5;
  animation: bounce 2s infinite;
  z-index: 1;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}
.curtain #bio,
.curtain #music,
.curtain #news,
.curtain #contact {
  scroll-margin-top: 200px;
}