.fancy-gallery{--fancy-gallery-radius:28px;--fancy-gallery-gap:24px;--fancy-gallery-bg:#f5f5f7;--fancy-gallery-control-bg:rgba(235,235,238,.92);position:relative;width:100%;overflow:hidden;padding:2rem 0}.fancy-gallery__viewport{width:100%;overflow:hidden}.fancy-gallery__track{display:flex;gap:var(--fancy-gallery-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 max(24px,calc((100vw - 1200px)/2));scrollbar-width:none;-ms-overflow-style:none}.fancy-gallery__track::-webkit-scrollbar{display:none}.fancy-gallery__slide{position:relative;flex:0 0 min(78vw,1050px);height:min(58vw,560px);min-height:280px;margin:0;border-radius:var(--fancy-gallery-radius);overflow:hidden;background:var(--fancy-gallery-bg);scroll-snap-align:center;transform:scale(.92);filter:blur(2px);opacity:.5;transition:transform .45s ease,filter .45s ease,opacity .45s ease}.fancy-gallery__slide.is-active{transform:scale(1);filter:blur(0);opacity:1}.fancy-gallery__slide img{width:100%;height:100%;display:block;object-fit:cover}.fancy-gallery__slide figcaption{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;color:#fff;font-size:1rem;text-shadow:0 2px 12px rgba(0,0,0,.45)}.fancy-gallery__controls{display:flex;justify-content:center;align-items:center;gap:.65rem;margin-top:1.25rem}.fancy-gallery__dots{display:flex;align-items:center;gap:.55rem;padding:.65rem 1rem;border-radius:999px;background:var(--fancy-gallery-control-bg);backdrop-filter:blur(12px)}.fancy-gallery__dots button{width:8px;height:8px;border:0;border-radius:999px;padding:0;background:#747474;opacity:.7;cursor:pointer;transition:width .25s ease,opacity .25s ease}.fancy-gallery__dots button.is-active{width:42px;opacity:1}.fancy-gallery__play,.fancy-gallery__arrow{width:44px;height:44px;border:0;border-radius:999px;background:var(--fancy-gallery-control-bg);backdrop-filter:blur(12px);cursor:pointer;font-size:18px;line-height:1}.fancy-gallery__arrow{font-size:28px}@media(max-width:700px){.fancy-gallery{--fancy-gallery-radius:18px;--fancy-gallery-gap:14px}.fancy-gallery__slide{flex-basis:86vw;height:62vw;min-height:220px}.fancy-gallery__arrow{display:none}}
