
/* ProBarton v26 — People curation + visible product breadth */
.pbv2-people .pbv2-people-media,
.pbv2-people-media,
.pb-people-collage,
.pb-people-mosaic{
  background:transparent !important;
  gap:8px !important;
}
.pbv2-people .pbv2-people-media img,
.pbv2-people-media img,
.pb-people-collage img,
.pb-people-mosaic img{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}
.pb-product-beyond{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  padding:clamp(68px,8vw,120px) 0 !important;
  background:#0a0b0d !important;
  color:#f6f3ec !important;
}
.pb-product-beyond-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:20px !important;
  margin-top:36px !important;
}
.pb-product-beyond-grid figure{
  margin:0 !important;
  overflow:hidden !important;
  border-radius:16px !important;
  background:#050505 !important;
}
.pb-product-beyond-grid img{
  display:block !important;
  width:100% !important;
  aspect-ratio:3/2 !important;
  object-fit:cover !important;
}
@media(max-width:760px){
  .pb-product-beyond-grid{grid-template-columns:1fr !important;}
}
