.pv-page {
  background:
    radial-gradient(circle at 72% 14%, rgba(120, 168, 92, 0.12), transparent 34%),
    linear-gradient(180deg, #0d0f0f 0%, #121515 50%, #090a0a 100%);
}

.pv-hero h1 {
  max-width: 12ch;
}

.pv-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(20px, 6vw, 84px) clamp(40px, 6vw, 64px);
}

.pv-stage figure.pv-player {
  margin: 0;
  width: min(100%, 420px);
  background: #050606;
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.pv-stage video {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 860px);
  background: #050606;
}

.pv-stills {
  width: min(100%, 720px);
  padding: 0 clamp(20px, 6vw, 84px) clamp(40px, 6vw, 64px);
  margin: 0 auto;
}

.pv-stills-head {
  margin-bottom: 16px;
}

.pv-stills-head h2 {
  margin: 6px 0 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.15;
  color: var(--ink);
}

.pv-stills-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pv-stills figure {
  margin: 0;
  background: #050606;
  border: 1px solid var(--line);
}

.pv-stills img {
  display: block;
  width: 100%;
  height: auto;
}

.pv-stills figcaption {
  padding: 12px 14px 14px;
  font-size: 0.92rem;
  color: var(--muted, #b7bbb6);
}

.pv-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 640px) {
  .pv-stills-grid {
    grid-template-columns: 1fr;
  }
}
