
/* PKO Chantier 02 — mise en page éditoriale v1 */
body.pko-c02-layout .entry-content,
body.pko-c02-layout .wp-block-post-content{
  max-width: 1080px;
  margin-inline:auto;
  line-height:1.72;
  font-size:1.04rem;
}
body.pko-c02-layout .entry-content > p,
body.pko-c02-layout .wp-block-post-content > p{max-width:820px;margin-left:auto;margin-right:auto}
body.pko-c02-layout h2{
  margin-top:3rem;
  padding-top:1.1rem;
  border-top:1px solid currentColor;
  font-size:clamp(1.45rem,2.3vw,2rem);
}
body.pko-c02-layout h3{margin-top:2rem;font-size:1.25rem}
body.pko-c02-layout blockquote{max-width:820px;margin:2rem auto;padding:1rem 1.4rem;border-left:3px solid currentColor}
body.pko-c02-layout table{display:block;overflow-x:auto;max-width:100%;font-size:.94rem}
body.pko-c02-layout img{height:auto;max-width:100%}

/* Bloc créé lors de l'assemblage 2.5.0 */
body.pko-c02-layout .pko-c02-media-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:start;
  margin:2rem 0 4rem;
}
body.pko-c02-layout .pko-c02-media-gallery figure{
  margin:0;
  break-inside:avoid;
  text-align:center;
}
body.pko-c02-layout .pko-c02-media-gallery img{
  width:100%;
  max-height:420px;
  object-fit:contain;
  background:rgba(127,127,127,.06);
}
body.pko-c02-layout .pko-c02-media-gallery figcaption{
  font-size:.82rem;
  line-height:1.35;
  margin-top:.5rem;
  opacity:.75;
}

/* Album, spectacle et tournée : iconographie plus calme */
body.pko-c02-album .pko-c02-media-gallery,
body.pko-c02-spectacle .pko-c02-media-gallery,
body.pko-c02-tournee .pko-c02-media-gallery{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body.pko-c02-album .pko-c02-media-gallery img,
body.pko-c02-spectacle .pko-c02-media-gallery img,
body.pko-c02-tournee .pko-c02-media-gallery img{max-height:520px}

/* Chronique : mosaïque documentaire compacte */
body.pko-c02-chronique .pko-c02-media-gallery{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
body.pko-c02-chronique .pko-c02-media-gallery img{max-height:360px}

/* Photothèque : vraie grille photo */
body.pko-c02-phototheque .pko-c02-media-gallery{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
body.pko-c02-phototheque .pko-c02-media-gallery img{
  aspect-ratio:4/3;
  height:auto;
  max-height:none;
  object-fit:cover;
}

/* Tickets/documents : scans lisibles sans colonne interminable */
body.pko-c02-documents .pko-c02-media-gallery{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
body.pko-c02-documents .pko-c02-media-gallery img{
  max-height:520px;
  object-fit:contain;
}

@media (max-width:800px){
  body.pko-c02-layout .pko-c02-media-gallery,
  body.pko-c02-phototheque .pko-c02-media-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:520px){
  body.pko-c02-layout .pko-c02-media-gallery,
  body.pko-c02-phototheque .pko-c02-media-gallery{
    grid-template-columns:1fr;
  }
}
