
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

.vqms{--vqms-gap:14px;max-width:1200px;margin:0 auto}
.vqms-empty{padding:10px 12px;border:1px dashed rgba(0,0,0,.25);border-radius:12px;background:#fff;margin-bottom:12px}

/* TOP */
.vqms-top{padding:0;border-radius:18px;overflow:hidden}
.vqms-slider{position:relative;border-radius:18px;overflow:hidden;background:transparent;box-shadow:0 10px 28px rgba(0,0,0,.07)}
.vqms-track{display:flex;transition:transform .55s ease;will-change:transform}
.vqms-slide{flex:0 0 100%;position:relative;aspect-ratio:var(--vqms-top-ratio);min-height:220px}
.vqms-img,.vqms-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* NAV */
.vqms-nav{position:absolute;top:50%;transform:translateY(-50%);border:0;width:44px;height:44px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:28px;line-height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.vqms-prev{left:10px}
.vqms-next{right:10px}
.vqms-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:8px}
.vqms-dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.55);border:1px solid rgba(0,0,0,.18);cursor:pointer}
.vqms-dot.is-active{background:#fff}

/* BOTTOM GRID */
.vqms-bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--vqms-gap);margin-top:var(--vqms-gap)}
@media(max-width:980px){.vqms-bottom{grid-template-columns:1fr}}

.vqms-col{border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.06);min-height:260px}

/* Reel frame */
.vqms-reel{position:relative;aspect-ratio:9/16;background:transparent;overflow:hidden}
.vqms-reel-video,.vqms-reel-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* Hover zoom for images only */
.vqms-reel-image .vqms-reel-img{transform:scale(1);transition:transform .45s ease}
.vqms-reel-image:hover .vqms-reel-img{transform:scale(1.06)}

/* Text */
.vqms-text{display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;min-height:260px;font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial}
.vqms-empty-col{min-height:260px;background:transparent}
