/*==================================================
    UZAYO ABOUT.CSS
    PART 1 — HERO + STORY
==================================================*/


/*======================================
    ABOUT HERO
======================================*/

.about-hero{

    position:relative;

    min-height:720px;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:120px 40px;

    overflow:hidden;

    background:
        linear-gradient(
            120deg,
            rgba(255,255,255,.98),
            rgba(248,246,242,.94)
        );

}


.about-hero::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    top:-300px;

    right:-180px;

    background:rgba(184,155,94,.08);

    filter:blur(50px);

}


.about-hero-content{

    position:relative;

    z-index:2;

    width:min(900px,100%);

    text-align:center;

}


.about-eyebrow{

    display:inline-flex;

    align-items:center;

    gap:15px;

    margin-bottom:28px;

    color:var(--color-gold);

    font-size:.78rem;

    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

}


.about-eyebrow::before,

.about-eyebrow::after{

    content:"";

    width:45px;

    height:1px;

    background:var(--color-gold);

}


.about-hero h1{

    margin:0;

    font-family:var(--font-heading);

    font-size:clamp(4rem,8vw,7.5rem);

    line-height:.9;

    letter-spacing:-4px;

    color:var(--color-black);

}


.about-hero h1 span{

    color:var(--color-gold);

}


.about-hero-content p{

    max-width:650px;

    margin:40px auto 0;

    color:var(--color-grey-600);

    font-size:1.08rem;

    line-height:1.9;

}


/*======================================
    ABOUT STORY
======================================*/

.about-story{

    padding:140px 0;

    background:var(--color-white);

}


.about-container{

    width:min(92%,1400px);

    margin:0 auto;

}


.about-story .about-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}


.about-story-image{

    position:relative;

    overflow:hidden;

    border-radius:28px;

    background:var(--color-grey-100);

}


.about-story-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.12),
        transparent 45%
    );

    pointer-events:none;

}


.about-story-image img{

    display:block;

    width:100%;

    aspect-ratio:4/5;

    object-fit:cover;

    transition:transform .8s ease;

}


.about-story-image:hover img{

    transform:scale(1.04);

}


.about-story-content{

    max-width:620px;

}


.about-section-label{

    display:inline-block;

    margin-bottom:20px;

    color:var(--color-gold);

    font-size:.78rem;

    font-weight:600;

    letter-spacing:3px;

    text-transform:uppercase;

}


.about-story-content h2{

    margin:0 0 30px;

    font-family:var(--font-heading);

    font-size:clamp(3rem,5vw,5rem);

    line-height:.95;

    letter-spacing:-2px;

    color:var(--color-black);

}


.about-story-content h2 span{

    color:var(--color-gold);

}


.about-story-content p{

    margin-bottom:20px;

    color:var(--color-grey-600);

    font-size:1rem;

    line-height:1.9;

}


.about-story-content p:last-child{

    margin-bottom:0;

}


/*======================================
    STORY IMAGE FRAME
======================================*/

.about-story-image::before{

    content:"";

    position:absolute;

    top:25px;

    left:25px;

    width:100%;

    height:100%;

    border:1px solid rgba(184,155,94,.25);

    border-radius:28px;

    z-index:-1;

}


/*======================================
    TABLET
======================================*/

@media(max-width:1000px){

    .about-story .about-container{

        grid-template-columns:1fr;

        gap:60px;

    }


    .about-story-content{

        max-width:800px;

    }

}


/*======================================
    MOBILE
======================================*/

@media(max-width:768px){

    .about-hero{

        min-height:600px;

        padding:100px 25px;

    }


    .about-hero h1{

        font-size:clamp(3.5rem,14vw,5rem);

        letter-spacing:-2px;

    }


    .about-hero-content p{

        font-size:.95rem;

        margin-top:30px;

    }


    .about-story{

        padding:90px 0;

    }


    .about-container{

        width:min(90%,1400px);

    }


    .about-story .about-container{

        gap:45px;

    }


    .about-story-content h2{

        font-size:3.2rem;

    }

}


/*======================================
    SMALL MOBILE
======================================*/

@media(max-width:480px){

    .about-hero{

        padding:80px 20px;

    }


    .about-eyebrow{

        letter-spacing:2.5px;

        gap:10px;

    }


    .about-eyebrow::before,

    .about-eyebrow::after{

        width:25px;

    }


    .about-story-content h2{

        font-size:2.7rem;

    }


    .about-story-image{

        border-radius:20px;

    }

}
/*==================================================
    UZAYO ABOUT.CSS
    PART 2 — VALUES + QUALITY + CTA
==================================================*/


/*======================================
    VALUES SECTION
======================================*/

.about-values{

    padding:140px 0;

    background:var(--color-grey-100);

}


.about-section-heading{

    max-width:760px;

    margin:0 auto 80px;

    text-align:center;

}


.about-section-heading h2{

    margin:0 0 25px;

    font-family:var(--font-heading);

    font-size:clamp(3rem,5vw,5rem);

    line-height:.95;

    letter-spacing:-2px;

    color:var(--color-black);

}


.about-section-heading h2 span{

    color:var(--color-gold);

}


.about-section-heading p{

    max-width:620px;

    margin:0 auto;

    color:var(--color-grey-600);

    line-height:1.9;

}


.about-values-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:1px;

    background:rgba(0,0,0,.12);

    border:1px solid rgba(0,0,0,.08);

}


.about-value{

    position:relative;

    min-height:300px;

    padding:40px 35px;

    background:var(--color-white);

    transition:.4s ease;

}


.about-value:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.10);

    z-index:2;

}


