/* ============================================
   ABOUT PAGE STYLES
   ============================================ */

.page-template-page-about {
    background: #ffffff;
}

.page-template-page-about .vmt-page-hero {
    display: block;
    min-height: 0;
    background-color: transparent;
}

.page-template-page-about .vmt-page-hero .vmt-page-hero-media {
    position: relative;
    inset: auto;
}

.page-template-page-about .vmt-page-hero .vmt-page-hero-link,
.page-template-page-about .vmt-page-hero .vmt-page-hero-image {
    height: auto;
}

.page-template-page-about .vmt-page-hero .vmt-page-hero-link img,
.page-template-page-about .vmt-page-hero .vmt-page-hero-image {
    height: auto;
    object-fit: contain;
    object-position: center top;
}

.page-template-page-about .vmt-page-hero-overlay {
    background: transparent;
}

.page-template-page-about .vmt-page-hero-content {
    display: none;
}

.vmt-about-tabs-section {
    padding: 46px 0 54px;
    background: transparent;
}

.vmt-tabs {
    margin: 0;
}

.vmt-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.vmt-tab-btn {
    width: 172px;
    min-width: 172px;
    height: 50px;
    padding: 0 12px;
    border: 1px solid #7eb7bc;
    border-radius: 4px;
    background: #ffffff;
    color: #2f3b40;
    font-family: var(--vmt-font-body);
    font-size: 16px;
    font-weight: 400;
}

.vmt-tab-btn.active {
    background: #037c84;
    border-color: #037c84;
    color: #fff;
    font-weight: 700;
}

.vmt-tab-content {
    display: none;
}

.vmt-tab-content.active {
    display: block;
}

.vmt-company-intro {
    padding: 18px 0 88px;
}

.vmt-company-intro .vmt-container,
.vmt-core-values .vmt-container,
.vmt-certificates .vmt-container {
    max-width: 1080px;
}

.vmt-company-intro-subtitle {
    margin: 0;
    text-align: center;
    color: #3f97a5;
    font-family: var(--vmt-font-body);
    font-size: 20px;
}

.vmt-company-intro-title {
    margin: 8px 0 34px;
    text-align: center;
    color: #d31725;
    font-family: var(--vmt-font-heading);
    font-size: 54px;
    line-height: 1;
    font-weight: 700;
}

.vmt-company-intro-text {
    max-width: 904px;
    margin: 0 auto 24px;
    color: #424242;
    font-family: var(--vmt-font-body);
    font-size: 15px;
    line-height: 1.76;
}

.vmt-company-intro-text p {
    margin: 0 0 14px;
    text-align: justify;
    text-justify: inter-word;
}

.vmt-company-intro-text p:last-child {
    margin-bottom: 0;
}

.vmt-company-intro-media {
    max-width: 1040px;
    margin: 0 auto;
}

.vmt-video-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #97c8cc;
    background: #d8e9eb;
    padding: 20px;
}

.vmt-video-wrapper img,
.vmt-video-wrapper iframe,
.vmt-video-wrapper video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: #ffffff;
    border-radius: 4px;
    display: block;
}

.vmt-video-wrapper iframe {
    border: 0;
}

.vmt-core-values {
    padding: 0 0 60px;
    background: #ffffff;
}

.vmt-core-values-title {
    margin: 0 0 38px;
    color: #037c84;
    font-family: var(--vmt-font-heading);
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
}

.vmt-core-values-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 78px;
    align-items: start;
}

.vmt-core-values-grid--no-media {
    grid-template-columns: minmax(0, 1fr);
}

.vmt-core-values-list {
    display: grid;
    gap: 30px;
}

.vmt-value-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-areas:
        "icon title"
        "desc desc";
    column-gap: 16px;
    row-gap: 6px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.vmt-value-icon {
    grid-area: icon;
    width: 52px;
    height: 52px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding-top: 0;
    margin: 0;
    color: #d31725;
    background: transparent;
    border: 0;
}

.vmt-value-icon svg {
    width: 36px;
    height: 36px;
    display: block;
}

.vmt-value-title {
    grid-area: title;
    margin: 0;
    color: #d31725;
    font-family: var(--vmt-font-body);
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
}

