.gallery-page-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 7vw;border-bottom:1px solid var(--line)}.gallery-page-header img{width:145px;height:44px;object-fit:cover}.gallery-page-header>a:last-child{font-size:13px;color:#999}.gallery-page{padding:90px 7vw 130px;min-height:80vh}.gallery-page-title{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:end;gap:4vw}.gallery-page-title h1{font-size:clamp(58px,7vw,110px);line-height:.86}.gallery-page-title>p:last-child{color:#888}.gallery-filters{display:flex;gap:10px;flex-wrap:wrap;margin:75px 0 35px;padding-bottom:20px;border-bottom:1px solid var(--line)}.gallery-filters button{background:#171717;color:#999;border:1px solid #333}.gallery-filters button.active,.gallery-filters button:hover{background:var(--green);color:#071006;border-color:var(--green)}.full-gallery{columns:3;column-gap:18px}.full-gallery figure{break-inside:avoid;margin:0 0 18px;position:relative;cursor:zoom-in;overflow:hidden}.full-gallery img{width:100%;height:auto;transition:transform .5s,filter .5s}.full-gallery figure:hover img{transform:scale(1.025);filter:brightness(.72)}.full-gallery figcaption{position:absolute;left:18px;bottom:16px;opacity:0;transform:translateY(8px);transition:.3s;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.full-gallery figure:hover figcaption{opacity:1;transform:none}.gallery-empty{color:#777}.gallery-page-footer{padding:28px 7vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#777;font-size:12px}.lightbox{position:fixed;z-index:50;inset:0;background:rgba(0,0,0,.94);display:grid;place-items:center;padding:6vh 7vw}.lightbox[hidden]{display:none}.lightbox img{max-width:90vw;max-height:80vh}.lightbox button{position:absolute;right:25px;top:20px;background:none;color:white;font-size:34px}.lightbox p{position:absolute;bottom:20px}.lightbox button{cursor:pointer}@media(max-width:800px){.gallery-page{padding:65px 6vw}.gallery-page-title{grid-template-columns:1fr}.full-gallery{columns:2}.gallery-page-header{height:72px;padding:0 6vw}}@media(max-width:520px){.full-gallery{columns:1}}.gallery-filters button{line-height:1.25;text-align:left}
