/* LDF archive: scoped styles, complete posters without cropping. */
.ldf-archive{margin:3rem 0;padding:2rem 0;border-top:1px solid #5556;border-bottom:1px solid #5556}
.ldf-archive .ldf-intro{max-width:76ch}
.ldf-archive .ldf-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}
.ldf-archive figure{margin:0;min-width:0}
.ldf-archive .ldf-image{display:flex;align-items:center;justify-content:center;background:#111;border:1px solid #5556;padding:8px;min-height:240px}
.ldf-archive .ldf-image img{display:block;width:100%;height:330px;max-width:100%;object-fit:contain;border-radius:0;margin:0}
.ldf-archive figcaption{font-size:.9rem;line-height:1.6;margin-top:12px}
.ldf-archive figcaption strong{display:block}
.ldf-archive .ldf-credit{font-size:.8rem;margin-top:8px}
.ldf-archive .ldf-credit a{text-decoration:underline;text-underline-offset:3px}
.ldf-archive .ldf-note{font-size:.85rem;margin-top:24px}
.ldf-archive a:focus-visible{outline:3px solid currentColor;outline-offset:5px}
@media(max-width:850px){.ldf-archive .ldf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.ldf-archive .ldf-grid{grid-template-columns:1fr}.ldf-archive .ldf-image img{height:auto;max-height:560px}.ldf-archive{padding:1.5rem 0}}

#ldf-archive{margin:45px 0 0;padding:35px 0 0;border-bottom:0}
#ldf-archive .ldf-feature{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px;align-items:center}
#ldf-archive .ldf-image img{height:auto;max-height:530px}
#ldf-archive h3{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:22px}
#ldf-archive p+p{margin-top:18px}
#ldf-archive .ldf-appearance{color:var(--ink);border-left:3px solid var(--red);padding-left:18px}
#ldf-archive .smalllink{display:inline-block;margin-top:22px}
@media(max-width:700px){#ldf-archive .ldf-feature{grid-template-columns:1fr;gap:25px}#ldf-archive .ldf-image img{max-height:560px}}
