.mvn-cinema {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 10vw, 140px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,215,0,.10), transparent 34%),
    radial-gradient(circle at 15% 80%, rgba(72,188,255,.08), transparent 30%),
    #030303;
}

.mvn-cinema::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle, #000, transparent 78%);
}

.mvn-cinema-shell {
  position: relative;
  width: min(1180px, calc(100% - 38px));
  margin: 0 auto;
}

.mvn-cinema-head {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 34px;
}

.mvn-cinema-head h2 {
  max-width: 760px;
  margin: 8px 0 0;
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.mvn-cinema-controls {
  display: flex;
  gap: 8px;
}

.mvn-cinema-control {
  padding: 10px 15px;
  cursor: pointer;
  color: #ffd700;
  font: 700 .72rem/1 inherit;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(255,215,0,.35);
  border-radius: 999px;
  background: rgba(255,215,0,.06);
}

.mvn-cinema-control:hover,
.mvn-cinema-control:focus-visible {
  color: #050505;
  background: #ffd700;
}

.mvn-cinema-stage {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(255,215,0,.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,215,0,.06), transparent 42%),
    rgba(5,5,5,.82);
  box-shadow: 0 45px 110px rgba(0,0,0,.46);
}

.mvn-cinema-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 142px;
  aspect-ratio: 1;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(255,215,0,.65);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,215,0,.18), rgba(5,5,5,.96) 67%);
  box-shadow:
    0 0 0 22px rgba(255,215,0,.025),
    0 0 70px rgba(255,215,0,.2);
  transform: translate(-50%, -50%);
}

.mvn-cinema-core::before,
.mvn-cinema-core::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255,215,0,.22);
  border-radius: 50%;
  animation: mvn-cinema-orbit 12s linear infinite;
}

.mvn-cinema-core::before {
  inset: -38px;
}

.mvn-cinema-core::after {
  inset: -72px;
  animation-direction: reverse;
  animation-duration: 18s;
}

.mvn-cinema-core strong,
.mvn-cinema-core span {
  display: block;
}

.mvn-cinema-core strong {
  color: #ffd700;
  font-size: 1rem;
  letter-spacing: .12em;
}

.mvn-cinema-core span {
  margin-top: 6px;
  color: rgba(255,255,255,.62);
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mvn-cinema-node {
  position: absolute;
  z-index: 3;
  width: min(190px, 24%);
  padding: 14px;
  color: rgba(255,255,255,.52);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
  opacity: .46;
  transition:
    opacity .55s ease,
    color .55s ease,
    border-color .55s ease,
    background .55s ease,
    transform .55s ease,
    box-shadow .55s ease;
}

.mvn-cinema-node strong,
.mvn-cinema-node span {
  display: block;
}

.mvn-cinema-node strong {
  font-size: .86rem;
}

.mvn-cinema-node span {
  margin-top: 4px;
  font-size: .68rem;
}

.mvn-cinema-node.is-active {
  color: #fff;
  opacity: 1;
  border-color: rgba(255,215,0,.72);
  background: rgba(255,215,0,.09);
  box-shadow: 0 0 36px rgba(255,215,0,.12);
  transform: scale(1.06);
}

.mvn-cinema-node[data-index="0"] { top: 8%; left: 8%; }
.mvn-cinema-node[data-index="1"] { top: 8%; right: 8%; }
.mvn-cinema-node[data-index="2"] { top: 38%; right: 4%; }
.mvn-cinema-node[data-index="3"] { right: 10%; bottom: 8%; }
.mvn-cinema-node[data-index="4"] { bottom: 8%; left: 10%; }
.mvn-cinema-node[data-index="5"] { top: 38%; left: 4%; }

.mvn-cinema-message {
  position: absolute;
  z-index: 5;
  bottom: 26px;
  left: 50%;
  width: min(620px, calc(100% - 36px));
  padding: 17px 20px;
  text-align: center;
  border-top: 1px solid rgba(255,215,0,.38);
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.88), transparent);
  transform: translateX(-50%);
}

.mvn-cinema-message strong {
  display: block;
  color: #ffd700;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mvn-cinema-message p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(.8rem, 1.5vw, .95rem);
}

.mvn-cinema-timeline {
  height: 2px;
  margin-top: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.09);
}

.mvn-cinema-timeline span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #b79100, #ffd700, #65d8ff);
  transform: scaleX(0);
  transform-origin: left;
}

.mvn-cinema.is-playing .mvn-cinema-timeline span {
  animation: mvn-cinema-progress 21s linear forwards;
}

@keyframes mvn-cinema-orbit {
  to { transform: rotate(360deg); }
}

@keyframes mvn-cinema-progress {
  to { transform: scaleX(1); }
}

@media (max-width: 720px) {
  .mvn-cinema-head {
    display: block;
  }

  .mvn-cinema-controls {
    margin-top: 20px;
  }

  .mvn-cinema-stage {
    min-height: 650px;
  }

  .mvn-cinema-node {
    width: 42%;
  }

  .mvn-cinema-node[data-index="0"] { top: 5%; left: 5%; }
  .mvn-cinema-node[data-index="1"] { top: 5%; right: 5%; }
  .mvn-cinema-node[data-index="2"] { top: 27%; right: 4%; }
  .mvn-cinema-node[data-index="3"] { right: 5%; bottom: 21%; }
  .mvn-cinema-node[data-index="4"] { bottom: 21%; left: 5%; }
  .mvn-cinema-node[data-index="5"] { top: 27%; left: 4%; }

  .mvn-cinema-core {
    top: 54%;
    width: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvn-cinema-core::before,
  .mvn-cinema-core::after,
  .mvn-cinema.is-playing .mvn-cinema-timeline span {
    animation: none !important;
  }
}
