/* ============================================================
   SRIJAN PARALLEL COMPUTING
   ABOUT PAGE STYLES
   File: css/about.css

   This file contains ONLY About-page styles.
   Shared styles remain in:
   /css/style.css
   /css/components.css
============================================================ */


/* ============================================================
   ABOUT PAGE VARIABLES
============================================================ */

.spc-about-page {

    --about-primary: #197da6;
    --about-primary-dark: #125f7c;
    --about-primary-light: #65c9e8;

    --about-dark: #17343d;
    --about-dark-2: #102a34;

    --about-warm: #f7f4ed;
    --about-warm-light: #fffdf8;

    --about-text: #43565d;
    --about-muted: #748188;

    --about-border: rgba(23,52,61,0.10);

    background:
        var(--about-warm);

    color:
        var(--about-text);

}


/* ============================================================
   HERO
============================================================ */

.about-hero {

    position:
        relative;

    min-height:
        76vh;

    min-height:
        76svh;

    display:
        flex;

    align-items:
        flex-end;

    overflow:
        hidden;

    isolation:
        isolate;

    background:
        linear-gradient(
            135deg,
            #071116 0%,
            #0b1b23 50%,
            #10394a 100%
        );

    color:
        #ffffff;

}


.about-hero::before {

    content:
        "";

    position:
        absolute;

    inset:
        0;

    z-index:
        -2;

    background:
        radial-gradient(
            circle at 78% 25%,
            rgba(25, 125, 166, 0.34),
            transparent 32%
        ),

        linear-gradient(
            90deg,
            rgba(7, 17, 22, 0.98),
            rgba(7, 17, 22, 0.75) 45%,
            rgba(7, 17, 22, 0.25)
        );

}


.about-hero::after {

    content:
        "";

    position:
        absolute;

    width:
        560px;

    height:
        560px;

    right:
        -230px;

    top:
        -200px;

    z-index:
        -1;

    border:
        1px solid rgba(255, 255, 255, 0.09);

    border-radius:
        50%;

    box-shadow:

        0 0 0 80px
        rgba(255, 255, 255, 0.025),

        0 0 0 160px
        rgba(255, 255, 255, 0.015);

    animation:
        aboutOrb 14s ease-in-out infinite;

}


.about-hero__grid {

    position:
        absolute;

    inset:
        0;

    z-index:
        -1;

    opacity:
        0.16;

    background-image:

        linear-gradient(
            rgba(255,255,255,0.08) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,0.08) 1px,
            transparent 1px
        );

    background-size:
        80px 80px;

    mask-image:
        linear-gradient(
            to right,
            black,
            transparent 75%
        );

    -webkit-mask-image:
        linear-gradient(
            to right,
            black,
            transparent 75%
        );

}


.about-hero__glow {

    position:
        absolute;

    border-radius:
        50%;

    pointer-events:
        none;

    filter:
        blur(2px);

}


.about-hero__glow--one {

    width:
        180px;

    height:
        180px;

    top:
        35%;

    right:
        20%;

    background:
        rgba(25, 125, 166, 0.10);

}


.about-hero__glow--two {

    width:
        100px;

    height:
        100px;

    top:
        20%;

    right:
        38%;

    background:
        rgba(101, 201, 236, 0.08);

}


.about-hero .container {

    width:
        100%;

}


.about-hero__content {

    padding:
        180px 0 55px;

}


.about-eyebrow {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        10px;

    color:
        var(--about-primary-light);

    font-size:
        0.68rem;

    font-weight:
        800;

    line-height:
        1;

    letter-spacing:
        0.17em;

    text-transform:
        uppercase;

}


.about-eyebrow::before {

    content:
        "";

    width:
        30px;

    height:
        2px;

    border-radius:
        10px;

    background:
        currentColor;

}


.about-eyebrow--dark {

    color:
        var(--about-primary);

}


.about-hero__breadcrumb {

    display:
        flex;

    align-items:
        center;

    gap:
        10px;

    margin-top:
        28px;

    color:
        rgba(255,255,255,0.50);

    font-size:
        0.75rem;

    font-weight:
        600;

}


.about-hero__breadcrumb a {

    color:
        rgba(255,255,255,0.85);

    transition:
        color 0.25s ease;

}


.about-hero__breadcrumb a:hover {

    color:
        var(--about-primary-light);

}


.about-hero__breadcrumb i {

    font-size:
        0.6rem;

}


.about-hero h1 {

    max-width:
        950px;

    margin:
        25px 0 25px;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(4rem, 9vw, 8.5rem);

    font-weight:
        800;

    line-height:
        0.91;

    letter-spacing:
        -0.065em;

}


