/* beDura_hero_banner — compiled UI block (no build step) */

.beDura_hero_banner {
    padding: 4rem 0;
    background: var(--bedura-page-bg, #fffbf3);
}

.beDura_hero_banner__eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #96745e;
    margin: 0 0 0.75rem;
}

.beDura_hero_banner__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.15;
    color: #4a4a4a;
    margin: 0 0 1rem;
}

.beDura_hero_banner__subtitle {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(74, 74, 74, 0.85);
    margin: 0 0 1.5rem;
}

.beDura_hero_banner__actions {
    margin-top: 0.25rem;
}

.beDura_hero_banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: #96745e;
    border-radius: 999px;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.beDura_hero_banner__btn:hover {
    background: #7d614f;
    color: #fff;
    transform: translateY(-1px);
}

.beDura_hero_banner__figure {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.beDura_hero_banner__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .beDura_hero_banner {
        padding: 2.5rem 0;
    }

    .beDura_hero_banner__media {
        margin-top: 0.5rem;
    }
}
