.playlist-home {
  position: relative;
  left: 50%;
  isolation: isolate;
  display: flex;
  width: 100vw;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  margin-left: -50vw;
  padding: clamp(68px, 7vw, 108px) 0;
  color: #fff;
  background: #031633;
}

.playlist-home__background {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .5;
  filter: saturate(.92) contrast(1.08);
  transform: scale(1.025);
  animation: playlist-background 16s ease-in-out infinite alternate;
}

.playlist-home__overlay {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 16, 42, .98) 0%, rgba(2, 20, 48, .86) 37%, rgba(2, 18, 43, .48) 66%, rgba(1, 12, 31, .8) 100%),
    linear-gradient(0deg, rgba(2, 14, 34, .94) 0%, transparent 35%, rgba(1, 10, 27, .55) 100%);
}

.playlist-home::before,
.playlist-home::after {
  content: '';
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  height: clamp(7px, .8vw, 12px);
  background: rgba(0, 0, 0, .72);
  pointer-events: none;
}
.playlist-home::before { top: 0; }
.playlist-home::after { bottom: 0; }

.playlist-home__number {
  position: absolute;
  z-index: -2;
  right: -2vw;
  bottom: -12vw;
  color: transparent;
  font-size: clamp(280px, 42vw, 760px);
  font-weight: 950;
  line-height: .75;
  -webkit-text-stroke: 2px rgba(255, 203, 5, .1);
  opacity: .75;
  pointer-events: none;
}

.playlist-home__inner {
  width: 100%;
  padding-inline: clamp(24px, 5vw, 96px);
}

