.csm-lightbox{z-index:2000;background:rgba(0,0,0,.92);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem 5.5rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.csm-lightbox__close{color:#fff;cursor:pointer;background:rgba(255,255,255,.12);border:0;border-radius:4px;width:2.5rem;height:2.5rem;font-size:1.75rem;line-height:1;position:absolute;top:1rem;right:1rem}.csm-lightbox__nav{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:0;width:2.75rem;height:2.75rem;font-size:2.5rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.csm-lightbox__nav--prev{left:.5rem}.csm-lightbox__nav--next{right:.5rem}.csm-lightbox__stage{flex:1;justify-content:center;align-items:center;width:min(100%,64rem);min-height:0;display:flex}.csm-lightbox__img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:min(72vh,42rem)}.csm-lightbox__thumbs{gap:.35rem;max-width:min(100% - 2rem,48rem);padding:.25rem;display:flex;position:absolute;bottom:.75rem;left:50%;overflow-x:auto;transform:translate(-50%)}.csm-lightbox__thumb{cursor:pointer;opacity:.65;background:#111;border:2px solid transparent;flex-shrink:0;width:3.25rem;height:3.25rem;padding:0}.csm-lightbox__thumb--active{border-color:var(--color-gold);opacity:1}.csm-lightbox__thumb img{object-fit:cover;width:100%;height:100%}
.csm-gallery-album{padding:0 0 4rem}.csm-gallery-album__toolbar{padding:1.25rem 1rem .5rem}.csm-gallery-album__back{opacity:.75;margin:0;font-size:.85rem}.csm-gallery-album__hero{text-align:center;background:var(--brand-primary);isolation:isolate;background-position:50%;background-size:cover;width:100%;padding:max(2.25rem,min(7vw,3.5rem)) 1rem;position:relative}.csm-gallery-album__hero:before{content:"";background:color-mix(in srgb,var(--brand-primary)82%,#000);z-index:-1;position:absolute;top:0;bottom:0;left:0;right:0}.csm-gallery-album__hero h1{font-family:var(--font-display),var(--font-family-display);letter-spacing:.04em;text-transform:uppercase;color:#fff;margin:0;font-size:max(1.35rem,min(3.5vw,2.25rem));font-weight:600;line-height:1.2}.csm-gallery-album__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;width:min(100% - 2rem,56rem);margin:2rem auto 0;padding:0;list-style:none;display:grid}.csm-gallery-album__tile{cursor:zoom-in;aspect-ratio:3/4;background:#111;border:0;width:100%;padding:0;display:block;overflow:hidden}.csm-gallery-album__tile img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.csm-gallery-album__tile:hover img{transform:scale(1.04)}@media (max-width:900px){.csm-gallery-album__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.csm-gallery-album__grid{grid-template-columns:1fr}}
