/* =========================================================
   ABOUT PAGE
========================================================= */


/* =========================================================
   01. ABOUT HERO
========================================================= */

.about-hero {
    padding: 90px 0 100px;
    background: #f5f7f9;
    border-bottom: 1px solid #e5e7eb;
}


.about-hero-content {
    max-width: 850px;
}


.about-hero .section-label {
    display: inline-block;
    margin-bottom: 18px;
}


.about-hero h1 {
    margin: 0 0 24px;
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #111827;
}


.about-hero p {
    max-width: 720px;
    margin: 0;
    font-size: 19px;
    line-height: 1.8;
    color: #5f6673;
}


/* =========================================================
   02. ABOUT INTRO
========================================================= */

.about-intro {
    padding: 100px 0;
    background: #ffffff;
}


.about-intro-grid {
    display: grid;
    grid-template-columns: minmax(250px, 0.8fr) minmax(350px, 1.2fr);
    gap: 80px;
    align-items: start;
}


.about-intro-heading {
    position: sticky;
    top: 120px;
}


.about-intro-heading .section-label {
    display: inline-block;
    margin-bottom: 18px;
}


.about-intro-heading h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.15;
    font-weight: 700;
    color: #111827;
}


.about-intro-content {
    max-width: 700px;
}


.about-intro-content p {
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.85;
    color: #5f6673;
}


.about-intro-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   03. MISSION
========================================================= */

.about-mission {
    padding: 90px 0;
    background: #f5f7f9;
}


.mission-box {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 45px;
    align-items: start;
    max-width: 1050px;
    margin: 0 auto;
    padding: 55px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(17, 24, 39, 0.05);
}


.mission-icon {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    font-size: 30px;
}


.mission-content .section-label {
    display: inline-block;
    margin-bottom: 16px;
}


.mission-content h2 {
    max-width: 750px;
    margin: 0 0 20px;
    font-family: "Playfair Display", serif;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}


.mission-content p {
    max-width: 760px;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #5f6673;
}


/* =========================================================
   04. COVERAGE SECTION
========================================================= */

.about-categories {
    padding: 100px 0;
    background: #ffffff;
}


.about-categories .section-heading {
    max-width: 700px;
    margin-bottom: 55px;
}


.about-categories .section-heading h2 {
    margin-top: 12px;
}


.about-categories .section-heading p {
    margin-top: 16px;
    line-height: 1.7;
    color: #6b7280;
}


.about-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


.about-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 32px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.about-category-card:hover {
    transform: translateY(-5px);
    border-color: #d1d5db;
    box-shadow: 0 15px 35px rgba(17, 24, 39, 0.08);
}


.about-category-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 12px;
    background: #f1f3f5;
    color: #111827;
    font-size: 22px;
}


.about-category-card h3 {
    margin: 0 0 12px;
    font-family: "Playfair Display", serif;
    font-size: 25px;
    line-height: 1.25;
    color: #111827;
}


.about-category-card p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
}


.about-category-card > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}


.about-category-card > span i {
    transition: transform 0.25s ease;
}


.about-category-card:hover > span i {
    transform: translateX(4px);
}


/* =========================================================
   05. VALUES
========================================================= */

.about-values {
    padding: 100px 0;
    background: #f5f7f9;
}


.about-values .section-heading {
    margin-bottom: 55px;
}


.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


.about-value-card {
    padding: 32px 28px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
}


.about-value-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 10px;
    background: #f1f3f5;
    color: #111827;
    font-size: 20px;
}


.about-value-card h3 {
    margin: 0 0 12px;
    font-family: "Playfair Display", serif;
    font-size: 23px;
    color: #111827;
}


.about-value-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
}




/* =========================================================
   06. ABOUT CTA
========================================================= */


.about-cta{
    padding: 90px 0;
    background: #ffffff;
}
.about-cta-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 55px 60px;
    background: #111827;
    border-radius: 18px;
}
.about-cta-box .section-label{
    display: inline-block;
    margin-bottom: 16px;
    color: #d1d5db;
}
.about-cta-box h2{
    margin: 0 0 14px;
    font-family: "Playfair Display", serif;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.2;
    color: #ffffff;
}
.about-cta-box p {
    max-width: 650px;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #d1d5db;
}
.about-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    min-width: 155px;
    padding: 14px 22px;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
     transition:
        transform 0.25s ease,
        background 0.25s ease;
}
.about-cta-button:hover{
    transform: translateY(-2px);
    background: #c6c6c7;
}
.about-cta-button i {
    transition: transform 0.25s ease;
}
.about-cta-button:hover i {
    transform: translateX(3px);
}










/* =========================================================
   07. TABLET
========================================================= */

@media (max-width: 991px) {

    .about-hero {
        padding: 75px 0 80px;
    }


    .about-intro {
        padding: 80px 0;
    }


    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }


    .about-intro-heading {
        position: static;
    }


    .about-mission {
        padding: 75px 0;
    }


    .mission-box {
        gap: 30px;
        padding: 40px;
    }


    .about-categories {
        padding: 80px 0;
    }


    .about-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .about-values {
        padding: 80px 0;
    }


    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .about-cta {
        padding: 75px 0;
    }


    .about-cta-box {
        padding: 45px;
    }

}


/* =========================================================
   08. MOBILE
========================================================= */

@media (max-width: 768px) {

    .about-hero {
        padding: 60px 0 65px;
    }


    .about-hero h1 {
        font-size: clamp(38px, 10vw, 56px);
        letter-spacing: -0.8px;
    }


    .about-hero p {
        font-size: 16px;
        line-height: 1.7;
    }


    .about-intro {
        padding: 65px 0;
    }


    .about-intro-heading h2 {
        font-size: 38px;
    }


    .about-intro-content p {
        font-size: 16px;
        line-height: 1.75;
    }


    .about-mission {
        padding: 45px 0;
    }


    .mission-box {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 32px;
    }


    .mission-icon {
        width: 68px;
        height: 68px;
        font-size: 24px;
    }


    .mission-content h2 {
        font-size: 34px;
    }


    .about-categories {
        padding: 65px 0;
    }


    .about-category-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .about-category-card {
        min-height: auto;
        padding: 28px;
    }


    .about-values {
        padding: 65px 0;
    }


    .about-values-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .about-value-card {
        padding: 28px;
    }


    .about-cta {
        padding: 65px 0;
    }


    .about-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 28px;
    }


    .about-cta-button {
        width: 100%;
    }

}


/* =========================================================
   09. SMALL MOBILE
========================================================= */

@media (max-width: 550px) {

    .about-hero {
        padding: 50px 0 55px;
    }


    .about-hero h1 {
        font-size: 38px;
    }


    .about-intro-heading h2 {
        font-size: 34px;
    }


    .mission-content h2 {
        font-size: 30px;
    }


    .about-category-card {
        padding: 24px;
    }


    .about-value-card {
        padding: 24px;
    }


    .about-cta-box {
        padding: 30px 22px;
    }


    .about-cta-box h2 {
        font-size: 30px;
    }

}