.shared-gallery{padding:clamp(60px,7vw,90px) 0;overflow:hidden}.shared-gallery__heading{text-align:center;margin-bottom:34px}.shared-gallery__filters{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:34px;display:flex}.shared-gallery__filters button{color:#150b33;cursor:pointer;background:#fff;border:1px solid #ef7a1d47;border-radius:24px;padding:10px 20px;font:600 16px/1.25 brandon-grotesque,sans-serif;transition:color .25s,background-color .25s,transform .25s}.shared-gallery__filters button:hover,.shared-gallery__filters button:focus-visible,.shared-gallery__filters button.is-active{color:#fff;background:#ef7a1d;transform:translateY(-2px)}.shared-gallery__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2vw,26px);display:grid}.shared-gallery__card{background:#fff;border-radius:18px;min-width:0;transition:transform .35s,box-shadow .35s;box-shadow:0 10px 30px #150b3317}.shared-gallery__card:hover,.shared-gallery__card:focus-within{transform:translateY(-8px);box-shadow:0 18px 38px #150b3329}.shared-gallery__card>a{aspect-ratio:4/3;background:#f1f3f5;border-radius:12px;display:block;position:relative;overflow:hidden}.shared-gallery__card img{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.shared-gallery__card:hover img,.shared-gallery__card:focus-within img{transform:scale(1.055)}.shared-gallery__zoom{color:#fff;opacity:0;background:#ef7a1d;border-radius:50%;place-items:center;width:46px;height:46px;transition:opacity .25s,transform .25s;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-35%)}.shared-gallery__card:hover .shared-gallery__zoom,.shared-gallery__card:focus-within .shared-gallery__zoom{opacity:1;transform:translate(-50%,-50%)}@media (min-width:768px) and (max-width:991.98px){.shared-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767.98px){.shared-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (min-width:425px) and (max-width:575px){.shared-gallery .container{padding-left:22px;padding-right:22px}}@media (max-width:424.98px){.shared-gallery__grid{grid-template-columns:minmax(0,1fr)}.shared-gallery__card{width:min(100%,340px);margin-inline:auto}}@media (max-width:382.98px){.shared-gallery{overflow:hidden}.shared-gallery__grid{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;grid-template-columns:none;grid-auto-columns:min(84vw,310px);grid-auto-flow:column;justify-content:start;gap:14px;margin-left:-12px;margin-right:-12px;padding:8px 12px 24px;scroll-padding-inline:12px;display:grid;overflow:auto hidden}.shared-gallery__grid::-webkit-scrollbar{display:none}.shared-gallery__card{scroll-snap-align:start;scroll-snap-stop:always;width:100%;margin:0}}@media (prefers-reduced-motion:reduce){.shared-gallery__card,.shared-gallery__card img,.shared-gallery__zoom,.shared-gallery__filters button{transition:none}}
