/* =========================================================
   TAMIL PHONICS
   PUBLIC ABOUT US PAGE
   Blue + Cream + Soft Teal
========================================================= */

.about-wide-container{
    width:95%;
    max-width:1660px;
    margin-left:auto;
    margin-right:auto;
}

.about-content-container{
    width:92%;
    max-width:1120px;
    margin-left:auto;
    margin-right:auto;
}


/* =========================================================
   HERO
========================================================= */

.about-hero{
    position:relative;
    overflow:hidden;

    padding:92px 0 96px;

    background:
        radial-gradient(
            circle at 82% 12%,
            rgba(87,193,204,.17),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #f7fafc 0%,
            #edf6f8 55%,
            #fffaf3 100%
        );
}

.about-hero::after{
    content:"";

    position:absolute;

    right:-110px;
    bottom:-160px;

    width:430px;
    height:430px;

    border-radius:50%;

    border:1px solid rgba(22,76,111,.06);

    box-shadow:
        0 0 0 65px rgba(22,76,111,.018),
        0 0 0 130px rgba(22,76,111,.012);
}

.about-hero-inner{
    position:relative;
    z-index:2;

    max-width:980px;
}

.about-eyebrow{
    display:inline-flex;

    margin-bottom:14px;
    padding:7px 12px;

    border-radius:999px;

    background:#e5f5f7;

    color:#087f8b;

    font-size:11px;
    font-weight:850;
    letter-spacing:.08em;
}

.about-hero h1{
    max-width:900px;

    margin:0 0 20px;

    color:#123663;

    font-size:clamp(42px,5vw,72px);
    line-height:1.12;

    letter-spacing:-.035em;
}

.about-hero p{
    max-width:900px;

    margin:0;

    color:#526b7b;

    font-size:17px;
    line-height:1.95;
}


/* =========================================================
   COMMON HEADINGS
========================================================= */

.about-section-label{
    display:block;

    margin-bottom:8px;

    color:#0b939f;

    font-size:10px;
    font-weight:850;
    letter-spacing:.1em;
}

.about-section-heading{
    max-width:760px;

    margin:0 auto 38px;

    text-align:center;
}

.about-section-heading > span,
.about-centered-heading > span{
    display:block;

    margin-bottom:8px;

    color:#0a929e;

    font-size:10px;
    font-weight:850;
    letter-spacing:.1em;
}

.about-section-heading h2,
.about-centered-heading h2{
    margin:0 0 12px;

    color:#16375f;

    font-size:clamp(30px,3vw,45px);
    line-height:1.25;
}

.about-section-heading p{
    margin:0;

    color:#71818c;

    font-size:14px;
    line-height:1.8;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.about-intro-section{
    padding:80px 0;
    background:#fff;
}

.about-intro-card{
    display:grid;

    grid-template-columns:260px minmax(0,1fr);

    gap:42px;
    align-items:center;

    padding:44px;

    border:1px solid #e0e9ed;
    border-radius:28px;

    background:
        linear-gradient(
            135deg,
            #ffffff,
            #f9fcfd
        );

    box-shadow:
        0 18px 48px rgba(20,52,73,.055);
}

.about-intro-decoration{
    display:grid;
    place-items:center;

    aspect-ratio:1;

    border-radius:26px;

    background:
        linear-gradient(
            145deg,
            #e5f6f7,
            #fff8ef
        );
}

.about-intro-decoration span{
    display:grid;
    place-items:center;

    width:125px;
    height:125px;

    border-radius:50%;

    background:#fff;

    color:#153962;

    font-size:74px;
    font-weight:800;

    box-shadow:
        0 12px 30px rgba(28,67,92,.08);
}

.about-intro-content h2{
    margin:0 0 17px;

    color:#153861;

    font-size:32px;
    line-height:1.3;
}

.about-rich-text p{
    margin:0;

    color:#536b79;

    font-size:15px;
    line-height:2;
}


/* =========================================================
   LEADERSHIP
========================================================= */

.about-leadership-section{
    padding:84px 0;

    background:#f7fafc;
}

.about-leadership-grid{
    display:grid;

    gap:26px;

    max-width:1420px;

    margin:0 auto;
}

.about-leadership-grid.single-profile{
    grid-template-columns:
        minmax(0,1100px);

    justify-content:center;
}

.about-leadership-grid.two-profiles{
    grid-template-columns:
        repeat(2,minmax(0,1fr));
}

.about-leader-card{
    display:grid;

    grid-template-columns:320px minmax(0,1fr);

    overflow:hidden;

    border:1px solid #dde7ec;
    border-radius:24px;

    background:#fff;

    box-shadow:
        0 15px 40px rgba(20,52,73,.065);
}

.about-leadership-grid.two-profiles
.about-leader-card{
    grid-template-columns:230px minmax(0,1fr);
}

.about-leader-photo{
    min-height:390px;

    overflow:hidden;

    background:#eef4f6;
}

.about-leader-photo img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;
}

