.case-study-hero-wrapper-c85722e3 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.hero-img-container-c85722e3 {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}

.hero-overlay-c85722e3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    --gradient-angle: 180deg;
    --gradient-start: rgba(0,0,0,0);
    --gradient-end: rgba(0,0,0,0.75);
    --gradient-location: 50%;
    background: linear-gradient(var(--gradient-angle), var(--gradient-start) calc(100% - var(--gradient-location)), var(--gradient-end) 100%);
    z-index: 1;
}

.hero-text-overlay-c85722e3 {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.eyebrow-tag-c85722e3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(11px, 0.85vw, 14px);
    margin: 0;
    line-height: 1.2;
}

.heading-title-c85722e3 {
    margin: 0;
    font-size: clamp(28px, 2.8vw, 48px);
    line-height: 1.15;
}

.infobar-container-c85722e3 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    align-items: stretch;
}

.infobar-col-c85722e3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

.infobar-col-c85722e3:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.15);
}

.infobar-label-c85722e3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(10px, 0.7vw, 12px);
    letter-spacing: 0.15vw;
    line-height: 1.2;
}

.infobar-value-c85722e3 {
    font-size: clamp(13px, 0.9vw, 15px);
    line-height: 1.4;
    word-break: break-word;
}

@media (max-width: 1024px) {
    .infobar-container-c85722e3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .infobar-col-c85722e3 {
        border-right: none !important;
    }
    .infobar-col-c85722e3:nth-child(2n+1) {
        border-right: 1px solid rgba(255,255,255,0.15) !important;
    }
}

@media (max-width: 767px) {
    .infobar-container-c85722e3 {
        grid-template-columns: 1fr;
    }
    .infobar-col-c85722e3 {
        border-right: none !important;
    }
}
