.carousel{position:relative;max-width:800px;margin:48px auto;border-radius:10px;overflow:visible}.carousel-track{border-radius:10px;overflow:hidden;box-shadow:0 4px 24px rgba(45,80,22,.18);background:#f5f5f0;aspect-ratio:3/2;display:flex;align-items:center;justify-content:center}.carousel-image{width:100%;height:100%;object-fit:cover;display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(45,80,22,.75);color:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2}.carousel-btn:hover{background:rgba(45,80,22,.95)}.carousel-btn-prev{left:-22px}.carousel-btn-next{right:-22px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:14px;flex-wrap:wrap}.carousel-dot{width:10px;height:10px;border-radius:50%;border:2px solid #2d5016;background:transparent;cursor:pointer;padding:0;transition:background .2s}.carousel-dot.active{background:#2d5016}.carousel-counter{text-align:center;font-size:.85rem;color:#888;margin-top:6px}@media (max-width:860px){.carousel{max-width:100%}.carousel-btn-prev{left:6px}.carousel-btn-next{right:6px}}