:root {
    --about-primary: #147a3d;
    --about-primary-dark: #07562a;
    --about-secondary: #82b440;
    --about-accent: #f7b731;
    --about-ink: #10261a;
    --about-muted: #64746b;
    --about-soft: #f3f8f4;
    --about-white: #ffffff;
    --about-border: rgba(20, 122, 61, .14);
    --about-shadow: 0 24px 70px rgba(11, 71, 37, .12);
    --about-radius: 28px;
}

.kopa-about-page {
    overflow: hidden;
    color: var(--about-ink);
    background: #fff;
}

.kopa-about-page *,
.kopa-about-page *::before,
.kopa-about-page *::after {
    box-sizing: border-box;
}

.about-section {
    position: relative;
    padding: 110px 0;
}

.about-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: min(850px, calc(100vh - 80px));
    padding: 110px 0 95px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(247, 183, 49, .17), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(130, 180, 64, .23), transparent 32%),
        linear-gradient(135deg, #f6fbf7 0%, #e9f5eb 46%, #fdfbf2 100%);
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image:
        linear-gradient(rgba(20, 122, 61, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 122, 61, .06) 1px, transparent 1px);
    background-size: 45px 45px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.about-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
    animation: aboutFloatOrb 8s ease-in-out infinite;
}

.about-hero-orb-one {
    width: 290px;
    height: 290px;
    top: -120px;
    left: -80px;
    background: rgba(130, 180, 64, .16);
}

.about-hero-orb-two {
    width: 220px;
    height: 220px;
    right: 6%;
    bottom: -80px;
    background: rgba(247, 183, 49, .18);
    animation-delay: -3s;
}

.about-eyebrow,
.about-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 15px;
    border: 1px solid rgba(20, 122, 61, .17);
    border-radius: 999px;
    color: var(--about-primary);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 10px 30px rgba(20, 122, 61, .08);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.about-hero-copy h1 {
    max-width: 820px;
    margin: 25px 0 22px;
    color: var(--about-ink);
    font-size: clamp(2.6rem, 5.2vw, 5.4rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .98;
}

.about-hero-copy > p {
    max-width: 750px;
    margin: 0;
    color: #50645a;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.85;
}

.about-hero-actions,
.about-cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 23px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.about-btn:hover {
    transform: translateY(-3px);
}

.about-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--about-primary), var(--about-primary-dark));
    box-shadow: 0 16px 34px rgba(20, 122, 61, .24);
}

.about-btn-primary:hover {
    box-shadow: 0 20px 40px rgba(20, 122, 61, .3);
}

.about-btn-light {
    color: var(--about-ink) !important;
    border-color: rgba(20, 122, 61, .14);
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 13px 34px rgba(18, 62, 35, .08);
}

.about-btn-light:hover {
    background: #fff;
}

.about-hero-trust {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 35px;
}

.about-logo-mini {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 1px solid rgba(20, 122, 61, .12);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(14, 72, 39, .1);
}

.about-logo-mini img {
    width: 82%;
    height: 82%;
    object-fit: contain;
}

.about-hero-trust strong,
.about-hero-trust span {
    display: block;
}

.about-hero-trust strong {
    margin-bottom: 3px;
    font-size: .98rem;
}

.about-hero-trust span {
    color: var(--about-muted);
    font-size: .83rem;
}

.about-hero-visual {
    position: relative;
    max-width: 540px;
    margin-left: auto;
    padding: 22px 25px 42px;
}

.about-image-frame {
    position: relative;
    height: 560px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, .87);
    border-radius: 42px 42px 135px 42px;
    background: #eaf4ec;
    box-shadow: 0 35px 80px rgba(8, 74, 37, .22);
    transform: rotate(2deg);
}

.about-image-frame::after,
.about-story-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4, 63, 30, .25), transparent 55%);
    pointer-events: none;
}

.about-image-frame img,
.about-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 20px 45px rgba(8, 60, 31, .18);
    backdrop-filter: blur(18px);
    animation: aboutCardFloat 5s ease-in-out infinite;
}

.about-floating-card-top {
    top: 75px;
    left: -24px;
}

.about-floating-card-bottom {
    right: -7px;
    bottom: 35px;
    animation-delay: -2.2s;
}

.about-floating-icon {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--about-primary), var(--about-secondary));
    font-size: 1.2rem;
}

.about-floating-card strong,
.about-floating-card small {
    display: block;
}

