:root {
    --grineu-green: #179A43;
    --grineu-green-bright: #46B72C;
    --grineu-green-dark: #0E6F32;
    --grineu-deep-navy: #001829;
    --grineu-navy: #07182E;
    --grineu-text-blue: #40516A;
    --grineu-light-green: #F3FAF5;
    --grineu-border-soft: #DCE8E0;
    --grineu-white: #FFFFFF;
}

.brands-hero {
    position: relative;
    isolation: isolate;
    min-height: 820px;
    overflow: hidden;
    background: var(--grineu-deep-navy);
    font-family: "Poppins", sans-serif;
}

.brands-hero__background,
.brands-hero__overlay,
.brands-hero__bottom-fade,
.brands-hero__pattern,
.brands-hero__curve {
    position: absolute;
    pointer-events: none;
}

.brands-hero__background {
    inset: 0;
    z-index: 1;
}

.brands-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.brands-hero__overlay {
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg,
            rgba(1, 20, 34, .98) 0%,
            rgba(1, 20, 34, .94) 30%,
            rgba(1, 20, 34, .7) 52%,
            rgba(1, 20, 34, .24) 75%,
            rgba(1, 20, 34, .05) 100%);
}

.brands-hero__bottom-fade {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 36%;
    background: linear-gradient(0deg, rgba(1, 20, 34, .9) 0%, rgba(1, 20, 34, .48) 36%, rgba(1, 20, 34, 0) 100%);
}

.brands-hero__pattern {
    left: clamp(20px, 4vw, 72px);
    bottom: 28px;
    z-index: 4;
    width: min(520px, 42vw);
    aspect-ratio: 1.9;
    opacity: .14;
    background:
        repeating-linear-gradient(135deg, rgba(70, 183, 44, .82) 0 1px, transparent 1px 12px),
        repeating-linear-gradient(45deg, rgba(33, 128, 115, .55) 0 1px, transparent 1px 18px);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .72) 55%, transparent 100%);
}

.brands-hero__curve {
    right: -7%;
    bottom: -118px;
    left: -7%;
    z-index: 5;
    height: 220px;
    background: var(--grineu-white);
    border-radius: 0 0 50% 50% / 0 0 10% 10%;
    clip-path: ellipse(56% 58% at 50% 100%);
}

.brands-hero__container {
    position: relative;
    z-index: 6;
    box-sizing: border-box;
    min-height: 820px;
    padding: clamp(118px, 9vw, 154px) clamp(24px, 4.7vw, 74px) 190px;
}

.brands-hero__content {
    max-width: 930px;
}

.brands-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 30px;
    color: var(--grineu-green-bright);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    text-transform: uppercase;
}

.brands-hero__eyebrow span {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--grineu-green-bright);
}

.brands-hero__title {
    max-width: 920px;
    margin: 0;
    color: var(--grineu-white);
    font-size: clamp(54px, 5vw, 78px);
    font-weight: 800;
    line-height: 1.02;
}

.brands-hero__title span {
    display: block;
}

@media (min-width: 1200px) {
    .brands-hero__title span {
        white-space: nowrap;
    }
}

.brands-hero__title span:last-child {
    color: var(--grineu-green-bright);
}

.brands-hero__description {
    max-width: 650px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.72;
}

.brands-hero__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 970px;
    margin-top: 58px;
}

.brands-hero-feature {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    min-height: 70px;
    padding: 0 22px;
    color: var(--grineu-white);
}

.brands-hero-feature:first-child {
    padding-left: 0;
}

.brands-hero-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(220, 232, 224, .36);
}

.brands-hero-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(70, 183, 44, .56);
    border-radius: 50%;
    color: var(--grineu-green-bright);
    font-size: 22px;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.brands-hero-feature:hover .brands-hero-feature__icon {
    border-color: rgba(70, 183, 44, .95);
    color: #59D83F;
    transform: translateY(-1px);
}

.brands-hero-feature h2 {
    margin: 4px 0 9px;
    color: var(--grineu-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.brands-hero-feature p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.7;
}

.brands-hero-stats {
    position: relative;
    z-index: 10;
    margin-top: -125px;
    padding-bottom: clamp(70px, 7vw, 106px);
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 100%, rgba(23, 154, 67, .13) 1px, transparent 1.8px),
        var(--grineu-white);
    background-size: 13px 13px, auto;
    font-family: "Poppins", sans-serif;
}

