    :root {
        --primary-color: #192324;
        --secondery-color: #F8F8F8;
        --text-color: #283132;
        --accent-color: #7C877F;
        --white-color: #FFFFFF;
        --divider-color: #EAF0EC;
        --dark-divider-color: #FFFFFF1A;

        /* derived */
        --accent-light: #B5C0B7;
        --accent-xlight: #dce5de;
        --card-radius: 2px;
        --section-pad: 100px;
    }


    .cap-hero {
        background: var(--primary-color);
        padding: 4rem 0 3rem;
    }

    .eyebrow {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--accent-color);
        margin-bottom: 1rem;
    }

    .hero-title {
        font-size: 2.4rem;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1.25rem;
    }

    .hero-title span {
        color: var(--accent-color);
    }

    .cap-hero .text-anime-style-2 {
        color: var(--white-color);
        margin-bottom: 10px;
    }

    .hero-desc {
        font-size: 1rem;
        color: var(--white-color);
        line-height: 1.7;
        max-width: 560px;
        margin-bottom: 0;
    }

    .whatwedospace {
        margin-top: 37px;
    }

    .platform-pill {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        font-weight: 500;
        padding: 5px 13px;
        border-radius: 20px;
        border: 0.5px solid rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.65);
        background: rgba(255, 255, 255, 0.06);
        margin: 4px 4px 0 0;
    }

    .cap-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        display: inline-block;
    }

    .mini-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        max-width: 280px;
    }

    .mini-card {
        border-radius: 10px;
        padding: 16px;
        aspect-ratio: 1;
    }

    .mini-card-dark {
        background: rgba(255, 255, 255, 0.06);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }

    .mini-card-accent {
        background: var(--accent-color);
        border: 0.5px solid transparent;
    }

    .mini-card p {
        font-size: 11px;
        font-weight: 500;
        margin: 0;
        line-height: 1.3;
    }

    .mini-card-dark p {
        color: rgba(255, 255, 255, 0.75);
    }

    .mini-card-accent p {
        color: #ffffff;
    }

    .cards-section {
        padding: 3.5rem 0;
        background: var(--secondary-color);
    }

    .cap-card {
        background: #fff;
        border: 0.5px solid #e0e0dc;
        border-radius: 12px;
        padding: 1.75rem 1.5rem 1.5rem;
        height: 100%;
        transition: border-color 0.15s;
    }

    .cap-card:hover {
        border-color: var(--accent-color);
    }

    .cap-icon-wrap {
        width: 44px;
        height: 44px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.25rem;
        background: var(--primary-color);
    }

    .cap-icon-wrap svg {
        width: 20px;
        height: 20px;
    }

    .cap-card-title {
        font-size: 18px;
        font-weight: 500;
        color: var(--primary-color);
        margin-bottom: 0.6rem;
        line-height: 1.3;
    }

    .cap-card-desc {
        font-size: 13.5px;
        color: var(--accent-color);
        line-height: 1.65;
        margin-bottom: 1.25rem;
    }

    .standard-tag {
        font-size: 11px;
        font-weight: 500;
        padding: 3px 9px;
        border-radius: 20px;
        margin: 2px 3px 2px 0;
        display: inline-block;
        background: var(--secondary-color);
        color: var(--primary-color);
        border: 0.5px solid #d8d8d4;
    }

    .divider-line {
        border: none;
        border-top: 0.5px solid #d8d8d4;
        margin: 0;
    }

    .bottom-bar {
        background: var(--primary-color);
        padding: 2.25rem 0;
    }

    .stat-val {
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        margin-bottom: 4px;
    }

    .stat-lbl {
        font-size: 12px;
        color: var(--accent-color);
    }

    .stat-divider {
        border-left: 0.5px solid rgba(255, 255, 255, 0.1);
    }

    /* mission section start */
    /* ───── SECTION ───── */
    .mission-section {
        padding: var(--section-pad) 0 calc(var(--section-pad) + 20px);
        position: relative;
        overflow: hidden;
        background: var(--primary-color);
        color: var(--text-color);
        -webkit-font-smoothing: antialiased;
    }

    /* dot pattern */
    .mission-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, var(--dark-divider-color) 1px, transparent 1px);
        background-size: 32px 32px;
        pointer-events: none;
    }

    /* ───── EYEBROW ───── */
    .mission-section .eyebrow {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 64px;
    }

    .mission-section .eyebrow-line {
        width: 48px;
        height: 1px;
        background: var(--accent-color);
    }

    .mission-section .eyebrow-text {
        font-size: 0.68rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: var(--accent-color);
        font-weight: 400;
    }

    /* ───── SECTION HEADING ───── */
    .mission-section .section-heading {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(2.4rem, 5vw, 4rem);
        font-weight: 300;
        color: var(--white-color);
        line-height: 1.12;
        margin-bottom: 80px;
        letter-spacing: -0.02em;
    }

    .mission-section .section-heading em {
        font-style: italic;
        color: var(--accent-color);
    }

    /* ───── MAIN GRID ───── */
    .mission-section .cards-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 1px;
        background: var(--dark-divider-color);
        border: 1px solid var(--dark-divider-color);
    }

    /* ───── CARD BASE ───── */
    .mission-section .about-card {
        background: var(--primary-color);
        padding: 52px 48px 56px;
        position: relative;
        overflow: hidden;
        cursor: default;
        transition: background 0.4s ease;
    }

    .mission-section .about-card:hover {
        background: #1e2b2c;
    }

    /* number label */
    .mission-section .card-number {
        font-family: 'Cormorant Garamond', serif;
        font-size: 5rem;
        font-weight: 300;
        color: var(--dark-divider-color);
        line-height: 1;
        position: absolute;
        top: 32px;
        right: 40px;
        letter-spacing: -0.04em;
        pointer-events: none;
        user-select: none;
        transition: color 0.4s ease;
    }

    .mission-section .about-card:hover .card-number {
        color: rgba(124, 135, 127, 0.12);
    }

    /* icon */
    .mission-section .card-icon-wrap {
        width: 44px;
        height: 44px;
        border: 1px solid var(--accent-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;
        position: relative;
        transition: background 0.3s ease;
    }

    .mission-section .about-card:hover .card-icon-wrap {
        background: rgba(124, 135, 127, 0.12);
    }

    .mission-section .card-icon-wrap svg {
        width: 18px;
        height: 18px;
        stroke: var(--accent-color);
        fill: none;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    /* title */
    .mission-section .card-title {
        font-size: 1.75rem;
        font-weight: 400;
        color: var(--white-color);
        line-height: 1.2;
        margin-bottom: 20px;
        letter-spacing: -0.01em;
    }

    /* divider */
    .mission-section .card-divider {
        width: 32px;
        height: 1px;
        background: var(--accent-color);
        margin-bottom: 22px;
        transition: width 0.5s ease;
    }

    .about-card:hover .card-divider {
        width: 64px;
    }

    /* body text */
    .mission-section .card-text {
        font-size: 0.875rem;
        line-height: 1.85;
        color: var(--accent-light);
        font-weight: 300;
    }

    .mission-section .card-text p {
        margin-top: 14px;
        font-size: 16px;
    }

    /* ───── EXPERTISE spans full width ───── */
    .mission-section .card-expertise {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .mission-section .card-expertise .expertise-left {
        padding: 52px 48px 56px;
        border-right: 1px solid var(--dark-divider-color);
    }

    .mission-section .card-expertise .expertise-right {
        padding: 52px 48px 56px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* tags */
    .mission-section .tag-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 32px;
    }

    .mission-section .tag {
        font-size: 0.72rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--accent-color);
        border: 1px solid rgba(124, 135, 127, 0.35);
        padding: 6px 14px;
        font-weight: 400;
        transition: border-color 0.3s, background 0.3s;
    }

    .mission-section .tag:hover {
        border-color: var(--accent-color);
        background: rgba(124, 135, 127, 0.08);
    }

    /* stat block */
    .mission-section .stat-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        background: var(--dark-divider-color);
        border: 1px solid var(--dark-divider-color);
        margin-top: auto;
    }

    .stat-item {
        background: var(--primary-color);
        padding: 28px 24px;
        transition: background 0.3s;
    }

    .mission-section .stat-item:hover {
        background: #1e2b2c;
    }

    .mission-section .stat-value {
        font-family: 'Cormorant Garamond', serif;
        font-size: 2.5rem;
        font-weight: 300;
        color: var(--white-color);
        line-height: 1;
        margin-bottom: 6px;
        letter-spacing: -0.02em;
    }

    .mission-section .stat-label {
        font-size: 0.72rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--accent-color);
        font-weight: 400;
    }

    /* ───── ANIMATIONS ───── */
    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(24px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .anim {
        opacity: 0;
        animation: fadeUp 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    }

    .anim-1 {
        animation-delay: 0.05s;
    }

    .anim-2 {
        animation-delay: 0.18s;
    }

    .anim-3 {
        animation-delay: 0.3s;
    }

    .anim-4 {
        animation-delay: 0.42s;
    }

    /* ───── RESPONSIVE ───── */
    @media (max-width: 768px) {
        .cards-grid {
            grid-template-columns: 1fr;
        }

        .card-expertise {
            grid-column: auto;
            grid-template-columns: 1fr;
        }

        .card-expertise .expertise-left {
            border-right: none;
            border-bottom: 1px solid var(--dark-divider-color);
        }

        .about-card,
        .card-expertise .expertise-left,
        .card-expertise .expertise-right {
            padding: 40px 32px 44px;
        }

        .stat-block {
            margin-top: 32px;
        }

        .section-heading {
            margin-bottom: 56px;
        }
    }

    /* mission section end */