.GallerySection_gallery__fHSLb{padding:0 0 var(--space-16);background:var(--color-background)}.GallerySection_header__NRbsc{display:flex;justify-content:flex-end;padding:var(--space-4) 0}.GallerySection_arrows__gq_Xb{display:flex;gap:var(--space-2)}.GallerySection_arrowButton__IMUTS{width:44px;height:44px;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.GallerySection_arrowButton__IMUTS:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-on-primary)}.GallerySection_strip__EjNGC{display:flex;gap:var(--space-4);overflow-x:auto;overflow-y:hidden;padding:0 var(--space-4) var(--space-4);scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.GallerySection_strip__EjNGC::-webkit-scrollbar{display:none}@media (min-width:768px){.GallerySection_strip__EjNGC{padding-left:var(--space-8);padding-right:var(--space-8)}}.GallerySection_slide__miMUg{position:relative;flex:0 0 auto;scroll-snap-align:start;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease;padding:0;border:none;background:none;cursor:pointer;display:block;font:inherit;color:inherit}.GallerySection_image___BEnN{display:block;width:333px;height:305px;object-fit:cover;transition:transform .35s ease}.GallerySection_caption__0pIkF{position:absolute;inset:0;display:flex;align-items:flex-end;padding:var(--space-4);background:linear-gradient(180deg,transparent 40%,var(--color-primary-scrim) 100%);opacity:0;transition:opacity .25s ease;pointer-events:none}.GallerySection_captionText__Uk_Wx{font-family:var(--font-display);font-size:var(--font-size-lg);color:var(--color-on-primary);line-height:var(--line-height-tight);transform:translateY(6px);transition:transform .25s ease}@media (hover:hover){.GallerySection_slide__miMUg:hover{transform:scale(1.02);box-shadow:var(--shadow-md)}.GallerySection_slide__miMUg:hover .GallerySection_image___BEnN{transform:scale(1.05)}.GallerySection_slide__miMUg:hover .GallerySection_caption__0pIkF{opacity:1}.GallerySection_slide__miMUg:hover .GallerySection_captionText__Uk_Wx{transform:translateY(0)}}.GallerySection_lightbox__yvbSl{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-4);background:rgba(0,0,0,.85);animation:GallerySection_lightboxFade__WdAgf .15s ease}@keyframes GallerySection_lightboxFade__WdAgf{0%{opacity:0}to{opacity:1}}.GallerySection_lightboxImageWrap__AhJPU{position:relative;width:min(90vw,1100px);height:85vh;flex:1 1 auto}.GallerySection_lightboxImage__3SiMz{object-fit:contain}.GallerySection_lightboxClose__Wj6CP{position:absolute;top:var(--space-4);right:var(--space-4);width:48px;height:48px}.GallerySection_lightboxClose__Wj6CP,.GallerySection_lightboxNav__lZusC{border-radius:var(--radius-full);border:none;background:rgba(255,255,255,.12);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.GallerySection_lightboxNav__lZusC{flex:0 0 auto;width:52px;height:52px}.GallerySection_lightboxClose__Wj6CP:hover,.GallerySection_lightboxNav__lZusC:hover{background:rgba(255,255,255,.28)}@media (max-width:640px){.GallerySection_lightboxNav__lZusC{width:44px;height:44px}.GallerySection_lightboxImageWrap__AhJPU{height:70vh}}