.about-hero h1 span {

    display:
        inline-block;

    color:
        var(--about-primary-light);

}


.about-hero p {

    max-width:
        680px;

    margin:
        0;

    color:
        rgba(255,255,255,0.68);

    font-size:
        clamp(0.95rem, 1.4vw, 1.15rem);

    line-height:
        1.8;

}


.about-hero__bottom {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        20px;

    margin-top:
        70px;

    padding-top:
        18px;

    border-top:
        1px solid rgba(255,255,255,0.13);

    color:
        rgba(255,255,255,0.42);

    font-size:
        0.59rem;

    font-weight:
        800;

    letter-spacing:
        0.14em;

}


/* ============================================================
   INTRODUCTION
============================================================ */

.about-introduction {

    position:
        relative;

    overflow:
        hidden;

    padding:
        clamp(85px, 10vw, 150px) 0;

    background:
        var(--about-warm-light);

}


.about-introduction::before {

    content:
        "ABOUT";

    position:
        absolute;

    right:
        -40px;

    top:
        30px;

    color:
        rgba(25,125,166,0.035);

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(7rem, 18vw, 20rem);

    font-weight:
        800;

    line-height:
        1;

    pointer-events:
        none;

}


.about-introduction__visual {

    position:
        relative;

    padding:
        0 28px 28px 0;

}


.about-introduction__image {

    position:
        relative;

    overflow:
        hidden;

    border-radius:
        25px;

    background:
        #dfe8eb;

    box-shadow:
        0 30px 70px rgba(10,30,38,0.15);

}


.about-introduction__image::after {

    content:
        "";

    position:
        absolute;

    inset:
        0;

    background:
        linear-gradient(
            145deg,
            rgba(25,125,166,0.18),
            transparent 55%
        );

    pointer-events:
        none;

}


.about-introduction__image img {

    display:
        block;

    width:
        100%;

    aspect-ratio:
        4 / 5;

    object-fit:
        cover;

    transition:
        transform 1s
        cubic-bezier(.16,1,.3,1);

}


.about-introduction__visual:hover
.about-introduction__image img {

    transform:
        scale(1.06);

}


.about-introduction__badge {

    position:
        absolute;

    right:
        0;

    bottom:
        0;

    width:
        170px;

    min-height:
        170px;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    padding:
        25px;

    border-radius:
        20px;

    background:
        var(--about-primary);

    color:
        #ffffff;

    box-shadow:
        0 20px 50px rgba(25,125,166,0.30);

}


.about-introduction__badge span {

    font-size:
        0.58rem;

    font-weight:
        800;

    letter-spacing:
        0.14em;

    opacity:
        0.72;

}


.about-introduction__badge strong {

    margin:
        5px 0;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        2.8rem;

    line-height:
        1;

}


.about-introduction__badge small {

    color:
        rgba(255,255,255,0.76);

    font-size:
        0.67rem;

    line-height:
        1.4;

}


.about-introduction__content h2 {

    max-width:
        720px;

    margin:
        20px 0 24px;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(2.5rem, 5vw, 4.7rem);

    font-weight:
        800;

    line-height:
        1;

    letter-spacing:
        -0.05em;

    color:
        var(--about-dark);

}


.about-introduction__content h2 span {

    display:
        block;

    color:
        var(--about-primary);

}


.about-introduction__content > p {

    max-width:
        720px;

    margin:
        0 0 15px;

    color:
        var(--about-text);

    font-size:
        0.94rem;

    line-height:
        1.85;

}


.about-introduction__content .about-lead {

    margin-bottom:
        20px;

    color:
        #3f5964;

    font-size:
        1.06rem;

    font-weight:
        600;

}


.about-introduction__features {

    display:
        grid;

    gap:
        18px;

    margin-top:
        30px;

}


.about-feature {

    display:
        flex;

    align-items:
        flex-start;

    gap:
        15px;

}


.about-feature__icon {

    flex:
        0 0 48px;

    width:
        48px;

    height:
        48px;

    display:
        grid;

    place-items:
        center;

    border-radius:
        14px;

    color:
        var(--about-primary);

    background:
        rgba(25,125,166,0.09);

    font-size:
        1.05rem;

    transition:
        transform .3s ease,
        color .3s ease,
        background .3s ease;

}


.about-feature:hover
.about-feature__icon {

    transform:
        translateY(-3px);

    color:
        #ffffff;

    background:
        var(--about-primary);

}


.about-feature h3 {

    margin:
        0 0 4px;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        0.96rem;

    font-weight:
        800;

    color:
        var(--about-dark);

}


