.light-edition .hero-carousel{min-width:0;max-width:100%}
.light-edition .hero-stage{touch-action:pan-y pinch-zoom}
.light-edition .hero-slide[hidden]{display:none!important}
.light-edition .hero-slide img{width:100%;height:auto;-webkit-user-drag:none}
.light-edition .carousel-controls{display:flex;gap:8px;padding:8px;min-width:0}
.light-edition .carousel-index{display:flex;min-width:0;flex:1;overflow-x:auto;position:relative;gap:2px;overscroll-behavior-x:contain}
.light-edition .carousel-index button{flex:1 0 24px;min-width:24px;width:24px;height:36px}
.light-edition .carousel-arrows{flex:0 0 auto;gap:2px}
.light-edition .carousel-arrows button{width:30px;min-width:30px}
@media(max-width:767px){
 .light-edition .hero-slide img{aspect-ratio:1.55;object-fit:cover}
 .light-edition .hero-copy{padding:16px}
 .light-edition .hero-copy h1{font-size:clamp(23px,5.8vw,32px);overflow-wrap:anywhere}
 .light-edition .carousel-index button{flex:0 0 40px;min-width:40px;height:44px}
 .light-edition .carousel-arrows button{width:36px;min-width:36px;height:44px}
}
