.GallerySection-module__pwnbdW__section{background:var(--c-off);padding:clamp(4rem,8vw,7rem) 0;overflow:hidden}.GallerySection-module__pwnbdW__header{flex-direction:column;gap:1rem;max-width:640px;margin-bottom:3rem;display:flex}.GallerySection-module__pwnbdW__title{color:var(--c-ink);margin-top:.25rem}.GallerySection-module__pwnbdW__title em{background:linear-gradient(90deg,var(--c-sky),var(--c-sky-deep));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.GallerySection-module__pwnbdW__sub{color:var(--c-ink)}.GallerySection-module__pwnbdW__swipeHint{color:var(--c-sky-deep);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:600;animation:2s ease-in-out infinite GallerySection-module__pwnbdW__pulseHint;display:flex}@keyframes GallerySection-module__pwnbdW__pulseHint{0%,to{opacity:.85;transform:translate(0)}50%{opacity:1;transform:translate(5px)}}@media (min-width:768px){.GallerySection-module__pwnbdW__swipeHint{display:none}}.GallerySection-module__pwnbdW__gridWrapper{width:100%;margin-inline:auto}.GallerySection-module__pwnbdW__grid{scroll-snap-type:x mandatory;padding-bottom:2rem;scrollbar-width:none;-ms-overflow-style:none;gap:1.25rem;padding-inline:.5rem;display:flex;overflow:auto hidden}.GallerySection-module__pwnbdW__grid::-webkit-scrollbar{display:none}@media (min-width:768px){.GallerySection-module__pwnbdW__grid{scroll-snap-type:none;padding-bottom:0;grid-template-columns:repeat(2,1fr);grid-auto-rows:260px;gap:1.5rem;padding-inline:0;display:grid;overflow-x:visible}.GallerySection-module__pwnbdW__item--large{grid-area:span 1/span 2;min-height:400px}}@media (min-width:1024px){.GallerySection-module__pwnbdW__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px}.GallerySection-module__pwnbdW__item--large{grid-area:span 2/span 2;min-height:0}}.GallerySection-module__pwnbdW__item{border-radius:var(--r-lg);cursor:pointer;aspect-ratio:4/5;scroll-snap-align:center;width:85vw;box-shadow:var(--sh-md);transition:transform .4s var(--ease);flex-shrink:0;position:relative;overflow:hidden}@media (min-width:768px){.GallerySection-module__pwnbdW__item{aspect-ratio:auto;width:auto;min-height:240px;box-shadow:none}.GallerySection-module__pwnbdW__item:hover{transform:translateY(-4px)}}.GallerySection-module__pwnbdW__imgWrap{width:100%;height:100%;position:relative;overflow:hidden}.GallerySection-module__pwnbdW__img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--spring);display:block}.GallerySection-module__pwnbdW__item:hover .GallerySection-module__pwnbdW__img{transform:scale(1.08)}.GallerySection-module__pwnbdW__imgOverlay{opacity:0;background:linear-gradient(#0000 40%,#060812d9 100%);align-items:flex-end;padding:2rem;transition:opacity .4s;display:flex;position:absolute;inset:0}@media (max-width:767px){.GallerySection-module__pwnbdW__imgOverlay{opacity:1}}@media (min-width:768px){.GallerySection-module__pwnbdW__item:hover .GallerySection-module__pwnbdW__imgOverlay{opacity:1}}.GallerySection-module__pwnbdW__overlayContent{transition:transform .4s var(--ease);flex-direction:column;gap:.25rem;display:flex;transform:translateY(10px)}@media (max-width:767px){.GallerySection-module__pwnbdW__overlayContent{transform:translateY(0)}}.GallerySection-module__pwnbdW__item:hover .GallerySection-module__pwnbdW__overlayContent{transform:translateY(0)}.GallerySection-module__pwnbdW__imgLabel{font-family:var(--f-display);color:#fff;font-size:1.1rem;font-weight:700}.GallerySection-module__pwnbdW__expandHint{color:#ffffffb3;font-size:.85rem;font-weight:500}.GallerySection-module__pwnbdW__lightbox{z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;justify-content:center;align-items:center;padding:1.5rem;animation:.3s GallerySection-module__pwnbdW__fadeIn;display:flex;position:fixed;inset:0}@keyframes GallerySection-module__pwnbdW__fadeIn{0%{opacity:0}to{opacity:1}}.GallerySection-module__pwnbdW__closeBtn{color:#fff;cursor:pointer;z-index:2010;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.GallerySection-module__pwnbdW__closeBtn:hover{background:#fff3}.GallerySection-module__pwnbdW__lightboxContent{width:100%;max-width:1000px;animation:GallerySection-module__pwnbdW__zoomIn .4s var(--spring);flex-direction:column;gap:1.5rem;display:flex}@keyframes GallerySection-module__pwnbdW__zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.GallerySection-module__pwnbdW__fullImg{object-fit:contain;border-radius:var(--r-md);width:100%;max-height:70vh;box-shadow:0 32px 64px #00000080}.GallerySection-module__pwnbdW__lightboxMeta{text-align:center;color:#fff}.GallerySection-module__pwnbdW__lightboxLabel{font-family:var(--f-display);background:linear-gradient(90deg,#fff,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:800;display:block}.GallerySection-module__pwnbdW__lightboxAlt{color:#fff9;max-width:600px;margin-inline:auto;font-size:1rem}.GallerySection-module__pwnbdW__galleryCta{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;margin-top:3rem;display:flex}.GallerySection-module__pwnbdW__galleryCtaText{color:var(--c-slate-mid);font-size:1.05rem}
