.mf-gallery-grid{display:grid;grid-template-columns:repeat(var(--mf-cols-desktop,3),minmax(0,1fr));gap:var(--mf-gap,10px)}.mf-gallery-item img{display:block;width:100%;height:auto}.mf-gallery-media{position:relative}.mf-gallery-placeholder{width:100%;height:100%;background:radial-gradient(120% 90% at 25% 20%,rgba(255,255,255,.75) 0%,rgba(255,255,255,0) 55%),radial-gradient(120% 120% at 50% 55%,rgba(0,0,0,0) 45%,rgba(0,0,0,.28) 100%),linear-gradient(135deg,rgba(240,245,250,.95) 0%,rgba(170,195,215,.78) 42%,rgba(60,85,110,.62) 100%),repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0 2px,rgba(0,0,0,.03) 2px 4px)}.mf-gallery-placeholder--fixed{height:160px}.mf-gallery--has-ratio .mf-gallery-media{aspect-ratio:var(--mf-image-ratio);overflow:hidden}.mf-gallery--has-ratio .mf-gallery-media img{width:100%;height:100%;object-fit:var(--mf-image-fit,cover)}.mf-gallery-caption{margin-top:.5rem;font-size:.875rem;line-height:1.3}.mf-gallery-caption--slide{padding-top:.5rem}@media (max-width:1024px){.mf-gallery-grid{grid-template-columns:repeat(var(--mf-cols-tablet,2),minmax(0,1fr))}}@media (max-width:768px){.mf-gallery-grid{grid-template-columns:repeat(var(--mf-cols-mobile,1),minmax(0,1fr))}}@keyframes sliderNudge{0%{transform:translateX(0)}100%{transform:translate(-20%)}}.mf-gallery-slider.slider-nudge .splide__list{animation:sliderNudge .3s ease-in-out;animation-delay:.5s;animation-direction:alternate;animation-iteration-count:2}