/* ZAPATEKNO overrides - Hero, typography, discography */

/* Outrider - main headers & titles. Place Outrider-Regular in: assets/Fonts/ */
@font-face {
  font-family: 'Outrider';
  src: url('../assets/Fonts/Outrider-Regular.woff2') format('woff2'),
       url('../assets/Fonts/Outrider-Regular.woff') format('woff'),
       url('../assets/Fonts/Outrider-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Hero: no overlay, image fully visible */
.hero .hero-slide .background-img.hero-bg::before {
  display: none !important;
}

/* Hero header: brown nav and hamburger for visibility on background */
.hero .header.default .main-menu li a:hover {
  opacity: 0.8;
}
.hero .header.default .mobile-but .lines::before,
.hero .header.default .mobile-but .lines::after,
.hero .header.default .mobile-but .lines {
  background: #29160A !important;
}

/* Hero background: fixed on desktop (parallax), scroll on mobile to avoid performance issues */
@media (min-width: 768px) {
  .hero .hero-slide .background-img.hero-bg {
    background-attachment: fixed !important;
  }
}

@media (max-width: 767px) {
  .hero .hero-slide .background-img.hero-bg {
    background-attachment: scroll !important;
  }
}

/* Hero typography - ZAPATEKNO & MIS NUEVES (Outrider if loaded, else Bebas Neue) */
/* Outrider for main headers/titles throughout site */
.hero .hero-branding,
.zapatekno-theme .section-title,
.zapatekno-theme .block-title h1,
.hero .header .logo h2,
#si-no-overlay h1 {
  font-family: 'Outrider', 'Bebas Neue', Impact, sans-serif;
}

.hero .hero-branding {
  color: #29160A;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 7px 5.6px rgba(101, 75, 56, 0.94);
  letter-spacing: 0.04em;
}

.hero .hero-branding .hero-artist {
  font-family: 'Outrider', 'Bebas Neue', Impact, sans-serif !important;
  font-size: clamp(3rem, 12vw, 8rem);
  letter-spacing: 0.08em;
}

.hero .hero-branding .hero-album {
  font-family: 'Outrider', 'Bebas Neue', Impact, sans-serif !important;
  font-size: clamp(1.75rem, 5vw, 4.5rem);
  color: #1A0F07;
  margin-top: 0.2em;
  letter-spacing: 0.12em;
}

/* Hero positioning - vertically centered with safe top padding so text stays on screen */
.hero .hero-slide .hero-content {
  top: auto !important;
  transform: none !important;
  padding-top: 0;
}

/* Discography: artwork only, clean grid */
.discography .block-album-card {
  text-align: center;
}

.discography .block-album-card a.album-link {
  display: block;
  position: relative;
}

.discography .block-album-card a.album-link img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.discography .block-album-card .album-meta {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #29160A;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  padding: 0 0.25rem;
}

.discography .block-album-card a.album-link:hover img {
  opacity: 0.9;
}

/* Montserrat for body text, links, and small text (readability) */
.zapatekno-theme,
.zapatekno-theme p,
.zapatekno-theme .lead,
.zapatekno-theme a,
.zapatekno-theme .text-brown,
.zapatekno-theme .album-meta,
.zapatekno-theme .main-menu li a,
.zapatekno-theme small,
.zapatekno-theme .block-content {
  font-family: 'Montserrat', sans-serif !important;
}
