.lightbox-gallery-wrapper{display:flex;justify-content:center;padding:0 1rem;width:100%}.lightbox-gallery-wrapper,.lightbox-gallery-wrapper *,.lightbox-gallery-wrapper :after,.lightbox-gallery-wrapper :before{box-sizing:border-box}.lightbox-gallery{display:flex;flex-direction:column;gap:1.25rem;max-width:67rem;width:100%}.lightbox-gallery__header{display:flex;flex-direction:column;gap:.3125rem;text-align:center}.lightbox-gallery__title{line-height:2.5rem;margin:0}.lightbox-gallery__subtitle{font-size:1rem;line-height:1.5rem;margin:0}.lightbox-gallery__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.lightbox-gallery__item{aspect-ratio:4/3;border-radius:.5rem;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease}.lightbox-gallery__item:hover{transform:scale(1.05)}.lightbox-gallery__image{display:block;height:100%;object-fit:cover;width:100%}.lightbox-gallery__overlay{align-items:center;background:rgba(0,0,0,.6);display:flex;flex-direction:column;gap:.25rem;inset:0;justify-content:center;pointer-events:none;position:absolute}.lightbox-gallery__overlay svg{flex-shrink:0;height:1.5rem;width:1.5rem}.lightbox-gallery__overlay-text{color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.0175rem;line-height:1.25rem;text-align:center;text-transform:uppercase}.lightbox-gallery__overlay--mobile{display:none}.lightbox-gallery__overlay--desktop{display:flex}.lightbox-gallery__modal{align-items:center;background:rgba(0,0,0,.5);display:none;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1000}.lightbox-gallery__modal.show{display:flex}.lightbox-gallery__modal-content{animation:zoomIn .4s ease;backdrop-filter:blur(1.5rem);background:rgba(0,0,0,.7);border-radius:.5rem;display:flex;flex-direction:column;max-height:90vh;max-width:67rem;padding:1rem;position:relative;width:100%}@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.lightbox-gallery__modal-image{max-height:calc(90vh - 8.75rem);object-fit:contain;padding:0 4rem;width:100%}.lightbox-gallery__modal-close{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;height:2.5rem;justify-content:center;padding:0;position:absolute;right:1rem;top:1rem;width:2.5rem;z-index:1002}.lightbox-gallery__modal-close svg{height:1.5rem;width:1.5rem}.lightbox-gallery__nav{background:transparent;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:2rem;padding:.5rem 1rem;position:absolute;top:50%;transform:translateY(-50%);z-index:1001}.lightbox-gallery__nav.prev{left:1rem}.lightbox-gallery__nav.next{right:1rem}.lightbox-gallery__modal-thumbs{margin-top:.5rem;overflow:hidden;padding:.75rem 0}.lightbox-gallery__modal-thumbs-track{align-items:center;display:flex;gap:.5rem;transition:transform .35s ease;width:max-content}.lightbox-gallery__modal-thumbs img{border:.125rem solid transparent;cursor:pointer;flex-shrink:0;height:3.4375rem;object-fit:cover;opacity:.4;width:5rem}.lightbox-gallery__modal-thumbs img.active{border-color:#fff;opacity:1}@media (max-width:767px){.lightbox-gallery__grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.lightbox-gallery__item:first-child,.lightbox-gallery__item:nth-child(2){grid-column:1/-1}.lightbox-gallery__item[data-desktop-only]{display:none}.lightbox-gallery__overlay--mobile{display:flex}.lightbox-gallery__nav,.lightbox-gallery__overlay--desktop{display:none}.lightbox-gallery__modal{padding:0}.lightbox-gallery__modal-content{border-radius:0;height:100vh;justify-content:center;max-height:100vh;max-width:100%;padding:0 1rem}.lightbox-gallery__modal-image{height:auto;max-height:none;order:1;padding:0}.lightbox-gallery__modal-close{align-self:flex-end;margin-bottom:2.0625rem;order:0;position:static}.lightbox-gallery__modal-thumbs{margin-top:2.0625rem;order:2}}