.homepage-operation-hero.production-operation-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
}

.production-operation-hero .homepage-operation-image img {
    height: 720px;
    max-height: none;
}

.production-operation-hero .homepage-operation-gradient {
    background: linear-gradient(180deg, rgba(14, 20, 18, 0.10) 0%, rgba(14, 20, 18, 0.18) 48%, rgba(14, 20, 18, 0.58) 100%);
}

.production-operation-hero .homepage-operation-vignette {
    box-shadow: inset 0 -120px 180px rgba(0, 0, 0, 0.18);
}

.production-operation-hero .homepage-operation-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    max-width: none;
    padding: 56px 70px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.production-operation-hero .homepage-operation-panel {
    background: rgba(255, 255, 255, 0.96);
    width: min(460px, 48vw);
    padding: 24px 28px 18px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.16);
}

.production-operation-hero .homepage-operation-brand {
    display: block;
    max-width: 330px;
    width: 100%;
    margin-bottom: 18px;
}

.production-operation-hero .homepage-operation-tagline {
    margin: 0;
    color: #233238;
    text-transform: uppercase;
    font-family: "AkrobatBold", "AkrobatMedium", sans-serif;
    line-height: 0.92;
    letter-spacing: 1px;
    background: transparent;
    padding: 0;
}

.production-operation-hero .homepage-operation-tagline-main {
    display: block;
    font-size: 4rem;
}

.production-operation-hero .homepage-operation-tagline-accent {
    display: inline-block;
    margin-top: 16px;
    padding: 8px 22px 6px;
    background: #50af47;
    color: #ffffff;
    font-size: 2rem;
    transform: rotate(-2.8deg);
}

.production-operation-hero .homepage-operation-offer {
    max-width: 880px;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.production-operation-hero .homepage-operation-kicker {
    display: block;
    font-family: "AkrobatBold", "AkrobatMedium", sans-serif;
    font-size: 4.2rem;
    line-height: 0.96;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.production-operation-hero .homepage-operation-kicker strong {
    font-size: 8.1rem;
    line-height: 0.86;
}

.production-operation-hero .homepage-operation-footnote {
    margin: 10px 0 0;
    font-family: "AkrobatBold", "AkrobatMedium", sans-serif;
    font-size: 1.85rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.production-operation-hero .homepage-operation-conditions {
    margin: 4px 0 0;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.92);
}

.production-operation-hero .homepage-operation-actions {
    align-items: flex-start;
}

.production-operation-hero .homepage-operation-cta {
    min-width: 320px;
}

@media (max-width: 1024px) {
    .production-operation-hero .homepage-operation-content {
        padding: 40px 36px 32px;
    }

    .production-operation-hero .homepage-operation-panel {
        width: min(390px, 100%);
        padding: 20px 22px 16px;
    }

    .production-operation-hero .homepage-operation-tagline-main {
        font-size: 3.4rem;
    }

    .production-operation-hero .homepage-operation-kicker {
        font-size: 3.3rem;
    }

    .production-operation-hero .homepage-operation-kicker strong {
        font-size: 6.6rem;
    }
}

@media (max-width: 768px) {
    .homepage-operation-hero.production-operation-hero,
    .production-operation-hero .homepage-operation-image img {
        min-height: 560px;
        height: 560px;
    }

    .production-operation-hero .homepage-operation-content {
        padding: 28px 20px 28px;
    }

    .production-operation-hero .homepage-operation-panel {
        width: 100%;
        padding: 16px 16px 12px;
    }

    .production-operation-hero .homepage-operation-brand {
        max-width: 240px;
        margin-bottom: 14px;
    }

    .production-operation-hero .homepage-operation-tagline-main {
        font-size: 2.35rem;
    }

    .production-operation-hero .homepage-operation-tagline-accent {
        margin-top: 12px;
        font-size: 1.25rem;
        padding: 7px 14px 5px;
    }

    .production-operation-hero .homepage-operation-kicker {
        font-size: 2rem;
    }

    .production-operation-hero .homepage-operation-kicker strong {
        font-size: 4.1rem;
    }

    .production-operation-hero .homepage-operation-footnote {
        font-size: 1.15rem;
    }

    .production-operation-hero .homepage-operation-conditions {
        font-size: 0.95rem;
    }

    .production-operation-hero .homepage-operation-cta {
        min-width: 0;
        width: 100%;
    }
}
