/*
Theme Name: ZRM / Bee Responsive Final
Version: 6.0
*/

/* ================= RESET ================= */

:root{
  --gold:#ffcc00;
  --dark:#0b0b0b;
}

*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Inter,sans-serif;background:#000;color:#fff;overflow-x:hidden}

/* NAV */
.zr-nav{
  position:fixed;
  width:100%;
  display:flex;
  justify-content:center;
  gap:40px;
  padding:20px;
  backdrop-filter:blur(15px);
  background:rgba(0,0,0,.6);
  z-index:999;
}
.zr-nav a{color:#fff;text-decoration:none}
.zr-nav a:hover{color:var(--gold)}

/* HERO */
.zr-hero{height:100vh;position:relative;overflow:hidden}
.zr-slide{
  position:absolute;width:100%;height:100%;
  background-size:cover;background-position:center;
  opacity:0;transition:1.5s
}
.zr-slide.active{opacity:1}
.zr-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7)}
.zr-hero-content{
  position:relative;z-index:2;
  top:50%;transform:translateY(-50%);
  text-align:center
}
.zr-hero-content h1{font-size:60px;color:var(--gold)}
.zr-btn{
  display:inline-block;
  margin-top:20px;
  padding:12px 28px;
  background:var(--gold);
  color:#000;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
}

/* STATS */
.zr-stats{
  display:flex;
  justify-content:center;
  gap:60px;
  padding:80px 0;
  background:#111;
}
.zr-stat{text-align:center}
.zr-stat h2{color:var(--gold);font-size:40px}

/* SECTIONS */
.zr-section{padding:100px 5%;text-align:center}
.zr-section.dark{background:#111}
.zr-title{color:var(--gold);margin-bottom:50px;font-size:36px}

/* SLIDER */
.zr-slider{overflow:hidden}
.zr-track{
  display:flex;
  gap:40px;
  animation:scroll 25s linear infinite;
}
@keyframes scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.zr-card{
  min-width:350px;
  position:relative;
  border-radius:18px;
  overflow:hidden;
  transition:.4s;
}
.zr-card img{width:100%;height:220px;object-fit:cover}
.zr-card:hover{transform:scale(1.08)}
.zr-rank{
  position:absolute;top:15px;left:15px;
  background:var(--gold);color:#000;
  padding:6px 12px;border-radius:20px;
  font-weight:bold;
}
.zr-card-info{
  position:absolute;bottom:0;
  background:linear-gradient(to top,rgba(0,0,0,.9),transparent);
  width:100%;padding:20px;
}

/* SMALL GRID */
.zr-small-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:30px;
}
.zr-small-card{
  border-radius:16px;
  overflow:hidden;
  transition:.4s;
}
.zr-small-card img{width:100%;height:200px;object-fit:cover}
.zr-small-card:hover{transform:scale(1.05)}

/* FIRST RELEASE */
.zr-first{
  position:relative;height:90vh;
  display:flex;align-items:center;justify-content:center;
}
.zr-first-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
}
.zr-first-content{
  position:relative;z-index:2;text-align:center;
}
.badge{
  background:var(--gold);
  color:#000;padding:8px 16px;
  border-radius:30px;font-weight:600;
}

/* TIMELINE */
.zr-timeline{
  padding:100px 0;
  background:#111;text-align:center;
}
.zr-timeline-line{
  display:flex;
  justify-content:center;
  gap:60px;
  margin-top:40px;
}
.zr-timeline-line div{
  border:1px solid var(--gold);
  padding:20px;
  border-radius:12px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .zr-hero-content h1{font-size:36px}
  .zr-stats{flex-direction:column;gap:30px}
  .zr-track{animation:none;overflow-x:auto}
}

/* ================= CINEMATIC INTRO ================= */

#zr-intro{
  position:fixed;
  inset:0;
  background:#000;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:99999;
  animation:introFade 4s forwards;
}

#zr-intro h1{
  color:#ffcc00;
  font-size:60px;
  letter-spacing:8px;
  animation:introZoom 3s ease forwards;
}

@keyframes introZoom{
  0%{transform:scale(.6);opacity:0}
  50%{transform:scale(1.1);opacity:1}
  100%{transform:scale(1);opacity:1}
}

@keyframes introFade{
  0%,80%{opacity:1}
  100%{opacity:0;visibility:hidden}
}

section{
  position:relative;
}

section::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 30%,rgba(255,204,0,.05),transparent 40%);
  pointer-events:none;
}

h1,h2{
  text-shadow:0 0 30px rgba(255,204,0,.3);
}

.zr-card:hover{
  transform:scale(1.08) translateY(-10px);
  box-shadow:0 50px 120px rgba(255,204,0,.5);
}

/* ================= SPOTIFY STYLE PLAYER ================= */

