.xd-interior-hero {
    position: relative;
    min-height: 750px;
    max-height: 750px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #1c1c1c;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
}

.xd-interior-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.xd-interior-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.xd-interior-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    padding: 0 6vw 92px;
    box-sizing: border-box;
}

.xd-interior-hero__eyebrow {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.xd-interior-hero__title {
    max-width: 1080px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 5vw, 90px);
    line-height: 0.94;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.xd-interior-hero__title br {
    display: block;
}

@media (max-width: 991px) {
    .xd-interior-hero {
        min-height: 560px;
        max-height: 560px;
        border-bottom-left-radius: 36px;
        border-bottom-right-radius: 36px;
    }

    .xd-interior-hero__inner {
        padding: 0 32px 68px;
    }

    .xd-interior-hero__eyebrow {
        margin-bottom: 16px;
    }

    .xd-interior-hero__title {
        font-size: clamp(2.875rem, 6.8vw, 4.75rem);
    }
}

@media (max-width: 575px) {
    .xd-interior-hero {
        min-height: 560px;
        max-height: 560px;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .xd-interior-hero__inner {
        padding: 0 22px 88px;
    }

    .xd-interior-hero__eyebrow {
        margin-bottom: 12px;
        font-size: 1.5rem;
        text-align: center;
    }

    .xd-interior-hero__title {
        max-width: 100%;
        font-size: clamp(5.3rem, 11vw, 4.125rem);
        line-height: 1.1;
        text-align: center;
    }
}
