@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@300;400;600&display=swap');

.luxury-banner-wrapper-05b550c3 {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.luxury-banner-overlay-05b550c3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}

.luxury-banner-container-05b550c3 {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.luxury-subheading-05b550c3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #cca353;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.subheading-line-05b550c3 {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #cca353;
}

.luxury-heading-05b550c3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 25px 0;
    text-align: center;
}

.luxury-heading-05b550c3 span {
    display: block;
}

.luxury-heading-05b550c3 .head-ital-05b550c3 {
    font-style: italic;
    font-weight: 400;
    color: #ebd5a5;
    margin-top: 5px;
}

.luxury-desc-05b550c3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 2vw, 17px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    max-width: 650px;
    line-height: 1.6;
    margin: 0 auto 40px auto;
}

.luxury-buttons-wrapper-05b550c3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.luxury-btn-05b550c3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.btn-solid-05b550c3 {
    background-color: #cca353;
    color: #0d0d0d;
    border: 1px solid #cca353;
}

.btn-solid-05b550c3:hover {
    background-color: #ebd5a5;
    border-color: #ebd5a5;
    transform: translateY(-2px);
}

.btn-ghost-05b550c3 {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-ghost-05b550c3:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
    transform: translateY(-2px);
}

@media(max-width: 600px) {
    .luxury-buttons-wrapper-05b550c3 {
        flex-direction: column;
        width: 100%;
    }
    .luxury-btn-05b550c3 {
        width: 100%;
        text-align: center;
    }
}