.brands-hero-stats__container {
    padding-right: clamp(24px, 4.7vw, 74px);
    padding-left: clamp(24px, 4.7vw, 74px);
}

.brands-hero-stats__panel {
    display: grid;
    grid-template-columns: minmax(285px, .95fr) repeat(4, minmax(150px, 1fr));
    align-items: stretch;
    min-height: 278px;
    padding: 58px 48px 52px;
    overflow: hidden;
    background: var(--grineu-white);
    border: 1px solid rgba(220, 232, 224, .72);
    border-radius: 22px;
    box-shadow: 0 24px 52px rgba(7, 24, 46, .12);
}

.brands-hero-stats__intro {
    max-width: 360px;
    padding-right: 44px;
}

.brands-hero-stats__intro h2 {
    margin: 0;
    color: var(--grineu-navy);
    font-size: clamp(24px, 2vw, 31px);
    font-weight: 800;
    line-height: 1.18;
}

.brands-hero-stats__intro h2 span {
    display: block;
}

.brands-hero-stats__intro strong {
    color: var(--grineu-green);
    font-weight: 800;
}

.brands-hero-stats__divider {
    display: block;
    width: 38px;
    height: 2px;
    margin: 28px 0 24px;
    background: var(--grineu-green);
}

.brands-hero-stats__intro p {
    margin: 0;
    color: #253A55;
    font-size: 15px;
    line-height: 1.75;
}

.brands-hero-stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0 24px;
    text-align: center;
    transition: transform .2s ease;
}

.brands-hero-stat:hover {
    transform: translateY(-2px);
}

.brands-hero-stat::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: var(--grineu-border-soft);
}

.brands-hero-stat__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    border: 1px solid rgba(23, 154, 67, .12);
    border-radius: 50%;
    background: rgba(23, 154, 67, .09);
    color: var(--grineu-green);
    font-size: 28px;
    box-shadow: inset 0 0 18px rgba(23, 154, 67, .07);
}

