.ig-home-reels-slider {margin: 30px 0; width: 100%;}
.ig-home-reels-viewport {position: relative;}
.ig-home-reels-grid {display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; width: 100%;}
.ig-home-reel-card {position: relative; width: 100%; max-width: none; margin: 0; aspect-ratio: 9 / 16; border-radius: 12px; overflow: hidden; background: #0f172a; box-shadow: 0 8px 28px rgba(15, 23, 42, 0.18);}
.ig-home-reel-card iframe {display: block; width: 100%; height: 100%; border: 0;}
@media (max-width: 992px) {
    .ig-home-reels-grid {grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;}
}
@media (max-width: 767px) {
    .ig-home-reels-viewport {overflow: hidden;}
    .ig-home-reels-grid {display: flex; flex-wrap: nowrap; gap: 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; scrollbar-width: none; grid-template-columns: none;}
    .ig-home-reels-grid::-webkit-scrollbar {display: none;}
    .ig-home-reel-card {flex: 0 0 100%; width: 100%; max-width: 100%; margin: 0; scroll-snap-align: start; scroll-snap-stop: always;}
    .ig-home-reel-card iframe {touch-action: pan-y;}
}
