.ohgs-wrap{max-width:1100px;margin:0 auto}
.ohgs-stage{position:relative;width:100%;overflow:hidden;background:#f6f7f7;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.ohgs-stage .ohgs-track{position:absolute;top:0;left:0;height:100%;display:flex;transition:transform .5s ease}
.ohgs-slide{min-width:100%;height:100%;position:relative}
.ohgs-slide img{width:100%;height:100%;object-fit:cover;display:block}
.ohgs-caption{position:absolute;left:12px;bottom:12px;background:rgba(0,0,0,.45);color:#fff;padding:10px 12px;border-radius:10px;font-size:14px;line-height:1.3}
.ohgs-prev,.ohgs-next{position:absolute;top:50%;transform:translateY(-50%);border:0;background:rgba(255,255,255,.85);width:40px;height:40px;border-radius:999px;font-size:20px;line-height:40px;text-align:center;cursor:pointer}
.ohgs-prev{left:10px}.ohgs-next{right:10px}
.ohgs-prev:hover,.ohgs-next:hover{background:#fff}
.ohgs-dots{display:flex;gap:8px;justify-content:center;margin-top:10px}
.ohgs-dots button{width:10px;height:10px;border-radius:999px;border:0;background:#c3c4c7;cursor:pointer}
.ohgs-dots button[aria-current="true"]{background:#1d2327}
@media (prefers-reduced-motion: reduce){
  .ohgs-stage .ohgs-track{transition:none}
}
