/* ====== ABOUT US PAGE STYLES ====== */

/* GSAP Animation Safety - Ensure principles list is visible on all devices */
#our-principles-list-section {
    min-height: 100px;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

#our-principles-list {
    min-height: 100px;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Force individual principle panels to be visible on all devices */
.our-principles-panel,
#principle-1,
#principle-2,
#principle-3,
#principle-4,
#principle-5 {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* Mobile: Force all GSAP animations to be visible */
@media (max-width: 767px) {
    .gsap-fade-up,
    .gsap-fade-right,
    .gsap-fade-left,
    .gsap-zoom-in,
    .gsap-text-reveal {
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
    }
}

/* About Hero Section */
#about-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 82vh;
}

#about-hero h1 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
}

/* Philosophy Section */
#philosophy {
    padding: 60px;
}

#philosophy-container {
    width: 1440px;
}

#philosophy-text-1 {
    color: #323232;
}

#philosophy-text-2 {
    color: #323232;
    margin-top: 20px;
}

#philosophy p {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
}

/* Who We Are Section */
#who-we-are {
    padding: 32px 60px;
}

#who-we-are-container {
    width: 1440px;
}

#who-we-are-title {
    color: #906E9F;
    width: 671px;
}

#who-we-are-main-content {
    height: 352px;
}

#who-we-are-image-container {
    background: url('../images/about/who-we-are-image.jpg');
    background-size: cover;
    background-position: center;
}

#who-we-are-decorative-icon {
    position: absolute;
    left: 40%;
    top: 32%;
    height: 156px;
}

#who-we-are-quote-box {
    padding: 20px 24px;
}

#who-we-are-description {
    max-width: 598px;
}

#who-we-are h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
}

#who-we-are .bg-accent-cyan p {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

#who-we-are .text-p1 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

/* We Don't Speak Section - Figma Design */
#we-dont-speak {
    padding: 72px 60px;
}

#we-dont-speak-container {
    width: 1440px;
}

#we-dont-speak-main-content {
    gap: 40px;
}

#we-dont-speak-top-row {
    gap: 20px;
}

#we-dont-speak-title {
    color: #906E9F;
}

#we-dont-speak-descriptions {
    gap: 20px;
}

#we-dont-speak-description-1 {
    max-width: 471px;
    color: #D7D7D7;
}

#we-dont-speak-description-2 {
    max-width: 650px;
    color: #D7D7D7;
}

#we-dont-speak-bottom-row {
    gap: 20px;
}

#we-dont-speak-purple-box {
    padding: 64px 32px;
    gap: 20px;
    flex: 4;
}

#we-dont-speak-purple-text {
    max-width: 340px;
    color: #FEF9F4;
}


#we-dont-speak-image-container {
    flex: 10;
    position: relative;
}

#we-dont-speak-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(0 0 0 / 61%) 0%, rgb(0 150 136 / 0%) 86%);
    z-index: 1;
    border-radius: 16px;
}

#we-dont-speak-image {
    position: relative;
    z-index: 0;
    transform: scaleX(-1);
}

#we-dont-speak h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
}

#we-dont-speak .text-p2 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

#we-dont-speak .bg-primary-purple p {
    font-size: 24px;
    line-height: 1.4;        
}

/* Our Vision Section - Figma Design */
#our-vision {
    padding: 60px;
    background-color: #FEF9F4;
}

#our-vision-container {
    width: 1440px;
}

#our-vision-content {
    gap: 40px;
}

#our-vision-text-container {
    gap: 20px;
}

#our-vision-title {
    color: #906E9F;
    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
}

#our-vision-subtitle {
    color: #0C1717;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.05em;
}

#our-vision-purple-box {
    padding: 64px;
    height: 400px;
    background-color: #5E376E;
    border-radius: 16px;
    overflow: hidden;
}

#our-vision-bg-graphic {
    width: 49%;
    height: 399.51px;
    position: absolute;
    top: 0;
    right: 0;
}

#our-vision-text-content {
    gap: 32px;
    max-width: 489px;
}

#our-vision-description {
    color: #FEF9F4;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

#our-vision-tagline {
    color: #ABEBF0;
    font-size: 24px;
    line-height: 1.3;
}

/* Our Principles Section - Sticky Scrolling */
#our-principles-bg {
    background-color: #2C003E;
    position: relative;
}

#our-principles {
    background-color: #2C003E;
    position: relative;
}

/* Sticky scrolling container */
.our-principles-container {
    align-items: flex-start;
    justify-content: space-between;
    min-height: 100vh;
}

/* Background image div */
#our-principles-bg-div {
    background-image: url('../images/about/about-img-4.png');
    background-size: 39%;
    background-position: -10% 104%;
    background-repeat: no-repeat;
    opacity: 0.2;
}

