/* PATCH69_MEDIA_GRID - Cuadrículas multimedia responsivas del catálogo ADJL. */
.catalog-media-section{margin-top:20px}
.catalog-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px}
.catalog-section-heading h2{margin:0 0 6px}
.catalog-section-heading p{margin:0}
.catalog-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense;gap:16px}
.catalog-media-grid--single{grid-template-columns:minmax(0,820px);justify-content:center}
.catalog-media-tile{min-width:0;border:1px solid var(--l,#dbe5ef);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.06);display:flex;flex-direction:column}
.catalog-media-tile--featured{grid-column:span 2}
.catalog-media-frame{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:4/3;background:linear-gradient(145deg,#0f172a,#1e293b);overflow:hidden}
.catalog-media-tile--featured .catalog-media-frame{aspect-ratio:16/9}
.catalog-media-frame img,.catalog-media-frame video,.catalog-media-frame iframe{display:block;width:100%;height:100%;border:0;object-fit:contain;background:#0b1220}
.catalog-media-frame img{cursor:zoom-in}
.catalog-media-caption{padding:12px 14px;min-height:48px;display:flex;align-items:center;overflow-wrap:anywhere}
.catalog-expand{position:absolute;right:10px;top:10px;width:38px;height:38px;border:0;border-radius:999px;background:rgba(15,23,42,.82);color:#fff;font-size:20px;cursor:pointer;display:grid;place-items:center;z-index:2;box-shadow:0 5px 16px rgba(0,0,0,.28)}
.catalog-expand:hover{background:#0f4c75}
.catalog-file-fallback{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;color:#fff;padding:24px;text-align:center}
.catalog-lightbox{position:fixed;inset:0;z-index:99999;background:rgba(2,6,23,.88);display:none;align-items:center;justify-content:center;padding:24px}
.catalog-lightbox.is-open{display:flex}
.catalog-lightbox-dialog{position:relative;width:min(1120px,96vw);max-height:92vh;background:#07111f;border-radius:20px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.48)}
.catalog-lightbox-content{display:grid;place-items:center;width:100%;height:min(80vh,760px);background:#030712}
.catalog-lightbox-content img,.catalog-lightbox-content video,.catalog-lightbox-content iframe{display:block;width:100%;height:100%;object-fit:contain;border:0;background:#000}
.catalog-lightbox-close{position:absolute;right:12px;top:12px;z-index:3;width:44px;height:44px;border:0;border-radius:999px;background:rgba(15,23,42,.9);color:#fff;font-size:30px;line-height:1;cursor:pointer}
body.catalog-lightbox-open{overflow:hidden}
@media(max-width:920px){.catalog-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-media-tile--featured{grid-column:span 2}}
@media(max-width:620px){.catalog-media-grid,.catalog-media-grid--single{grid-template-columns:1fr}.catalog-media-tile--featured{grid-column:span 1}.catalog-media-frame,.catalog-media-tile--featured .catalog-media-frame{aspect-ratio:16/10}.catalog-lightbox{padding:10px}.catalog-lightbox-content{height:78vh}.catalog-media-caption{min-height:auto}}