.about-floating-card strong {
    color: var(--about-ink);
    font-size: .88rem;
}

.about-floating-card small {
    margin-top: 2px;
    color: var(--about-muted);
    font-size: .75rem;
}

.about-scroll-cue {
    position: absolute;
    bottom: 26px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 30px;
    height: 48px;
    border: 2px solid rgba(20, 122, 61, .35);
    border-radius: 999px;
    transform: translateX(-50%);
}

.about-scroll-cue span {
    width: 5px;
    height: 9px;
    border-radius: 999px;
    background: var(--about-primary);
    animation: aboutScrollCue 1.8s infinite;
}

.about-story {
    background: #fff;
}

.about-story-visual {
    position: relative;
    max-width: 580px;
    padding: 22px 32px 42px 0;
}

.about-story-image {
    position: relative;
    height: 575px;
    overflow: hidden;
    border-radius: 34px;
    background: var(--about-soft);
    box-shadow: var(--about-shadow);
}

.about-experience-card {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 270px;
    padding: 20px 23px;
    border: 7px solid #fff;
    border-radius: 23px;
    color: #fff;
    background: linear-gradient(135deg, var(--about-primary), var(--about-primary-dark));
    box-shadow: 0 20px 45px rgba(9, 73, 37, .24);
}

.about-experience-card i {
    color: var(--about-accent);
    font-size: 2rem;
}

.about-experience-card strong,
.about-experience-card span {
    display: block;
}

.about-experience-card span {
    margin-top: 3px;
    color: rgba(255, 255, 255, .75);
    font-size: .82rem;
}

.about-pattern-dots {
    position: absolute;
    top: -12px;
    right: 3px;
    z-index: -1;
    width: 135px;
    height: 135px;
    opacity: .38;
    background-image: radial-gradient(var(--about-secondary) 2px, transparent 2px);
    background-size: 15px 15px;
}

.about-section-copy h2,
.about-heading h2,
.about-impact-copy h2,
.about-why-copy h2,
.about-cta h2 {
    margin: 20px 0 20px;
    color: var(--about-ink);
    font-size: clamp(2rem, 3.8vw, 3.65rem);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.about-section-copy > p,
.about-impact-copy > p,
.about-why-copy > p,
.about-cta p {
    color: var(--about-muted);
    font-size: 1.04rem;
    line-height: 1.85;
}

.about-purpose-grid {
    display: grid;
    gap: 15px;
    margin-top: 32px;
}

.about-purpose-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--about-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(12, 74, 38, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-purpose-card:hover {
    transform: translateX(6px);
    box-shadow: 0 20px 44px rgba(12, 74, 38, .11);
}

.about-card-icon,
.about-value-icon,
.about-service-icon,
.about-why-icon,
.about-stat-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    background: linear-gradient(135deg, var(--about-primary), var(--about-secondary));
}

.about-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 1.25rem;
}

.about-purpose-card h3,
.about-value-card h3,
.about-service-card h3,
.about-why-card h3,
.about-timeline-card h3 {
    margin: 0 0 8px;
    color: var(--about-ink);
    font-size: 1.05rem;
    font-weight: 850;
}

.about-purpose-card p,
.about-value-card p,
.about-service-card p,
.about-why-card p,
.about-timeline-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: .94rem;
    line-height: 1.7;
}

.about-values-section {
    background:
        radial-gradient(circle at 85% 20%, rgba(130, 180, 64, .12), transparent 22%),
        var(--about-soft);
}

.about-heading {
    max-width: 780px;
    margin-bottom: 52px;
}

.about-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.about-value-card {
    position: relative;
    height: 100%;
    min-height: 310px;
    overflow: hidden;
    padding: 32px 27px;
    border: 1px solid rgba(20, 122, 61, .1);
    border-radius: 25px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 50px rgba(10, 68, 35, .08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.about-value-card::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: rgba(130, 180, 64, .1);
    transition: transform .35s ease;
}

.about-value-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 26px 60px rgba(10, 68, 35, .14);
}

.about-value-card:hover::after {
    transform: scale(1.3);
}

.about-value-number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(20, 122, 61, .09);
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
}

.about-value-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    border-radius: 18px;
    box-shadow: 0 13px 28px rgba(20, 122, 61, .2);
    font-size: 1.45rem;
}

.about-value-card h3 {
    font-size: 1.2rem;
}

