.houses-gallery__track{cursor:grab;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 calc((100vw - var(--max-width)) / 2 + 2rem);overflow:auto hidden}.houses-gallery__track::-webkit-scrollbar{display:none}.houses-gallery__track:active{cursor:grabbing}.houses-gallery__cards{gap:var(--space-lg);padding-bottom:var(--space-md);display:flex}.houses-gallery__card{min-width:400px;color:inherit;border-radius:0;flex:0 0 calc(33.333vw - 2rem);text-decoration:none;transition:transform .4s;display:block;overflow:hidden}.houses-gallery__card:hover{transform:translateY(-4px)}.houses-gallery__card-inner{height:440px;display:flex;overflow:hidden}.houses-gallery__color-panel{width:45%;padding:var(--space-lg) var(--space-md);color:var(--color-text-light);flex-direction:column;flex-shrink:0;justify-content:space-between;display:flex}.houses-gallery__name{font-family:var(--font-heading);color:var(--color-text-light);margin-bottom:var(--space-xs);font-size:1.3rem;line-height:1.3}.houses-gallery__location{color:#ffffffbf;font-size:.8rem;line-height:1.5}.houses-gallery__discover{align-items:center;gap:var(--space-xs);color:var(--color-text-light);transition:all var(--transition-base);border:1.5px solid #ffffff80;border-radius:50px;width:fit-content;padding:8px 18px;font-size:.8rem;font-weight:500;display:inline-flex}.houses-gallery__discover:hover{background:#ffffff26;border-color:#fff}.houses-gallery__image-panel{width:55%;overflow:hidden}.houses-gallery__img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.houses-gallery__card:hover .houses-gallery__img{transform:scale(1.06)}.houses-gallery__progress{margin-top:var(--space-2xl);cursor:pointer;align-items:center;height:20px;display:flex;position:relative}.houses-gallery__progress-track{background:#e0e0e0;width:100%;height:3px;position:relative}.houses-gallery__progress-fill{background:#000;height:100%;transition:width 50ms linear;position:absolute;top:0;left:0}.houses-gallery__progress-handle{pointer-events:none;background:#000;border-radius:50%;width:12px;height:12px;transition:left 50ms linear;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (width<=768px){.houses-gallery__track{padding:0 var(--space-md)}.houses-gallery__card{flex:0 0 280px}.houses-gallery__card-inner{height:360px}}
