﻿/* Green Valley Tea — Team Styling */

/*.team-hero {
    height: 60vh;
    background: url("../../assets/hero.jpg") center/cover no-repeat;
    position: relative;
}

.team-hero .hero-overlay {
        background: linear-gradient( to bottom, rgba(0, 51, 31, 0.7), rgba(0, 51, 31, 0.9) );
        display: flex;
        align-items: center;
        justify-content: center;
}

.ls-2 {
    letter-spacing: 2px;
}

.eyebrow {
    font-size: 0.75rem;
    color: #a5d6a7;
    font-weight: 700;
}

.section-divider {
    position: relative;
    text-align: center;
    width: 100%;
}

    .section-divider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(0, 51, 31, 0.1);
        z-index: 1;
    }

.divider-label {
    position: relative;
    z-index: 2;
    background: white;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    color: #666;
    font-weight: 700;
}

.bg-soft .divider-label {
    background: #eaf3ef;
}

.team-card {
    transition: transform 0.4s ease;
}

.team-img-wrapper {
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 8px;
    background: #f1f1f1;
    border: 1px solid rgba(0, 51, 31, 0.05);
}

    .team-img-wrapper.small {
        aspect-ratio: 1/1;
        border-radius: 50%;
        width: 180px;
        margin: 0 auto;
    }

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.team-card:hover .team-img {
    transform: scale(1.05);
}

.member-name {
    font-family: "Playfair Display", serif;
}

.italic {
    font-style: italic;
}

.shareholder-badge {
    font-size: 9px;
    background: #eaf3ef;
    color: #00331f;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: #eaf3ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-card {
    background: white;
    border: 1.5px solid rgba(1, 94, 56, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

    .value-card:hover {
        transform: translateY(-8px);
        border-color: #00331f;
        box-shadow: 0 15px 35px rgba(1, 94, 56, 0.15);
    }

.gallery-item img {
    transition: 0.4s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.bio-text {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.representative-focus .member-bio {
    font-size: 1.05rem;
    max-width: 700px;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/



/*new added*/
/*.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}*/



/* Green Valley Tea — Team Styling */

.team-hero {
    height: 60vh;
    background: url("../../assets/hero.jpg") center/cover no-repeat;
    position: relative;
}

    .team-hero .hero-overlay {
        background: linear-gradient( to bottom, rgba(0, 51, 31, 0.7), rgba(0, 51, 31, 0.9) );
        display: flex;
        align-items: center;
        justify-content: center;
    }

.ls-2 {
    letter-spacing: 2px;
}

.eyebrow {
    font-size: 0.75rem;
    color: #a5d6a7;
    font-weight: 700;
}

.section-divider {
    position: relative;
    text-align: center;
    width: 100%;
}

    .section-divider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(0, 51, 31, 0.1);
        z-index: 1;
    }

.divider-label {
    position: relative;
    z-index: 2;
    background: white;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    color: #666;
    font-weight: 700;
}

.bg-soft .divider-label {
    background: #eaf3ef;
}

.team-card {
    transition: transform 0.4s ease;
}

.team-img-wrapper {
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 8px;
    background: #f1f1f1;
    border: 1px solid rgba(0, 51, 31, 0.05);
}

    .team-img-wrapper.small {
        aspect-ratio: 1/1;
        border-radius: 50%;
        width: 180px;
        margin: 0 auto;
    }

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.team-card:hover .team-img {
    transform: scale(1.05);
}

.member-name {
    font-family: "Playfair Display", serif;
}

.italic {
    font-style: italic;
}

.shareholder-badge {
    font-size: 9px;
    background: #eaf3ef;
    color: #00331f;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: #eaf3ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-card {
    background: white;
    border: 1.5px solid rgba(1, 94, 56, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

    .value-card:hover {
        transform: translateY(-8px);
        border-color: #00331f;
        box-shadow: 0 15px 35px rgba(1, 94, 56, 0.15);
    }

.gallery-item img {
    transition: 0.4s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.bio-text {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.representative-focus .member-bio {
    font-size: 1.05rem;
    max-width: 700px;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


