.luxury-room-gallery-86318229 {
    background: #ffffff;
    padding: 70px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.header-section-86318229 {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.title-86318229 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.03em;
    color: #1a1a1a;
}

.subtitle-86318229 {
    font-size: 1.08rem;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

.cards-row-86318229 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto 18px;
}

.room-card-86318229 {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    border: 3px solid transparent;
    background: #f4f4f4;
    width: 100%;
    text-align: left;
}

.room-card-86318229:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.13);
}

.room-card-86318229.active {
    border-color: #C5A880;
    box-shadow: 0 16px 42px rgba(197, 168, 128, 0.22);
}

.card-bg-86318229 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.room-card-86318229:hover .card-bg-86318229 {
    transform: scale(1.05);
}

.card-overlay-86318229 {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.35) 42%,
        rgba(0, 0, 0, 0.04) 100%
    );
    display: flex;
    align-items: flex-end;
    padding: 18px;
}

.card-name-86318229 {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.08rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.arrow-container-86318229 {
    text-align: center;
    margin: 26px 0 28px;
}

.down-arrow-86318229 {
    font-size: 1.25rem;
    color: #C5A880;
    animation: bounce-86318229 2s infinite;
}

@keyframes bounce-86318229 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-6px);
    }

    60% {
        transform: translateY(-3px);
    }
}

.slider-wrapper-86318229 {
    max-width: 1080px;
    margin: 0 auto;
}

.gallery-title-86318229 {
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 700;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.room-slider-86318229 {
    display: none;
}

.room-slider-86318229.active {
    display: block;
}

.slider-viewport-86318229 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: clamp(420px, 58vw, 680px);
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    background: #111111;
}

.slides-container-86318229 {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-item-86318229 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s ease;
    background: #111111;
}

.slide-item-86318229.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.img-wrapper-86318229 {
    width: 100%;
    height: 100%;
    background: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.slider-image-86318229 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.nav-btn-86318229 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-btn-86318229:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.prev-btn-86318229 {
    left: 18px;
}

.next-btn-86318229 {
    right: 18px;
}

.arrow-icon-86318229 {
    color: #1a1a1a;
    font-size: 2rem;
    line-height: 1;
    margin-top: -3px;
}

.pagination-dots-86318229 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
}

.dot-86318229 {
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background-color: #d5d5d5;
    cursor: pointer;
    transition: width 0.25s ease, background-color 0.25s ease, transform 0.2s ease;
}

.dot-86318229.active {
    width: 26px;
    background-color: #C5A880;
}

.gallery-description-86318229 {
    max-width: 900px;
    margin: 28px auto 0;
    padding: 22px 26px;
    background: #fafafa;
    border-left: 4px solid #C5A880;
    border-radius: 14px;
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1.65;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.gallery-description-86318229 p {
    margin: 0 0 12px;
}

.gallery-description-86318229 p:last-child {
    margin-bottom: 0;
}

.gallery-description-86318229 strong {
    font-weight: 700;
}

@media (max-width: 1024px) {
    .luxury-room-gallery-86318229 {
        padding: 56px 18px;
    }

    .slider-viewport-86318229 {
        height: 560px;
    }
}

@media (max-width: 768px) {
    .luxury-room-gallery-86318229 {
        padding: 42px 14px;
    }

    .header-section-86318229 {
        margin-bottom: 30px;
    }

    .cards-row-86318229 {
        display: flex;
        overflow-x: auto;
        gap: 14px;
        padding: 0 4px 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .room-card-86318229 {
        min-width: 220px;
        scroll-snap-align: start;
        border-radius: 16px;
    }

    .slider-viewport-86318229 {
        height: 470px;
        border-radius: 18px;
    }

    .img-wrapper-86318229 {
        padding: 12px;
    }

    .nav-btn-86318229 {
        width: 40px;
        height: 40px;
    }

    .prev-btn-86318229 {
        left: 10px;
    }

    .next-btn-86318229 {
        right: 10px;
    }

    .arrow-icon-86318229 {
        font-size: 1.6rem;
    }

    .gallery-description-86318229 {
        margin-top: 22px;
        padding: 18px 18px;
        font-size: 0.94rem;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .room-card-86318229 {
        min-width: 190px;
    }

    .slider-viewport-86318229 {
        height: 390px;
    }

    .nav-btn-86318229 {
        width: 36px;
        height: 36px;
    }

    .arrow-icon-86318229 {
        font-size: 1.4rem;
    }
}