.gallery-page{background:var(--base-400);min-height:100dvh;padding-top:clamp(6.25rem,10vw,7.5rem);padding-bottom:calc(4rem + env(safe-area-inset-bottom,0px));box-sizing:border-box;width:100%;max-width:100vw;position:relative;overflow-x:clip}.gallery-page .gallery-header{border-bottom:1px solid #ffffff12;flex-direction:column;align-items:flex-start;gap:1.75rem;max-width:1600px;margin:0 auto clamp(3rem,4.5vw,3.75rem);padding-top:0;padding-left:clamp(1.25rem,4vw,4rem);padding-right:clamp(1.25rem,4vw,4rem);display:flex;padding-bottom:clamp(2.25rem,3.5vw,3rem)!important}.gallery-page .gallery-header-intro{width:100%}.gallery-page .gallery-header .gallery-controls{margin-top:0}.gallery-title{flex-flow:column;align-items:flex-start;gap:.15rem;width:100%;margin:0;padding-top:10px;padding-bottom:10px;line-height:.9;display:flex}.title-wrapper{flex-shrink:0;margin-bottom:-.1em;padding-bottom:.1em;display:block;overflow:hidden}.gallery-title-line{color:var(--text-primary);text-transform:uppercase;letter-spacing:-.02em;white-space:nowrap;font-family:Geist Mono,monospace;font-size:clamp(1.5rem,8vw,2.5rem);font-weight:300;display:block}.gallery-meta{letter-spacing:.18em;text-transform:uppercase;color:var(--text-secondary);opacity:.55;margin-top:.85rem;font-size:.68rem;font-weight:300}.gallery-controls{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%;display:flex}.gallery-filters{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.gallery-page .gallery-filter{color:var(--text-secondary);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;opacity:.45;white-space:nowrap;background:0 0;border:none;padding:.35rem 0 .85rem;font-family:inherit;font-size:.72rem;font-weight:300;transition:color .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);position:relative}.gallery-filter:after{content:"";background:var(--text-primary);transform-origin:0;width:100%;height:1px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.gallery-filter:hover,.gallery-filter.active,.gallery-filter:focus-visible{color:var(--text-primary);opacity:1;outline:none}.gallery-filter:hover:after,.gallery-filter.active:after,.gallery-filter:focus-visible:after{transform:scaleX(1)}.gallery-page .gallery-grid{box-sizing:border-box;will-change:transform,opacity;grid-template-columns:repeat(3,1fr);gap:clamp(.625rem,1.4vw,1rem);width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(1.25rem,4vw,4rem);-moz-column-count:unset!important;column-count:unset!important;display:grid!important}.gallery-page .gallery-item{-webkit-tap-highlight-color:transparent;isolation:isolate;border-radius:3px;width:100%;position:relative;overflow:hidden;-moz-column-break-inside:auto!important;break-inside:auto!important;page-break-inside:auto!important;margin-bottom:0!important;display:block!important}.gallery-empty{text-align:center;letter-spacing:.16em;text-transform:uppercase;color:var(--text-secondary);opacity:.5;grid-column:1/-1;padding:4rem 0 5rem;font-size:.72rem;font-weight:300}.gallery-page .gallery-image-container{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;appearance:none;background:#ffffff06;border:none;margin:0;padding:0;transition:box-shadow .45s;display:block;position:relative;overflow:hidden;aspect-ratio:9/16!important}.gallery-page .gallery-image-container:focus-visible{outline-offset:4px;outline:1px solid #ffffff73}.gallery-page .gallery-image-container:before{content:"";z-index:1;opacity:1;pointer-events:none;background:linear-gradient(105deg,#ffffff03 0%,#ffffff0a 45%,#ffffff03 90%) 0 0/200% 100%;transition:opacity .5s;animation:2.2s ease-in-out infinite gallery-shimmer;position:absolute;inset:0}.gallery-page .gallery-image-container:has(.gallery-image.loaded):before{opacity:0;animation:none}@keyframes gallery-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-page .gallery-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;opacity:0;background:#0000001a;width:100%;height:100%;transition:transform .65s cubic-bezier(.25,.46,.45,.94),opacity .45s,filter .45s;display:block}.gallery-page .gallery-image.loaded{opacity:1}.gallery-page .gallery-image.load-error{background:#ffffff0a;min-height:200px}.gallery-page .gallery-item-overlay{z-index:2;opacity:0;pointer-events:none;background:linear-gradient(#00000059 0%,#0000 28% 72%,#0000008c 100%);flex-direction:column;justify-content:space-between;padding:clamp(.75rem,2vw,1.1rem);transition:opacity .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0}.gallery-item-index{letter-spacing:.2em;color:#ffffff8c;align-self:flex-start;font-family:Geist Mono,monospace;font-size:.58rem;font-weight:400}.gallery-item-category{letter-spacing:.2em;text-transform:uppercase;color:#ffffffbf;align-self:flex-start;margin-top:auto;font-size:.58rem;font-weight:400}.gallery-page .gallery-item:hover .gallery-image,.gallery-page .gallery-item:focus-within .gallery-image{filter:brightness(1.04);transform:scale(1.03)}.gallery-page .gallery-item:hover .gallery-image-container,.gallery-page .gallery-item:focus-within .gallery-image-container{box-shadow:0 12px 40px #00000047}.gallery-page .gallery-item:hover .gallery-item-overlay,.gallery-page .gallery-item:focus-within .gallery-item-overlay{opacity:1}.lightbox-overlay{-webkit-backdrop-filter:blur(16px)brightness(.82);z-index:99999;cursor:pointer;visibility:hidden;opacity:0;overscroll-behavior:none;-webkit-overflow-scrolling:touch;background:#0000008f;justify-content:center;align-items:center;width:100vw;height:100dvh;padding:clamp(3.5rem,8vw,4.5rem) clamp(1rem,4vw,2rem) clamp(1rem,4vw,2rem);display:flex;position:fixed;inset:0;overflow-y:auto}.lightbox-content{cursor:default;pointer-events:none;justify-content:center;align-items:center;width:100%;max-width:420px;margin:auto;display:flex;position:relative}.lightbox-frame{aspect-ratio:9/16;transform-origin:50%;pointer-events:auto;background:#ffffff0a;border-radius:3px;flex-shrink:0;width:min(92vw,420px,56.25dvh - 4.5rem);position:relative;overflow:hidden;box-shadow:0 4px 24px #00000059,0 24px 80px #00000073}.lightbox-image{z-index:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;cursor:default;opacity:1;width:100%;max-width:none;height:100%;max-height:none;display:block;position:absolute;inset:0;transform:translateZ(0)}.lightbox-caption{z-index:2;text-align:left;pointer-events:none;visibility:hidden;opacity:0;box-sizing:border-box;background:linear-gradient(#0000 0%,#00000059 45%,#000000d1 100%);width:100%;padding:clamp(1rem,3vw,1.35rem);position:absolute;bottom:0;left:0}.lightbox-detail{letter-spacing:.22em;text-transform:uppercase;color:#fff9;margin:0 0 .35rem;font-family:Geist Mono,monospace;font-size:.58rem;font-weight:400}.lightbox-title{letter-spacing:.01em;color:#fff;margin:0;font-size:clamp(.85rem,2vw,1rem);font-weight:400;line-height:1.3}.lightbox-year{letter-spacing:.14em;color:#ffffff73;margin:.3rem 0 0;font-family:Geist Mono,monospace;font-size:.58rem;font-weight:300}.lightbox-close{cursor:pointer;color:#ffffffd9;z-index:100000;-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s,border-color .3s,transform .3s,color .3s;display:flex;position:fixed;top:clamp(.75rem,3vw,1.25rem);right:clamp(.75rem,3vw,1.25rem)}.lightbox-close:hover{color:#fff;background:#ffffff1a;border-color:#ffffff38;transform:rotate(90deg)}.lightbox-close:focus-visible{outline-offset:3px;outline:1px solid #ffffff80}.lightbox-close:active{transform:rotate(90deg)scale(.94)}@media (hover:none) and (pointer:coarse){.gallery-item:hover .gallery-image{filter:none;transform:none}.gallery-item:hover .gallery-image-container{box-shadow:none}.gallery-item-overlay{opacity:0;background:linear-gradient(#0000004d 0%,#0000 22% 78%,#00000080 100%)}.gallery-item:active .gallery-item-overlay,.gallery-item:focus-within .gallery-item-overlay{opacity:1}.gallery-item:active .gallery-image{transition:transform .15s ease-out;transform:scale(1.015)}}@media (min-width:769px){.gallery-title{flex-flow:row;align-items:baseline;gap:1rem}.gallery-title-line{font-size:clamp(2rem,10vw,3.5rem)}}@media (min-width:1025px){.gallery-title-line{font-size:clamp(3rem,8vw,7rem)}.gallery-page .gallery-grid{gap:clamp(.75rem,1.6vw,1.125rem)}}@media (min-width:1100px){.gallery-page .gallery-header{flex-flow:wrap;justify-content:space-between;align-items:flex-end;gap:2rem 3rem}.gallery-page .gallery-header-intro{flex:auto;width:auto;min-width:0}.gallery-controls{flex-shrink:0;align-items:flex-end;width:auto}}@media (max-width:768px){.gallery-page .gallery-grid{gap:.875rem;max-width:420px;margin-left:auto;margin-right:auto;-moz-column-count:unset!important;column-count:unset!important;grid-template-columns:1fr!important}.gallery-page{padding-top:100px;padding-bottom:3rem}.gallery-page .gallery-header{gap:1.25rem;margin-bottom:2.5rem;padding-bottom:2rem!important}.gallery-title{padding-top:0;padding-bottom:0}.gallery-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:1.5rem;width:100%;padding-bottom:.25rem;overflow-x:auto}.gallery-filters::-webkit-scrollbar{display:none}.gallery-filter{flex-shrink:0;align-items:center;min-height:44px;padding:.75rem .25rem;display:inline-flex}.lightbox-overlay{align-items:center;padding:4.25rem .75rem 1.25rem}.lightbox-content{max-width:100%}.lightbox-frame{aspect-ratio:9/16;width:min(88vw,380px,56.25dvh - 4.78125rem);max-height:calc(100dvh - 8.5rem)}}@media (max-width:480px){.gallery-page{padding-top:90px;padding-bottom:2.5rem}.gallery-page .gallery-header{margin-bottom:2.25rem;padding-bottom:1.75rem!important}.lightbox-title{font-size:.85rem}}@media (prefers-reduced-motion:reduce){.gallery-image-container:before{opacity:0;animation:none}.gallery-image,.gallery-item-overlay,.lightbox-close{transition:none}.lightbox-overlay,.lightbox-frame,.lightbox-caption{visibility:visible!important;opacity:1!important;transform:none!important}.gallery-item:hover .gallery-image{filter:none;transform:none}}