.about-value-number{

    display:block;

    margin-bottom:55px;

    color:var(--color-gold);

    font-size:.75rem;

    font-weight:700;

    letter-spacing:3px;

}


.about-value h3{

    margin:0 0 15px;

    font-family:var(--font-heading);

    font-size:1.8rem;

    color:var(--color-black);

}


.about-value p{

    margin:0;

    color:var(--color-grey-600);

    line-height:1.8;

    font-size:.95rem;

}


/*======================================
    200 GSM QUALITY SECTION
======================================*/

.about-quality{

    position:relative;

    min-height:650px;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:120px 30px;

    overflow:hidden;

    background:#111;

    color:#fff;

}


.about-quality::before{

    content:"";

    position:absolute;

    width:600px;

    height:600px;

    border-radius:50%;

    background:rgba(184,155,94,.12);

    filter:blur(90px);

    top:-300px;

    left:-200px;

}


.about-quality::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(255,255,255,.035);

    filter:blur(80px);

    bottom:-300px;

    right:-150px;

}


.about-quality-content{

    position:relative;

    z-index:2;

    text-align:center;

}


.about-quality-content > span{

    display:block;

    margin-bottom:25px;

    color:var(--color-gold);

    font-size:.75rem;

    font-weight:600;

    letter-spacing:4px;

}


.about-quality-content h2{

    margin:0;

    font-family:var(--font-heading);

    font-size:clamp(7rem,16vw,13rem);

    line-height:.8;

    letter-spacing:-8px;

    color:#fff;

}


.about-quality-content h2 span{

    color:var(--color-gold);

    font-size:.35em;

    letter-spacing:2px;

    vertical-align:middle;

    margin-left:12px;

}


.about-quality-content > p{

    margin:35px 0 0;

    font-size:1.15rem;

    letter-spacing:1px;

    color:rgba(255,255,255,.8);

}


.about-quality-line{

    width:80px;

    height:1px;

    margin:35px auto 0;

    background:var(--color-gold);

}


.about-quality-content .about-quality-description{

    max-width:500px;

    margin:30px auto 0;

    font-size:.9rem;

    line-height:1.8;

    color:rgba(255,255,255,.55);

}


/*======================================
    FINAL CTA
======================================*/

.about-cta{

    position:relative;

    min-height:650px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

    background:

        linear-gradient(
            135deg,
            #f8f7f4,
            #ffffff
        );

}


.about-cta::before{

    content:"";

    position:absolute;

    width:700px;

    height:700px;

    border-radius:50%;

    right:-300px;

    top:-250px;

    background:rgba(184,155,94,.08);

    filter:blur(70px);

}


.about-cta-content{

    position:relative;

    z-index:2;

    text-align:center;

    padding:50px 25px;

}


.about-cta-content > span{

    display:block;

    margin-bottom:25px;

    color:var(--color-gold);

    font-size:.75rem;

    font-weight:600;

    letter-spacing:4px;

}


.about-cta-content h2{

    margin:0 0 45px;

    font-family:var(--font-heading);

    font-size:clamp(3.5rem,7vw,7rem);

    line-height:.9;

    letter-spacing:-3px;

    color:var(--color-black);

}


.about-cta-content h2 em{

    color:var(--color-gold);

    font-style:normal;

}


.about-cta-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

    padding:18px 35px;

    border-radius:999px;

    background:var(--color-black);

    color:#fff;

    text-decoration:none;

    font-size:.75rem;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    transition:.35s ease;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}


.about-cta-button:hover{

    transform:translateY(-4px);

    background:var(--color-gold);

    box-shadow:0 20px 45px rgba(184,155,94,.25);

}


/*======================================
    VALUES — TABLET
======================================*/

@media(max-width:1100px){

    .about-values-grid{

        grid-template-columns:repeat(2,1fr);

    }

}


/*======================================
    VALUES — MOBILE
======================================*/

@media(max-width:768px){

    .about-values{

        padding:90px 0;

    }


    .about-section-heading{

        margin-bottom:55px;

    }


    .about-values-grid{

        grid-template-columns:1fr;

    }


    .about-value{

        min-height:auto;

        padding:35px 30px;

    }


    .about-value-number{

        margin-bottom:35px;

    }


    .about-quality{

        min-height:520px;

        padding:90px 20px;

    }


    .about-quality-content h2{

        font-size:clamp(6rem,25vw,9rem);

        letter-spacing:-5px;

    }


    .about-quality-content > p{

        font-size:1rem;

    }


    .about-cta{

        min-height:520px;

    }


    .about-cta-content h2{

        font-size:3.8rem;

        letter-spacing:-2px;

    }

}


/*======================================
    SMALL MOBILE
======================================*/

@media(max-width:480px){

    .about-section-heading h2{

        font-size:2.8rem;

    }


    .about-quality-content h2{

        font-size:5rem;

        letter-spacing:-3px;

    }


    .about-quality-content h2 span{

        font-size:.3em;

        margin-left:5px;

    }


    .about-cta-content h2{

        font-size:3rem;

    }


    .about-cta-button{

        width:100%;

        min-width:0;

    }

}


/*======================================
    REDUCED MOTION
======================================*/

@media(prefers-reduced-motion:reduce){

    .about-story-image img,

    .about-value,

    .about-cta-button{

        transition:none;

    }

}
/* PREMIUM QUALITY FEATURE IMAGE */

.about-quality-image {
    width: min(1100px, 92%);
    margin: 70px auto 0;
    overflow: hidden;
}

.about-quality-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
    .about-quality-image {
        width: 94%;
        margin-top: 45px;
    }
}