.vmt-value-description {
    grid-area: desc;
    margin: 0;
    color: #424242;
    font-family: var(--vmt-font-body);
    font-size: 16px;
    line-height: 1.65;
    text-align: justify;
    text-justify: inter-word;
}

.vmt-core-values-media {
    display: grid;
    gap: 14px;
}

.vmt-core-media-large,
.vmt-core-media-small {
    overflow: hidden;
    border-radius: 8px;
}

.vmt-core-media-large img,
.vmt-core-media-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: transparent;
    display: block;
}

.vmt-core-media-large {
    height: 298px;
}

.vmt-core-media-small-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.vmt-core-media-small {
    height: 143px;
}

.vmt-timeline {
    position: relative;
    padding: 80px 0 90px;
    background: linear-gradient(180deg, #037c84 0%, #025156 100%);
    overflow: hidden;
}

.vmt-timeline::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/hinh-chim-khong-mau.png');
    background-size: min(1240px, 92%);
    background-position: center 56%;
    background-repeat: no-repeat;
    opacity: 0.22;
    filter: grayscale(1) saturate(0) brightness(0) invert(1) contrast(0.92);
    pointer-events: none;
}

.vmt-container-full {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
}

.vmt-timeline-title {
    position: relative;
    margin: 0 0 35px;
    color: #fff;
    text-align: center;
    font-family: var(--vmt-font-body);
    font-size: clamp(20px, 2vw, 32px);
    line-height: 1.06;
    letter-spacing: 0.01em;
    font-weight: 700;
    text-transform: uppercase;
}

.vmt-timeline-title::after {
    content: '';
    display: block;
    width: min(620px, 88%);
    margin: 10px auto 0;
    border-top: 2px dotted rgba(255, 255, 255, 0.55);
}

.vmt-timeline-wrapper {
    position: relative;
    --timeline-axis-y: 52.5%;
}

.vmt-timeline-line {
    position: absolute;
    left: 16px;
    right: 16px;
    top: var(--timeline-axis-y);
    height: 0;
    transform: translateY(-1px);
    border-top: 1px dotted rgba(255, 255, 255, 0.9);
}

.vmt-timeline-line::before {
    content: '';
    position: absolute;
    left: -18px;
    top: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.vmt-timeline-line::after {
    content: '';
    position: absolute;
    right: -16px;
    top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
}

.vmt-timeline-items {
    display: flex;
    justify-content: center;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.vmt-timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 250px;
    flex: 1;
    max-width: 140px;
}

.vmt-timeline-content {
    position: relative;
    width: 100%;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.vmt-timeline-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 92px;
    height: 32px;
    border-radius: 999px;
    padding: 0 12px 0 10px;
    margin: 0;
    background: #d31725;
    color: #fff;
    font-family: var(--vmt-font-body);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.vmt-timeline-year::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #fff;
    flex-shrink: 0;
    background: transparent;
}

.vmt-timeline-title-text {
    margin-top: 6px;
    width: clamp(120px, 12vw, 180px);
    max-width: none;
    margin-left: calc(50% + 8px);
    padding-left: 0;
    color: #fff;
    font-family: var(--vmt-font-body);
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
}

.vmt-timeline-item.bottom .vmt-timeline-title-text {
    margin-top: 0;
    margin-bottom: 12px;
}

.vmt-timeline-item.bottom .vmt-timeline-content {
    flex-direction: column-reverse;
}

.vmt-timeline-item:last-child .vmt-timeline-title-text {
    width: clamp(150px, 12.2vw, 198px);
}

.vmt-timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.vmt-timeline-item.top .vmt-timeline-content {
    margin-top: 0;
}

.vmt-timeline-item.top .vmt-timeline-dot {
    top: calc(var(--timeline-axis-y) - 5px);
}

.vmt-timeline-item.top::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 50%;
    width: 1px;
    height: calc(var(--timeline-axis-y) - 38px);
    background: rgba(255, 255, 255, 0.6);
}

.vmt-timeline-item.bottom {
    justify-content: flex-end;
}

.vmt-timeline-item.bottom .vmt-timeline-content {
    margin-bottom: 0;
}

