
.rs-v10-mount {
    width: 100%;
    margin: 0 0 42px;
    clear: both;
    box-sizing: border-box;
}

.rs-v10-hero {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
    background: #111;
    background-image: var(--rs-hero-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    isolation: isolate;
    box-sizing: border-box;
}

.rs-v10-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg,
            rgba(0,0,0,.97) 0%,
            rgba(0,0,0,.91) 26%,
            rgba(0,0,0,.62) 46%,
            rgba(0,0,0,.18) 68%,
            rgba(0,0,0,.04) 100%);
}

.rs-v10-content {
    position: relative;
    z-index: 3;
    width: min(55%, 620px);
    padding: 42px 0 36px 42px;
    box-sizing: border-box;
    color: #fff;
}

.rs-v10-category {
    display: inline-block;
    padding: 7px 18px 6px;
    margin: 0 0 16px;
    background: #b00000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .2px;
    transform: skew(-10deg);
}

.rs-v10-title {
    margin: 0;
    color: #fff !important;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: clamp(42px, 4.3vw, 64px);
    line-height: .96;
    font-weight: 900;
    letter-spacing: -1.8px;
    text-shadow: 0 2px 2px rgba(0,0,0,.35);
}

.rs-v10-excerpt {
    max-width: 590px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.96) !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.38;
    font-weight: 400;
}

.rs-v10-overlay-link {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: block;
}

@media (max-width: 900px) {
    .rs-v10-hero {
        height: 430px;
    }
    .rs-v10-content {
        width: 65%;
        padding-left: 30px;
    }
    .rs-v10-title {
        font-size: clamp(38px, 6vw, 54px);
    }
}

@media (max-width: 700px) {
    .rs-v10-mount {
        margin-bottom: 28px;
    }

    .rs-v10-hero {
        height: auto;
        min-height: 520px;
        background-position: 58% center;
    }

    .rs-v10-shade {
        background:
            linear-gradient(180deg,
                rgba(0,0,0,.25) 0%,
                rgba(0,0,0,.56) 35%,
                rgba(0,0,0,.94) 72%,
                rgba(0,0,0,.98) 100%);
    }

    .rs-v10-content {
        width: 100%;
        padding: 30px 24px 34px;
        padding-top: 280px;
    }

    .rs-v10-category {
        font-size: 14px;
        padding: 7px 14px 6px;
        margin-bottom: 13px;
    }

    .rs-v10-title {
        font-size: clamp(34px, 9vw, 48px);
        line-height: .98;
        letter-spacing: -1px;
    }

    .rs-v10-excerpt {
        font-size: 16px;
        line-height: 1.35;
        margin-top: 14px;
    }
}

@media (max-width: 420px) {
    .rs-v10-hero {
        min-height: 500px;
    }
    .rs-v10-content {
        padding: 260px 18px 28px;
    }
    .rs-v10-title {
        font-size: 34px;
    }
    .rs-v10-excerpt {
        font-size: 15px;
    }
}