.about-feature p {

    margin:
        0;

    color:
        var(--about-muted);

    font-size:
        0.80rem;

    line-height:
        1.6;

}


/* ============================================================
   DIRECTION
============================================================ */

.about-direction {

    padding:
        25px 0 120px;

    background:
        var(--about-warm);

}


.about-section-heading {

    margin-bottom:
        45px;

}


.about-section-heading--center {

    max-width:
        850px;

    margin-left:
        auto;

    margin-right:
        auto;

    text-align:
        center;

}


.about-section-heading h2 {

    margin:
        17px 0 0;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(2.5rem, 5vw, 5rem);

    font-weight:
        800;

    line-height:
        1;

    letter-spacing:
        -0.055em;

    color:
        var(--about-dark);

}


.about-section-heading h2 span {

    color:
        var(--about-primary);

}


.about-section-heading p {

    max-width:
        680px;

    margin:
        22px auto 0;

    color:
        var(--about-muted);

    font-size:
        0.95rem;

    line-height:
        1.8;

}


.about-direction__card {

    position:
        relative;

    height:
        100%;

    overflow:
        hidden;

    padding:
        clamp(30px, 5vw, 58px);

    border-radius:
        24px;

    transition:
        transform .5s
        cubic-bezier(.16,1,.3,1),
        box-shadow .5s ease;

}


.about-direction__card:hover {

    transform:
        translateY(-8px);

}


.about-direction__card--dark {

    background:
        linear-gradient(
            135deg,
            #081117,
            #142a35
        );

    color:
        #ffffff;

    box-shadow:
        0 30px 70px rgba(7,17,22,0.17);

}


.about-direction__card--light {

    background:
        #ffffff;

    color:
        var(--about-dark);

    border:
        1px solid var(--about-border);

    box-shadow:
        0 20px 60px rgba(7,17,22,0.06);

}


.about-direction__top {

    display:
        flex;

    align-items:
        flex-start;

    justify-content:
        space-between;

}


.about-direction__number {

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        4rem;

    font-weight:
        800;

    line-height:
        1;

    opacity:
        0.08;

}


.about-direction__icon {

    width:
        56px;

    height:
        56px;

    display:
        grid;

    place-items:
        center;

    border-radius:
        15px;

    color:
        #ffffff;

    background:
        var(--about-primary);

    font-size:
        1.25rem;

}


.about-card-label {

    display:
        block;

    margin-top:
        28px;

    color:
        var(--about-primary);

    font-size:
        0.62rem;

    font-weight:
        800;

    letter-spacing:
        0.15em;

}


.about-direction__card--dark
.about-card-label {

    color:
        var(--about-primary-light);

}


.about-direction__card h3 {

    max-width:
        620px;

    margin:
        17px 0;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(1.8rem, 3.4vw, 3rem);

    font-weight:
        800;

    line-height:
        1.06;

    letter-spacing:
        -0.04em;

}


.about-direction__card h3 span {

    color:
        var(--about-primary);

}


.about-direction__card--dark h3 span {

    color:
        var(--about-primary-light);

}


.about-direction__card p {

    max-width:
        610px;

    margin:
        0;

    color:
        var(--about-muted);

    font-size:
        0.91rem;

    line-height:
        1.8;

}


.about-direction__card--dark p {

    color:
        rgba(255,255,255,0.60);

}


.about-direction__line {

    width:
        55px;

    height:
        3px;

    margin-top:
        35px;

    border-radius:
        10px;

    background:
        var(--about-primary);

    transition:
        width .5s
        cubic-bezier(.16,1,.3,1);

}


.about-direction__card:hover
.about-direction__line {

    width:
        115px;

}


/* ============================================================
   APPROACH
============================================================ */

.about-approach {

    padding:
        clamp(90px, 11vw, 155px) 0;

    background:
        var(--about-warm-light);

}


.about-approach__card {

    position:
        relative;

    height:
        100%;

    min-height:
        270px;

    padding:
        32px;

    overflow:
        hidden;

    background:
        #ffffff;

    border:
        1px solid var(--about-border);

    border-radius:
        20px;

    transition:
        transform .45s
        cubic-bezier(.16,1,.3,1),
        box-shadow .45s ease,
        border-color .45s ease;

}


.about-approach__card::after {

    content:
        "";

    position:
        absolute;

    left:
        0;

    right:
        0;

    bottom:
        0;

    height:
        3px;

    background:
        var(--about-primary);

    transform:
        scaleX(0);

    transform-origin:
        left;

    transition:
        transform .45s
        cubic-bezier(.16,1,.3,1);

}