.vmt-timeline-item.bottom .vmt-timeline-dot {
    top: calc(var(--timeline-axis-y) - 5px);
}

.vmt-timeline-item.bottom::after {
    content: '';
    position: absolute;
    top: var(--timeline-axis-y);
    left: 50%;
    width: 1px;
    height: calc(100% - var(--timeline-axis-y) - 38px);
    background: rgba(255, 255, 255, 0.6);
}

.page-template-page-about .vmt-statistics {
    position: relative;
    padding: 70px 0 74px;
    background: #ffffff;
    overflow: hidden;
}

.page-template-page-about .vmt-statistics::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: url('../images/map_world.png');
    background-size: min(1260px, 96%);
    background-position: center 56%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.page-template-page-about .vmt-statistics .vmt-container {
    position: relative;
    z-index: 1;
}

.page-template-page-about .vmt-statistics-title {
    margin: 0;
    color: #037c84;
    font-family: var(--vmt-font-heading);
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
}

.page-template-page-about .vmt-statistics-description {
    max-width: 864px;
    margin: 20px auto 58px;
    color: #757575;
    font-size: 15px;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
}

.page-template-page-about .vmt-statistics-grid {
    max-width: 965px;
    gap: 32px;
}

.page-template-page-about .vmt-stat-item {
    padding: 8px 0;
}

.page-template-page-about .vmt-stat-icon {
    margin-bottom: 14px;
}

.page-template-page-about .vmt-stat-icon svg {
    width: 44px;
    height: 44px;
    display: block;
}

.page-template-page-about .vmt-stat-icon svg [fill]:not([fill="none"]) {
    fill: #037c84 !important;
}

.page-template-page-about .vmt-stat-icon svg [stroke]:not([stroke="none"]) {
    stroke: #037c84 !important;
}

.page-template-page-about .vmt-stat-number {
    margin-bottom: 8px;
    color: #037c84;
    font-size: 48px;
    line-height: 1;
}

.page-template-page-about .vmt-stat-label {
    font-size: 15px;
    text-transform: uppercase;
}

.vmt-certificates {
    padding: 10px 0 60px;
    background: transparent;
}

.vmt-certificates-title {
    margin: 0 0 38px;
    text-align: center;
    color: #037c84;
    font-family: var(--vmt-font-heading);
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
}

.vmt-certificates-grid {
    --cert-gap: 22px;
    --cert-per-view: 4;
    display: flex;
    gap: var(--cert-gap);
    transition: transform 0.55s ease;
    will-change: transform;
    margin-bottom: 0;
}

.vmt-certificates-viewport {
    overflow: hidden;
    margin-bottom: 30px;
}

.vmt-certificate-item {
    flex: 0 0 calc((100% - (var(--cert-gap) * (var(--cert-per-view) - 1))) / var(--cert-per-view));
    overflow: hidden;
    border-radius: 2px;
    box-shadow: none;
}

.vmt-certificate-item.is-clone {
    pointer-events: none;
}

.vmt-certificate-item.is-clone .vmt-certificate-overlay {
    display: none;
}

.vmt-certificate-item.is-clone .vmt-certificate-image img {
    filter: saturate(0.98);
}

.vmt-certificate-image {
    position: relative;
    aspect-ratio: 0.76 / 1;
    background: #f6f6f6;
}

.vmt-certificate-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
}

.vmt-certificate-overlay {
    display: none;
}

.vmt-certificates-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.vmt-cert-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #b4c3c6;
    cursor: pointer;
}

.vmt-cert-dot.active,
.vmt-cert-dot:hover {
    background: #037c84;
}

.vmt-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.vmt-lightbox.active {
    display: flex;
}

.vmt-lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
}

.vmt-lightbox-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    max-height: 90vh;
}

.vmt-lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.vmt-lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 40px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .vmt-core-values-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .vmt-company-intro .vmt-container,
    .vmt-core-values .vmt-container,
    .vmt-certificates .vmt-container,
    .vmt-container-full {
        padding-left: 24px;
        padding-right: 24px;
    }

    .vmt-timeline-items {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .vmt-timeline-item {
        min-width: 140px;
    }
}

