.photo-carousel{margin-top:36px;background:#171717;color:white}.photo-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none}.photo-track::-webkit-scrollbar{display:none}.photo-slide{flex:0 0 100%;min-width:0;aspect-ratio:16/9;max-height:620px;scroll-snap-align:start;scroll-snap-stop:always;display:flex;justify-content:center;background:#171717}.photo-slide img{display:block;width:100%;height:100%;object-fit:contain}.photo-controls{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;gap:16px}.photo-controls[hidden]{display:none}.photo-count{font-size:14px;font-variant-numeric:tabular-nums;letter-spacing:2px}.photo-dots,.photo-arrows{display:flex;gap:5px}.photo-controls button{cursor:pointer;color:white;background:transparent;border:0;min-width:44px;min-height:44px;padding:0}.photo-dots button:before{content:'';display:block;width:22px;height:3px;background:#777;margin:auto}.photo-dots button[aria-current=true]:before{background:#ff5656}.photo-arrows button{font-size:25px}.photo-controls button:hover{background:#333}.photo-controls button:focus-visible,.photo-track:focus-visible{outline:2px solid white;outline-offset:-3px}@media(max-width:560px){.photo-carousel{margin-top:28px}.photo-slide{aspect-ratio:4/3}.photo-controls{padding:6px 10px;gap:5px}.photo-dots{gap:0}.photo-count{font-size:12px;letter-spacing:1px}}
