.posters{background:#f7f8f4}
.posters h2{max-width:900px}
.poster-gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem}
.poster-card{margin:0;min-width:0}
.poster-card button{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;color:inherit}
.poster-image{aspect-ratio:2/3;overflow:hidden;background:#e1e5df;box-shadow:0 12px 35px rgba(23,33,29,.12)}
.poster-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.poster-card button:hover img,.poster-card button:focus-visible img{transform:scale(1.025);filter:saturate(1.05)}
.poster-card figcaption{display:flex;gap:.75rem;padding:.8rem 0 1.25rem;font-weight:700;line-height:1.25}
.poster-card .number{padding-top:.16rem;color:#777f77;font-size:.72rem;font-weight:400}
@media(max-width:1100px){.poster-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:800px){.poster-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.poster-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.poster-card figcaption{font-size:.86rem}}