.brands-hero-stat strong {
    display: block;
    margin: 0 0 14px;
    color: var(--grineu-green);
    font-size: clamp(32px, 2.8vw, 42px);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.brands-hero-stat h3 {
    margin: 0 0 8px;
    color: var(--grineu-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.brands-hero-stat p {
    margin: 0;
    color: #253A55;
    font-size: 14px;
    line-height: 1.45;
}

@media (max-width: 1399.98px) {
    .brands-hero__features {
        max-width: 910px;
    }

    .brands-hero-feature {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .brands-hero-feature__icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .brands-hero-stats__panel {
        padding-right: 34px;
        padding-left: 34px;
    }
}

@media (max-width: 1199.98px) {
    .brands-hero,
    .brands-hero__container {
        min-height: 790px;
    }

    .brands-hero__overlay {
        background:
            linear-gradient(90deg,
                rgba(1, 20, 34, .98) 0%,
                rgba(1, 20, 34, .94) 38%,
                rgba(1, 20, 34, .78) 64%,
                rgba(1, 20, 34, .38) 100%);
    }

    .brands-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 690px;
        gap: 24px 0;
    }

    .brands-hero-feature:nth-child(2)::after {
        display: none;
    }

    .brands-hero-stats__panel {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 42px;
    }

    .brands-hero-stats__intro {
        grid-column: 1 / -1;
        max-width: none;
        padding-right: 0;
    }

    .brands-hero-stat:first-of-type::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .brands-hero,
    .brands-hero__container {
        min-height: auto;
    }

    .brands-hero__container {
        padding-top: 92px;
        padding-bottom: 108px;
    }

    .brands-hero__image {
        object-position: 64% center;
    }

    .brands-hero__overlay {
        background: linear-gradient(90deg, rgba(1, 20, 34, .98) 0%, rgba(1, 20, 34, .88) 58%, rgba(1, 20, 34, .72) 100%);
    }

    .brands-hero__curve {
        bottom: -150px;
        height: 210px;
    }

    .brands-hero__title {
        font-size: clamp(46px, 7vw, 58px);
    }

    .brands-hero__description {
        max-width: 620px;
        font-size: 18px;
    }

    .brands-hero-stats {
        margin-top: -42px;
    }

    .brands-hero-stats__panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 42px 30px;
    }

    .brands-hero-stat::before {
        display: none;
    }

    .brands-hero-stat:nth-of-type(2n + 1) {
        border-right: 1px solid var(--grineu-border-soft);
    }
}

@media (max-width: 767.98px) {
    .brands-hero__container,
    .brands-hero-stats__container {
        padding-right: 22px;
        padding-left: 22px;
    }

    .brands-hero__container {
        padding-top: 76px;
        padding-bottom: 86px;
    }

    .brands-hero__pattern {
        width: 70vw;
        opacity: .1;
    }

    .brands-hero__eyebrow {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .brands-hero__title {
        font-size: clamp(40px, 11vw, 48px);
        line-height: 1.04;
    }

    .brands-hero__description {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.72;
    }

    .brands-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 0;
        margin-top: 40px;
    }

    .brands-hero-feature {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 0 14px;
    }

    .brands-hero-feature:nth-child(odd) {
        padding-left: 0;
    }

    .brands-hero-feature::after {
        display: none;
    }

    .brands-hero-feature h2 {
        font-size: 14px;
    }

    .brands-hero-feature p {
        font-size: 11px;
        line-height: 1.55;
    }

    .brands-hero-stats {
        margin-top: 0;
        padding-bottom: 64px;
    }

    .brands-hero-stats__panel {
        border-radius: 16px;
        padding: 34px 22px;
    }

    .brands-hero-stats__intro h2 {
        font-size: 26px;
    }

    .brands-hero-stat {
        padding: 6px 12px 0;
    }

    .brands-hero-stat:nth-of-type(2n + 1) {
        border-right: 0;
    }

    .brands-hero-stat__icon {
        width: 62px;
        height: 62px;
        margin-bottom: 18px;
        font-size: 23px;
    }

    .brands-hero-stat strong {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .brands-hero__container,
    .brands-hero-stats__container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .brands-hero__image {
        object-position: 70% center;
    }

    .brands-hero__overlay {
        background: rgba(1, 20, 34, .88);
    }

    .brands-hero__features,
    .brands-hero-stats__panel {
        grid-template-columns: 1fr;
    }

    .brands-hero-feature,
    .brands-hero-feature:nth-child(odd) {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 0;
    }

    .brands-hero-stats__panel {
        gap: 30px;
        padding: 30px 18px;
    }

    .brands-hero-stat {
        padding: 0;
    }
}

.brands-story {
    position: relative;
    margin-top: -48px;
    overflow: hidden;
    background: var(--grineu-white);
    font-family: "Poppins", sans-serif;
}

.brands-story__container {
    position: relative;
    padding: clamp(64px, 5.5vw, 86px) clamp(24px, 4.7vw, 74px) clamp(76px, 6.5vw, 104px);
}

.brands-story__top {
    position: relative;
    display: grid;
    grid-template-columns: minmax(720px, 58%) minmax(0, 42%);
    align-items: center;
    min-height: 590px;
}

.brands-story__content {
    position: relative;
    z-index: 4;
    max-width: 820px;
}

.brands-story__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 34px;
    color: var(--grineu-green-dark);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1;
    text-transform: uppercase;
}

.brands-story__eyebrow span {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--grineu-green);
}

.brands-story__title {
    margin: 0;
    color: var(--grineu-navy);
    font-size: clamp(44px, 3.3vw, 52px);
    font-weight: 800;
    line-height: 1.06;
}

.brands-story__title span {
    display: block;
}

.brands-story__title strong {
    color: var(--grineu-green);
    font-weight: 800;
}

@media (min-width: 1200px) {
    .brands-story__title span {
        white-space: nowrap;
    }
}

.brands-story__divider {
    display: block;
    width: 48px;
    height: 2px;
    margin: 36px 0 32px;
    background: var(--grineu-green);
}

.brands-story__description {
    max-width: 540px;
    color: #253A55;
    font-size: 18px;
    line-height: 1.78;
}

.brands-story__description p {
    margin: 0;
}

.brands-story__description p + p {
    margin-top: 32px;
}

.brands-story__visual {
    position: absolute;
    top: 0;
    right: calc(clamp(24px, 4.7vw, 74px) * -1);
    bottom: 0;
    z-index: 1;
    width: min(62vw, 1120px);
    min-height: 590px;
}

.brands-story__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.brands-story__image-fade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, var(--grineu-white) 0%, rgba(255, 255, 255, .94) 13%, rgba(255, 255, 255, .56) 31%, rgba(255, 255, 255, .08) 57%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(0deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, 0) 34%);
}

