:root {
    --about-ink: #0f172a;
    --about-muted: #64748b;
    --about-navy: #041022;
    --about-navy-2: #071a36;
    --about-blue: #27c7f6;
    --about-cyan: #67dcff;
    --about-line: #e2e8f0;
    --about-soft: #f7fafc;
}

.about-page {
    background: var(--about-soft);
    color: var(--about-ink);
    overflow: clip;
}

    .about-page a,
    .about-page button {
        transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }

/* HERO */
.about-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 110px;
    background: linear-gradient(135deg, #041022 0%, #08234a 58%, #071a36 100%);
    color: #fff;
}

.about-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent);
    mask-image: linear-gradient(to bottom, #000, transparent);
}

.about-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    opacity: .42;
    pointer-events: none;
}

.about-orb-one {
    width: 460px;
    height: 460px;
    right: -120px;
    top: -110px;
    background: radial-gradient(circle, rgba(0,180,255,.55), transparent 68%);
}

.about-orb-two {
    width: 390px;
    height: 390px;
    left: -150px;
    bottom: -160px;
    background: radial-gradient(circle, rgba(124,58,237,.4), transparent 70%);
}

.about-kicker {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 9px 14px;
    border: 1px solid rgba(110,231,255,.25);
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    color: #9eeeff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.about-hero h1 {
    max-width: 780px;
    margin: 22px 0;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 850;
}

    .about-hero h1 span {
        color: var(--about-cyan);
    }

.about-lead {
    max-width: 760px;
    font-size: 1.17rem !important;
    color: #d9e8f7 !important;
}

.about-hero p {
    max-width: 760px;
    color: #a9bfd6;
    line-height: 1.8;
    font-size: 1rem;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.about-btn-primary,
.about-btn-ghost,
.about-btn-light {
    border-radius: 12px;
    padding: 13px 20px;
    font-weight: 800;
}

.about-btn-primary {
    background: var(--about-blue);
    color: #041022;
    border: 0;
    box-shadow: 0 12px 30px rgba(39,199,246,.18);
}

    .about-btn-primary:hover {
        background: #6ee7ff;
        color: #041022;
        transform: translateY(-2px);
    }

.about-btn-ghost {
    border: 1px solid rgba(255,255,255,.17);
    color: #fff;
    background: rgba(255,255,255,.04);
}

    .about-btn-ghost:hover {
        border-color: var(--about-cyan);
        color: var(--about-cyan);
        transform: translateY(-2px);
    }

.about-portrait-card {
    max-width: 430px;
    margin-left: auto;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    background: rgba(255,255,255,.06);
    box-shadow: 0 30px 80px rgba(0,0,0,.32);
    backdrop-filter: blur(10px);
}

.about-portrait-frame {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(145deg, #0c2c55, #091a31);
}

    .about-portrait-frame img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.about-photo-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 35% 25%, rgba(0,180,255,.26), transparent 35%), linear-gradient(145deg, #0b284d, #061426);
}

    .about-photo-fallback span {
        display: grid;
        place-items: center;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border: 1px solid rgba(110,231,255,.35);
        background: rgba(255,255,255,.04);
        font-size: 3rem;
        font-weight: 900;
        color: #8eeaff;
    }

.about-portrait-copy {
    padding: 22px 8px 8px;
}

    .about-portrait-copy span {
        font-size: .76rem;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: var(--about-cyan);
    }

    .about-portrait-copy h2 {
        margin: 7px 0 8px;
        font-size: 1.65rem;
    }

    .about-portrait-copy p {
        margin: 0;
        font-size: .9rem;
        color: #9fb4cc;
    }

/* CORPORATE BRAND FILM */
.about-film {
    position: relative;
    padding: 92px 0;
    background: radial-gradient(circle at 82% 12%, rgba(39,199,246,.11), transparent 28%), linear-gradient(180deg, #06152d 0%, #071a36 100%);
    color: #fff;
}

    .about-film::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
        background-size: 54px 54px;
    }

.about-film-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.55fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.about-film-copy {
    max-width: 480px;
}

.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7fe7ff;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-film-copy h2 {
    margin: 16px 0 18px;
    font-size: clamp(2.15rem, 4vw, 3.7rem);
    line-height: 1.04;
    letter-spacing: -.045em;
    font-weight: 850;
}

.about-film-copy p {
    margin: 0;
    color: #b8c9db;
    line-height: 1.8;
    font-size: 1rem;
}

.about-film-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

    .about-film-meta span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 12px;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 999px;
        background: rgba(255,255,255,.04);
        color: #d7e6f5;
        font-size: .8rem;
        font-weight: 700;
    }

    .about-film-meta i {
        color: var(--about-cyan);
    }

.about-film-frame {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 26px;
    background: #020817;
    box-shadow: 0 34px 90px rgba(0,0,0,.38), 0 0 0 1px rgba(103,220,255,.03) inset;
}

.about-film-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.035);
    color: #9fb4cc;
    font-size: .76rem;
    font-weight: 750;
    letter-spacing: .02em;
}

.about-film-status {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .about-film-status span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #35e0a1;
        box-shadow: 0 0 0 5px rgba(53,224,161,.09), 0 0 18px rgba(53,224,161,.4);
    }

.about-film-duration {
    color: #7fe7ff;
}

.about-film-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    object-fit: cover;
}

/* PRINCIPLES */
.about-principles,
.about-expertise {
    padding: 100px 0;
    background: #fff;
}