.playlist-home__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 58px);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .2em;
}
.playlist-home__topline span:first-child { display: flex; align-items: center; gap: 10px; color: #ffcb05; }
.playlist-home__topline i { width: 34px; height: 3px; border-radius: 4px; background: linear-gradient(90deg, #00a94f, #ffcb05); box-shadow: 0 0 18px rgba(255, 203, 5, .42); }

.playlist-home__hero {
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 4.5vw, 84px);
  align-items: center;
}

.playlist-home__copy { min-width: 0; }

.playlist-home__overline {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.playlist-home__copy h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(48px, 5.25vw, 96px);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -.055em;
  text-shadow: 0 18px 50px rgba(0, 0, 0, .55);
}
.playlist-home__copy h2 em { display: block; color: #ffcb05; font-family: inherit; font-size: .91em; font-style: normal; white-space: normal; }
.playlist-home__description { max-width: 560px; margin: 26px 0 0; color: rgba(255, 255, 255, .78); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; }
.playlist-home__actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.playlist-home__cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 14px 22px; border-radius: 8px; color: #071946; background: #ffcb05; box-shadow: 0 15px 40px rgba(255, 203, 5, .2); font-weight: 900; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.playlist-home__cta:hover,.playlist-home__cta:focus-visible { color: #071946; transform: translateY(-3px); box-shadow: 0 22px 50px rgba(255, 203, 5, .32); }
.playlist-home__count { display: grid; color: rgba(255, 255, 255, .62); font-size: 11px; line-height: 1.15; text-transform: uppercase; }
.playlist-home__count strong { color: #fff; font-size: 24px; }

.playlist-home__stage { position: relative; min-width: 0; }
.playlist-home__player { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(255, 255, 255, .38); border-radius: 4px; background: #000; box-shadow: 0 35px 100px rgba(0, 0, 0, .68), 0 0 0 9px rgba(255, 255, 255, .055); transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease; }
.playlist-home__player::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 50px rgba(0,0,0,.34); pointer-events: none; }
.playlist-home__player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.playlist-home__poster { position: absolute; z-index: 3; inset: 0; display: block; width: 100%; height: 100%; overflow: hidden; padding: 0; border: 0; color: #fff; background: #031633; cursor: pointer; }
.playlist-home__poster[hidden] { display: none; }
.playlist-home__poster > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1),filter .4s ease; }
.playlist-home__poster::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(1,10,27,.52),transparent 55%); transition: background-color .3s ease; }
.playlist-home__poster > span { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; justify-items: center; gap: 11px; transform: translate(-50%,-50%); }
.playlist-home__poster i { display: grid; width: clamp(62px,6vw,88px); height: clamp(62px,6vw,88px); place-items: center; padding-left: 5px; border: 2px solid rgba(255,255,255,.82); border-radius: 50%; color: #071946; background: #ffcb05; box-shadow: 0 18px 50px rgba(0,0,0,.48),0 0 0 10px rgba(255,255,255,.1); font-size: clamp(20px,2vw,30px); font-style: normal; transition: transform .25s ease,box-shadow .25s ease; }
.playlist-home__poster strong { padding: 7px 12px; color: #fff; background: rgba(2,16,42,.82); font-size: 10px; letter-spacing: .14em; }
.playlist-home__poster:hover > img,.playlist-home__poster:focus-visible > img { transform: scale(1.035); filter: brightness(1.06); }
.playlist-home__poster:hover i,.playlist-home__poster:focus-visible i { transform: scale(1.08); box-shadow: 0 22px 60px rgba(0,0,0,.56),0 0 0 13px rgba(255,203,5,.16); }
.playlist-home__player:hover { transform: scale(1.008); box-shadow: 0 42px 120px rgba(0, 0, 0, .76), 0 0 0 9px rgba(255, 203, 5, .08); }
.playlist-home__now { position: absolute; right: 18px; bottom: -13px; padding: 7px 12px; color: #071946; background: #ffcb05; font-size: 9px; font-weight: 950; letter-spacing: .12em; }

.playlist-home__episodes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.5vw, 24px); width: 100%; margin-top: clamp(42px, 5vw, 72px); }
.playlist-home__episode { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; align-items: stretch; padding: 0 0 16px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 4px; color: #fff; background: rgba(3, 21, 51, .76); backdrop-filter: blur(15px); text-decoration: none; transition: transform .25s ease, border-color .25s ease, background-color .25s ease; }
.playlist-home__episode:hover,.playlist-home__episode:focus-visible,.playlist-home__episode.is-playing { border-color: rgba(255, 203, 5, .65); background: rgba(4, 38, 83, .88); transform: translateY(-3px); }
.playlist-home__episode-number { position: absolute; z-index: 2; top: 10px; left: 10px; display: grid; width: 32px; height: 25px; place-items: center; color: #071946; background: #ffcb05; font-size: 10px; font-weight: 950; box-shadow: 0 5px 18px rgba(0,0,0,.28); }
.playlist-home__thumb { position: relative; display: block; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.playlist-home__thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(2,14,34,.42),transparent 55%); transition: opacity .25s ease; }
.playlist-home__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.playlist-home__episode:hover .playlist-home__thumb img { transform: scale(1.045); }
.playlist-home__thumb i { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: #071946; background: #ffcb05; font-size: 12px; font-style: normal; transform: translate(-50%, -50%); box-shadow: 0 10px 28px rgba(0,0,0,.4); }
.playlist-home__episode strong { display: -webkit-box; min-height: 46px; overflow: hidden; margin: 15px 16px 0; color: #fff !important; font-size: clamp(13px, 1vw, 16px); line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.playlist-home__arrow { position: absolute; right: 14px; bottom: 10px; color: #ffcb05; font-size: 18px; }

@keyframes playlist-background { from { transform: scale(1.025) translate3d(-.5%,0,0); } to { transform: scale(1.085) translate3d(1%,-.5%,0); } }

@media (max-width: 1050px) {
  .playlist-home__hero { grid-template-columns: 1fr; }
  .playlist-home__copy { max-width: 760px; }
  .playlist-home__stage { width: min(100%, 900px); margin-left: auto; }
  .playlist-home__episodes { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
}

@media (max-width: 680px) {
  .playlist-home { padding: 58px 0; }
  .playlist-home__inner { padding-inline: 20px; }
  .playlist-home__topline { margin-bottom: 34px; }
  .playlist-home__topline span:last-child { display: none; }
  .playlist-home__copy h2 { font-size: clamp(50px, 17vw, 78px); }
  .playlist-home__description { margin-top: 20px; }
  .playlist-home__actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .playlist-home__cta { width: 100%; }
  .playlist-home__count { display: flex; align-items: center; gap: 8px; }
  .playlist-home__player { margin-inline: -20px; border-inline: 0; box-shadow: 0 28px 70px rgba(0,0,0,.65); }
  .playlist-home__episodes { grid-template-columns: 1fr; }
  .playlist-home__episode strong { min-height: 0; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .playlist-home__background { animation: none; }
  .playlist-home__player,.playlist-home__episode,.playlist-home__cta,.playlist-home__poster > img,.playlist-home__poster i { transition: none; }
}