.brands-story__orbit {
    position: absolute;
    top: -42px;
    left: 9%;
    width: min(720px, 58vw);
    aspect-ratio: 1.45;
    pointer-events: none;
    border: 1px solid rgba(23, 154, 67, .42);
    border-bottom-color: transparent;
    border-left-color: rgba(23, 154, 67, .18);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.brands-story__orbit::before {
    content: "";
    position: absolute;
    inset: 64px 64px auto 72px;
    height: 72%;
    border: 1px solid rgba(23, 154, 67, .2);
    border-bottom-color: transparent;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.brands-story__orbit span {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(23, 154, 67, .5);
    border-radius: 50%;
    background: var(--grineu-white);
}

.brands-story__orbit span:nth-child(1) {
    top: 46%;
    left: -5px;
    width: 20px;
    height: 20px;
    background: var(--grineu-green);
    border-color: var(--grineu-green);
}

.brands-story__orbit span:nth-child(2) {
    top: -6px;
    left: 48%;
    background: var(--grineu-green);
    border-color: var(--grineu-green);
}

.brands-story__orbit span:nth-child(3) {
    top: 19%;
    right: 9%;
}

.brands-story__orbit span:nth-child(4) {
    bottom: 4%;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--grineu-green);
    border-color: var(--grineu-green);
}

.brands-story-quote {
    position: absolute;
    right: 52px;
    bottom: 92px;
    width: min(310px, 28vw);
    margin: 0;
    padding: 30px 34px 32px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(2, 20, 31, .88);
    box-shadow: 0 22px 44px rgba(7, 24, 46, .22);
    color: var(--grineu-white);
}

@supports ((backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px))) {
    .brands-story-quote {
        background: rgba(2, 20, 31, .82);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
}

.brands-story-quote i {
    display: block;
    margin-bottom: 12px;
    color: var(--grineu-green-bright);
    font-size: 28px;
    line-height: 1;
}

.brands-story-quote p {
    margin: 0;
    color: var(--grineu-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.78;
}

.brands-story-quote span {
    display: block;
    width: 44px;
    height: 2px;
    margin-top: 22px;
    background: var(--grineu-green-bright);
}

.brands-story-values {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: -10px;
    overflow: hidden;
    border: 1px solid rgba(220, 232, 224, .86);
    border-radius: 14px;
    background: var(--grineu-white);
    box-shadow: 0 18px 42px rgba(7, 24, 46, .08);
}

.brands-story-value {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 274px;
    padding: 36px 34px 32px;
    text-align: center;
    transition: background-color .2s ease, transform .2s ease;
}

.brands-story-value:hover {
    background: rgba(243, 250, 245, .55);
    transform: translateY(-2px);
}

.brands-story-value:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 44px;
    right: 0;
    bottom: 44px;
    width: 1px;
    background: var(--grineu-border-soft);
}

.brands-story-value__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 22px;
    border: 1px solid rgba(23, 154, 67, .13);
    border-radius: 50%;
    background: rgba(23, 154, 67, .09);
    color: var(--grineu-green);
    font-size: 34px;
    box-shadow: inset 0 0 18px rgba(23, 154, 67, .08);
    transition: background-color .2s ease, transform .2s ease;
}

.brands-story-value:hover .brands-story-value__icon {
    background: rgba(23, 154, 67, .13);
    transform: translateY(-1px);
}