.about-heading {
    max-width: 760px;
    margin-bottom: 44px;
}

    .about-heading > span {
        display: block;
        margin-bottom: 10px;
        color: #009ed5;
        font-size: .78rem;
        font-weight: 850;
        letter-spacing: .11em;
        text-transform: uppercase;
    }

    .about-heading h2 {
        margin: 0 0 14px;
        font-size: clamp(2rem, 4vw, 3.2rem);
        line-height: 1.08;
        letter-spacing: -.04em;
    }

    .about-heading p {
        margin: 0;
        color: var(--about-muted);
        line-height: 1.75;
    }

.about-principle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

    .about-principle-grid article {
        padding: 30px;
        border: 1px solid var(--about-line);
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 14px 40px rgba(15,23,42,.05);
    }

        .about-principle-grid article:hover {
            transform: translateY(-4px);
            border-color: #cfeef8;
            box-shadow: 0 20px 50px rgba(15,23,42,.08);
        }

    .about-principle-grid i {
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        border-radius: 13px;
        background: #eaf9ff;
        color: #009ed5;
        font-size: 1.3rem;
    }

    .about-principle-grid h3 {
        margin: 20px 0 10px;
        font-size: 1.18rem;
    }

    .about-principle-grid p {
        margin: 0;
        color: var(--about-muted);
        line-height: 1.7;
        font-size: .92rem;
    }

/* JOURNEY */
.about-story {
    padding: 105px 0;
    background: #071a36;
    color: #fff;
}

.about-heading-dark > span {
    color: var(--about-cyan);
}

.about-heading-dark p {
    color: #9fb4cc;
}

.about-timeline {
    position: relative;
    max-width: 970px;
    margin-left: auto;
}

    .about-timeline::before {
        content: "";
        position: absolute;
        left: 114px;
        top: 8px;
        bottom: 8px;
        width: 1px;
        background: linear-gradient(#22c5f4, rgba(255,255,255,.08));
    }

    .about-timeline article {
        display: grid;
        grid-template-columns: 90px 1fr;
        gap: 54px;
        position: relative;
        padding: 0 0 42px;
    }

        .about-timeline article::before {
            content: "";
            position: absolute;
            left: 108px;
            top: 8px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: var(--about-blue);
            box-shadow: 0 0 0 6px rgba(39,199,246,.12);
        }

.about-year {
    padding-top: 2px;
    color: var(--about-cyan);
    font-weight: 850;
    font-size: .86rem;
    text-align: right;
}

.about-timeline h3 {
    margin: 0 0 10px;
    font-size: 1.28rem;
}

.about-timeline p {
    margin: 0 0 13px;
    color: #b5c7da;
    line-height: 1.75;
}

.about-timeline article span {
    color: var(--about-cyan);
    font-size: .8rem;
    font-weight: 750;
}

.about-timeline-highlight > div:last-child {
    padding: 24px;
    border: 1px solid rgba(103,220,255,.18);
    border-radius: 18px;
    background: rgba(39,199,246,.06);
}

/* EXPERTISE */
.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .about-tags span {
        padding: 10px 14px;
        border: 1px solid #dbe5ee;
        border-radius: 999px;
        background: #f8fafc;
        color: #334155;
        font-size: .84rem;
        font-weight: 700;
    }

        .about-tags span:hover {
            border-color: #bceaf8;
            background: #f1fbfe;
            color: #036f96;
        }

/* CTA */
.about-cta {
    padding: 0 0 100px;
    background: #fff;
}

.about-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 44px 48px;
    border-radius: 26px;
    background: linear-gradient(125deg, #06152d, #0a2d59);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15,23,42,.18);
}

    .about-cta-card span {
        color: var(--about-cyan);
        font-size: .76rem;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .about-cta-card h2 {
        margin: 8px 0;
        font-size: clamp(1.8rem, 3vw, 2.7rem);
    }

    .about-cta-card p {
        margin: 0;
        color: #aac0d7;
    }

.about-btn-light {
    background: #fff;
    color: #06152d;
    white-space: nowrap;
}

    .about-btn-light:hover {
        background: var(--about-cyan);
        color: #06152d;
        transform: translateY(-2px);
    }

/* RESPONSIVE */
@media (max-width: 1199px) {
    .about-film-shell {
        grid-template-columns: 1fr;
    }

    .about-film-copy {
        max-width: 760px;
    }
}

@media (max-width: 991px) {
    .about-hero {
        padding-top: 120px;
    }

    .about-portrait-card {
        margin: 20px auto 0;
    }

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

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

    .about-timeline {
        margin-left: 0;
    }

    .about-film {
        padding: 74px 0;
    }
}

@media (max-width: 640px) {
    .about-hero {
        padding: 110px 0 75px;
    }

    .about-principles,
    .about-story,
    .about-expertise {
        padding: 72px 0;
    }

    .about-film {
        padding: 64px 0;
    }

    .about-film-frame {
        border-radius: 18px;
    }

    .about-film-topbar {
        padding: 12px 14px;
    }

    .about-film-meta {
        gap: 8px;
    }

        .about-film-meta span {
            width: 100%;
            justify-content: flex-start;
        }

    .about-timeline::before {
        left: 18px;
    }

    .about-timeline article {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-left: 50px;
    }

        .about-timeline article::before {
            left: 12px;
        }

    .about-year {
        text-align: left;
    }

    .about-cta-card {
        padding: 30px 24px;
    }

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