.gallery-head{padding-top:clamp(7rem,14vw,10rem);padding-bottom:clamp(1.5rem,4vw,2.5rem)}.gallery-head .section-note{max-width:46ch;margin-top:.75rem}.gallery-index{padding-top:0;padding-bottom:clamp(2rem,5vw,3rem);border-bottom:1px solid var(--line)}.gallery-index-list{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin:0;padding:0}.gallery-index-list a{display:inline-flex;align-items:baseline;gap:.5em;text-decoration:none;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--line);padding:.55rem 1rem;transition:background-color .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}.gallery-index-list a:hover,.gallery-index-list a:focus-visible{background:var(--paper);color:var(--ink);border-color:var(--paper)}.gallery-index-count{opacity:.55;font-size:.85em}.gallery-index-list a:hover .gallery-index-count,.gallery-index-list a:focus-visible .gallery-index-count{opacity:.6}.gallery-section{scroll-margin-top:6rem}.gallery-section+.gallery-section{border-top:1px solid var(--line)}.gallery-section .section-note{max-width:46ch}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:clamp(.35rem,1vw,.65rem)}.gallery-grid .gallery-item{position:relative;display:block;width:100%;aspect-ratio:4 / 3;padding:0;border:0;overflow:hidden;background:#111;cursor:pointer}.gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease),filter .9s var(--ease);filter:grayscale(0)}.gallery-grid .gallery-item:hover img,.gallery-grid .gallery-item:focus-visible img{transform:scale(1.045)}.lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0a0a0af0;padding:clamp(1rem,4vw,3rem)}.lightbox[hidden]{display:none}.lightbox figure{margin:0;max-width:100%;max-height:100%;display:flex;flex-direction:column;align-items:center;gap:.9rem}.lightbox img{max-width:100%;max-height:78vh;width:auto;height:auto;object-fit:contain}.lightbox figcaption{font-size:.78rem;letter-spacing:.08em;opacity:.7;text-align:center;min-height:1em}.lightbox-close,.lightbox-nav{position:absolute;background:transparent;border:0;color:var(--paper);cursor:pointer;line-height:1}.lightbox-close{top:clamp(.75rem,3vw,1.75rem);right:clamp(.75rem,3vw,1.75rem);font-size:2rem;font-weight:300;padding:.25rem .5rem}.lightbox-nav{top:50%;transform:translateY(-50%);font-size:3rem;font-weight:200;padding:.5rem 1rem}.lightbox-prev{left:clamp(.25rem,2vw,1.25rem)}.lightbox-next{right:clamp(.25rem,2vw,1.25rem)}.lightbox-close:hover,.lightbox-close:focus-visible,.lightbox-nav:hover,.lightbox-nav:focus-visible{opacity:.65}@media(max-width:640px){.lightbox-nav{font-size:2.2rem}}