.brands-story-value h3 {
    margin: 0 0 14px;
    color: var(--grineu-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.brands-story-value p {
    max-width: 230px;
    margin: 0 auto;
    color: #253A55;
    font-size: 15px;
    line-height: 1.68;
}

.brands-story-value__line {
    display: block;
    width: 46px;
    height: 2px;
    margin-top: auto;
    background: var(--grineu-green);
}

.brands-story-cta {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 86px;
    padding: 18px 44px 18px 30px;
    border: 1px solid rgba(220, 232, 224, .86);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 30px rgba(7, 24, 46, .06);
}

.brands-story-cta__statement {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.brands-story-cta__statement > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--grineu-deep-navy);
    color: var(--grineu-green-bright);
    font-size: 25px;
}

.brands-story-cta__statement p {
    margin: 0;
    color: var(--grineu-navy);
    font-size: clamp(20px, 1.7vw, 26px);
    font-weight: 800;
    line-height: 1.32;
}

.brands-story-cta__statement strong {
    color: var(--grineu-green);
    font-weight: 800;
}

.brands-story-cta__button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 248px;
    min-height: 52px;
    padding: 14px 28px;
    border: 1px solid var(--grineu-green);
    border-radius: 7px;
    color: var(--grineu-green);
    background: transparent;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.brands-story-cta__button i {
    transition: transform .2s ease;
}

.brands-story-cta__button:hover {
    background: var(--grineu-green);
    color: var(--grineu-white);
}

.brands-story-cta__button:hover i {
    transform: translateX(4px);
}

.brands-story-cta__button:focus-visible {
    outline: 3px solid rgba(23, 154, 67, .28);
    outline-offset: 3px;
}

@media (max-width: 1399.98px) {
    .brands-story__top {
        grid-template-columns: minmax(660px, 58%) minmax(0, 42%);
    }

    .brands-story__visual {
        width: 62vw;
    }

    .brands-story-value {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 1199.98px) {
    .brands-story__container {
        padding-top: 86px;
    }

    .brands-story__top {
        grid-template-columns: minmax(520px, 54%) minmax(0, 46%);
        min-height: 560px;
    }

    .brands-story__title {
        font-size: clamp(40px, 4.6vw, 52px);
    }

    .brands-story__description {
        font-size: 17px;
    }

    .brands-story__visual {
        min-height: 560px;
    }

    .brands-story-quote {
        right: 28px;
        width: min(280px, 30vw);
        padding: 26px 28px;
    }

    .brands-story-values {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .brands-story-value {
        grid-column: span 2;
    }

    .brands-story-value:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .brands-story-value:not(:last-child)::after {
        display: none;
    }

    .brands-story-cta {
        padding-right: 28px;
    }
}

@media (max-width: 991.98px) {
    .brands-story__top {
        display: block;
        min-height: 0;
    }

    .brands-story__content {
        max-width: 760px;
    }

    .brands-story__visual {
        position: relative;
        right: auto;
        width: 100%;
        min-height: 460px;
        margin-top: 44px;
        border-radius: 12px;
        overflow: hidden;
    }

    .brands-story__image-fade {
        background: linear-gradient(0deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, 0) 42%);
    }

    .brands-story__orbit {
        top: -34px;
        left: 12%;
        width: min(620px, 84vw);
    }

    .brands-story-quote {
        right: 28px;
        bottom: 28px;
        width: min(310px, 44vw);
    }

    .brands-story-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 28px;
    }

    .brands-story-value,
    .brands-story-value:nth-child(4) {
        grid-column: auto;
    }

    .brands-story-value:last-child {
        grid-column: 1 / -1;
    }

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

@media (max-width: 767.98px) {
    .brands-story {
        margin-top: 0;
    }

    .brands-story__container {
        padding: 68px 22px 72px;
    }

    .brands-story__eyebrow {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .brands-story__title {
        font-size: clamp(38px, 9.8vw, 44px);
        line-height: 1.08;
    }

    .brands-story__divider {
        margin: 28px 0 26px;
    }

    .brands-story__description {
        font-size: 16px;
        line-height: 1.72;
    }

    .brands-story__description p + p {
        margin-top: 24px;
    }

    .brands-story__visual {
        min-height: 360px;
        margin-top: 34px;
        overflow: visible;
    }

    .brands-story__image {
        border-radius: 12px;
    }

    .brands-story__orbit {
        top: -24px;
        left: 8%;
        width: 86vw;
        opacity: .58;
    }

    .brands-story-quote {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        margin: 284px 0 0;
        border-radius: 10px;
    }

    .brands-story-values {
        grid-template-columns: 1fr;
        margin-top: 30px;
        border-radius: 12px;
    }

    .brands-story-value {
        min-height: 0;
        padding: 30px 24px;
    }

    .brands-story-value:last-child {
        grid-column: auto;
    }

    .brands-story-value__icon {
        width: 66px;
        height: 66px;
        font-size: 29px;
    }

    .brands-story-value__line {
        margin-top: 22px;
    }

    .brands-story-cta {
        padding: 24px;
    }

    .brands-story-cta__statement {
        align-items: flex-start;
        gap: 16px;
    }

    .brands-story-cta__statement > span {
        width: 46px;
        height: 46px;
        font-size: 21px;
    }

    .brands-story-cta__statement p {
        font-size: 20px;
    }

    .brands-story-cta__button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .brands-story__container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .brands-story__visual {
        min-height: 300px;
    }

    .brands-story__image {
        object-position: 65% center;
    }

    .brands-story__orbit {
        display: none;
    }

    .brands-story-quote {
        margin-top: 226px;
        padding: 24px;
    }

    .brands-story-quote p {
        font-size: 15px;
    }

    .brands-story-value {
        padding-right: 18px;
        padding-left: 18px;
    }

    .brands-story-cta {
        border-radius: 0 0 12px 12px;
        padding: 22px 18px;
    }
}

.brands-directory {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(23, 154, 67, .06), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
    font-family: "Poppins", sans-serif;
}

.brands-directory__container {
    padding: clamp(82px, 7vw, 112px) clamp(24px, 4.7vw, 74px) clamp(76px, 6.5vw, 104px);
}

.brands-directory__header {
    max-width: 1180px;
    margin: 0 auto 34px;
    text-align: center;
}

.brands-directory__label {
    margin-bottom: 24px;
}

.brands-directory__label .sub-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--grineu-green-dark);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.brands-directory__label .sub-title::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--grineu-green);
}

