    .fbh-impact,
    .fbh-impact * {
        box-sizing: border-box;
    }

    .fbh-impact {
        --fbh-brand: #864946;
        --fbh-brand-dark: #683634;
        --fbh-brand-light: #e2b8b5;
        --fbh-ink: #273038;
        --fbh-muted: #657079;
        --fbh-surface: #ffffff;
        --fbh-soft: #f3f5f1;
        position: relative;
        overflow: hidden;
        padding:15px 20px 30px;
        color: var(--fbh-ink);
        font-family: "Raleway", Arial, sans-serif;
        /*background:
            radial-gradient(circle at 10% 5%, rgba(134, 73, 70, .14), transparent 28%),
            radial-gradient(circle at 92% 95%, rgba(134, 73, 70, .11), transparent 26%),
            var(--fbh-soft); */
    }

    .fbh-impact__inner {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
    }

    .fbh-impact__header {
        max-width: 900px;
        margin: 0 auto 42px;
        text-align: center;
    }

    .fbh-impact__eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 14px;
        color: var(--fbh-brand);
        font-size: .9rem;
        font-weight: 800;
        letter-spacing: .13em;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .fbh-impact__eyebrow::before,
    .fbh-impact__eyebrow::after {
        width: 30px;
        height: 2px;
        content: "";
        background: var(--fbh-brand);
    }

    .fbh-impact__title {
        margin: 0 0 12px;
        color: var(--fbh-ink);
        font-size: clamp(2rem, 4.5vw, 3.5rem);
        font-weight: 800;
        letter-spacing: -.035em;
        line-height: 1.08;
    }

    .fbh-impact__lead {
        margin: 0;
        color: var(--fbh-muted);
        font-size: clamp(1.05rem, 2vw, 1.25rem);
        line-height: 1.65;
    }

    .fbh-impact__hero {
        position: relative;
        margin: 0 0 26px;
        padding: 46px 28px 43px;
        overflow: hidden;
        border-radius: 18px;
        color: #fff;
        text-align: center;
        background: linear-gradient(135deg, #282224 0%, #3b3032 68%, #633b3a 100%);
        box-shadow: 0 18px 45px rgba(28, 36, 40, .18);
    }

    .fbh-impact__hero::before {
        position: absolute;
        top: -110px;
        right: -70px;
        width: 310px;
        height: 310px;
        border: 60px solid rgba(226, 184, 181, .13);
        border-radius: 50%;
        content: "";
    }

    .fbh-impact__hero::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 5px;
        content: "";
        background: var(--fbh-brand);
    }

    .fbh-impact__amount,
    .fbh-impact__amount-label {
        position: relative;
        z-index: 1;
    }

    .fbh-impact__amount {
        display: block;
        margin: 0;
        color: #fff;
        font-size: clamp(3.2rem, 9vw, 6.8rem);
        font-weight: 900;
        letter-spacing: -.055em;
        line-height: .95;
        text-shadow: 0 5px 22px rgba(0, 0, 0, .2);
    }

    .fbh-impact__amount .fbh-impact__currency {
        color: var(--fbh-brand-light);
    }

    .fbh-impact__amount-label {
        display: block;
        margin-top: 16px;
        color: rgba(255, 255, 255, .9);
        font-size: clamp(1rem, 2vw, 1.22rem);
        font-weight: 600;
        line-height: 1.5;
    }

    .fbh-impact__stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin: 0 0 54px;
    }

    .fbh-impact__stat {
        padding: 25px 20px 23px;
        border: 1px solid rgba(39, 48, 56, .08);
        border-radius: 14px;
        text-align: center;
        background: var(--fbh-surface);
        box-shadow: 0 8px 24px rgba(39, 48, 56, .07);
    }

    .fbh-impact__stat-number {
        display: block;
        margin-bottom: 6px;
        color: var(--fbh-brand);
        font-size: clamp(1.65rem, 3.6vw, 2.5rem);
        font-weight: 850;
        letter-spacing: -.035em;
        line-height: 1.1;
    }

    .fbh-impact__stat-label {
        display: block;
        color: var(--fbh-muted);
        font-size: .96rem;
        font-weight: 600;
        line-height: 1.45;
    }

    .fbh-impact__copy {
        max-width: 930px;
        margin: 0 auto 48px;
        text-align: center;
    }

    .fbh-impact__copy p {
        margin: 0 0 17px;
        color: #4f5a62;
        font-size: 1.50rem;
        line-height: 1.8;
    }

    .fbh-impact__copy p:last-child {
        margin-bottom: 0;
    }

    .fbh-impact__copy strong {
        color: var(--fbh-ink);
        font-weight: 750;
    }

    .fbh-impact__categories-title {
        margin: 0 0 24px;
        color: var(--fbh-ink);
        font-size: clamp(1.45rem, 3vw, 2rem);
        font-weight: 800;
        line-height: 1.25;
        text-align: center;
    }

    .fbh-impact__categories {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 14px;
        margin: 0 0 48px;
    }

    .fbh-impact__category {
        min-height: 164px;
        padding: 25px 14px 20px;
        border: 1px solid rgba(134, 73, 70, .24);
        border-radius: 13px;
        text-align: center;
        background: rgba(255, 255, 255, .82);
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .fbh-impact__category:hover {
        border-color: rgba(134, 73, 70, .62);
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(39, 48, 56, .09);
    }

    .fbh-impact__icon {
        display: grid;
        width: 54px;
        height: 54px;
        margin: 0 auto 15px;
        border-radius: 50%;
        place-items: center;
        color: var(--fbh-brand);
        background: rgba(134, 73, 70, .13);
    }

    .fbh-impact__icon svg {
        width: 27px;
        height: 27px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
    }

    .fbh-impact__category strong {
        display: block;
        color: var(--fbh-ink);
        font-size: .96rem;
        font-weight: 750;
        line-height: 1.45;
    }

    .fbh-impact__closing {
        position: relative;
        margin: 0;
        padding: 30px 34px;
        border-left: 5px solid var(--fbh-brand);
        border-radius: 0 12px 12px 0;
        color: #fff;
        font-size: clamp(1.15rem, 2.4vw, 1.45rem);
        font-weight: 650;
        line-height: 1.55;
        text-align: center;
        background: #2a3237;
    }

    .fbh-impact__closing strong {
        color: var(--fbh-brand-light);
        font-weight: 850;
    }

    @media (max-width: 900px) {
        .fbh-impact {
            padding: 64px 18px 68px;
        }

        .fbh-impact__categories {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .fbh-impact__category:last-child {
            grid-column: 1 / -1;
            min-height: auto;
        }
    }

    @media (max-width: 640px) {
        .fbh-impact {
            padding: 52px 14px 56px;
        }

        .fbh-impact__header {
            margin-bottom: 30px;
        }

        .fbh-impact__eyebrow {
            font-size: .78rem;
            letter-spacing: .1em;
        }

        .fbh-impact__eyebrow::before,
        .fbh-impact__eyebrow::after {
            width: 19px;
        }

        .fbh-impact__hero {
            padding: 38px 16px 35px;
            border-radius: 14px;
        }

        .fbh-impact__amount {
            font-size: clamp(3rem, 17vw, 4.7rem);
        }

        .fbh-impact__stats {
            grid-template-columns: 1fr;
            gap: 12px;
            margin-bottom: 42px;
        }

        .fbh-impact__stat {
            padding: 20px 16px;
        }

        .fbh-impact__copy {
            margin-bottom: 40px;
            text-align: left;
        }

        .fbh-impact__copy p {
            font-size: 1rem;
            line-height: 1.72;
        }

        .fbh-impact__categories {
            grid-template-columns: 1fr;
            gap: 11px;
            margin-bottom: 38px;
        }

        .fbh-impact__category,
        .fbh-impact__category:last-child {
            display: grid;
            grid-template-columns: 48px 1fr;
            grid-column: auto;
            gap: 14px;
            min-height: auto;
            padding: 15px 17px;
            align-items: center;
            text-align: left;
        }

        .fbh-impact__icon {
            width: 48px;
            height: 48px;
            margin: 0;
        }

        .fbh-impact__closing {
            padding: 25px 20px;
            text-align: left;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .fbh-impact__category {
            transition: none;
        }
    }