.about-photo-placeholder{
    display:grid;
    place-items:center;

    width:100%;
    height:100%;
    min-height:390px;

    background:
        linear-gradient(
            135deg,
            #e6f4f6,
            #fff8ee
        );
}

.about-photo-placeholder span{
    color:#0d818e;

    font-size:80px;
    font-weight:850;
}

.about-leader-content{
    display:flex;
    flex-direction:column;
    justify-content:center;

    padding:34px;
}

.about-leader-heading h3{
    margin:0 0 5px;

    color:#153861;

    font-size:27px;
    line-height:1.3;
}

.about-leader-role{
    color:#0a8d99;

    font-size:12px;
    font-weight:800;
}

.about-qualification{
    display:flex;
    align-items:flex-start;

    gap:9px;

    margin:17px 0;

    padding:11px 13px;

    border-radius:11px;

    background:#f1f8fa;

    color:#284b61;
}

.about-qualification strong{
    font-size:11px;
    line-height:1.5;
}

.about-leader-description{
    margin:0;

    color:#607583;

    font-size:13px;
    line-height:1.9;
}

.about-profile-more{
    margin-top:15px;

    border-top:1px solid #edf1f3;

    padding-top:12px;
}

.about-profile-more summary{
    color:#0a8793;

    cursor:pointer;

    font-size:11px;
    font-weight:800;
}

.about-profile-more div{
    margin-top:11px;

    color:#617681;

    font-size:12px;
    line-height:1.85;
}


/* =========================================================
   SOCIAL
========================================================= */

.about-social-links{
    display:flex;
    flex-wrap:wrap;

    gap:9px;

    margin-top:20px;
}

.about-social-links a{
    display:inline-flex;
    align-items:center;

    gap:6px;

    padding:9px 13px;

    border-radius:9px;

    text-decoration:none;

    font-size:10px;
    font-weight:800;
}

.about-whatsapp{
    background:#edf9f1;
    color:#287447;
}

.about-instagram{
    background:#f5f2fa;
    color:#66527f;
}


/* =========================================================
   STATS
========================================================= */

.about-stats-section{
    padding:0 0 80px;

    background:#f7fafc;
}

.about-stats-grid{
    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:16px;
}

.about-stats-grid article{
    display:grid;
    justify-items:center;

    padding:29px 20px;

    border:1px solid #dfe8ec;
    border-radius:18px;

    background:#fff;

    text-align:center;
}

.about-stats-grid strong{
    color:#153961;

    font-size:30px;
    line-height:1.2;
}

.about-stats-grid span{
    margin-top:6px;

    color:#71808a;

    font-size:11px;
    font-weight:750;
}


/* =========================================================
   STORY
========================================================= */

.about-story-section{
    padding:85px 0;

    background:#fff;
}

.about-story-section h2{
    margin:0 0 22px;

    color:#153861;

    font-size:36px;
}


/* =========================================================
   MISSION / VISION
========================================================= */

.about-mission-section{
    padding:80px 0;

    background:#f8fbfc;
}

.about-mission-grid{
    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:22px;
}

.about-mission-grid article{
    padding:33px;

    border:1px solid #dee8ec;
    border-radius:22px;

    background:#fff;

    box-shadow:
        0 12px 34px rgba(20,52,73,.045);
}