.about-approach__card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(25,125,166,0.24);

    box-shadow:
        0 25px 60px rgba(7,17,22,0.08);

}


.about-approach__card:hover::after {

    transform:
        scaleX(1);

}


.about-approach__number {

    position:
        absolute;

    right:
        24px;

    top:
        22px;

    color:
        rgba(9,18,24,0.10);

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        0.72rem;

    font-weight:
        800;

}


.about-approach__icon {

    width:
        58px;

    height:
        58px;

    display:
        grid;

    place-items:
        center;

    margin-bottom:
        35px;

    border-radius:
        16px;

    color:
        var(--about-primary);

    background:
        rgba(25,125,166,0.09);

    font-size:
        1.25rem;

    transition:
        transform .35s ease,
        color .35s ease,
        background .35s ease;

}


.about-approach__card:hover
.about-approach__icon {

    color:
        #ffffff;

    background:
        var(--about-primary);

    transform:
        rotate(-5deg) scale(1.05);

}


.about-approach__card h3 {

    margin:
        0 0 10px;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        1.25rem;

    font-weight:
        800;

    color:
        var(--about-dark);

}


.about-approach__card p {

    margin:
        0;

    color:
        var(--about-muted);

    font-size:
        0.86rem;

    line-height:
        1.75;

}


/* ============================================================
   PHILOSOPHY
============================================================ */

.about-philosophy {

    position:
        relative;

    overflow:
        hidden;

    padding:
        clamp(90px, 11vw, 150px) 0;

    background:
        linear-gradient(
            135deg,
            #081117,
            #0d202a 60%,
            #123a4a
        );

    color:
        #ffffff;

}


.about-philosophy__pattern {

    position:
        absolute;

    inset:
        0;

    pointer-events:
        none;

    opacity:
        0.12;

    background-image:

        linear-gradient(
            rgba(255,255,255,0.08) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,0.08) 1px,
            transparent 1px
        );

    background-size:
        100px 100px;

    mask-image:
        radial-gradient(
            circle at center,
            black,
            transparent 72%
        );

    -webkit-mask-image:
        radial-gradient(
            circle at center,
            black,
            transparent 72%
        );

}


.about-philosophy__content {

    position:
        relative;

}


.about-philosophy__content h2 {

    max-width:
        700px;

    margin:
        20px 0 25px;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(2.8rem, 6vw, 6rem);

    font-weight:
        800;

    line-height:
        0.97;

    letter-spacing:
        -0.06em;

}


.about-philosophy__content h2 span {

    display:
        block;

    color:
        var(--about-primary-light);

}


.about-philosophy__content p {

    max-width:
        630px;

    margin:
        0 0 14px;

    color:
        rgba(255,255,255,0.62);

    font-size:
        0.92rem;

    line-height:
        1.85;

}


.about-button {

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        10px;

    min-height:
        48px;

    padding:
        0 21px;

    border:
        1px solid transparent;

    border-radius:
        999px;

    font-size:
        0.75rem;

    font-weight:
        800;

    text-decoration:
        none;

    transition:
        transform .3s
        cubic-bezier(.16,1,.3,1),
        background .3s ease,
        color .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;

}


.about-button:hover {

    transform:
        translateY(-3px);

}


.about-button--primary {

    color:
        #ffffff;

    background:
        var(--about-primary);

    box-shadow:
        0 12px 30px rgba(25,125,166,0.25);

}


.about-button--primary:hover {

    color:
        #ffffff;

    background:
        var(--about-primary-dark);

}


.about-button--dark {

    color:
        #ffffff;

    background:
        var(--about-dark);

}


.about-button--dark:hover {

    color:
        #ffffff;

    background:
        var(--about-primary);

}


.about-button--outline {

    color:
        #ffffff;

    border-color:
        rgba(255,255,255,0.24);

    background:
        transparent;

}


.about-button--outline:hover {

    color:
        #ffffff;

    border-color:
        var(--about-primary-light);

    background:
        rgba(101,201,236,0.08);

}


.about-philosophy__timeline {

    position:
        relative;

}


.about-timeline-item {

    position:
        relative;

    display:
        grid;

    grid-template-columns:
        55px minmax(0,1fr);

    gap:
        18px;

    padding:
        25px 0;

    border-top:
        1px solid rgba(255,255,255,0.10);

    transition:
        padding-left .35s ease,
        border-color .35s ease;

}


.about-timeline-item:last-child {

    border-bottom:
        1px solid rgba(255,255,255,0.10);

}


