.lc-property-super-gallery {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lc-property-super-gallery__title {
    margin: 0;
}

.lc-property-super-gallery__hero {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #0B1014;
    cursor: pointer;
    border: 1px solid rgba(226, 196, 142, 0.18);
}

.lc-property-super-gallery__hero-main {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.lc-property-super-gallery__hero-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.lc-property-super-gallery__hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(11, 16, 20, 0.78);
    color: #E2C48E;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(6px);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lc-property-super-gallery__hero-nav:hover {
    background: rgba(11, 16, 20, 0.92);
    color: #fff2d2;
}

.lc-property-super-gallery__hero-prev {
    left: 12px;
}

.lc-property-super-gallery__hero-next {
    right: 12px;
}

.lc-property-super-gallery__hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.lc-property-super-gallery__hero-label {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

/* filters */

.lc-property-super-gallery__filters {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.lc-property-super-gallery__filters::-webkit-scrollbar {
    display: none;
}

.lc-property-super-gallery__filter {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(226, 196, 142, 0.22);
    background: #0B1014;
    color: #C2C2C2;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.2;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lc-property-super-gallery__filter:hover {
    border-color: rgba(226, 196, 142, 0.5);
    color: #fff;
    transform: translateY(-1px);
}

.lc-property-super-gallery__filter.is-active {
    background: rgba(226, 196, 142, 0.12);
    border-color: #E2C48E;
    color: #E2C48E;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lc-property-super-gallery__filter i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(145deg, #2a2f35, #12161a);
    box-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.6),
        -1px -1px 2px rgba(255, 255, 255, 0.05);
    font-size: 11px;
    line-height: 1;
    flex-shrink: 0;
}

/* colors by filter type */
.lc-property-super-gallery__filter[data-gallery-filter="all"] i {
    color: #E2C48E;
}

.lc-property-super-gallery__filter[data-gallery-filter="main"] i {
    color: #6ec1ff;
}

.lc-property-super-gallery__filter[data-gallery-filter="exterior"] i {
    color: #9bffb0;
}

.lc-property-super-gallery__filter[data-gallery-filter="bathroom"] i {
    color: #ffd36e;
}

.lc-property-super-gallery__filter[data-gallery-filter="kitchen"] i {
    color: #ff9b9b;
}

.lc-property-super-gallery__filter[data-gallery-filter="pool"] i {
    color: #6ee7ff;
}

.lc-property-super-gallery__filter[data-gallery-filter="comfort"] i {
    color: #c084fc;
}

.lc-property-super-gallery__filter[data-gallery-filter="work"] i {
    color: #60a5fa;
}

.lc-property-super-gallery__filter[data-gallery-filter="food"] i {
    color: #fb923c;
}

.lc-property-super-gallery__filter[data-gallery-filter="parking"] i {
    color: #94a3b8;
}

.lc-property-super-gallery__filter[data-gallery-filter="services"] i {
    color: #67e8f9;
}

.lc-property-super-gallery__filter.is-active i {
    background: linear-gradient(145deg, #e4c792, #a87c2c);
    color: #0B1014;
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.35),
        0 4px 10px rgba(226, 196, 142, 0.28);
}

/* thumbs */

.lc-property-super-gallery__thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.lc-property-super-gallery__thumbs::-webkit-scrollbar {
    display: none;
}

.lc-property-super-gallery__thumb {
    flex: 0 0 110px;
    width: 110px;
    min-width: 110px;
    border: 1px solid rgba(226, 196, 142, 0.14);
    background: #11161b;
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lc-property-super-gallery__thumb:hover {
    transform: translateY(-1px);
    border-color: rgba(226, 196, 142, 0.34);
}

.lc-property-super-gallery__thumb.is-active {
    border-color: #E2C48E;
    box-shadow: 0 0 0 1px rgba(226, 196, 142, 0.18);
}

.lc-property-super-gallery__thumb img {
    display: block;
    width: 100%;
    height: 78px;
    object-fit: cover;
}

.lc-property-super-gallery__thumb-label {
    display: none;
}

/* lightbox */

.lc-property-super-gallery__lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.lc-property-super-gallery__lightbox[aria-hidden="false"] {
    display: block;
}

.lc-property-super-gallery__lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(2px);
}

.lc-property-super-gallery__lightbox-dialog {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.lc-property-super-gallery__lightbox-image-wrap {
    position: relative;
    z-index: 2;
    max-width: min(92vw, 1200px);
    max-height: 88vh;
    text-align: center;
}

.lc-property-super-gallery__lightbox-image {
    display: block;
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 14px;
}

.lc-property-super-gallery__lightbox-caption {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.lc-property-super-gallery__lightbox-close,
.lc-property-super-gallery__lightbox-nav {
    position: absolute;
    z-index: 3;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    cursor: pointer;
}

.lc-property-super-gallery__lightbox-close {
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    font-size: 28px;
    line-height: 1;
}

.lc-property-super-gallery__lightbox-prev,
.lc-property-super-gallery__lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    font-size: 26px;
    line-height: 1;
}

.lc-property-super-gallery__lightbox-prev {
    left: 18px;
}

.lc-property-super-gallery__lightbox-next {
    right: 18px;
}

html.lc-gallery-lightbox-open,
html.lc-gallery-lightbox-open body {
    overflow: hidden;
}

@media (max-width: 767px) {
    .lc-property-super-gallery__hero-image {
        aspect-ratio: 4 / 3;
    }

    .lc-property-super-gallery__filter {
        min-height: 40px;
        padding: 8px 13px;
        font-size: 13px;
    }

    .lc-property-super-gallery__thumb {
        flex: 0 0 84px;
        width: 84px;
        min-width: 84px;
        border-radius: 10px;
    }

    .lc-property-super-gallery__thumb img {
        height: 64px;
    }

    .lc-property-super-gallery__hero-nav {
        width: 38px;
        height: 38px;
    }

    .lc-property-super-gallery__lightbox-dialog {
        padding: 12px;
    }

    .lc-property-super-gallery__lightbox-prev,
    .lc-property-super-gallery__lightbox-next {
        width: 40px;
        height: 40px;
    }
}

.lc-property-super-gallery__hero-overlay {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.lc-property-super-gallery__hero-counter {
    font-size: 13px;
    color: #fff;
    background: rgba(0,0,0,0.55);
    padding: 4px 10px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
}
.lc-property-super-gallery__hero {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #0B1014;
    border: 1px solid rgba(226, 196, 142, 0.18);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.lc-property-super-gallery__hero-main {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.lc-property-super-gallery__hero-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.45s ease;
}

.lc-property-super-gallery__hero:hover .lc-property-super-gallery__hero-image {
    transform: scale(1.015);
}

.lc-property-super-gallery__hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 16, 20, 0.72);
    color: #E2C48E;
    cursor: pointer;
    backdrop-filter: blur(10px);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lc-property-super-gallery__hero-nav:hover {
    background: rgba(11, 16, 20, 0.9);
    color: #fff4d6;
}

.lc-property-super-gallery__hero-nav i {
    font-size: 14px;
    line-height: 1;
}

.lc-property-super-gallery__hero-prev {
    left: 16px;
}

.lc-property-super-gallery__hero-next {
    right: 16px;
}

.lc-property-super-gallery__hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.18) 38%,
        rgba(0, 0, 0, 0) 62%
    );
    pointer-events: none;
}

.lc-property-super-gallery__hero-label {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    max-width: min(70%, 520px);
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(11, 16, 20, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.lc-property-super-gallery__hero-counter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(11, 16, 20, 0.58);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    white-space: nowrap;
}

.lc-property-super-gallery__hero-current {
    color: #E2C48E;
}

@media (max-width: 767px) {
    .lc-property-super-gallery__hero {
        border-radius: 16px;
    }

    .lc-property-super-gallery__hero-image {
        aspect-ratio: 4 / 3;
    }

    .lc-property-super-gallery__hero-nav {
        width: 40px;
        height: 40px;
    }

    .lc-property-super-gallery__hero-prev {
        left: 10px;
    }

    .lc-property-super-gallery__hero-next {
        right: 10px;
    }

    .lc-property-super-gallery__hero-overlay {
        padding: 12px;
        gap: 10px;
    }

    .lc-property-super-gallery__hero-label {
        max-width: 62%;
        min-height: 32px;
        padding: 7px 11px;
        font-size: 12px;
    }

    .lc-property-super-gallery__hero-counter {
        min-height: 32px;
        padding: 7px 10px;
        font-size: 12px;
    }
}