.brands-directory__header h2 {
    margin: 0;
    padding-bottom: 0;
    color: var(--grineu-navy);
    font-size: clamp(44px, 3.6vw, 56px);
    font-weight: 800;
    text-transform: none;
    line-height: 1.08;
}

.brands-directory__header h2 span,
.brands-directory__header h2 strong {
    display: inline;
}

.brands-directory__header h2 strong {
    color: var(--grineu-green);
    font-weight: 800;
}

.brands-directory__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 22px auto 22px;
    color: var(--grineu-green);
}

.brands-directory__divider span {
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(7, 24, 46, .18), transparent);
}

.brands-directory__divider i {
    font-size: 18px;
}

.brands-directory__header p {
    max-width: 720px;
    margin: 0 auto;
    color: #253A55;
    font-size: 18px;
    line-height: 1.65;
}

.brands-directory__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
}

.brands-filter {
    min-height: 42px;
    padding: 10px 24px;
    border: 1px solid rgba(7, 24, 46, .14);
    border-radius: 999px;
    background: var(--grineu-white);
    color: var(--grineu-navy);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.brands-filter:hover {
    border-color: rgba(23, 154, 67, .35);
    background: rgba(243, 250, 245, .9);
    color: var(--grineu-green-dark);
}

.brands-filter.is-active {
    border-color: var(--grineu-green);
    background: var(--grineu-green);
    color: var(--grineu-white);
}

.brands-filter:focus-visible,
.brand-card__expand:focus-visible,
.brand-card__link:focus-visible {
    outline: 3px solid rgba(23, 154, 67, .28);
    outline-offset: 3px;
}

.brands-directory__grid {
    margin-top: 30px;
}

.brand-card-wrapper {
    transition: opacity .18s ease, transform .18s ease;
}

.brand-card-wrapper.is-hidden {
    display: none;
}

.brand-card {
    position: relative;
    min-height: 285px;
    height: 100%;
    overflow: hidden;
    padding: 24px 28px;
    border: 1px solid rgba(7, 24, 46, .12);
    border-radius: 16px;
    background:
        radial-gradient(circle at 76% 22%, rgba(7, 24, 46, .08), transparent 14rem),
        linear-gradient(110deg, #ffffff 0%, #ffffff 42%, #f6f8f7 100%);
    box-shadow: 0 14px 30px rgba(7, 24, 46, .08);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.brand-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: transparent;
    transition: background-color .2s ease;
}

.brand-card:hover {
    border-color: rgba(23, 154, 67, .42);
    box-shadow: 0 20px 42px rgba(7, 24, 46, .12);
    transform: translateY(-4px);
}

.brand-card:hover::before {
    background: var(--grineu-green);
}

.brand-card__category {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 13px;
    border-radius: 999px;
    background: rgba(23, 154, 67, .11);
    color: var(--grineu-green-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
}

.brand-card__expand {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--grineu-white);
    color: var(--grineu-green);
    box-shadow: 0 8px 20px rgba(7, 24, 46, .14);
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.brand-card:hover .brand-card__expand {
    background: var(--grineu-green);
    color: var(--grineu-white);
    transform: rotate(90deg);
}

.brand-card__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: min(54%, 280px);
    min-height: 226px;
    padding-top: 32px;
}

.brand-card__logo {
    width: auto;
    max-width: 210px;
    height: 72px;
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
}

.brand-card__description {
    margin: 22px 0 22px;
    color: #1D2F45;
    font-size: 15px;
    line-height: 1.58;
}

.brand-card__link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    color: var(--grineu-green-dark);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.brand-card__link i {
    transition: transform .2s ease;
}

.brand-card__link:hover {
    color: var(--grineu-green);
}

.brand-card__link:hover i,
.brand-card:hover .brand-card__link i {
    transform: translateX(5px);
}

.brand-card__product {
    position: absolute;
    right: -8px;
    bottom: -2px;
    z-index: 2;
    width: 52%;
    height: 75%;
    object-fit: contain;
    object-position: right bottom;
    transition: transform .2s ease;
}

.brand-card:hover .brand-card__product {
    transform: scale(1.02);
}

.brand-card--avaada-solar .brand-card__product {
    right: 0;
    width: 45%;
    height: 95%;
}

.brand-card--sunways-inverters .brand-card__product,
.brand-card--polycab .brand-card__product {
    width: 49%;
}

.brand-card--hutch-india .brand-card__product {
    width: 48%;
    height: 88%;
}

.brands-directory__trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid rgba(220, 232, 224, .86);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 32px rgba(7, 24, 46, .07);
}

.brands-directory__trust-item {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 116px;
    padding: 26px 32px;
}

.brands-directory__trust-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    bottom: 28px;
    width: 1px;
    background: var(--grineu-border-soft);
}

