.gallery-carousel{background:#fff;border:1px solid #d8e4d0;border-radius:24px;overflow:hidden;box-shadow:0 14px 38px #284b2210}
.gallery-track{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#a9c08e #eef3e7;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.gallery-track:focus-visible{outline:3px solid #176c48;outline-offset:-4px}
.gallery-slide{flex:0 0 100%;min-width:0;display:flex;flex-direction:column;scroll-snap-align:start;scroll-snap-stop:always;background:#f2f6ed}
.gallery-slide img{display:block;width:100%;height:380px;object-fit:contain;background:#e1ead6}
.gallery-slide>span{display:block;padding:17px 24px;background:#fff;color:#244931;font-size:16px;line-height:1.4;font-weight:600}
.gallery-slide:focus-visible{outline:3px solid #176c48;outline-offset:-4px}
.gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 24px 18px;background:white}
.gallery-counter{display:inline-flex;gap:9px;align-items:baseline;color:#778775;font-size:14px;font-variant-numeric:tabular-nums}
.gallery-counter strong{font-size:22px;line-height:1;color:#176c48;font-weight:700}
.gallery-arrows{display:flex;gap:10px}.gallery-arrows[hidden]{display:none}
.gallery-arrow{display:grid;place-items:center;width:48px;height:48px;border:1px solid #cadcbc;border-radius:50%;background:#f1f6e9;color:#176c48;cursor:pointer;padding:0}
.gallery-arrow:last-child{background:#176c48;color:white;border-color:#176c48}
.gallery-arrow:hover{background:#dcecc9}.gallery-arrow:last-child:hover{background:#105838}
.gallery-arrow svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){.gallery-slide img{height:320px}.gallery-slide>span{font-size:15px}}
@media(max-width:520px){.gallery-carousel{border-radius:18px}.gallery-slide img{height:250px}.gallery-slide>span{padding:15px 17px;font-size:14px}.gallery-controls{padding:0 17px 15px}.gallery-arrow{width:44px;height:44px}.gallery-counter strong{font-size:20px}}
