.about-container {
    width: min(100% - 80px, 1320px);
    margin: 0 auto;
}
.about-page {
    position: relative;
    overflow: hidden;
}

.about-page-bg {
    position: absolute;
    top: 60px;
    right: -60px;
    width: min(760px, 50vw);
    opacity: .05;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}
.about-page > section {
    position: relative;
    z-index: 1;
}

/* HERO */

.about-hero {
    position: relative;
    padding: 54px 0 52px;
    overflow: hidden;
}



.about-kicker,
.about-section-label {
    margin: 0 0 34px;
    color: #6fa945;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.about-hero-left {
    order: 2;
}

.about-hero-right {
    order: 1;
    padding-top: 14px;
}

.about-hero-left h1 {
    padding-top: 14px;
    max-width: 760px;
    margin: 0;
    color: #050606;
    font-family: var(--font-heading);
    font-size: clamp(40px, 4.4vw, 64px);
    font-weight: 700;
    line-height: .94;


}

.about-hero-right {
    padding-top: 14px;
}

.about-hero-line {
    width: 38px;
    height: 2px;
    margin: 0 0 32px;
    background: #6fa945;
}

.about-hero-text {
    display: grid;
    gap: 18px;
    max-width: 760px;
}

.about-hero-text p {
    margin: 0;
    color: #1f2726;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.78;
}

/* WHY */

.about-why {
    padding: 48px 0 62px;
}

.about-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about-why-item {
    padding: 0 42px;
    border-left: 1px solid rgba(5, 6, 6, .08);
}

.about-why-item:first-child {
    padding-left: 0;
    border-left: 0;
}

.about-why-item span {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 24px;
    background: #6fa945;
    transform-origin: left;
    transition: width .25s ease;
}

.about-why-item h3 {
    margin: 0 0 18px;
    color: #050606;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    transition: color .25s ease;
}

.about-why-item p {
    margin: 0;
    color: #1f2726;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.75;
}

.about-why-item:hover span {
    width: 44px;
}

.about-why-item:hover h3 {
    color: #6fa945;
}

/* PARTNERS */

.about-partners {
    padding: 36px 0 92px;
}

.about-section-head {
    margin-bottom: 36px;
}

.about-section-head .about-section-label {
    margin-bottom: 20px;
}

.about-section-head h2 {
    margin: 0;
    color: #050606;
    font-family: var(--font-heading);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.035em;
}

.partners-shell {
    width: 100%;
}

.partners-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    align-items: center;
    gap: 34px;
}

.partner-logo {
    min-height: 72px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .45;
    filter: grayscale(1);
    cursor: pointer;
    user-select: none;
    outline: none;
    transition: opacity .25s ease, filter .25s ease;
}

.partner-logo img {
    max-width: 132px;
    max-height: 42px;
    object-fit: contain;
}

.partner-logo strong {
    color: #050606;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: color .25s ease;
}

.partner-logo:hover,
.partner-logo:focus-visible,
.partner-logo.active {
    opacity: 1;
    filter: grayscale(0);
}

.partner-logo:hover strong,
.partner-logo:focus-visible strong,
.partner-logo.active strong {
    color: var(--brand-color, #6fa945);
}

.partners-line {
    position: relative;
    height: 1px;
    margin: 24px 0 58px;
    background: rgba(5, 6, 6, .14);
}

.partners-line span {
    position: absolute;
    left: 0;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--active-brand-color, #6fa945);
    transition: transform .35s ease;
}

.partners-panel {
    min-height: 260px;
    border-top: 1px solid rgba(5, 6, 6, .08);
}

.partner-info {
    display: none;
    grid-template-columns: .95fr 1.55fr;
    gap: 70px;
    padding: 44px 0 0;
    opacity: 0;
}

.partner-info.active {
    display: grid;
    animation: partnerFade .28s ease forwards;
}

.partner-info-left {
    padding-right: 58px;
    border-right: 1px solid rgba(5, 6, 6, .1);
}

.partner-info h3 {
    margin: 0 0 22px;
    color: var(--brand-color, #6fa945);
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.partner-info p {
    max-width: 440px;
    margin: 0 0 34px;
    color: #1f2726;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.partner-button {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    color: var(--brand-color, #6fa945);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.partner-button i {
    transition: transform .25s ease;
}

.partner-button:hover i {
    transform: translateX(6px);
}

.partner-info-right {
    display: grid;
    align-content: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 34px;
}

.partner-info-right span {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #1f2726;
    font-size: 16px;
    font-weight: 500;
}

.partner-info-right i {
    width: 22px;
    height: 22px;
    border: 1px solid var(--brand-color, #6fa945);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-color, #6fa945);
    font-size: 10px;
    flex: 0 0 auto;
}

.about-empty {
    color: #1f2726;
    font-size: 17px;
}

/* ANIMATION */

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes partnerFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .about-container {
        width: min(100% - 48px, 960px);
    }

    .about-hero {
        padding: 46px 0 42px;
    }



    .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

        .about-hero-left,
    .about-hero-right{
        order:initial;
    }
    .about-hero-left h1 {
        max-width: 760px;
        font-size: clamp(44px, 7vw, 60px);
    }

    .about-hero-right {
        max-width: 720px;
        padding-top: 0;
    }

    .about-hero-text {
        max-width: 720px;
    }

    .about-why-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 44px;
    }

    .about-why-item:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .partner-info {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .partner-info-left {
        padding-right: 0;
        padding-bottom: 34px;
        border-right: 0;
        border-bottom: 1px solid rgba(5, 6, 6, .1);
    }
}

@media (max-width: 720px) {
    .about-container {
        width: min(100% - 32px, 100%);
    }

    .about-hero {
        padding: 36px 0 30px;
    }



    .about-kicker,
    .about-section-label {
        margin-bottom: 22px;
        font-size: 15px;
    }

    .about-hero-grid {
        gap: 30px;
    }

    .about-hero-left h1 {
        max-width: 100%;
        font-size: clamp(35px, 11vw, 40px);

    }

    .about-hero-line {
        margin: 0 0 24px;
    }

    .about-hero-text {
        max-width: 100%;
    }

    .about-hero-text p {
        font-size: 15px;
        line-height: 1.75;
    }

    .about-why {
        padding: 38px 0 42px;
    }

    .about-why-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-why-item,
    .about-why-item:first-child,
    .about-why-item:nth-child(3) {
        padding: 0;
        border-left: 0;
    }

    .about-partners {
        padding: 34px 0 70px;
    }

    .partners-logos {
        display: flex;
        gap: 28px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0 0 8px;
        -webkit-overflow-scrolling: touch;
    }

    .partners-logos::-webkit-scrollbar {
        display: none;
    }

    .partner-logo {
        min-width: 145px;
        scroll-snap-align: center;
    }

    .partners-line {
        margin: 18px 0 38px;
    }

    .partner-info {
        padding-top: 34px;
    }

    .partner-info h3 {
        font-size: 30px;
    }

    .partner-info p,
    .partner-info-right span {
        font-size: 15px;
    }

    .partner-info-right {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}