.about-timeline-item:hover {

    padding-left:
        10px;

    border-color:
        rgba(101,201,236,0.35);

}


.about-timeline-item > span {

    color:
        var(--about-primary-light);

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        0.70rem;

    font-weight:
        800;

}


.about-timeline-item strong {

    display:
        block;

    margin-bottom:
        5px;

    color:
        #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        1rem;

    font-weight:
        800;

}


.about-timeline-item p {

    margin:
        0;

    color:
        rgba(255,255,255,0.48);

    font-size:
        0.78rem;

    line-height:
        1.65;

}


/* ============================================================
   LEARNING AREAS
============================================================ */

.about-learning {

    padding:
        clamp(90px, 10vw, 145px) 0;

    background:
        var(--about-warm);

}


.about-learning h2 {

    max-width:
        900px;

    margin:
        17px 0 20px;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(2.4rem, 5vw, 5rem);

    font-weight:
        800;

    line-height:
        1;

    letter-spacing:
        -0.055em;

    color:
        var(--about-dark);

}


.about-learning h2 span {

    color:
        var(--about-primary);

}


.about-learning > .container
> .row:first-child p {

    max-width:
        800px;

    margin:
        0;

    color:
        var(--about-muted);

    font-size:
        0.92rem;

    line-height:
        1.8;

}


.about-learning__button {

    display:
        flex;

    justify-content:
        flex-end;

}


.about-learning__grid {

    display:
        grid;

    grid-template-columns:
        repeat(4, minmax(0,1fr));

    gap:
        10px;

    margin-top:
        55px;

}


.about-learning__item {

    min-height:
        105px;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        space-between;

    gap:
        15px;

    padding:
        20px;

    border:
        1px solid var(--about-border);

    border-radius:
        16px;

    background:
        rgba(255,255,255,0.65);

    color:
        var(--about-dark);

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;

}


.about-learning__item i {

    color:
        var(--about-primary);

    font-size:
        1.25rem;

    transition:
        color .35s ease,
        transform .35s ease;

}


.about-learning__item span {

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        0.78rem;

    font-weight:
        800;

}


.about-learning__item:hover {

    transform:
        translateY(-6px);

    color:
        #ffffff;

    background:
        var(--about-primary);

    border-color:
        var(--about-primary);

    box-shadow:
        0 18px 40px rgba(25,125,166,0.16);

}


.about-learning__item:hover i {

    color:
        #ffffff;

    transform:
        scale(1.1);

}


/* ============================================================
   FINAL CTA
============================================================ */

.about-final-cta {

    padding:
        0 0 110px;

    background:
        var(--about-warm);

}


.about-final-cta__inner {

    position:
        relative;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        45px;

    padding:
        clamp(35px, 6vw, 70px);

    overflow:
        hidden;

    border-radius:
        25px;

    background:
        linear-gradient(
            135deg,
            #081117,
            #102a36
        );

    box-shadow:
        0 30px 75px rgba(8,17,23,0.16);

    color:
        #ffffff;

}


.about-final-cta__inner::before {

    content:
        "";

    position:
        absolute;

    width:
        420px;

    height:
        420px;

    right:
        -190px;

    top:
        -210px;

    border:
        1px solid rgba(255,255,255,0.08);

    border-radius:
        50%;

    box-shadow:
        0 0 0 70px rgba(255,255,255,0.02),
        0 0 0 140px rgba(255,255,255,0.012);

}


.about-final-cta__content,
.about-final-cta__actions {

    position:
        relative;

    z-index:
        1;

}


.about-final-cta__content h2 {

    margin:
        17px 0;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(2.3rem, 5vw, 5rem);

    font-weight:
        800;

    line-height:
        0.98;

    letter-spacing:
        -0.055em;

}


.about-final-cta__content h2 span {

    color:
        var(--about-primary-light);

}


.about-final-cta__content p {

    max-width:
        620px;

    margin:
        0;

    color:
        rgba(255,255,255,0.60);

    font-size:
        0.88rem;

    line-height:
        1.75;

}


.about-final-cta__actions {

    display:
        flex;

    flex-wrap:
        wrap;

    gap:
        10px;

    flex-shrink:
        0;

}


/* ============================================================
   REVEAL ANIMATION
============================================================ */

.about-reveal {

    opacity:
        0;

    transform:
        translateY(32px);

    transition:
        opacity .8s
        cubic-bezier(.16,1,.3,1),

        transform .8s
        cubic-bezier(.16,1,.3,1);

}


.about-reveal.is-visible {

    opacity:
        1;

    transform:
        translateY(0);

}


/* ============================================================
   STAGGER
============================================================ */

