.lgg-vid{background:#0f0f11;color:#fff;padding:64px 20px 72px}
.lgg-vid__inner{max-width:1180px;margin:0 auto;text-align:center}
.lgg-vid__rating{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px}
.lgg-vid__stars{color:#f5b50a;font-size:17px;letter-spacing:2px;line-height:1}
.lgg-vid__rating-text{font-size:13px;color:#cfcfd4;font-weight:600}
.lgg-vid__title{font-size:clamp(26px,4.4vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.12;margin:0 auto 14px;max-width:18ch}
.lgg-vid__title b{color:#fff}
.lgg-vid__sub{font-size:16px;line-height:1.6;color:#b9b9c0;max-width:54ch;margin:0 auto 36px}
.lgg-vid__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:1180px;margin:0 auto 36px}
.lgg-vid__card{position:relative;flex:0 0 176px;max-width:176px;margin:0;border-radius:18px;overflow:hidden;aspect-ratio:9/16;background:#1c1c20;box-shadow:0 18px 50px rgba(0,0,0,.45)}
.lgg-vid__badge{position:absolute;top:12px;left:50%;transform:translateX(-50%);z-index:3;background:#A6873E;color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 13px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 14px rgba(0,0,0,.35)}
.lgg-vid__card.is-playing .lgg-vid__badge{opacity:0}
.lgg-vid__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.lgg-vid__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#0f0f11;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s,background .15s;box-shadow:0 8px 26px rgba(0,0,0,.35)}
.lgg-vid__play svg{width:26px;height:26px;margin-left:3px}
.lgg-vid__play:hover{transform:translate(-50%,-50%) scale(1.07);background:#fff}
.lgg-vid__card.is-playing .lgg-vid__play{opacity:0;pointer-events:none}
.lgg-vid__tag{position:absolute;left:10px;bottom:10px;display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;background:rgba(15,15,17,.72);backdrop-filter:blur(4px);font-size:11.5px;font-weight:700;color:#fff;letter-spacing:.01em;transition:opacity .2s}
.lgg-vid__tag-stars{color:#f5b50a;font-size:10px;letter-spacing:1px}
.lgg-vid__card.is-playing .lgg-vid__tag{opacity:0}
.lgg-vid__disc{font-size:11.5px;color:#7c7c84;line-height:1.5;max-width:52ch;margin:20px auto 0}
@media (max-width:860px){
  .lgg-vid__grid{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:4px 16px;margin-left:-16px;margin-right:-16px}
  .lgg-vid__card{flex:0 0 62%;max-width:62%;scroll-snap-align:center}
}
@media (max-width:560px){
  .lgg-vid{padding:48px 16px 56px}
  .lgg-vid__play{width:54px;height:54px}
  .lgg-vid__play svg{width:22px;height:22px}
}
