/* ===================================================
   WHO WE ARE PAGE STYLES
   =================================================== */

/* ---------------------------------------------------
   INST HERO OVERRIDE (for biz-kimiz page)
--------------------------------------------------- */

.page-who-we-are .inst-hero {
    position: relative;
    padding: 0 clamp(24px, 5vw, 90px);
    background: #F8F8F8;
}

.page-who-we-are .inst-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #FCE300;
    z-index: 0;
    transition: height 0.8s ease-out;
}

.page-who-we-are .inst-hero.animate-bg::before {
    height: 50vh;
}

.page-who-we-are .inst-hero-card {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    min-height: calc(80vh - var(--header-height));
    height: auto;
    overflow: hidden;
}

.page-who-we-are .inst-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-who-we-are .inst-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
}

.page-who-we-are .inst-hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-who-we-are .inst-hero-content {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    bottom: 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.page-who-we-are .inst-hero-title-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-who-we-are .inst-hero-title {
    font-size: 96px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    line-height: 100px;
    margin: 0;
}

/* ---------------------------------------------------
   HERO SECTION (OLD - kept for reference)
--------------------------------------------------- */

.about-hero {
    position: relative;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.about-hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
}

.about-hero .container {
    position: relative;
    z-index: 1;
}

.about-hero-title {
    font-size: 96px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 4px;
    line-height: 100px;
}

/* Tab Navigation */
.about-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    background: #FCE300;
    border-radius: 0;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.about-tab {
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.about-tab:hover {
    background: rgba(0,0,0,0.05);
}

.about-tab.active {
    background: #000;
    color: #fff;
}


/* ---------------------------------------------------
   BREADCRUMB
--------------------------------------------------- */

.about-breadcrumb {
    padding: 20px 0;
    background: #F8F8F8;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
}

.breadcrumb-link {
    font-size: 14px;
    font-weight: 400;
    color: #878787;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: #3F3F3F;
}

.breadcrumb-separator {
    display: flex;
    align-items: center;
}

.breadcrumb-separator img {
    width: 16px;
    height: 16px;
}

.breadcrumb-current {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}


/* ---------------------------------------------------
   INTRO SECTION
--------------------------------------------------- */

.about-intro {
    padding: 80px 0; padding-top: 30px;
    background: #F8F8F8;
}

.about-intro-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}

.about-intro-visual {
    flex: 1;
}

.about-intro-visual img {
    width: 100%;
    height: auto;
    display: block;
    max-height: calc(100vh - 200px);
}

.about-intro-content {
    flex: 1;
}

.about-intro-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #3F3F3F;
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
    line-height: 16px;
}

.about-intro-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #FCE300;
}

.about-intro-title {
    font-size: 48px;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 56px;
    margin-bottom: 32px;
}

.about-intro-text {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    line-height: 1.7;
    margin-bottom: 24px;
}

.about-intro-text:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------
   HEADLINE SECTION
--------------------------------------------------- */

.about-headline {
    padding: 80px 0;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.about-headline::after {
    content: '';
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    border-radius: 600px;
    background: linear-gradient(225deg, #FCE300 0%, #FFF 100%);
    z-index: 0;
    pointer-events: none;
}

.about-headline-text {
    font-family: 'Outfit', sans-serif;
    font-size: 72px;
    font-weight: 300;
    color: var(--Foundation-mr-Grayscale-Color-Darker, #3F3F3F);
    line-height: 1.2;
    max-width: 1000px;
    position: relative;
    z-index: 1;
}

.about-word {
    display: inline;
    opacity: 0.1;
    transform: translateY(6px);
    will-change: opacity, transform;
}

@media (max-width: 1280px) {
    .about-headline-text {
        font-size: 60px;
    }
}
@media (max-width: 992px) {
    .about-headline-text {
        font-size: 48px;
    }
}
@media (max-width: 768px) {
    .about-headline-text {
        font-size: 30px;
    }
}




/* ---------------------------------------------------
   GALLERY SECTION
--------------------------------------------------- */

.about-gallery {
    padding: 0 0 80px;
    background: #F8F8F8;
}

.about-gallery-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: repeat(2, 250px);
    gap: 20px;
}

.gallery-item {
    border-radius: 8px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item-large {
    grid-row: span 2;
}


/* ---------------------------------------------------
   SUSTAINABILITY SECTION
--------------------------------------------------- */

.about-sustainability {
    padding: 80px 0;
    background: #F8F8F8;
}

.about-sustainability-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.about-sustainability-content {
    flex: 1;
    padding-top: 40px;
}

.about-sustainability-title {
    font-size: 48px;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 56px;
}

.about-sustainability-images {
    flex: 1.5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
}

/* Yellow circle and sun decoration */
.about-sustainability-images::before {
    content: '';
    position: absolute;
    top: -40px;
    right: 60px;
    width: 120px;
    height: 120px;
    background: #FCE300;
    border-radius: 50%;
    z-index: 1;
}

.about-sustainability-images::after {
    content: '';
    position: absolute;
    top: -80px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: #FCE300;
    border-radius: 50%;
    z-index: 0;
}

.sustainability-image {
    border-radius: 8px;
    overflow: hidden;
}

.sustainability-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sustainability-image-1 {
    height: 300px;
}

.sustainability-image-2 {
    height: 300px;
    margin-top: 40px;
}

.sustainability-image-3 {
    height: 300px;
}


/* ---------------------------------------------------
   INTERACTIVE IMAGE SECTION
--------------------------------------------------- */

.about-interactive {
    padding: 80px 0;
    background: #F8F8F8;
}

.about-interactive-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 40px;
}

.about-interactive-image img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%);
}