.about-approach .col-md-6:nth-child(2)
.about-reveal {

    transition-delay:
        .08s;

}


.about-approach .col-md-6:nth-child(3)
.about-reveal {

    transition-delay:
        .16s;

}


.about-approach .col-md-6:nth-child(4)
.about-reveal {

    transition-delay:
        .24s;

}


.about-learning__item:nth-child(2) {

    transition-delay:
        .06s;

}


.about-learning__item:nth-child(3) {

    transition-delay:
        .12s;

}


.about-learning__item:nth-child(4) {

    transition-delay:
        .18s;

}


.about-learning__item:nth-child(5) {

    transition-delay:
        .06s;

}


.about-learning__item:nth-child(6) {

    transition-delay:
        .12s;

}


.about-learning__item:nth-child(7) {

    transition-delay:
        .18s;

}


.about-learning__item:nth-child(8) {

    transition-delay:
        .24s;

}


/* ============================================================
   HERO ANIMATION
============================================================ */

@keyframes aboutOrb {

    0%,
    100% {

        transform:
            translate3d(0,0,0)
            rotate(0deg);

    }

    50% {

        transform:
            translate3d(-25px,25px,0)
            rotate(7deg);

    }

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991.98px) {

    .about-hero {

        min-height:
            65vh;

        min-height:
            65svh;

    }


    .about-hero__content {

        padding-top:
            145px;

    }


    .about-hero h1 {

        font-size:
            clamp(3.5rem, 11vw, 6rem);

    }


    .about-introduction__visual {

        max-width:
            650px;

        margin:
            0 auto;

    }


    .about-introduction__content {

        margin-top:
            20px;

    }


    .about-learning__grid {

        grid-template-columns:
            repeat(2, minmax(0,1fr));

    }


    .about-final-cta__inner {

        align-items:
            flex-start;

        flex-direction:
            column;

    }


    .about-final-cta__actions {

        width:
            100%;

    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767.98px) {

    .about-hero {

        min-height:
            68vh;

        min-height:
            68svh;

    }


    .about-hero__content {

        padding:
            130px 0 45px;

    }


    .about-hero h1 {

        font-size:
            clamp(3.1rem, 16vw, 5rem);

        line-height:
            0.93;

    }


    .about-hero p {

        font-size:
            0.90rem;

        line-height:
            1.7;

    }


    .about-hero__bottom {

        margin-top:
            50px;

    }


    .about-introduction {

        padding:
            75px 0 90px;

    }


    .about-introduction__visual {

        padding:
            0 16px 22px 0;

    }


    .about-introduction__badge {

        width:
            135px;

        min-height:
            135px;

        padding:
            18px;

    }


    .about-introduction__badge strong {

        font-size:
            2.2rem;

    }


    .about-introduction__content h2 {

        font-size:
            clamp(2.4rem, 11vw, 4rem);

    }


    .about-direction {

        padding:
            10px 0 80px;

    }


    .about-section-heading {

        margin-bottom:
            30px;

    }


    .about-section-heading h2 {

        font-size:
            clamp(2.4rem, 11vw, 4rem);

    }


    .about-direction__card {

        padding:
            30px 25px;

    }


    .about-direction__card h3 {

        font-size:
            clamp(1.8rem, 8vw, 2.5rem);

    }


    .about-approach {

        padding:
            80px 0 90px;

    }


    .about-approach__card {

        min-height:
            235px;

        padding:
            28px 24px;

    }


    .about-philosophy {

        padding:
            80px 0 90px;

    }


    .about-philosophy__content h2 {

        font-size:
            clamp(2.7rem, 13vw, 4.5rem);

    }


    .about-philosophy__timeline {

        margin-top:
            25px;

    }


    .about-learning {

        padding:
            80px 0 90px;

    }


    .about-learning h2 {

        font-size:
            clamp(2.4rem, 11vw, 4rem);

    }


    .about-learning__button {

        justify-content:
            flex-start;

        margin-top:
            20px;

    }


    .about-learning__grid {

        grid-template-columns:
            1fr 1fr;

        gap:
            8px;

        margin-top:
            40px;

    }


    .about-learning__item {

        min-height:
            95px;

        padding:
            17px;

    }


    .about-final-cta {

        padding-bottom:
            70px;

    }


    .about-final-cta__inner {

        padding:
            32px 25px;

        border-radius:
            20px;

    }


    .about-final-cta__content h2 {

        font-size:
            clamp(2.4rem, 11vw, 4rem);

    }


    .about-final-cta__actions {

        flex-direction:
            column;

    }


    .about-final-cta__actions .about-button {

        width:
            100%;

    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 575.98px) {

    .about-hero__breadcrumb {

        margin-top:
            22px;

    }


    .about-hero__bottom {

        font-size:
            0.50rem;

    }


    .about-introduction__badge {

        width:
            120px;

        min-height:
            120px;

    }


    .about-introduction__badge strong {

        font-size:
            2rem;

    }


    .about-feature__icon {

        flex-basis:
            42px;

        width:
            42px;

        height:
            42px;

    }


    .about-learning__grid {

        grid-template-columns:
            1fr;

    }


    .about-learning__item {

        min-height:
            80px;

    }


    .about-timeline-item {

        grid-template-columns:
            40px minmax(0,1fr);

        gap:
            12px;

    }

}


/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .about-hero::after,
    .about-introduction__image img,
    .about-feature__icon,
    .about-direction__card,
    .about-direction__line,
    .about-approach__card,
    .about-approach__icon,
    .about-timeline-item,
    .about-learning__item,
    .about-learning__item i,
    .about-button {

        animation:
            none !important;

        transition:
            none !important;

    }


    .about-reveal {

        opacity:
            1;

        transform:
            none;

        transition:
            none;

    }

}

/* ============================================================
   FINAL SPC DESIGN-SYSTEM COMPATIBILITY LAYER
   Keeps About page aligned with the shared SPC UI system.
============================================================ */

.spc-about-page {
    --about-primary: #197da6;
    --about-primary-dark: #125f7c;
    --about-primary-light: #65c9e8;
    --about-dark: #17343d;
    --about-dark-2: #102a34;
    --about-warm: #f7f4ed;
    --about-warm-light: #fffdf8;
    --about-text: #43565d;
    --about-muted: #748188;
    --about-border: rgba(23,52,61,0.10);
    max-width: 100%;
    overflow: hidden;
}

.spc-about-page *,
.spc-about-page *::before,
.spc-about-page *::after {
    box-sizing: border-box;
}

.spc-about-page img,
.spc-about-page svg,
.spc-about-page video,
.spc-about-page iframe {
    max-width: 100%;
}

.spc-about-page h1,
.spc-about-page h2,
.spc-about-page h3,
.spc-about-page h4,
.spc-about-page p {
    overflow-wrap: anywhere;
}

.spc-about-page .container {
    width: 100%;
}

.spc-about-page .about-hero__content {
    position: relative;
    z-index: 2;
}

.spc-about-page .about-hero h1,
.spc-about-page .about-section-heading h2,
.spc-about-page .about-introduction__content h2,
.spc-about-page .about-learning h2,
.spc-about-page .about-philosophy__content h2,
.spc-about-page .about-final-cta__content h2 {
    text-wrap: balance;
}

@media (max-width: 991.98px) {
    .spc-about-page .about-hero {
        min-height: 68svh;
    }

    .spc-about-page .about-hero__content {
        padding-top: 105px;
    }

    .spc-about-page .about-hero h1 {
        font-size: clamp(3.2rem, 10vw, 6rem);
    }

    .spc-about-page .about-introduction,
    .spc-about-page .about-approach,
    .spc-about-page .about-philosophy,
    .spc-about-page .about-learning {
        padding-top: clamp(70px, 9vw, 105px);
        padding-bottom: clamp(75px, 9vw, 110px);
    }

    .spc-about-page .about-introduction__content {
        margin-top: 10px;
    }

    .spc-about-page .about-final-cta {
        padding-bottom: 85px;
    }
}

@media (max-width: 767.98px) {
    .spc-about-page .about-hero {
        min-height: auto;
    }

    .spc-about-page .about-hero__content {
        padding: 110px 0 42px;
    }

    .spc-about-page .about-hero h1 {
        max-width: 100%;
        font-size: clamp(2.8rem, 15vw, 4.8rem);
        letter-spacing: -0.055em;
    }

    .spc-about-page .about-hero p {
        max-width: 100%;
        font-size: .92rem;
        line-height: 1.72;
    }

    .spc-about-page .about-hero__bottom {
        flex-wrap: wrap;
        margin-top: 38px;
        font-size: .55rem;
        line-height: 1.5;
    }

    .spc-about-page .about-introduction {
        padding: 68px 0 78px;
    }

    .spc-about-page .about-introduction__visual {
        padding-right: 10px;
        padding-bottom: 18px;
    }

    .spc-about-page .about-introduction__image {
        border-radius: 20px;
    }

    .spc-about-page .about-introduction__badge {
        width: 128px;
        min-height: 128px;
        padding: 16px;
        border-radius: 18px;
    }

    .spc-about-page .about-introduction__badge strong {
        font-size: 2.05rem;
    }

    .spc-about-page .about-introduction__content h2,
    .spc-about-page .about-section-heading h2,
    .spc-about-page .about-learning h2 {
        font-size: clamp(2.25rem, 11vw, 4rem);
    }

    .spc-about-page .about-introduction__content > p {
        font-size: .9rem;
        line-height: 1.78;
    }

    .spc-about-page .about-introduction__content .about-lead {
        font-size: 1rem;
    }

    .spc-about-page .about-direction {
        padding: 8px 0 70px;
    }

    .spc-about-page .about-section-heading {
        margin-bottom: 26px;
    }

    .spc-about-page .about-direction__card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .spc-about-page .about-direction__card h3 {
        font-size: clamp(1.7rem, 8vw, 2.5rem);
    }

    .spc-about-page .about-direction__card p {
        font-size: .88rem;
    }

    .spc-about-page .about-approach {
        padding: 70px 0 78px;
    }

    .spc-about-page .about-approach__card {
        min-height: 0;
        padding: 26px 22px;
        border-radius: 18px;
    }

    .spc-about-page .about-approach__icon {
        margin-bottom: 25px;
    }

    .spc-about-page .about-philosophy {
        padding: 70px 0 78px;
    }

    .spc-about-page .about-philosophy__content h2 {
        font-size: clamp(2.5rem, 13vw, 4.4rem);
    }

    .spc-about-page .about-timeline-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 20px 0;
    }

    .spc-about-page .about-learning {
        padding: 70px 0 78px;
    }

    .spc-about-page .about-learning__button {
        justify-content: flex-start;
        margin-top: 16px;
    }

    .spc-about-page .about-learning__grid {
        gap: 8px;
        margin-top: 36px;
    }

    .spc-about-page .about-learning__item {
        min-height: 90px;
        padding: 16px;
    }

    .spc-about-page .about-final-cta {
        padding-bottom: 65px;
    }

    .spc-about-page .about-final-cta__inner {
        gap: 28px;
        padding: 30px 22px;
        border-radius: 20px;
    }

    .spc-about-page .about-final-cta__content h2 {
        font-size: clamp(2.25rem, 11vw, 4rem);
    }

    .spc-about-page .about-final-cta__actions {
        width: 100%;
        flex-direction: column;
    }

    .spc-about-page .about-final-cta__actions .about-button {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .spc-about-page .about-hero__content {
        padding-top: 96px;
    }

    .spc-about-page .about-hero h1 {
        font-size: clamp(2.55rem, 14.5vw, 4.2rem);
    }

    .spc-about-page .about-hero__breadcrumb {
        gap: 7px;
        margin-top: 18px;
        font-size: .68rem;
    }

    .spc-about-page .about-hero__bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        font-size: .5rem;
    }

    .spc-about-page .about-introduction__visual {
        padding-right: 7px;
    }

    .spc-about-page .about-introduction__badge {
        width: 112px;
        min-height: 112px;
        padding: 14px;
    }

    .spc-about-page .about-introduction__badge strong {
        font-size: 1.8rem;
    }

    .spc-about-page .about-feature {
        gap: 11px;
    }

    .spc-about-page .about-feature__icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .spc-about-page .about-feature h3 {
        font-size: .9rem;
    }

    .spc-about-page .about-feature p {
        font-size: .77rem;
    }

    .spc-about-page .about-learning__grid {
        grid-template-columns: 1fr;
    }

    .spc-about-page .about-learning__item {
        min-height: 78px;
    }

    .spc-about-page .about-timeline-item {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
    }

    .spc-about-page .about-timeline-item strong {
        font-size: .92rem;
    }

    .spc-about-page .about-timeline-item p {
        font-size: .75rem;
    }

    .spc-about-page .about-button {
        width: 100%;
        min-height: 46px;
        font-size: .73rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .spc-about-page *,
    .spc-about-page *::before,
    .spc-about-page *::after {
        scroll-behavior: auto !important;
    }

    .spc-about-page .about-hero::after,
    .spc-about-page .about-introduction__image img,
    .spc-about-page .about-feature__icon,
    .spc-about-page .about-direction__card,
    .spc-about-page .about-direction__line,
    .spc-about-page .about-approach__card,
    .spc-about-page .about-approach__icon,
    .spc-about-page .about-timeline-item,
    .spc-about-page .about-learning__item,
    .spc-about-page .about-learning__item i,
    .spc-about-page .about-button {
        animation: none !important;
        transition: none !important;
    }
}