.about-value-icon{
    display:grid;
    place-items:center;

    width:48px;
    height:48px;

    margin-bottom:18px;

    border-radius:14px;

    background:#eaf8f9;

    color:#078b97;

    font-size:20px;
}

.about-mission-grid article > span{
    color:#0a929e;

    font-size:9px;
    font-weight:850;
    letter-spacing:.12em;
}

.about-mission-grid h2{
    margin:7px 0 14px;

    color:#153861;

    font-size:25px;
}

.about-mission-grid p{
    margin:0;

    color:#607582;

    font-size:13px;
    line-height:1.9;
}


/* =========================================================
   WHY TAMIL PHONICS
========================================================= */

.about-why-section{
    padding:90px 0;

    background:#fff;
}

.about-centered-heading{
    text-align:center;

    margin-bottom:34px;
}

.about-why-content{
    display:grid;

    grid-template-columns:150px minmax(0,1fr);

    gap:30px;
    align-items:center;

    padding:32px;

    border-radius:22px;

    background:
        linear-gradient(
            135deg,
            #f0f8fa,
            #fff9f1
        );
}

.about-why-symbol{
    display:grid;
    place-items:center;

    width:130px;
    height:130px;

    border-radius:50%;

    background:#fff;

    color:#153861;

    font-size:70px;
    font-weight:850;

    box-shadow:
        0 10px 28px rgba(20,52,73,.07);
}

.about-why-content p{
    margin:0;

    color:#526a78;

    font-size:14px;
    line-height:2;
}


/* =========================================================
   TEACHING
========================================================= */

.about-teaching-section{
    padding:80px 0;

    background:#f7fafc;
}

.about-teaching-card{
    display:grid;

    grid-template-columns:
        minmax(0,1.4fr)
        minmax(280px,.6fr);

    gap:36px;
    align-items:center;

    padding:40px;

    border:1px solid #dfe8ec;
    border-radius:24px;

    background:#fff;
}

.about-teaching-card h2{
    margin:0 0 15px;

    color:#153861;

    font-size:31px;
}

.about-teaching-card p{
    margin:0;

    color:#607581;

    font-size:13px;
    line-height:1.9;
}

.about-method-tags{
    display:flex;
    flex-wrap:wrap;

    gap:9px;

    justify-content:center;
}

.about-method-tags span{
    display:inline-flex;

    padding:10px 14px;

    border-radius:999px;

    background:#edf8f9;

    color:#087e8a;

    font-size:11px;
    font-weight:800;
}


/* =========================================================
   TEAM
========================================================= */

.about-team-section{
    padding:88px 0;

    background:#fff;
}

.about-public-team-grid{
    display:grid;

    grid-template-columns:
        repeat(4,minmax(0,1fr));

    gap:18px;
}