@media (max-width: 1024px) {
    .vmt-company-intro-title {
        font-size: 44px;
    }

    .vmt-core-values-title {
        font-size: 42px;
    }

    .vmt-certificates-grid {
        --cert-per-view: 2;
    }

    .page-template-page-about .vmt-statistics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .vmt-about-tabs-section {
        padding: 24px 0 32px;
    }

    .vmt-tabs-nav {
        flex-wrap: wrap;
        gap: 12px;
    }

    .vmt-tab-btn {
        width: auto;
        min-width: 130px;
        height: 42px;
        font-size: 15px;
    }

    .vmt-company-intro {
        padding-bottom: 56px;
    }

    .vmt-company-intro-subtitle {
        font-size: 18px;
    }

    .vmt-company-intro-title {
        font-size: 36px;
        margin-bottom: 22px;
    }

    .vmt-video-wrapper {
        padding: 12px;
    }

    .vmt-core-values-title,
    .vmt-certificates-title,
    .page-template-page-about .vmt-statistics-title {
        font-size: 32px;
    }

    .vmt-timeline-title {
        font-size: 24px;
    }

    .vmt-value-title {
        font-size: 28px;
    }

    .vmt-value-card {
        grid-template-columns: 40px 1fr;
        grid-template-areas:
            "icon title"
            "desc desc";
        column-gap: 10px;
        row-gap: 4px;
    }

    .vmt-value-description {
        text-align: left;
    }

    .vmt-value-icon {
        width: 40px;
        height: 40px;
        padding-top: 0;
    }

    .vmt-value-icon svg {
        width: 28px;
        height: 28px;
    }

    .vmt-core-media-large {
        height: 220px;
    }

    .vmt-core-media-small {
        height: 110px;
    }

    .vmt-timeline {
        padding: 40px 0;
    }

    .vmt-timeline::before {
        background-size: 150%;
        background-position: center 74%;
        opacity: 0.12;
    }

    .vmt-timeline-title {
        margin-bottom: 38px;
    }

    .vmt-timeline-title::after {
        width: min(430px, 92%);
        margin-top: 8px;
    }

    .vmt-timeline-items {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vmt-timeline-line {
        display: none;
    }

    .vmt-timeline-item,
    .vmt-timeline-item.bottom {
        min-height: auto;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 24px;
    }

    .vmt-timeline-item::after,
    .vmt-timeline-item.bottom::after {
        display: none;
    }

    .vmt-timeline-dot,
    .vmt-timeline-item.bottom .vmt-timeline-dot {
        left: 6px;
        top: 11px;
    }

    .vmt-timeline-content {
        max-width: 100%;
    }

    .vmt-timeline-title-text {
        font-size: 13px;
        margin-left: 0;
        max-width: 100%;
        margin-bottom: 0;
    }

    .page-template-page-about .vmt-statistics {
        padding: 48px 0 56px;
    }

    .page-template-page-about .vmt-statistics::before {
        background-size: 170%;
        background-position: center 48%;
        opacity: 0.12;
    }

    .page-template-page-about .vmt-statistics-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .page-template-page-about .vmt-stat-item {
        padding: 10px 0;
    }

    .page-template-page-about .vmt-stat-icon {
        display: none;
    }

    .vmt-certificates-grid {
        --cert-per-view: 1;
        gap: 14px;
    }
}

/* ============================================
   LEADERSHIP TAB STYLES
   ============================================ */

.leadership-section {
    position: relative;
    padding: 0 0 56px;
    background: #057f88;
    overflow: hidden;
}

.leadership-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/gioi_thieu_front_page.png') center 72% / min(1380px, 96%) no-repeat;
    opacity: 0.18;
    filter: grayscale(1) saturate(0) brightness(2.1) contrast(0.82);
    pointer-events: none;
}

.leadership-section .vmt-container {
    max-width: 1060px;
    position: relative;
    z-index: 1;
}

.leadership-group {
    position: relative;
    padding: 52px 0 0;
    background: transparent;
    margin-bottom: 0;
}

.leadership-group.shareholders {
    padding-top: 8px;
}

.leadership-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none;
    opacity: 0;
    pointer-events: none;
}

