
/* ProBarton v23 — artist/video project integration */
.pb-artist-video-project{
  background:#090a0c;
  color:#f5f2ea;
  padding:clamp(64px,8vw,120px) 0;
  border-top:1px solid rgba(205,158,34,.28);
}
.pb-artist-video-project .container{max-width:1180px}
.pb-artist-video-heading{
  max-width:760px;
  margin:0 0 34px;
}
.pb-artist-video-heading h2{
  margin:.35rem 0 1rem;
  font-size:clamp(2.3rem,4.8vw,4.6rem);
  line-height:.96;
}
.pb-artist-video-heading p:last-child{
  max-width:680px;
  color:#c9c5bc;
  font-size:1.05rem;
  line-height:1.7;
}
.pb-artist-video-player{
  width:100%;
  max-width:1050px;
  margin:0 auto;
}
.pb-artist-video-player video{
  display:block;
  width:100%;
  height:auto;
  background:#000;
  border-radius:18px;
  box-shadow:0 22px 70px rgba(0,0,0,.42);
}
.pb-artist-video-support{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  max-width:1050px;
  margin:20px auto 0;
}
.pb-artist-video-support figure{margin:0;overflow:hidden;border-radius:14px;background:#050505}
.pb-artist-video-support img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}
@media (max-width:760px){
  .pb-artist-video-support{grid-template-columns:1fr}
  .pb-artist-video-heading h2{font-size:clamp(2.1rem,11vw,3.4rem)}
}
