.janin-hero-history {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(180deg, #0b2346 0%, #143761 100%);
}

.janin-hero-history__background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.janin-hero-history__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.janin-hero-history__overlay {
    position: absolute;
    inset: 0;
}

.janin-hero-history__inner {
    position: relative;
    z-index: 1;
    padding: 128px 0 96px;
}

.janin-hero-history__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.janin-hero-history__content {
    max-width: 880px;
}

.janin-hero-history__eyebrow {
    margin: 0 0 12px;
    color: #ef3f56;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.janin-hero-history__title {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -0.04em;
    max-width: 880px;
}

.janin-hero-history__description {
    margin: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 21px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 680px;
}

@media (max-width: 1024px) {
    .janin-hero-history__inner {
        padding: 112px 0 80px;
    }

    .janin-hero-history__title {
        font-size: clamp(38px, 6vw, 54px);
    }
}

@media (max-width: 767px) {
    .janin-hero-history__inner {
        padding: 96px 0 64px;
    }

    .janin-hero-history__container {
        padding: 0 20px;
    }

    .janin-hero-history__title {
        font-size: 40px;
        line-height: 1;
    }

    .janin-hero-history__description {
        font-size: 18px;
        line-height: 1.55;
    }
}