.gallery-controls{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px}
.gallery-filter{background:transparent;border:1px solid var(--line);border-radius:24px;padding:8px 13px;color:var(--ink);font:600 12px "DM Sans",sans-serif;cursor:pointer}
.gallery-filter.active{background:var(--ink);border-color:var(--ink);color:#fff}
.gallery-full figure.document-image{background:#313a34;padding:9px}
.gallery-full figure.document-image img{object-fit:contain}
.gallery-full figure:first-child{grid-column:span 2;grid-row:span 2}
.gallery-full figure{cursor:zoom-in}
.image-viewer{padding:42px 20px 20px;border:0;background:rgba(10,19,14,.96);max-width:none;max-height:none;width:100vw;height:100vh;align-items:center;justify-content:center;overflow:hidden}
.image-viewer[open]{display:flex}
.image-viewer::backdrop{background:rgba(10,19,14,.96)}
.image-viewer img{max-width:calc(100vw - 56px);max-height:calc(100vh - 56px);object-fit:contain}
.viewer-close{position:absolute;top:16px;right:23px;width:38px;height:38px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:transparent;color:#fff;font-size:27px;line-height:30px;cursor:pointer}
@media(max-width:760px){.gallery-full figure:first-child{grid-column:span 2;grid-row:span 2}}