.leadership-title {
    font-family: var(--vmt-font-body);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-align: center;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
    line-height: 1.05;
}

.leadership-title::after {
    content: '';
    display: block;
    width: 164px;
    height: 2px;
    background: var(--color-white);
    margin: 10px auto 0;
}

.leadership-grid {
    display: grid;
    gap: 18px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.leadership-grid--shareholders-top {
    grid-template-columns: repeat(2, 244px);
    margin-bottom: 34px;
}

.leadership-grid--shareholders-bottom,
.leadership-grid--management {
    grid-template-columns: repeat(4, 244px);
}

.leadership-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
    transition: transform var(--transition-base);
}

.leadership-card:hover {
    transform: translateY(-4px);
}

.leadership-card-image {
    position: relative;
    width: 244px;
    height: 384px;
    overflow: hidden;
    background: #0a7f88;
}

.leadership-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: transparent;
}

.leadership-card-image .vmt-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.leadership-card-image img[src*='leader-1.png'] {
    object-position: center 68%;
}

.leadership-card-image img[src*='leader-4.jpg'] {
    object-position: center 40%;
}

.leadership-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 124, 132, 0) 54.43%, #025257 88.83%);
    pointer-events: none;
}

.leadership-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 16px 14px;
    text-align: center;
    z-index: 2;
}

.leadership-name {
    font-family: var(--vmt-font-body);
    font-size: 15px;
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    line-height: 1.22;
    margin: 0 0 6px 0;
    white-space: pre-line;
    text-transform: uppercase;
}

.leadership-position {
    font-family: var(--vmt-font-body);
    font-size: 13px;
    font-weight: var(--font-weight-regular);
    color: var(--color-white);
    line-height: 1.25;
    margin: 0;
}

/* ============================================
   PROFILE TAB STYLES
   ============================================ */

.profile-section {
    position: relative;
    padding: 78px 0 112px;
    background: #ffffff;
    overflow: hidden;
}

.profile-map-bg {
    display: none;
}

.profile-title {
    font-family: var(--vmt-font-heading);
    font-size: 56px;
    font-weight: 700;
    color: var(--color-primary-teal-dark);
    text-align: center;
    margin-bottom: 42px;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.profile-showcase {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.profile-book-shell {
    position: relative;
    width: min(100%, 1240px);
    height: clamp(500px, 54vw, 760px);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(4, 68, 77, 0.14);
    filter: none;
}

.profile-book-frame {
    display: none;
}

.profile-book-pages {
    position: relative;
    inset: auto;
    z-index: 2;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px auto;
    overflow: hidden;
    transform: none;
}

/* Turn.js Wrapper styles */
#vmt-flipbook {
    position: relative;
    width: 100%;
    height: 100%;
}

#vmt-flipbook .page {
    background-color: transparent;
}

.profile-photo {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
}

.profile-photo::after {
    content: "+";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 2;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
    transform: none;
    transition: none;
    cursor: zoom-in;
}

.profile-photo:hover img {
    transform: none;
}

.profile-photo:hover::after {
    opacity: 1;
}

.profile-photo-overlay {
    display: none;
}

.profile-photo-caption {
    display: none;
}

.profile-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
    position: relative;
    z-index: 2;
}

.profile-book-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(3, 124, 132, 0.35);
    background: rgba(255, 255, 255, 0.84);
    color: #037c84;
    font-size: 26px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: none;
}

.profile-book-nav:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.84);
    color: #037c84;
}

.profile-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #D9D9D9;
    cursor: pointer;
    transition: all var(--transition-base);
}

.profile-dot.active {
    background: var(--color-primary-teal-dark);
    transform: scale(1.15);
}

.profile-dot:hover {
    background: #D9D9D9;
}

/* ============================================
   RESPONSIVE STYLES FOR NEW TABS
   ============================================ */

