/* Background */
.bg{position:fixed; inset:0; z-index:-1}

/* Background video */
.bg{
  position:fixed;
  inset:0;
  z-index:-1;
  overflow:hidden;
}

.bg__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Dark overlay for readability */
.bg__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 35%, rgba(0, 0, 0, .15), rgb(0 0 0 / 0%)), linear-gradient(to bottom, rgb(0 0 0 / 15%), rgb(0 0 0 / 18%));
    pointer-events: none;
}

/* Snow stays above video */
#snow{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:.75;
}

#snow{position:absolute; inset:0; width:100%; height:100%; pointer-events:none; opacity:.8}

/* Hero */
.hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  padding: 96px 0 40px;
}
.hero__grid {
    width: var(--wrap);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.45fr .55fr;
    gap: 30px;
    align-items: center;
    margin-top: -300px;
}
.hero__title{
  margin:0 0 18px;
  font-size: clamp(46px, 5.4vw, 84px);
  line-height:1.02;
  letter-spacing:-1px;
}
.hero__sub{
  max-width:520px;
  margin: 0 0 26px;
  font-size:18px;
  line-height:1.75;
  color:var(--muted);
}
.hero__flake{margin-left:14px; opacity:.9}

/* Artwork */
.hero__art{ display:flex; justify-content:flex-end; }
.hero__img{
  width:min(980px, 100%);
  max-height:520px;
  object-fit:cover;
  filter: drop-shadow(0 30px 80px rgba(0,0,0,.45));
  opacity:.92;
}

/* Mobile */
@media (max-width: 980px){
  .hero{padding-top:18px}
  .hero__grid{grid-template-columns:1fr; gap:22px}
  .hero__art{justify-content:flex-start}
  .hero__img{max-height:360px; border-radius:16px}
}

@media (max-width: 768px){
  .bg__video{
    filter: brightness(.85);
  }
}
.m-drawer.is-open { display:block; }

.latest-releases{
  background:#efe4d2;
  color:#3b3535;
  padding:85px 0 95px;
  margin-top: -300px;
}

.latest-releases__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:48px;
}

.latest-releases__top h2{
  margin:0;
  font-size:32px;
  font-weight:800;
}

.latest-releases__btn{
  height:42px;
  padding:0 20px;
  border:1px solid #3b3535;
  border-radius:5px;
  display:inline-flex;
  align-items:center;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
}

.latest-slider{
  position:relative;
}

.latest-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 72px) / 4);
  gap:24px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
}

.latest-track::-webkit-scrollbar{
  display:none;
}

.latest-card__image{
  position:relative;
  aspect-ratio:1/1;
  border-radius:8px;
  overflow:hidden;
  background:#d8cbb9;
}

.latest-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.latest-card__image span{
  position:absolute;
  top:14px;
  right:14px;
  padding:6px 14px;
  border-radius:999px;
  background:#fff8ec;
  font-size:11px;
  color:#3b3535;
}

.latest-card h3{
  margin:15px 0 4px;
  font-size:18px;
  line-height:1.15;
  font-weight:800;
}

.latest-card p{
  margin:0;
  font-size:14px;
  color:rgba(59,53,53,.72);
}

.latest-arrow {
    position: absolute;
    top: 24%;
    z-index: 5;
    width: 42px;
    height: 120px;
    border: 0;
    border-radius: 6px;
    background: rgb(0 0 0 / 52%);
    color: #ffffff;
    font-size: 42px;
    line-height: 01;
    cursor: pointer;
}

.latest-arrow--prev{
  left:-18px;
}

.latest-arrow--next{
  right:-18px;
}

@media(max-width:980px){
  .latest-track{
    grid-auto-columns:calc((100% - 24px) / 2);
  }
}

@media(max-width:600px){
  .latest-track{
    grid-auto-columns:82%;
  }
}

.home-live{
  background:#efe4d2;
  color:#3b3535;
  padding:15px 0 100px;
}

.home-live__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:48px;
}

.home-live__top h2{
  margin:0;
  font-size:32px;
  font-weight:800;
}

.home-live__btn{
  height:42px;
  padding:0 20px;
  border:1px solid #3b3535;
  border-radius:5px;
  display:inline-flex;
  align-items:center;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
}

.home-live__slider{
  position:relative;
}

.home-live__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 72px) / 4);
  gap:24px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
}

.home-live__track::-webkit-scrollbar{
  display:none;
}

.home-live__card a{
  position:relative;
  display:block;
  height:420px;
  border-radius:8px;
  overflow:hidden;
  background:#d8cbb9;
}

.home-live__card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:brightness(.62);
  transition:.25s ease;
}

.home-live__card:hover img{
  transform:scale(1.04);
  filter:brightness(.76);
}

.home-live__card span{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
  font-weight:900;
  letter-spacing:1px;
  text-align:center;
  padding:20px;
}

.home-live__arrow {
    position: absolute;
    top: 35%;
    z-index: 5;
    width: 42px;
    height: 120px;
    border: 0;
    border-radius: 6px;
    background: rgb(0 0 0 / 50%);
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
}

.home-live__arrow--prev{
  left:-18px;
}

.home-live__arrow--next{
  right:-18px;
}

@media(max-width:980px){
  .home-live__track{
    grid-auto-columns:calc((100% - 24px) / 2);
  }

  .home-live__card a{
    height:360px;
  }
}

@media(max-width:600px){
  .home-live__track{
    grid-auto-columns:82%;
  }

  .home-live__card a{
    height:330px;
  }
}


.home-playlists{
  background:#efe4d2;
  color:#3b3535;
  padding:45px 0 95px;
}

.home-playlists__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:48px;
}

.home-playlists__top h2{
  margin:0;
  font-size:32px;
  font-weight:800;
}

.home-playlists__btn{
  height:42px;
  padding:0 20px;
  border:1px solid #3b3535;
  border-radius:5px;
  display:inline-flex;
  align-items:center;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
}

.home-playlists__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.playlist-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  border-radius:6px;
  margin-bottom:14px;
}

.playlist-card h3{
  margin:0;
  font-size:18px;
  line-height:1.05;
  font-weight:900;
}

.playlist-card p{
  margin:8px 0 0;
  font-size:14px;
  font-weight:700;
  color:rgba(59,53,53,.75);
}

@media(max-width:980px){
  .home-playlists__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .home-playlists__grid{
    grid-template-columns:1fr;
  }
}