.photo-carousel{position:relative;width:100%;height:100%;overflow:hidden;touch-action:pan-y pinch-zoom;-moz-user-select:none;user-select:none;-webkit-user-select:none}.photo-carousel--cover:not(.hero-image-carousel){aspect-ratio:16/9}.photo-carousel--square:not(.hero-image-carousel){aspect-ratio:1/1}.photo-carousel--wide:not(.hero-image-carousel){aspect-ratio:21/9}.photo-carousel-container{display:flex;width:100%;height:100%;will-change:transform;position:absolute;top:0;left:0;right:0;bottom:0}.photo-carousel-slide{position:relative;flex:0 0 100%;width:100%;height:100%;cursor:pointer;min-height:0;flex-shrink:0}.photo-carousel-slide img{pointer-events:none}.photo-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;color:white;transition:background-color .2s ease;opacity:0}.photo-carousel:hover .photo-carousel-arrow{opacity:1}.photo-carousel-arrow:hover{background:rgba(0,0,0,.7)}.photo-carousel-arrow--prev{left:16px}.photo-carousel-arrow--next{right:16px}.photo-carousel-arrow svg{width:24px;height:24px}.photo-carousel-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2;padding:8px;background:rgba(0,0,0,.3);border-radius:20px}.photo-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.5);cursor:pointer;padding:0;transition:all .2s ease}.photo-carousel-dot:hover{background:rgba(255,255,255,.8);transform:scale(1.2)}.photo-carousel-dot--active{background:white;width:24px;border-radius:4px}@media (max-width:768px){.photo-carousel-arrow{width:36px;height:36px;opacity:.7}.photo-carousel-arrow svg{width:20px;height:20px}.photo-carousel-dots{bottom:12px;gap:6px;padding:6px}.photo-carousel-dot{width:6px;height:6px}.photo-carousel-dot--active{width:20px}}@media (hover:none) and (pointer:coarse){.photo-carousel-arrow,.photo-carousel:hover .photo-carousel-arrow{opacity:.6}.photo-carousel-dot{min-width:44px;min-height:44px;margin:-18px -6px;background:transparent}.photo-carousel-dot:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);margin:0 auto;transition:all .2s ease}.photo-carousel-dot--active:before{background:white;width:24px;border-radius:4px}}