.zr-player{
  position:fixed;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  width:350px;
  background:rgba(0,0,0,.8);
  backdrop-filter:blur(10px);
  border-radius:12px;
  padding:15px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  z-index:9999;
  border:1px solid rgba(255,204,0,.3);
}

.zr-player-info span{
  font-size:12px;
  color:#aaa;
}

.zr-player-info strong{
  display:block;
  color:#ffcc00;
}

#zrPlay{
  background:#ffcc00;
  border:none;
  width:40px;
  height:40px;
  border-radius:50%;
  cursor:pointer;
}
/* ================= OTT NETFLIX STYLE ================= */

.zr-ott{
  padding:80px 4%;
  background:#000;
}

.zr-row-title{
  color:#ffcc00;
  margin:40px 0 20px;
  font-size:28px;
}

.zr-row{
  display:flex;
  gap:20px;
  overflow-x:auto;
  padding-bottom:10px;
  scroll-behavior:smooth;
}

.zr-row::-webkit-scrollbar{
  display:none;
}

/* CARD */

.zr-ott-card{
  position:relative;
  min-width:260px;
  height:160px;
  border-radius:10px;
  overflow:hidden;
  transition:.4s ease;
  cursor:pointer;
  background:#111;
}

.zr-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.4s ease;
}

.zr-preview{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  pointer-events:none;
  transition:.4s ease;
}

/* Hover Effect */

.zr-ott-card:hover{
  transform:scale(1.25);
  z-index:10;
  box-shadow:0 40px 100px rgba(0,0,0,.7);
}

.zr-ott-card:hover .zr-thumb{
  opacity:0;
}

.zr-ott-card:hover .zr-preview{
  opacity:1;
}

/* Title */

.zr-card-title{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:10px;
  background:linear-gradient(to top,rgba(0,0,0,.9),transparent);
  color:#fff;
  font-size:14px;
}

/* MOBILE */

@media(max-width:768px){

  .zr-ott-card{
    min-width:180px;
    height:120px;
  }

}

body{
  margin:0;
  font-family:Inter,sans-serif;
  background:#000;
  color:#fff;
}

/* ================= HERO ================= */

.ott-hero{
  position:relative;
  height:85vh;
  display:flex;
  align-items:center;
  padding:0 5%;
  overflow:hidden;
}

.ott-hero-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  filter:brightness(.6);
}

.ott-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to right,#000 20%,transparent 80%);
}

.ott-hero-content{
  position:relative;
  z-index:2;
  max-width:600px;
}

.ott-hero-content h1{
  font-size:60px;
  margin-bottom:15px;
}

.ott-btn{
  display:inline-block;
  padding:12px 30px;
  background:#ffcc00;
  color:#000;
  text-decoration:none;
  border-radius:6px;
  font-weight:bold;
  margin-top:20px;
}

/* ================= SECTION ================= */

.ott-section{
  padding:50px 5% 100px;
}

.ott-title{
  margin:40px 0 20px;
  font-size:26px;
}

/* ================= ROW ================= */

.ott-row{
  display:flex;
  gap:20px;
  overflow-x:auto;
  padding-bottom:20px;
}

.ott-row::-webkit-scrollbar{
  display:none;
}

/* ================= CARD ================= */

.ott-card{
  min-width:240px;
  height:140px;
  position:relative;
  border-radius:8px;
  overflow:hidden;
  cursor:pointer;
  transition:.4s ease;
}

.ott-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.4s ease;
}

.ott-info{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:10px;
  background:linear-gradient(to top,rgba(0,0,0,.8),transparent);
  font-size:14px;
}

/* Hover Expand */

.ott-card:hover{
  transform:scale(1.35);
  z-index:10;
  box-shadow:0 40px 120px rgba(0,0,0,.8);
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px){

  .ott-hero-content h1{
    font-size:32px;
  }

  .ott-card{
    min-width:180px;
    height:110px;
  }

}

/* ================= SUPPORTERS WALL ================= */

.zr-countdown{
  text-align:center;
  padding:80px;
  background:#000;
  color:#ffcc00;
}

.zr-top3{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
  padding:80px 5%;
  background:#111;
}

.zr-top-card{
  text-align:center;
}

.zr-wall{
  padding:100px 5%;
  background:#000;
}

.zr-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:40px;
}

.zr-vote{
  background:#ffcc00;
  border:none;
  padding:8px 16px;
  cursor:pointer;
  margin-top:10px;
}

.top-supporters{
  padding:100px 5%;
  background:#111;
  text-align:center;
}

.top-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:40px;
}

.top-card{
  background:#000;
  padding:20px;
  border-radius:12px;
}


.reel-submit-section{
  padding:100px 5%;
  text-align:center;
  background:#111;
}

.reel-form{
  max-width:500px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:20px;
}

.reel-form input{
  padding:14px;
  border-radius:8px;
  border:none;
}

.reel-form button{
  background:#ffcc00;
  padding:14px;
  border:none;
  font-weight:700;
  cursor:pointer;
}
