.dilfever-home-hero {
    position: relative;
    min-height: min(78vh, 760px);
    display: flex;
    align-items: end;
    overflow: hidden;
    background: var(--df-deep);
    color: #fff;
}

.dilfever-home-hero__image,
.dilfever-home-hero__shade {
    position: absolute;
    inset: 0;
}

.dilfever-home-hero__image {
    background-position: center;
    background-size: cover;
    transform: scale(1.01);
}

.dilfever-home-hero__shade {
    background: linear-gradient(90deg, rgba(35,7,17,.96) 0%, rgba(35,7,17,.75) 48%, rgba(35,7,17,.12) 100%), linear-gradient(0deg, rgba(35,7,17,.7), transparent 55%);
}

.dilfever-home-hero__content {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: clamp(62px, 9vw, 120px);
}

.dilfever-home-hero h1 {
    max-width: 850px;
    margin: 10px 0 18px;
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    line-height: 1.08;
}

.dilfever-home-hero p {
    max-width: 700px;
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.7;
    color: rgba(255,255,255,.88);
}

.dilfever-home-hero .dilfever-eyebrow { color: #ffd786; }

.dilfever-home-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.dilfever-home-section:nth-of-type(even) {
    background: rgba(255,255,255,.52);
}

.dilfever-channel-banner {
    padding-top: 20px;
}

.dilfever-channel-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: clamp(34px, 6vw, 70px);
    background: linear-gradient(135deg, var(--df-deep), #721536);
    color: #fff;
    border-radius: var(--df-radius-lg);
    box-shadow: var(--df-shadow-lg);
}

.dilfever-channel-banner h2 {
    max-width: 760px;
    margin: 8px 0;
    color: #fff;
    font-size: clamp(1.8rem, 3.5vw, 3.1rem);
    line-height: 1.18;
}

.dilfever-channel-banner p {
    margin-bottom: 0;
    color: rgba(255,255,255,.82);
}

.dilfever-channel-banner .dilfever-eyebrow { color: #ffd786; }