.about-interactive-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(252, 227, 0, 0.7);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 15%;
    transition: top 0.15s ease-out, left 0.15s ease-out;
    mix-blend-mode: multiply;
}

.about-interactive-text {
    display: flex;
    gap: 120px;
}

.about-interactive-col {
    flex: 1;
    display: flex;
    gap: 24px;
}

.about-interactive-col:first-child {
    padding-left: 0;
}

.about-interactive-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #3F3F3F;
    flex-shrink: 0;
    margin-top: 12px;
}

.about-interactive-col p {
    font-size: 18px;
    font-weight: 400;
    color: #878787;
    line-height: 1.7;
    margin: 0;
}


/* ---------------------------------------------------
   SUSTAINABILITY HEADLINE SECTION
--------------------------------------------------- */

.about-sustain-headline {
    padding: 80px 0 40px;
    background: #F8F8F8;
}

.about-sustain-headline .container {
    position: relative;
}

.about-sustain-title {
    font-size: 48px;
    font-weight: 300;
    font-style: italic;
    color: #3F3F3F;
    line-height: 1.4;
}


/* ---------------------------------------------------
   SUSTAINABILITY CONTENT SECTION
--------------------------------------------------- */

.about-sustain-content {
    position: relative;
    padding: 0 0 80px;
    background: #F8F8F8;
}

.about-sustain-wrapper {
    display: flex;
    gap: 60px; width: 90%;
    margin: 0px auto;
    align-items: flex-start;
}

.about-sustain-image {
    flex: 0 0 auto;
    width: 40%;
    margin-left: 100px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-height: calc(100vh - 140px);
}

.about-sustain-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-sustain-text {
    flex: 1;
    padding-top: 60px;
    padding-right: 100px;
}

.about-sustain-text p {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    line-height: 1.7;
    margin-bottom: 24px;
}

.about-sustain-text p:last-child {
    margin-bottom: 0;
}

/* Yellow circles image */
.about-sustain-circles {
    position: absolute;
    top: 0;
    left: 62%;
    width: auto;
    height: 250px;
    pointer-events: none;
    z-index: 2;
    transition: transform 0.3s ease-out;
}


/* ---------------------------------------------------
   NATURE IMAGE SECTION
--------------------------------------------------- */

.about-nature-image {
    padding: 0 0 80px;
    background: #F8F8F8;
}

.about-nature-image .container.full-width {
    max-width: 100%;
}

.about-nature-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


/* ---------------------------------------------------
   CERTIFICATED SECTION
--------------------------------------------------- */

.about-certificated {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}

.about-certificated-label {
    font-size: 14px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.about-certificated-title {
    font-size: 48px;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 56px;
    margin-bottom: 60px;
}

.about-certificated-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.cert-logo {
    opacity: 1;
}

.cert-logo img {
    height: 50px;
    width: auto;
}


/* ---------------------------------------------------
   NEWS SECTION OVERRIDES
--------------------------------------------------- */

#about-news {
    padding-top: 80px;
    background: #F8F8F8;
}


/* ---------------------------------------------------
   RESPONSIVE
--------------------------------------------------- */
@media (max-width: 1400px) {
    .about-intro-title{ font-size: 38px; line-height: 1.4; }
    .about-sustain-image {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .about-hero-title {
        font-size: 72px;
        line-height: 80px;
    }

    .about-intro-title {
        font-size: 42px;
        line-height: 50px;
    }

    .about-headline-text {
        font-size: 56px;
        line-height: 64px;
    }

    .about-sustainability-title {
        font-size: 42px;
        line-height: 50px;
    }

    .about-certificated-title {
        font-size: 42px;
        line-height: 50px;
    }

    .about-sustain-title {
        font-size: 42px;
    }

    .about-sustain-image {
        margin-left: 60px;
    }

    .about-sustain-text {
        padding-right: 60px;
    }

    .about-sustain-circles {
        height: 200px;
    }
}

@media (max-width: 992px) {
    .about-intro-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .about-headline-text {
        font-size: 48px;
        line-height: 56px;
    }

    .about-sustainability-images::before,
    .about-sustainability-images::after {
        display: none;
    }

    .about-sustainability-wrapper {
        flex-direction: column;
    }

    .about-sustainability-images {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .gallery-item-large {
        grid-row: span 1;
    }

    .about-interactive-text {
        flex-direction: column;
        gap: 40px;
    }

    .about-interactive-circle {
        width: 250px;
        height: 250px;
    }

    .about-sustain-title {
        font-size: 36px;
    }

    .about-sustain-wrapper {
        flex-direction: column;
    }

    .about-sustain-image {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }

    .about-sustain-text {
        padding: 0 20px;
        padding-top: 40px;
    }

    .about-sustain-circles {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-hero-title {
        font-size: 40px;
        line-height: 48px;
    }

    .about-intro-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .about-intro-title {
        font-size: 28px;
        line-height: 36px;
    }

    .about-headline-text {
        font-size: 32px;
        line-height: 40px;
    }

    .about-sustainability-title {
        font-size: 28px;
        line-height: 36px;
    }

    .about-certificated-title {
        font-size: 28px;
        line-height: 36px;
    }

    .about-sustainability-images {
        grid-template-columns: 1fr;
    }

    .sustainability-image-2 {
        margin-top: 0;
    }

    .about-tabs {
        flex-wrap: wrap;
    }

    .about-tab {
        padding: 12px 16px;
        font-size: 11px;
    }

    .about-interactive-circle {
        width: 150px;
        height: 150px;
    }

    .about-interactive-line {
        display: none;
    }

    .about-sustain-title {
        font-size: 24px;
    }

    .about-sustain-wrapper {
        flex-direction: column;
    }

    .about-sustain-text {
        padding-top: 30px;
        padding-right: 0;
    }
}