/* Left sticky section */
.our-principles-left {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Right scrolling section */
.our-principles-right {
    width: 50%;
    padding: 30px;
}

#our-principles-bg-graphic {
    left: 0;
    top: 408px;
    width: 2186.31px;
    height: 826.3px;
    z-index: 1;
    opacity: 0.4;
}

#our-principles-title {
    color: #C2A5CF;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
}

/* GSAP Animation Initial States - DISABLED for visibility */
/* .our-principles-panel {
    opacity: 0;
    transform: translateY(30px);
} */

#our-principles-list {
    gap: 40px;
}

#principle-1,
#principle-2,
#principle-3,
#principle-4,
#principle-5 {
    gap: 20px;
}

#principle-1-number-container,
#principle-2-number-container,
#principle-3-number-container,
#principle-4-number-container,
#principle-5-number-container {
    gap: 12px;
}

#principle-1-number,
#principle-2-number,
#principle-3-number,
#principle-4-number,
#principle-5-number {
    width: 68px;
    height: 42px;
    color: #906E9F;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
}

#principle-1-content,
#principle-2-content,
#principle-3-content,
#principle-4-content,
#principle-5-content {
    gap: 12px;
}

#principle-1-title,
#principle-2-title,
#principle-3-title,
#principle-4-title,
#principle-5-title {
    color: #ABEBF0;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

#principle-1-description,
#principle-2-description,
#principle-3-description,
#principle-4-description,
#principle-5-description {
    color: #FEF9F4;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    height: 34px;
}

#divider-1,
#divider-2,
#divider-3,
#divider-4,
#divider-5 {
    height: 0.5px;
    background-color: #C2A5CF;
}

#divider-1 {
    opacity: 0.6;
}

#divider-2,
#divider-3,
#divider-4,
#divider-5 {
    opacity: 0.4;
}

/* About CTA Section - Figma Design */
#about-cta {
    padding: 60px;
    background: linear-gradient(0deg, rgba(12, 23, 23, 1) 0%, rgba(19, 0, 26, 1) 85%);
}

#about-cta-container {
    width: 1440px;
}

#about-cta-content {
    gap: 40px;
}

#about-cta-card {
    background-image: url('../images/about/about-cta-bg-7426f5.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 45px 114px;
    border-radius: 16px;
    justify-content: flex-end;
    align-items: center;
}

#about-cta-text-container {
    gap: 24px;
    width: 759px;
    justify-content: center;
}

#about-cta-text {
    color: #2C003E;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.05em;
}

#about-hero-bg-image {
    background-size: cover;
    background-image: url('../images/about/about-hero-bg-7da0a7.jpg'); 
    background-position: right center;
}


/* ===== COMPREHENSIVE RESPONSIVE STYLES ===== */

/* Mid-size screens (1024px - 1300px) */
@media (max-width: 1300px) {
    #about-cta-card {
        padding-left: 324px;
        padding-right: 0;
    }
    
    #who-we-are .text-p1 {
        font-size: 16px;
    }
}

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
    /* About Hero Section - Tablet */
    #about-hero {
        padding: 40px 30px;
    }
    
    #about-hero-container {
        width: 100%;
        max-width: 100%;

    }
    
    /* Philosophy Section - Tablet */
    #philosophy {
        padding: 50px 30px;
    }
    
    #philosophy-container {
        width: 100%;
        max-width: 100%;
    }
    
    /* Who We Are Section - Tablet */
    #who-we-are {
        padding: 50px 30px;
    }
    
    #who-we-are-container {
        width: 100%;
        max-width: 100%;
    }
    
    #who-we-are-title {
        width: 100%;
        font-size: 48px !important;
    }
    
    #who-we-are-main-content {
        height: auto;
        gap: 30px;
    }
    
    #who-we-are-image-container {
        min-height: 300px;
    }
    
    #who-we-are-decorative-icon {
        height: 120px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    #who-we-are-quote-box {
        padding: 25px 30px;
    }
    
    #who-we-are .bg-accent-cyan p {
        font-size: 20px !important;
    }
    
    #who-we-are-description {
        max-width: 100%;
    }
    
    #who-we-are .text-p1 {
        font-size: 16px !important;
    }
    
    /* We Don't Speak Section - Tablet */
    #we-dont-speak {
        padding: 50px 30px;
    }
    
    #we-dont-speak-container {
        width: 100%;
        max-width: 100%;
    }
    
    #we-dont-speak-top-row {
        gap: 30px;
    }
    
    #we-dont-speak-bottom-row {
        gap: 30px;
    }
    
    /* Our Vision Section - Tablet */
    #our-vision {
        padding: 50px 30px;
    }
    
    #our-vision-container {
        width: 100%;
        max-width: 100%;
    }
    
    #our-vision-text-container {
        gap: 30px;
    }
    
    #our-vision-purple-box {
        padding: 50px 30px;
    }
    
    /* Our Principles Section - Tablet */
    #our-principles-bg-graphic {
        display: none;
    }
    
    /* About CTA Section - Tablet */
    #about-cta {
        padding: 50px 30px;
    }
    
    #about-cta-container {
        width: 100%;
        max-width: 100%;
    }
    
    #about-cta-card {
        padding: 40px 60px;
    }
    
    #about-cta-text-container {
        width: 100%;
    }
}

