/* About Page Reset & Wrapper */
.about-page-wrapper {
    background-color: #FFFFFF;
    width: 100%;
}

.mobile-only {
    display: none !important;
}

@media (max-width: 1024px) {
    .mobile-only {
        display: flex !important;
    }
    .desktop-only {
        display: none !important;
    }
}
.site{
    padding-top: 0 !important;
}

/* Hide global header on About page */
.page-template-page-about .site-header {
    display: none;
}

/* Custom Transparent Header for About Page */
.about-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    z-index: 100;
    display: none;
}

.header-logo-white a {
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    text-decoration: none;
}

.header-title-white {
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
}

/* ──────────────── MAIN HERO SECTION ──────────────── */
.about-main-hero {
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.hero-stats-overlay {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 16px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 0px; /* Position below header */
        max-width: 1928px;
    margin: 0 auto;
}

.hero-stat-left, .hero-stat-right {
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 105px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.hero-image-caption {
    position: absolute;
    bottom: 20px;
    left: 100px;
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #BDBDBD;
    z-index: 10;
    max-width: 1928px;
}

/* ──────────────── ABOUT CONTENT SECTION ──────────────── */
.about-hero-section {
    display: flex;
    background-color: #FFFFFF;
    padding: 95px 50px 124px 50px;
    position: relative;
        max-width: 1928px;
    margin: auto;
}

.about-hero-divider {
    width: 0.5px;
    background-color: #2D1E1E;
    margin-left: 7.63vw;
    align-self: stretch;
    margin-top: -95px;
    margin-bottom: -124px;
}

.about-hero-left {
    width: 28.12vw;
}

.about-title {
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 72px;
    letter-spacing: -0.01em;
    color: #2D1E1E;
    margin: 0;
}

.about-hero-right {
    margin-left: 11.80vw;
    width: 46.64vw;
}

.about-hero-content {
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #2D1E1E;
}

.about-hero-content p {
    margin-bottom: 30px;
}

/* ──────────────── TABS SECTION ──────────────── */
.about-tabs-section {
    background-color: #FAFAFA;
    padding: 100px 0;
    border-top: 0.5px solid #2D1E1E;
    border-bottom: 0.5px solid #2D1E1E;
}

.tabs-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
        max-width: 1928px;
    margin: auto;
}

.about-tabs-nav {
    display: flex;
    gap: 2.31vw;
    margin-bottom: 71px;
    justify-content: center;
}

.about-tab-btn {
    padding: 10px 14px;
    border-radius: 100px;
    border: none;
    background-color: #ffffff;
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #2D1E1E;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1.5px solid #EDEDED;
}

.about-tab-btn.active {
    background-color: #EDEDED; /* Subtle dark for active */
    border: 1.5px solid #EDEDED
}

.about-tabs-content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tab-pane {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.tab-pane.active {
    display: flex;
}

.tab-image-wrapper {
    width: 46.52vw;
    margin-bottom: 71px;
}

.tab-image-caption {
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #BDBDBD;
    padding-top: 17px;
    padding-left: 23px;
    text-align: left; /* Align left as per padding-left */
}

.tab-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.tab-image-wrapper.placeholder {
    height: 400px;
    background-color: #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7F7E7E;
}

.tab-text-content {
    width: 46.52vw;
    text-align: center;
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #2D1E1E;
}

/* ──────────────── LEADERSHIP SECTION ──────────────── */
.about-leadership-section {
    background-color: #FFFFFF;
    padding: 100px 50px;
    max-width: 1928px;
    margin: auto;
}

.leadership-title {
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 33.6px;
    letter-spacing: -0.01em;
    color: #2D1E1E;
    margin-bottom: 100px;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 22.68vw;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.leader-card {
    display: flex;
    flex-direction: column;
}

.leader-image {
    width: 22.68vw;
    height: 248px;
    background-color: #FAFAFA;
    background-size: cover;
    background-position: center;
    border: 1px solid #BDBDBD;
    border-radius: 7px;
    margin-bottom: 20px;
}

.leader-image.placeholder {
    background-color: #F0F0F0;
}

.leader-info {
    display: flex;
    flex-direction: column;
}

.leader-name {
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #2D1E1E;
    margin: 0;
}

.leader-meta {
    font-family: 'MNKY Banana Grotesk', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #7F7E7E;
    margin: 0;
}

/* ──────────────── MOBILE RESPONSIVENESS ──────────────── */
@media (max-width: 1024px) {
    .about-page-wrapper {
        padding-top: 0;
    }

    .about-main-hero {
        height: 100vh; /* Shorter hero on mobile */
    }

    .hero-stats-overlay {
        padding: 34px 26px;
        align-items: flex-start;
    }

    .hero-stats-left-stacked {
        display: flex;
        flex-direction: column;
        gap: 32.5px;
    }

    .hero-stat-item {
        font-family: 'MNKY Banana Grotesk', sans-serif;
        font-weight: 500;
        font-size: 30px; /* Halved from 80-130px */
        line-height: 1;
        letter-spacing: -0.01em;
        color: #FFFFFF;
    }

    .about-mobile-trigger {
        margin-left: auto;
    }

    .about-mobile-trigger span {
        background-color: #FFFFFF !important;
    }

    .about-hero-section {
        flex-direction: column;
        padding: 25px 26px;
        /* border-bottom: 0.5px solid #2D1E1E; */ /* Replaced with border-bottom on about-title or section itself as per user preference. User said "under the about title on mobile there should be a line". */
    }

    .tab-image-caption {
        font-size: 12px;
        line-height: 12px;
        color: #7F7E7E;
        padding-top: 12px;
        padding-left: 25px;
    }

    .about-hero-left, .about-hero-right {
        width: 100%;
        margin-left: 0;
    }
    
    .about-hero-divider {
        display: none;
    }
    
    .about-title {
        font-size: 30px; /* Halved from 59px */
        line-height: 1.2;
        margin-bottom: 30px;
        padding-bottom: 25px; /* Add some space before border */
        border-bottom: 0.5px solid #2D1E1E;
        /* Make the border go edge-to-edge */
        margin-left: -26px;
        margin-right: -26px;
        padding-left: 26px;
        padding-right: 26px;
    }

    .about-hero-content {
        font-size: 16px; /* Scaled down */
        line-height: 22px;
    }
    
    .about-tabs-section {
        padding: 25px 0;
    }

    .about-tabs-nav {
        gap: 15px; /* Tighter on mobile */
        margin-bottom: 25px;
        padding: 0 26px;
        justify-content: space-evenly;
        overflow-x: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .about-tab-btn {
        font-size: 11px;
        padding: 6px 8px;
        height: auto;
        min-width: unset;
        white-space: nowrap;
        background-color: #ffffff;
        border: 1px solid #ededed;
    }

    .tab-image-wrapper {
        width: 100%;
        padding: 0 26px;
        margin-bottom: 20px;
    }
    
    .tab-text-content {
        width: 100%;
        padding: 0 26px;
        font-size: 16px;
        line-height: 20px;
    }
    
    .about-leadership-section {
        padding: 21.5px 26px;
    }

    .leadership-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        justify-content: flex-start;
        width: 100%;
    }
    
    .hero-image-caption {
        bottom: 15px;
        right: 26px;
        display: none;
        font-size: 9px;
    }

    .leader-image {
        width: 100%;
        height: 120px; /* Scaled height */
        border-radius: 4px;
    }

    .leader-name {
        font-size: 16px;
        line-height: 1.2;
    }

    .leader-meta {
        font-size: 14px;
        line-height: 1.2;
    }
}
