.gallery-strip-grid{gap:var(--gallery-strip-gap,0rem);flex-direction:column;width:100%;display:flex}.gallery-strip-row{align-items:stretch;gap:var(--gallery-strip-gap,0rem);width:100%;display:flex}.gallery-strip-cell{min-width:0;height:var(--gallery-strip-row-height,14rem);flex-direction:column;flex:1;display:flex}.gallery-strip-card{width:100%;height:100%}.gallery-strip-media{height:100%;min-height:var(--gallery-strip-row-height,14rem)}.gallery-masonry-grid{align-items:flex-start;gap:var(--gallery-masonry-gap,0rem);--gallery-masonry-column-width:calc((100% - var(--gallery-masonry-gap,0rem)*(var(--gallery-masonry-columns,1) - 1))/var(--gallery-masonry-columns,1));flex-wrap:wrap;display:flex}.gallery-masonry-column{flex:0 1 var(--gallery-masonry-column-width,100%);max-width:var(--gallery-masonry-column-width,100%);width:var(--gallery-masonry-column-width,100%);gap:var(--gallery-masonry-gap,0rem);min-width:0}.gallery-masonry-card{min-height:var(--gallery-masonry-placeholder-height,10rem)}.gallery-masonry-card[data-loaded=true]{min-height:0}.gallery-masonry-card:not([data-loaded=true]) .gallery-masonry-media{min-height:var(--gallery-masonry-placeholder-height,10rem)}@media (min-width:768px){.gallery-masonry-card{min-height:var(--gallery-masonry-placeholder-height-lg,12rem)}.gallery-masonry-card[data-loaded=true]{min-height:0}.gallery-masonry-card:not([data-loaded=true]) .gallery-masonry-media{min-height:var(--gallery-masonry-placeholder-height-lg,12rem)}}.gallery-reel-wrapper,.gallery-slideshow-wrapper{--gallery-slideshow-aspect:16/9;--gallery-slideshow-min-height:clamp(22rem,55vh,38rem);--gallery-slideshow-slide-width:min(calc(var(--gallery-slideshow-min-height)*16/9),100%);width:100%}.gallery-reel-wrapper[data-gallery-width-mode=inset],.gallery-slideshow-wrapper[data-gallery-width-mode=inset]{max-width:70rem}.gallery-reel-wrapper[data-gallery-width-mode=full],.gallery-slideshow-wrapper[data-gallery-width-mode=full],.gallery-reel-wrapper[data-gallery-width-mode=full-bleed],.gallery-slideshow-wrapper[data-gallery-width-mode=full-bleed]{max-width:none}.gallery-slideshow-wrapper[data-slideshow-variant=simple],.gallery-slideshow-wrapper[data-slideshow-variant=full],.gallery-reel-wrapper[data-slideshow-variant=reel]{--gallery-slideshow-aspect:16/9;--gallery-slideshow-min-height:clamp(22rem,55vh,38rem);--gallery-slideshow-slide-width:min(calc(var(--gallery-slideshow-min-height)*16/9),100%)}.gallery-reel-track{scroll-snap-type:x mandatory;padding-bottom:.25rem}.gallery-reel-track::-webkit-scrollbar{height:.5rem}.gallery-reel-track::-webkit-scrollbar-thumb{background-color:rgb(var(--color-primary,0 0 0)/.25);border-radius:9999px}.dark .gallery-reel-track::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,var(--color-cta-text,#f9fafb)30%,transparent)}.gallery-reel-slide{scroll-snap-align:start;flex:0 0 var(--gallery-slideshow-slide-width);min-width:var(--gallery-slideshow-slide-width);max-width:var(--gallery-slideshow-slide-width)}.gallery-reel-media{min-height:var(--gallery-slideshow-min-height);aspect-ratio:var(--gallery-slideshow-aspect)}.gallery-slideshow-frame{border-radius:var(--gallery-corner-radius,1.5rem);background:rgb(var(--color-primary,0 0 0)/.04);color:var(--color-text,#111827);min-height:var(--gallery-slideshow-min-height);position:relative;overflow:hidden;box-shadow:0 25px 45px #0f172a1f}.dark .gallery-slideshow-frame{color:var(--color-cta-text,#f9fafb);background:#ffffff0f;box-shadow:0 25px 45px #0f172a66}.gallery-slideshow-card{height:100%}.gallery-slideshow-media{width:100%;height:100%;min-height:var(--gallery-slideshow-min-height);aspect-ratio:var(--gallery-slideshow-aspect)}.gallery-slideshow-controls{pointer-events:none;justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex;position:absolute;inset:0}.gallery-slideshow-button{pointer-events:auto;background:hsl(var(--card,0 0% 100%));width:2.75rem;height:2.75rem;color:var(--color-text,#111827);border-radius:9999px;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:inline-flex;box-shadow:0 10px 30px #0f172a2e}.gallery-slideshow-button:hover{background:hsl(var(--primary,222.2 47.4% 11.2%));color:hsl(var(--primary-foreground,210 40% 98%))}.dark .gallery-slideshow-button{background:color-mix(in srgb,hsl(var(--card,222.2 84% 4.9%))85%,transparent);color:var(--color-cta-text,#f9fafb);box-shadow:0 10px 30px #0f172a99}.dark .gallery-slideshow-button:hover{background:hsl(var(--primary,222.2 47.4% 11.2%));color:hsl(var(--primary-foreground,210 40% 98%))}.gallery-slideshow-dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.gallery-slideshow-dot{background:rgb(var(--color-primary,0 0 0)/.2);border-radius:9999px;width:.75rem;height:.75rem;transition:transform .2s,background-color .2s}.gallery-slideshow-dot.is-active{background:hsl(var(--primary,222.2 47.4% 11.2%));transform:scale(1.2)}.dark .gallery-slideshow-dot{background:color-mix(in srgb,var(--color-cta-text,#f9fafb)25%,transparent)}.dark .gallery-slideshow-dot.is-active{background:hsl(var(--primary,222.2 47.4% 11.2%))}.gallery-slideshow-add,.gallery-slideshow-empty{margin-top:1.5rem}