.about-public-team-card{
    overflow:hidden;

    border:1px solid #dfe7eb;
    border-radius:18px;

    background:#fff;

    box-shadow:
        0 9px 26px rgba(20,52,73,.055);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.about-public-team-card:hover{
    transform:translateY(-4px);

    box-shadow:
        0 16px 38px rgba(20,52,73,.10);
}

.about-public-team-photo{
    display:grid;
    place-items:center;

    aspect-ratio:4/3;

    overflow:hidden;

    background:
        linear-gradient(
            135deg,
            #edf8f9,
            #fff8ef
        );

    color:#0a8793;

    font-size:44px;
    font-weight:850;
}

.about-public-team-photo img{
    width:100%;
    height:100%;

    object-fit:cover;
}

.about-public-team-body{
    padding:18px;
}

.about-public-team-body h3{
    margin:0 0 4px;

    color:#153861;

    font-size:16px;
}

.about-team-position{
    display:block;

    margin-bottom:9px;

    color:#0a8b97;

    font-size:10px;
    font-weight:800;
}

.about-team-qualification{
    margin:0 0 7px;

    color:#405d6b;

    font-size:10px;
    font-weight:700;
}

.about-public-team-body small{
    display:block;

    margin-top:3px;

    color:#829098;

    font-size:9px;
}

.about-team-description{
    margin:12px 0 0;

    color:#687b85;

    font-size:10px;
    line-height:1.7;
}

.about-team-social{
    display:flex;

    gap:7px;

    margin-top:14px;
}

.about-team-social a{
    display:grid;
    place-items:center;

    width:30px;
    height:30px;

    border-radius:50%;

    background:#edf8f9;

    color:#087f8b;

    text-decoration:none;

    font-size:12px;
}


/* =========================================================
   CTA
========================================================= */

.about-cta-section{
    padding:0 0 90px;

    background:#fff;
}

.about-cta-card{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:30px;

    padding:42px;

    border-radius:24px;

    background:
        linear-gradient(
            135deg,
            #153a63,
            #185573
        );

    color:#fff;
}

.about-cta-card > div:first-child{
    max-width:780px;
}

.about-cta-card span{
    display:block;

    margin-bottom:8px;

    color:#92dfe4;

    font-size:10px;
    font-weight:850;
    letter-spacing:.1em;
}

.about-cta-card h2{
    margin:0 0 12px;

    font-size:30px;
    line-height:1.35;
}

.about-cta-card p{
    margin:0;

    color:rgba(255,255,255,.78);

    font-size:12px;
    line-height:1.8;
}

.about-cta-actions{
    display:flex;
    flex-wrap:wrap;

    gap:10px;
}

.about-cta-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:43px;

    padding:10px 17px;

    border-radius:10px;

    text-decoration:none;

    font-size:10px;
    font-weight:850;

    white-space:nowrap;
}

.about-primary-cta{
    background:#fff;

    color:#153a63;
}

.about-secondary-cta{
    border:1px solid rgba(255,255,255,.35);

    color:#fff;
}


/* =========================================================
   EMPTY
========================================================= */

.about-empty-page{
    padding:120px 20px;

    text-align:center;
}

.about-empty-page h1{
    color:#153861;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1200px){

    .about-public-team-grid{
        grid-template-columns:
            repeat(3,minmax(0,1fr));
    }

    .about-leadership-grid.two-profiles{
        grid-template-columns:1fr;
    }

    .about-leadership-grid.two-profiles
    .about-leader-card{
        grid-template-columns:
            280px
            minmax(0,1fr);
    }

}


@media(max-width:900px){

    .about-intro-card{
        grid-template-columns:190px minmax(0,1fr);

        padding:30px;
    }

    .about-leader-card,
    .about-leadership-grid.two-profiles
    .about-leader-card{
        grid-template-columns:
            240px
            minmax(0,1fr);
    }

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

    .about-teaching-card{
        grid-template-columns:1fr;
    }

    .about-public-team-grid{
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .about-cta-card{
        align-items:flex-start;
        flex-direction:column;
    }

}


@media(max-width:700px){

    .about-hero{
        padding:68px 0 72px;
    }

    .about-wide-container,
    .about-content-container{
        width:92%;
    }

    .about-intro-card{
        grid-template-columns:1fr;

        gap:24px;

        padding:22px;
    }

    .about-intro-decoration{
        max-width:240px;
    }

    .about-leader-card,
    .about-leadership-grid.two-profiles
    .about-leader-card{
        grid-template-columns:1fr;
    }

    .about-leader-photo{
        min-height:auto;

        aspect-ratio:4/3;
    }

    .about-photo-placeholder{
        min-height:auto;

        aspect-ratio:4/3;
    }

    .about-leader-content{
        padding:24px;
    }

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

    .about-why-content{
        grid-template-columns:1fr;

        justify-items:center;

        padding:24px;
    }

    .about-public-team-grid{
        grid-template-columns:1fr 1fr;
    }

    .about-cta-card{
        padding:28px;
    }

}


@media(max-width:480px){

    .about-hero h1{
        font-size:38px;
    }

    .about-public-team-grid{
        grid-template-columns:1fr;
    }

    .about-social-links{
        flex-direction:column;
    }

    .about-social-links a{
        justify-content:center;
    }

    .about-cta-actions{
        width:100%;
    }

    .about-cta-actions a{
        width:100%;
    }

}