.about-impact-section {
    position: relative;
    overflow: hidden;
    padding: 92px 0;
    color: #fff;
    background:
        radial-gradient(circle at 12% 25%, rgba(247, 183, 49, .16), transparent 27%),
        linear-gradient(135deg, #0b6835, #064424);
}

.about-impact-section::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image: radial-gradient(rgba(255,255,255,.7) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.about-impact-section .container {
    position: relative;
    z-index: 2;
}

.about-kicker-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .11);
    box-shadow: none;
}

.about-impact-copy h2,
.about-cta h2 {
    color: #fff;
}

.about-impact-copy > p {
    color: rgba(255, 255, 255, .73);
}

.about-stat-card {
    height: 100%;
    min-height: 220px;
    padding: 25px 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    text-align: center;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(16px);
    transition: transform .25s ease, background .25s ease;
}

.about-stat-card:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, .14);
}

.about-stat-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 19px;
    border-radius: 15px;
    color: var(--about-primary-dark);
    background: var(--about-accent);
    font-size: 1.2rem;
}

.about-stat-card strong {
    display: block;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    line-height: 1;
}

.about-stat-card > span {
    display: block;
    margin-top: 13px;
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
    line-height: 1.4;
}

.about-services-section {
    background: #fff;
}

.about-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 355px;
    overflow: hidden;
    padding: 31px 27px;
    border: 1px solid var(--about-border);
    border-radius: 26px;
    color: inherit !important;
    background: #fff;
    box-shadow: 0 18px 50px rgba(9, 66, 34, .08);
    text-decoration: none !important;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.about-service-card::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: linear-gradient(90deg, var(--about-primary), var(--about-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.about-service-card:hover {
    transform: translateY(-9px);
    border-color: rgba(20, 122, 61, .26);
    box-shadow: 0 28px 66px rgba(9, 66, 34, .14);
}

.about-service-card:hover::before {
    transform: scaleX(1);
}

.about-service-icon {
    width: 67px;
    height: 67px;
    margin-bottom: 27px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(20, 122, 61, .19);
    font-size: 1.55rem;
}

.about-service-card h3 {
    font-size: 1.22rem;
}

.about-service-card p {
    margin-bottom: 25px;
}

.about-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--about-primary);
    font-size: .88rem;
    font-weight: 800;
}

.about-why-section {
    background:
        linear-gradient(90deg, rgba(243, 248, 244, .97), rgba(255, 255, 255, .9)),
        var(--about-soft);
}

.about-why-copy {
    max-width: 520px;
}

.about-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.about-why-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 190px;
    padding: 25px 22px;
    border: 1px solid var(--about-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(8, 65, 34, .07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.about-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(8, 65, 34, .12);
}

.about-why-icon {
    width: 49px;
    height: 49px;
    border-radius: 15px;
    font-size: 1.15rem;
}

.about-journey-section {
    background: #fff;
}

.about-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.about-timeline::before {
    content: "";
    position: absolute;
    top: 34px;
    right: 10%;
    left: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--about-secondary), var(--about-primary));
}

.about-timeline-item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-timeline-marker {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 23px;
    border: 7px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--about-primary), var(--about-secondary));
    box-shadow: 0 11px 27px rgba(20, 122, 61, .22);
    font-size: 1.25rem;
}

.about-timeline-card {
    min-height: 220px;
    padding: 25px 19px;
    border: 1px solid var(--about-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(8, 65, 34, .07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.about-timeline-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 58px rgba(8, 65, 34, .12);
}

.about-timeline-card > span {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--about-secondary);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.about-cta-wrap {
    padding: 0 0 105px;
    background: #fff;
}

.about-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    overflow: hidden;
    padding: 58px 60px;
    border-radius: 32px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 30%, rgba(247, 183, 49, .26), transparent 28%),
        linear-gradient(135deg, #11753b, #064426);
    box-shadow: 0 30px 75px rgba(7, 72, 35, .24);
}

.about-cta-pattern {
    position: absolute;
    top: -85px;
    right: -70px;
    width: 300px;
    height: 300px;
    border: 55px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.about-cta-copy,
.about-cta-actions {
    position: relative;
    z-index: 2;
}

.about-cta-copy {
    max-width: 680px;
}

.about-cta h2 {
    margin-bottom: 15px;
    font-size: clamp(1.9rem, 3vw, 3.2rem);
}

.about-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
}

.about-btn-white {
    color: var(--about-primary-dark) !important;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
}

.about-btn-outline-white {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .08);
}

