.about-page-hero {
    position: relative;
    min-height: 76vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
}

.about-page-hero__backdrop,
.about-page-hero__backdrop img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-page-hero__backdrop img {
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
}

.about-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(11, 33, 20, 0.9) 0%, rgba(11, 33, 20, 0.6) 42%, rgba(11, 33, 20, 0.3) 100%),
        linear-gradient(180deg, rgba(8, 20, 13, 0.08), rgba(8, 20, 13, 0.5));
    z-index: 1;
}

.about-page-hero__content {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 2rem));
    padding: 4rem 0;
    color: #ffffff;
}

.about-page-hero__eyebrow,
.about-page-section__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(120, 192, 45, 0.16);
    color: #c5ef97;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-page-hero__title,
.about-page-section__title {
    margin: 1rem 0 0;
    font-size: clamp(2.5rem, 5vw, 5.4rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.about-page-hero__text {
    max-width: 700px;
    margin: 1.2rem 0 0;
    font-size: 1.08rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.82);
}

.about-page-hero__actions,
.about-page-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.8rem;
}

.about-page-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 0.95rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

.about-page-hero__cta--primary {
    background: #78c02d;
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(120, 192, 45, 0.3);
}

.about-page-hero__cta--primary:hover {
    transform: translateY(-2px);
    background: #67aa24;
}

.about-page-hero__cta--secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.about-page-hero__cta--secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
}

.about-page-shell {
    max-width: 1240px;
    margin: -4rem auto 0;
    padding: 0 1.25rem 3rem;
    position: relative;
    z-index: 3;
}

.about-page-section {
    margin-bottom: 1rem;
    padding: 2.6rem;
    border-radius: 32px;
    border: 1px solid rgba(16, 43, 28, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 244, 0.94));
    box-shadow: 0 24px 56px rgba(16, 43, 28, 0.08);
    backdrop-filter: blur(10px);
}

.about-page-section--vision,
.about-page-section--cta {
    background:
        radial-gradient(circle at top left, rgba(120, 192, 45, 0.12), transparent 24%),
        linear-gradient(135deg, rgba(249, 252, 248, 0.98), rgba(255, 255, 255, 0.96));
}

.about-page-section__header {
    max-width: 760px;
    margin-bottom: 1.8rem;
}

.about-page-section__header--split {
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1.5rem;
    align-items: end;
}

.about-page-section__title {
    color: #102b1c;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.04;
}

.about-page-section__subtitle {
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #4e5f56;
}

.about-page-story {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 2rem;
    align-items: center;
}

.about-page-story__content p {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.85;
    color: #4e5f56;
}

.about-page-story__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.about-page-story__stat {
    padding: 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(120, 192, 45, 0.14);
}

.about-page-story__stat strong {
    display: block;
    font-size: 1.55rem;
    color: #0d5b34;
    margin-bottom: 0.35rem;
}

.about-page-story__stat span {
    display: block;
    font-size: 0.93rem;
    line-height: 1.55;
    color: #4e5f56;
}

.about-page-story__visual img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 24px 56px rgba(16, 43, 28, 0.16);
}

.about-page-dual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.about-page-card {
    padding: 2rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 43, 28, 0.08);
    box-shadow: 0 18px 40px rgba(16, 43, 28, 0.08);
}

.about-page-card--accent {
    background: linear-gradient(180deg, rgba(13, 91, 52, 0.96), rgba(16, 43, 28, 0.96));
    color: #ffffff;
}

.about-page-card__icon {
    width: 66px;
    height: 66px;
    display: inline-grid;
    place-items: center;
    border-radius: 22px;
    background: rgba(120, 192, 45, 0.14);
    color: #78c02d;
    font-size: 1.4rem;
}

.about-page-card--accent .about-page-card__icon {
    background: rgba(255, 255, 255, 0.12);
    color: #c5ef97;
}

.about-page-card__title {
    margin: 1rem 0 0.65rem;
    font-size: 1.55rem;
    color: inherit;
}

.about-page-card__text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: inherit;
    opacity: 0.86;
}

.about-page-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.about-page-value {
    padding: 1.5rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(16, 43, 28, 0.06);
    box-shadow: 0 16px 34px rgba(16, 43, 28, 0.06);
}

.about-page-value i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(120, 192, 45, 0.14);
    color: #78c02d;
    font-size: 1.25rem;
}

.about-page-value h3 {
    margin: 1rem 0 0.6rem;
    font-size: 1.15rem;
    color: #102b1c;
}

.about-page-value p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4e5f56;
}

.about-page-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.about-page-step {
    position: relative;
    padding: 1.8rem 1.4rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(16, 43, 28, 0.07);
    overflow: hidden;
}

.about-page-step::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(120, 192, 45, 0.12), transparent 40%);
    opacity: 0.8;
}

.about-page-step__number,
.about-page-step h3,
.about-page-step p {
    position: relative;
    z-index: 1;
}

.about-page-step__number {
    display: inline-flex;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    color: #0d5b34;
}

.about-page-step h3 {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
    color: #102b1c;
}

.about-page-step p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.75;
    color: #4e5f56;
}

.about-page-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
}

@media (max-width: 980px) {
    .about-page-story,
    .about-page-section__header--split,
    .about-page-values,
    .about-page-journey,
    .about-page-cta {
        grid-template-columns: 1fr;
    }

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

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

    .about-page-story__visual img {
        height: 420px;
    }
}

@media (max-width: 768px) {
    .about-page-hero {
        min-height: 66vh;
    }

    .about-page-shell {
        margin-top: -2rem;
        padding: 0 0.85rem 2rem;
    }

    .about-page-section {
        padding: 1.5rem;
        border-radius: 24px;
    }

    .about-page-hero__title,
    .about-page-section__title {
        font-size: 2rem;
        line-height: 1.05;
    }

    .about-page-hero__text,
    .about-page-section__subtitle,
    .about-page-story__content p {
        font-size: 0.98rem;
    }

    .about-page-story__visual img {
        height: 340px;
    }
}
