:root{--gallery-night:#061521;--gallery-blue:#2866ff;--gallery-cyan:#20cffa;--gallery-lime:#adff2f;--gallery-paper:#f5f8f9;--gallery-line:#d6e1e7;--gallery-ink:#082235}.gallery-hero{min-height:430px;padding:86px 0 70px;display:flex;align-items:flex-end;color:#eef8fc;background:radial-gradient(circle at 82% 20%,rgba(32,207,250,.2),transparent 28%),linear-gradient(120deg,#061521,#08334d)}.gallery-hero p,.gallery-heading p{font:500 9px "DM Mono",monospace;letter-spacing:.14em}.gallery-hero h1{margin:18px 0;font-size:clamp(58px,7vw,96px);line-height:.88;letter-spacing:-.07em}.gallery-hero span{color:#a9bec9;font-size:14px}.gallery-directory{padding:74px 0 110px;background:var(--gallery-paper)}.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.gallery-heading p{color:var(--gallery-blue)}.gallery-heading h2{margin:10px 0 0;font-size:44px;letter-spacing:-.05em}.gallery-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.gallery-filters button{padding:9px 13px;border:1px solid var(--gallery-line);border-radius:99px;color:#476171;background:#fff;font:700 9px Inter,sans-serif;cursor:pointer}.gallery-filters button.active{color:#fff;border-color:var(--gallery-blue);background:var(--gallery-blue)}.gallery-grid{margin-top:42px;display:grid;grid-template-columns:repeat(12,1fr);gap:26px}.gallery-card{grid-column:span 4;min-width:0;background:#fff;border-bottom:1px solid var(--gallery-line)}.gallery-card:nth-child(5n+1),.gallery-card:nth-child(5n+2){grid-column:span 6}.gallery-card[hidden]{display:none}.gallery-card>button{width:100%;height:300px;padding:0;display:block;overflow:hidden;border:0;background:#dce7ec;cursor:zoom-in}.gallery-card:nth-child(5n+1)>button,.gallery-card:nth-child(5n+2)>button{height:390px}.gallery-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.gallery-card:hover img{transform:scale(1.025)}.gallery-card>div{padding:20px}.gallery-card p{margin:0;color:var(--gallery-blue);font:500 8px "DM Mono",monospace;text-transform:uppercase}.gallery-card h3{margin:9px 0 0;font-size:19px}.gallery-card span{display:block;margin-top:10px;color:#617887;font-size:11px;line-height:1.55}.gallery-empty{grid-column:1/-1;padding:90px 30px;text-align:center;border:1px solid var(--gallery-line);background:#fff}.gallery-empty span{color:var(--gallery-blue);font:500 9px "DM Mono",monospace}.gallery-lightbox{width:min(1100px,calc(100% - 30px));padding:0;border:0;background:#061521;color:#fff;box-shadow:0 30px 100px rgba(0,0,0,.5)}.gallery-lightbox::backdrop{background:rgba(1,12,20,.88)}.gallery-lightbox>button{position:absolute;z-index:2;right:14px;top:14px;width:38px;height:38px;border:0;border-radius:50%;color:#fff;background:rgba(4,24,38,.8);font-size:22px;cursor:pointer}.gallery-lightbox img{width:100%;max-height:76vh;display:block;object-fit:contain;background:#020b12}.gallery-lightbox>div{padding:18px 22px;display:flex;justify-content:space-between;gap:20px}.gallery-lightbox span{color:#9fb3be;font-size:11px}@media(max-width:800px){.gallery-heading{align-items:start;flex-direction:column}.gallery-filters{justify-content:flex-start}.gallery-card,.gallery-card:nth-child(n){grid-column:span 6}.gallery-card>button,.gallery-card:nth-child(n)>button{height:280px}}@media(max-width:540px){.gallery-card,.gallery-card:nth-child(n){grid-column:1/-1}.gallery-hero h1{font-size:58px}.gallery-lightbox>div{flex-direction:column}}