.about-btn-outline-white:hover {
    background: rgba(255, 255, 255, .16);
}

.about-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition:
        opacity .75s cubic-bezier(.2,.75,.2,1),
        transform .75s cubic-bezier(.2,.75,.2,1);
}

.about-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-delay-1 { transition-delay: .08s; }
.about-delay-2 { transition-delay: .16s; }
.about-delay-3 { transition-delay: .24s; }
.about-delay-4 { transition-delay: .32s; }

@keyframes aboutFloatOrb {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, 24px, 0); }
}

@keyframes aboutCardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

@keyframes aboutScrollCue {
    0% { transform: translateY(-3px); opacity: 0; }
    35% { opacity: 1; }
    100% { transform: translateY(10px); opacity: 0; }
}

@media (max-width: 1199.98px) {
    .about-hero {
        min-height: auto;
    }

    .about-image-frame {
        height: 500px;
    }

    .about-section {
        padding: 95px 0;
    }

    .about-timeline-card {
        min-height: 245px;
    }
}

@media (max-width: 991.98px) {
    .about-hero {
        padding: 85px 0 105px;
    }

    .about-hero-copy {
        max-width: 760px;
        text-align: center;
        margin: 0 auto;
    }

    .about-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .about-eyebrow {
        justify-content: center;
    }

    .about-hero-actions,
    .about-hero-trust {
        justify-content: center;
    }

    .about-hero-visual {
        margin: 30px auto 0;
    }

    .about-story-visual {
        margin: 0 auto;
    }

    .about-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .about-timeline::before {
        display: none;
    }

    .about-timeline-card {
        min-height: 215px;
    }

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

    .about-cta-actions {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .about-section {
        padding: 78px 0;
    }

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

    .about-hero-copy h1 {
        font-size: clamp(2.35rem, 12vw, 3.6rem);
    }

    .about-hero-actions {
        flex-direction: column;
    }

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

    .about-image-frame {
        height: 430px;
        border-radius: 30px 30px 90px 30px;
    }

    .about-hero-visual {
        padding-right: 10px;
        padding-left: 10px;
    }

    .about-floating-card {
        min-width: 185px;
        padding: 11px 13px;
    }

    .about-floating-card-top {
        left: -1px;
    }

    .about-floating-card-bottom {
        right: -1px;
    }

    .about-story-visual {
        padding-right: 13px;
    }

    .about-story-image {
        height: 460px;
        border-radius: 25px;
    }

    .about-experience-card {
        max-width: 235px;
        padding: 15px 17px;
    }

    .about-heading {
        margin-bottom: 38px;
    }

    .about-section-copy h2,
    .about-heading h2,
    .about-impact-copy h2,
    .about-why-copy h2,
    .about-cta h2 {
        font-size: clamp(1.85rem, 9vw, 2.7rem);
    }

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

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

    .about-timeline-item {
        display: grid;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 15px;
        align-items: start;
        text-align: left;
    }

    .about-timeline-marker {
        width: 58px;
        height: 58px;
        margin: 0;
        border-width: 5px;
    }

    .about-timeline-card {
        min-height: auto;
    }

    .about-cta {
        padding: 40px 27px;
        border-radius: 25px;
    }

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

@media (max-width: 575.98px) {
    .about-hero-trust {
        align-items: flex-start;
        text-align: left;
    }

    .about-image-frame {
        height: 370px;
    }

    .about-floating-card {
        min-width: auto;
        max-width: 180px;
    }

    .about-floating-card strong {
        font-size: .76rem;
    }

    .about-floating-card small {
        font-size: .66rem;
    }

    .about-floating-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .about-story-image {
        height: 390px;
    }

    .about-purpose-card {
        flex-direction: column;
    }

    .about-value-card,
    .about-service-card {
        min-height: auto;
    }

    .about-stat-card {
        min-height: 190px;
        padding: 22px 10px;
    }

    .about-stat-card > span {
        font-size: .74rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .about-hero-orb,
    .about-floating-card,
    .about-scroll-cue span {
        animation: none;
    }

    .about-btn,
    .about-value-card,
    .about-service-card,
    .about-why-card,
    .about-timeline-card,
    .about-purpose-card {
        transition: none;
    }
}