/* Mobile Styles (up to 768px) - Figma Design */
@media (max-width: 768px) {
    /* About Hero Section - Mobile Figma */
    #about-hero {
        padding: 0;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 100vh;
    }
    
    #about-hero h1 {
        font-size: 40px !important;
        line-height: 1.1;
        font-weight: 400;
        letter-spacing: -0.02em;
        color: #FEF9F4;
    }
    
    #about-hero-bg-image {
        background-size: cover;
        background-image: url('../images/about/about-mobile-main.jpg'); 
        background-position:   center;
    }
    
    #about-hero-gradient-overlay {
        background: linear-gradient(-26deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 85%), 
                    linear-gradient(45deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.3) 75%), 
                    linear-gradient(to bottom, rgba(94, 55, 110, 0.15), rgba(12, 23, 23, 0.25));
    }
    
    #about-hero-container {
        padding: 135px 28px 40px;
        width: 100%;
        max-width: 100%;
    }
    
    #about-hero-content {
        max-width: 100%;
        margin-top: 0;
    }
    
    #about-hero-title {
        max-width: 100%;
    }
    
    /* Philosophy Section - Mobile Figma */
    #philosophy {
        padding: 60px 20px;
        background-color: #13001A;
    }
    
    #philosophy-container {
        width: 100%;
        max-width: 100%;
    }
    
    #philosophy-content {
        gap: 40px;
    }
    
    #philosophy-text-container {
        gap: 32px;
    }
    
    #philosophy-text-1,
    #philosophy-text-2 {
        font-size: 28px !important;
        line-height: 1.2 !important;
        font-weight: 400;
        color: #323232;
    }
    
    /* Who We Are Section - Mobile Figma */
    #who-we-are {
        padding: 0px 20px;
        background-color: #13001A;
    }
    
    #who-we-are-container {
        width: 100%;
        max-width: 100%;
    }
    
    #who-we-are-content {
        gap: 15px;
    }
    
    #who-we-are-title {
        width: 100%;
        font-size: 32px !important;
        line-height: 1.2;
        font-weight: 400;
        color: #906E9F;
    }
    
    #who-we-are-main-content {
        flex-direction: column;
        height: auto;
        gap: 24px;
    }
    
    #who-we-are-image-container {
        width: 100%;
        height: 210px;
        min-height: 210px;
        border-radius: 16px;
       
        padding: 20px;
        order: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #who-we-are-decorative-icon {
        height: 80px;
        width: auto;
        position: static;
        transform: none;
    }
    
    #who-we-are-text-content {
        order: 2;
        gap: 20px;
    }
    
    #who-we-are-quote-box {
        background-color: #abebf0;
        border-radius: 12px;
        padding: 20px 20px;
    }
    
    #who-we-are .bg-accent-cyan p {
        font-size: 18px !important;
        line-height: 1.3;
        font-weight: 400;
        color: #13001A;
    }
    
    #who-we-are-description {
        max-width: 100%;
        font-size: 16px !important;
        line-height: 1.5;
        font-weight: 400;
        color: #D7D7D7;
    }
    
    #who-we-are-description-container {
        gap: 20px;
    }
    
    #who-we-are-cta-button {
        display: flex;
    }
    
    /* We Don't Speak Section - Mobile Figma */
    #we-dont-speak {
        padding: 60px 20px;
        background-color: #13001A;
    }
    
    #we-dont-speak-container {
        width: 100%;
        max-width: 100%;
    }
    
    #we-dont-speak-main-content {
        gap: 40px;
    }
    
    #we-dont-speak-top-row {
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }
    #we-dont-speak-image {
        position: relative;
        z-index: 0;
        transform: scaleX(1);
        min-height: 180px;
    }
    #we-dont-speak-title {
        font-size: 32px !important;
        line-height: 1.2;
        font-weight: 400;
        color: #906E9F;
    }
    
    #we-dont-speak-descriptions {
        gap: 20px;
    }
    
    #we-dont-speak-description-1,
    #we-dont-speak-description-2 {
        font-size: 16px !important;
        line-height: 1.5;
        font-weight: 400;
        color: #D7D7D7;
    }
    
    #we-dont-speak-bottom-row {
        flex-direction: column;
        gap: 24px;
    }
    
    #we-dont-speak-image-container {
        width: 100%;
        height: 240px;
        border-radius: 12px;
        order: 1;
    }
    
    #we-dont-speak-purple-box {
        background-color: #5E376E;
        border-radius: 12px;
        padding: 24px 20px;
        order: 2;
        gap: 20px;
    }
    
    #we-dont-speak-purple-text {
        font-size: 20px !important;
        line-height: 1.3;
        color: #FEF9F4;
    }
    
    /* Our Vision Section - Mobile Figma */
    #our-vision {
        padding: 60px 20px;
        background-color: #FEF9F4;
    }
    
    #our-vision-container {
        width: 100%;
        max-width: 100%;
    }
    
    #our-vision-content {
        gap: 40px;
    }
    
    #our-vision-text-container {
        flex-direction: column;
        gap: 24px;
    }
    
    #our-vision-title {
        font-size: 32px !important;
        line-height: 1.2;
        font-weight: 400;
        color: #906E9F;
    }
    
    #our-vision-subtitle {
        font-size: 18px !important;
        line-height: 1.4;
        font-weight: 400;
        color: #13001A;
    }
    
    #our-vision-purple-box {
        background-color: #5E376E;
        border-radius: 12px;
        padding: 32px 20px;
        height: auto;
        min-height: 320px;
        position: relative;
        padding-bottom: 175px;
    }
    #our-principles-bg-graphic {
        left: -208px;
        top: unset;
        width: 1000px;
        height: auto;
        z-index: 1;
        bottom: -376px;
        opacity: 0.8;
    }
    
    #our-vision-bg-graphic {
        position: absolute;
               width: 100%;
        height: 140px;
        z-index: 45;
        transform: scaleX(-1);
        bottom: 0;
        top: unset;
    }
    
    #our-vision-bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;        
    }
    
    #our-vision-text-content {
        max-width: 100%;
        gap: 24px;
    }
    
    #our-vision-description {
        font-size: 16px !important;
        line-height: 1.5;
        font-weight: 400;
        color: #D7D7D7;
    }
    
    #our-vision-tagline {
        font-size: 20px !important;
        line-height: 1.3;
        font-weight: 500;
        color: #ABEBF0;
    }
    
    /* Our Principles Section - Mobile */
    #our-principles-mobile {
        background-color: #2C003E;
    }
    
    #our-principles-mobile-container {
        transition: opacity 0.3s ease;
    }
    
    #our-principles-mobile-title {
        font-size: 32px !important;
        transition: color 0.3s ease;
    }
    
    #principle-mobile-1,
    #principle-mobile-2,
    #principle-mobile-3,
    #principle-mobile-4,
    #principle-mobile-5 {
        transition: all 0.3s ease;
    }
    
    #principle-mobile-1 .text-4xl,
    #principle-mobile-2 .text-4xl,
    #principle-mobile-3 .text-4xl,
    #principle-mobile-4 .text-4xl,
    #principle-mobile-5 .text-4xl {
        font-size: 20px !important;
    }
    
    #principle-mobile-1 .text-h5,
    #principle-mobile-2 .text-h5,
    #principle-mobile-3 .text-h5,
    #principle-mobile-4 .text-h5,
    #principle-mobile-5 .text-h5 {
        font-size: 16px !important;
    }
    
    #principle-mobile-1 .text-h3,
    #principle-mobile-2 .text-h3,
    #principle-mobile-3 .text-h3,
    #principle-mobile-4 .text-h3,
    #principle-mobile-5 .text-h3 {
        font-size: 16px !important;
    }
    
    /* About CTA Section - Mobile */
    #about-cta {
        padding: 60px 20px;
        background: linear-gradient(0deg, rgba(12, 23, 23, 1) 0%, rgba(19, 0, 26, 1) 85%);
    }
    
    #about-cta-container {
        width: 100%;
        max-width: 100%;
    }
    
    #about-cta-content {
        gap: 40px;
    }
    
    #about-cta-card {
        background-image: url('../images/about/assetsimagesabout-cta-img-mobile.jpg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        padding: 40px 35px;
        border-radius: 12px;
        justify-content: center;
        align-items: start;
        height: 550px;
        min-height: 550px;
    }
    
    #about-cta-text-container {
        gap: 24px;
        width: 100%;
        justify-content: start;
        align-items: start;
        text-align: left;
    }
    
    #about-cta-text {
        font-size: 20px !important;
        line-height: 1.3;
        font-weight: 500;
        color: #13001A;
    }
}


