/* Native /our-people/ layout: one real page scrollbar. */
html {
    overflow-y: auto;
}

/* Keep right-side scrollbar, remove bottom horizontal scrollbar on /our-people/. */
html.cc-our-people-page {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: auto;
    scrollbar-width: auto;
}

html.cc-our-people-page::-webkit-scrollbar:horizontal,
html.cc-our-people-page body::-webkit-scrollbar:horizontal {
    height: 0;
    display: none;
}

html.cc-our-people-page #page::-webkit-scrollbar:horizontal,
html.cc-our-people-page #content::-webkit-scrollbar:horizontal {
    height: 0;
    display: none;
}

/* Hide horizontal scrollbar inside lightbox, keep vertical scrolling. */
html.cc-our-people-page .vignette-lightbox,
html.cc-our-people-page .vignette-lightbox .vignette {
    overflow-y: hidden;
}

html.cc-our-people-page .vignette-lightbox::-webkit-scrollbar:horizontal,
html.cc-our-people-page .vignette-lightbox .vignette::-webkit-scrollbar:horizontal {
    height: 0;
    display: none;
}

.page-id-28 .our-people-native .our-people__slider--native {
    position: static !important;
    height: auto !important;
    overflow: visible !important;
}

.page-id-28 .our-people-native,
.page-id-28 .our-people-native .container,
.page-id-28 .our-people-native .flex-row,
.page-id-28 .our-people-native .line-cols__col {
    overflow: visible !important;
}

.page-id-28 .our-people-native .flex-row {
    align-items: flex-start;
}

.page-id-28 .our-people-native .line-cols__col,
.page-id-28 .our-people-native .our-people__slider-wrap {
    min-width: 0;
}

.page-id-28 .our-people-native .our-people-native__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    transform: none !important;
    height: auto !important;
}

.page-id-28 .our-people-native .our-people__slider-pagination {
    display: none !important;
}

.page-id-28 .our-people-native .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
}

.page-id-28 .our-people-native .our-people__content-wrap,
.page-id-28 .our-people-native .our-people__name-position {
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 1025px) {
    /* Match live card height exactly for desktop composition parity. */
    .page-id-28 .our-people-native .swiper-slide {
        height: 301.667px !important;
    }
}

.page-id-28 .our-people-native .our-people__static-wrap {
    position: sticky !important;
    top: var(--cc-header-height, 96px);
    height: calc(100vh - var(--cc-header-height, 96px));
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.page-id-28 .our-people-native .our-people__static-image-wrap,
.page-id-28 .our-people-native .our-people__static-image-wrap img {
    margin-top: 0 !important;
}

.page-id-28 .our-people-native .our-people__static-image-wrap {
    flex: 1 1 auto;
    min-height: 0;
}

.page-id-28 .our-people-native .our-people__static-wrap-image-sizer {
    display: none;
}

.page-id-28 .our-people-native .our-people__static-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .page-id-28 .our-people-native .our-people__static-wrap {
        position: static;
        height: auto;
        top: auto;
    }

    .page-id-28 .our-people-native .our-people__static-image-wrap {
        height: auto;
    }
}
