.module--gallery .gallery-preview,.module--gallery .archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.module--gallery .gallery-thumb,.module--gallery .award-thumb{appearance:none;border:1px solid var(--line);padding:0;background:#07121b;border-radius:12px;overflow:hidden;cursor:pointer}.module--gallery .gallery-thumb img{width:100%;height:180px;object-fit:cover;transition:transform .3s}.module--gallery .gallery-thumb:hover img{transform:scale(1.04)}.module--gallery .archive-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}.module--gallery .archive-panel{margin-top:30px;padding-top:30px;border-top:1px solid var(--line)}.module--gallery .archive-grid{grid-template-columns:repeat(6,1fr)}.module--gallery .archive-grid .gallery-thumb img{height:120px}.module--gallery .awards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.module--gallery .award-thumb img{width:100%;height:260px;object-fit:contain;background:#fff}.gallery-lightbox{position:fixed;inset:0;z-index:300;background:rgba(0,6,10,.94);display:grid;place-items:center;padding:40px}.gallery-lightbox[hidden]{display:none}.gallery-lightbox img{max-width:min(1100px,94vw);max-height:90vh;object-fit:contain}.gallery-lightbox button{position:absolute;right:24px;top:15px;border:0;background:transparent;color:#fff;font-size:3rem;cursor:pointer}@media(max-width:900px){.module--gallery .gallery-preview{grid-template-columns:repeat(3,1fr)}.module--gallery .archive-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.module--gallery .gallery-preview{grid-template-columns:repeat(2,1fr)}.module--gallery .gallery-thumb img{height:145px}.module--gallery .archive-grid{grid-template-columns:repeat(3,1fr)}.module--gallery .archive-grid .gallery-thumb img{height:90px}.module--gallery .awards-grid{grid-template-columns:1fr}}