/* --------------------------------------------------
   Global
-------------------------------------------------- */
body {
  font-family: 'Questrial', sans-serif;
  background: #0c0c0c;
  color: #e5e5e5;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Questrial', sans-serif;
  font-weight: 700;
  color: #ffffff;
}

p {
  color: #b3b3b3;
  margin-bottom: 1rem;
}

/* --------------------------------------------------
   Navigation
-------------------------------------------------- */
.navbar {
  background: #000 !important;
}

.navbar-brand,
.nav-link {
  color: #ffffff !important;
  letter-spacing: 0.4px;
}

.nav-link:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
   Hero Section
-------------------------------------------------- */
#hero img {
  max-width: 180px;
}


/* --------------------------------------------------
   Release
-------------------------------------------------- */

.release-block {
  max-width: 420px;
  margin: 0 auto;
  overflow: hidden;
}

.release-desc {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.release-cover {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;

}

/* iframe height match mobile */
.bandcamp-frame {
  width: 100%;
  border: 0;
  height: 360px;

}

@media (max-width: 576px) {
  .bandcamp-frame {
    height: 420px;
  }

  .release-block {
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 40px !important;
  }
}


/* --------------------------------------------------
   Masonry Events (Dark Card Style)
-------------------------------------------------- */
.masonry {
  column-count: 3;
  column-gap: 1.5rem;
}

.masonry-item {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  break-inside: avoid;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  padding-bottom: 1rem;
  text-align: center;
  color: #e5e5e5;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.75rem;
}

/* Tablet */
@media (max-width: 992px) {
  .masonry {
    column-count: 2;
  }
}


/* Hide scrollbar globally for horizontal events */
.events-scroll {
  scrollbar-width: none !important; /* Firefox */
}

.events-scroll::-webkit-scrollbar {
  display: none !important; /* Chrome / Safari / Edge */
}

#events {
  background: #0f0f0f !important;
  position: relative;
}

#events::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(to right, rgba(15,15,15,0) 0%, rgba(15,15,15,1) 100%);
  pointer-events: none;
}

/* --------------------------------------------------
   Mobile Horizontal Scroll for Events
-------------------------------------------------- */
@media (max-width: 576px) {
  .masonry {
    column-count: 1 !important;
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }

  .masonry-item {
    min-width: 80%;
    max-width: 80%;
    flex-shrink: 0;
    scroll-snap-align: start;
    background: #1a1a1a;
    border-radius: 12px;
  }

  .masonry-item img {
    border-radius: 12px 12px 0 0;
  }


  /* Hide vertical masonry spacing on mobile */
  .masonry-item {
    margin-bottom: 0;
  }
}



/* --------------------------------------------------
   Background
-------------------------------------------------- */
.bg-white {
  background: #111 !important;
  color: #e5e5e5 !important;
}

.bg-light {
  background: #171717 !important;
  color: #e5e5e5 !important;
}

.bg-dark {
  background: #0f0f0f !important;
  color: #e5e5e5 !important;
}

.bg-black {
  background: #000 !important;
  color: #e5e5e5 !important;
}

/* --------------------------------------------------
   Footer
-------------------------------------------------- */
#footer {
  background: #000;
  color: #fff;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

#footer a:hover {
  opacity: 0.6;
}

.footer-email {
  font-size: 1rem;
  color: #ffffff;
}

.footer-icon i,
.footer-icon svg {
  font-size: 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
