.PhotoGallery_grid__16p17{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.PhotoGallery_item__ywynW{position:relative;aspect-ratio:16/9;overflow:hidden;cursor:pointer;background-color:var(--wcp-navy-800);opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.PhotoGallery_revealed__dsMOz{opacity:1;transform:translateY(0)}.PhotoGallery_itemFull__F_n1S{grid-column:1/-1}.PhotoGallery_image__7_URf{object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1),filter .6s cubic-bezier(.22,1,.36,1)}.PhotoGallery_item__ywynW:hover .PhotoGallery_image__7_URf{transform:scale(1.02);filter:brightness(1.1) contrast(1.03)}.PhotoGallery_item__ywynW:focus-visible{outline:2px solid var(--wcp-gold-500);outline-offset:2px}.PhotoGallery_lightbox__Xs73R{position:fixed;inset:0;z-index:2000;background-color:rgba(25,28,46,.97);display:flex;align-items:center;justify-content:center;cursor:pointer;animation:PhotoGallery_lbFadeIn__nAWAp .3s cubic-bezier(.22,1,.36,1)}@keyframes PhotoGallery_lbFadeIn__nAWAp{0%{opacity:0}to{opacity:1}}.PhotoGallery_lbContent__Arx77{max-width:88vw;max-height:84vh;cursor:default;animation:PhotoGallery_lbSlideUp__5EFAD .4s cubic-bezier(.22,1,.36,1)}@keyframes PhotoGallery_lbSlideUp__5EFAD{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.PhotoGallery_lbImage__pnWGB{width:100%;height:auto;max-height:84vh;object-fit:contain;display:block}.PhotoGallery_lbClose__kFgft{position:absolute;top:20px;right:20px;background:none;border:none;color:hsla(0,0%,100%,.5);cursor:pointer;z-index:10;padding:10px;transition:color .25s ease}.PhotoGallery_lbClose__kFgft:hover{color:#fff}.PhotoGallery_lbNav__y4HNe{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:hsla(0,0%,100%,.4);cursor:pointer;z-index:10;padding:20px;transition:color .25s ease}.PhotoGallery_lbNav__y4HNe:hover{color:hsla(0,0%,100%,.9)}.PhotoGallery_lbPrev__WPZ9B{left:8px}.PhotoGallery_lbNext__8pIaF{right:8px}.PhotoGallery_lbCounter__uIa_J{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.3);font-size:.75rem;font-family:var(--font-body);letter-spacing:.15em}@media (max-width:768px){.PhotoGallery_grid__16p17{grid-template-columns:1fr;gap:3px}.PhotoGallery_itemFull__F_n1S{grid-column:1}.PhotoGallery_lbNav__y4HNe{padding:14px}.PhotoGallery_lbPrev__WPZ9B{left:2px}.PhotoGallery_lbNext__8pIaF{right:2px}}@media (prefers-reduced-motion:reduce){.PhotoGallery_item__ywynW{opacity:1;transform:none;transition:none}.PhotoGallery_image__7_URf{transition:none}.PhotoGallery_lbContent__Arx77,.PhotoGallery_lightbox__Xs73R{animation:none}}