.circular-gallery-section{padding:82px 0 70px;background:#f7f7f6;overflow:hidden}.circular-gallery-head{text-align:center;margin-bottom:12px}.circular-gallery-head span{display:block;color:#888;font-size:11px;letter-spacing:2px}.circular-gallery-head h2{margin:7px 0 0;font-size:27px}.circular-gallery{position:relative;height:490px;perspective:1200px;touch-action:pan-y;cursor:grab;user-select:none}.circular-gallery.is-dragging{cursor:grabbing}.circular-gallery-track{position:absolute;top:52%;left:50%;width:1px;height:1px;transform-style:preserve-3d;transform:rotateY(var(--gallery-rotation,0deg));will-change:transform}.circular-gallery-card{position:absolute;display:block;width:225px;height:315px;left:-112px;top:-157px;transform-style:preserve-3d;transform:rotateY(calc(var(--index) * 45deg)) translateZ(415px)}.circular-gallery-card-inner{display:block;height:100%;overflow:hidden;background:#ececea;box-shadow:0 15px 34px rgba(0,0,0,.14);transition:transform .35s,box-shadow .35s}.circular-gallery-card:hover .circular-gallery-card-inner{transform:translateY(-12px) scale(1.045);box-shadow:0 25px 45px rgba(0,0,0,.25)}.circular-gallery-card img{width:100%;height:100%;object-fit:cover;transition:filter .35s}.circular-gallery-card:hover img{filter:brightness(1.08)}.circular-gallery-card b{position:absolute;right:0;bottom:0;left:0;padding:15px;background:rgba(20,22,23,.72);color:#fff;font-size:13px;font-weight:500;text-align:center;letter-spacing:1px;opacity:0;transform:translateY(100%);transition:opacity .3s,transform .3s}.circular-gallery-card:hover b{opacity:1;transform:none}.circular-gallery-hint{position:absolute;bottom:3px;left:0;width:100%;margin:0;color:#888;text-align:center;font-size:11px;letter-spacing:2px}@media(max-width:900px){.circular-gallery{height:430px;perspective:900px}.circular-gallery-card{width:185px;height:260px;left:-92px;top:-130px;transform:rotateY(calc(var(--index) * 45deg)) translateZ(325px)}}@media(max-width:520px){.circular-gallery-section{padding:56px 0 42px}.circular-gallery{height:365px;perspective:650px}.circular-gallery-card{width:145px;height:205px;left:-72px;top:-102px;transform:rotateY(calc(var(--index) * 45deg)) translateZ(245px)}.circular-gallery-hint{bottom:-4px}.circular-gallery-card b{font-size:11px;padding:10px}}@media(prefers-reduced-motion:reduce){.circular-gallery{cursor:default}.circular-gallery-card-inner{transition:none}}
