.sec--gallery{padding-block:32px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;list-style:none;margin:0;padding:0}.gallery-grid__item{margin:0}.gallery-grid__link{display:block;aspect-ratio:4 / 3;overflow:hidden;border-radius:6px;background:#F1F5F9}.gallery-grid__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.25s ease}.gallery-grid__link:hover .gallery-grid__img,.gallery-grid__link:focus-visible .gallery-grid__img{transform:scale(1.04)}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:8px}}@media (min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-carousel{overflow:hidden}.gallery-carousel__track{list-style:none;margin:0;padding:0;display:flex}.gallery-carousel__slide{flex:0 0 auto;width:80%;max-width:360px}.gallery-carousel__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:6px;background:#F1F5F9}@media (min-width:768px){.gallery-carousel__slide{width:45%}}@media (min-width:1024px){.gallery-carousel__slide{width:32%}}.gallery-showcase{display:flex;flex-direction:column;gap:8px}.gallery-showcase__stage{position:relative;background:#0F172A;border-radius:6px;overflow:hidden;aspect-ratio:4 / 3}.gallery-showcase__hero{width:100%;height:100%;object-fit:cover;display:block;transition:opacity 0.25s ease}.gallery-showcase__hero.is-swapping{opacity:0}.gallery-showcase__counter{position:absolute;right:10px;bottom:10px;margin:0;padding:4px 10px;font-size:12px;line-height:1.4;color:#fff;background:rgb(15 23 42 / .55);border-radius:999px;font-variant-numeric:tabular-nums}.gallery-showcase__counter-sep{margin:0 3px;opacity:.7}.gallery-showcase__thumbs{list-style:none;margin:0;padding:2px 0 4px;display:flex;gap:6px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.gallery-showcase__thumbs::-webkit-scrollbar{height:6px}.gallery-showcase__thumbs::-webkit-scrollbar-thumb{background:#CBD5E1;border-radius:3px}.gallery-showcase__thumb{flex:0 0 auto;margin:0;scroll-snap-align:start}.gallery-showcase__thumb-btn{display:block;width:64px;height:48px;padding:0;border:2px solid #fff0;border-radius:4px;background:#F1F5F9;overflow:hidden;cursor:pointer;transition:border-color 0.15s ease,opacity 0.15s ease;opacity:.7}.gallery-showcase__thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}.gallery-showcase__thumb-btn:hover,.gallery-showcase__thumb-btn:focus-visible{opacity:1;border-color:#94A3B8;outline:none}.gallery-showcase__thumb.is-active .gallery-showcase__thumb-btn{opacity:1;border-color:#1B3F6E}@media (min-width:768px){.gallery-showcase__stage{aspect-ratio:16 / 10}.gallery-showcase__thumb-btn{width:84px;height:62px}}@media (min-width:1024px){.gallery-showcase{gap:10px}.gallery-showcase__thumb-btn{width:100px;height:72px}}