@media (max-width: 1024px) {
    .leadership-section::before {
        background-size: 130%;
        background-position: center 260px;
    }

    .leadership-grid--shareholders-top {
        grid-template-columns: repeat(2, 220px);
        margin-bottom: 24px;
    }

    .leadership-grid--shareholders-bottom,
    .leadership-grid--management {
        grid-template-columns: repeat(2, 220px);
        gap: 32px;
    }

    .leadership-card-image {
        width: 220px;
        height: 350px;
    }

    .profile-title {
        font-size: 46px;
    }

    .profile-showcase {
        gap: 12px;
    }

    .profile-book-shell {
        height: clamp(420px, 66vw, 640px);
    }



    .profile-photo-caption {
        font-size: 13px;
        padding: 10px 12px;
    }
}

@media (max-width: 768px) {
    .leadership-title {
        font-size: 40px;
    }

    .leadership-grid--shareholders-top,
    .leadership-grid--shareholders-bottom,
    .leadership-grid--management {
        grid-template-columns: repeat(2, 200px);
        gap: 24px;
    }

    .leadership-card-image {
        width: 200px;
        height: 320px;
    }

    .profile-title {
        font-size: 36px;
    }

    .profile-section {
        padding: 56px 0 78px;
    }

    .profile-showcase {
        display: block;
        gap: 0;
    }

    .profile-book-shell {
        height: clamp(340px, 72vw, 560px);
    }

    .profile-book-nav {
        display: none;
    }

    .profile-spread {
        gap: 10%;
    }


}

@media (max-width: 480px) {
    .leadership-title {
        font-size: 30px;
    }

    .leadership-grid--shareholders-top,
    .leadership-grid--shareholders-bottom,
    .leadership-grid--management {
        grid-template-columns: 1fr;
        max-width: 280px;
        margin: 0 auto;
    }

    .leadership-card-image {
        width: 100%;
        height: 380px;
    }

    .profile-title {
        font-size: 28px;
    }

    .profile-showcase {
        display: block;
        grid-template-columns: none;
        gap: 0;
    }

    .profile-book-shell {
        height: clamp(280px, 76vw, 430px);
    }

    .profile-photo-caption {
        font-size: 11px;
        padding: 8px 9px;
    }
}

#portfolio.vmt-tab-content {
    background: #ffffff;
}

.page-template-page-about.about-tab-leadership .vmt-about-tabs-section,
.page-template-page-about.about-tab-leadership #leadership.vmt-tab-content {
    background: #057f88 !important;
}

.page-template-page-about.about-tab-leadership .vmt-about-tabs-section {
    padding-bottom: 22px;
}

.vmt-about-tabs-section.is-leadership-active {
    background: #057f88 !important;
    padding-bottom: 22px;
}

/* Fallback independent of JS class toggling */
.vmt-about-tabs-section:has(.vmt-tab-btn[data-tab="leadership"].active) {
    background: #057f88 !important;
    padding-bottom: 22px;
}

/* About tabs: compact style as approved */
.page-template-page-about .vmt-about-tabs-section {
    padding: 22px 0 18px;
}

.page-template-page-about .vmt-tabs {
    margin: 0;
}

.page-template-page-about .vmt-tabs-nav {
    gap: 14px;
    flex-wrap: nowrap;
}

.page-template-page-about .vmt-tab-btn {
    width: auto;
    min-width: 100px;
    height: 30px;
    padding: 0 16px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
}

.page-template-page-about .vmt-tab-btn.active {
    font-weight: 700;
    border-color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.88);
}

/* Force active tab white border in case merged CSS changes load order */
body.page-template-page-about .vmt-about-tabs-section .vmt-tab-btn.active {
    border: 1px solid #ffffff !important;
    outline: 1px solid rgba(255, 255, 255, 0.95) !important;
    outline-offset: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

/* Remove white seam above footer on Leadership tab (About page has no #main wrapper) */
body.page-template-page-about.about-tab-leadership #leadership.vmt-tab-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #057f88 !important;
}

body.page-template-page-about.about-tab-leadership .leadership-section {
    padding-bottom: 34px !important;
}

body.page-template-page-about.about-tab-leadership .vmt-site-footer {
    margin-top: -34px !important;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .page-template-page-about .vmt-tabs-nav {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .page-template-page-about .vmt-tab-btn {
        width: 120px;
        min-width: 120px;
        height: 30px;
        padding: 0 12px;
        font-size: 12px;
    }
}