.brands-directory__trust-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(23, 154, 67, .14);
    border-radius: 50%;
    background: rgba(23, 154, 67, .1);
    color: var(--grineu-green);
    font-size: 30px;
}

.brands-directory__trust-item h3 {
    margin: 0 0 7px;
    color: var(--grineu-green-dark);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.brands-directory__trust-item p {
    margin: 0;
    color: #143C2A;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 1199.98px) {
    .brands-directory__header h2 {
        font-size: clamp(38px, 4.6vw, 50px);
    }

    .brand-card {
        min-height: 300px;
    }

    .brands-directory__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brands-directory__trust-item:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .brands-directory__filters {
        gap: 12px;
    }

    .brand-card__content {
        width: 58%;
    }

    .brand-card__product {
        width: 48%;
    }
}

@media (max-width: 767.98px) {
    .brands-directory__container {
        padding: 68px 22px 72px;
    }

    .brands-directory__header h2 {
        font-size: clamp(36px, 9.5vw, 42px);
    }

    .brands-directory__header h2 span,
    .brands-directory__header h2 strong {
        display: block;
    }

    .brands-directory__divider span {
        width: 84px;
    }

    .brands-directory__header p {
        font-size: 16px;
    }

    .brands-directory__filters {
        justify-content: flex-start;
    }

    .brands-filter {
        min-height: 40px;
        padding: 9px 16px;
        font-size: 13px;
    }

    .brand-card {
        min-height: 320px;
        padding: 22px;
    }

    .brand-card__content {
        width: 60%;
        min-height: 252px;
    }

    .brand-card__logo {
        max-width: 180px;
    }

    .brand-card__description {
        font-size: 14px;
    }

    .brands-directory__trust {
        grid-template-columns: 1fr;
    }

    .brands-directory__trust-item {
        grid-template-columns: 62px minmax(0, 1fr);
        padding: 22px;
    }

    .brands-directory__trust-item > span {
        width: 58px;
        height: 58px;
        font-size: 25px;
    }
}

@media (max-width: 575.98px) {
    .brands-directory__container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .brand-card {
        min-height: 390px;
        padding: 20px;
    }

    .brand-card__content {
        width: 100%;
        min-height: 218px;
        padding-top: 30px;
    }

    .brand-card__product {
        right: 8px;
        bottom: 6px;
        width: 58%;
        height: 44%;
        opacity: .96;
    }

    .brand-card--avaada-solar .brand-card__product {
        width: 40%;
        height: 50%;
    }

    .brands-directory__trust-item {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }
}
