.estate-premium-section {
    background-color: #f5efe4;
    padding: 68px 0 44px 0;
}

.estate-premium-kicker.cbb-kicker {
    display: flex;
    justify-content: center;
}

.estate-premium-kicker.cbb-kicker::after {
    content: "";
    width: 44px;
    height: 1px;
    background: color-mix(in srgb, var(--cbb-accent) 74%, transparent);
}

.estate-premium-title {
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
}

.estate-premium-body {
    max-width: 920px;
}

.estate-premium-heading {
    text-align: center;
}

.estate-premium-heading .premium-label {
    font-family: 'Times New Roman', serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #b88b4a;
    display: inline-block;
    margin-bottom: 15px;
}

.estate-premium-heading .premium-title {
    font-size: 48px;
    font-weight: 300;
    font-family: 'Times New Roman', serif;
    margin: 0 0 25px 0;
    color: #2c2c2c;
}

.estate-premium-heading .premium-divider {
    width: 80px;
    height: 2px;
    background-color: #b88b4a;
    margin: 0 auto 30px auto;
}

.estate-premium-heading .premium-description {
    font-size: 18px;
    line-height: 1.7;
    color: #5a5a5a;
    font-weight: 300;
    max-width: 920px;
    margin: 0 auto;
}

.estate-premium-image {
    margin-top: 34px;
    min-height: 440px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 16px 42px rgba(32, 25, 16, 0.18);
}

.estate-premium-stats {
    margin-top: 34px;
    gap: 16px;
}

.estate-premium-stats .estate-premium-stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 212px;
    overflow: visible;
    padding: 24px 16px 20px 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
    transition: transform 0.28s ease;
}

.estate-premium-stats .estate-premium-stat:hover {
    transform: translateY(-5px);
}

.estate-premium-stats .estate-premium-stat-number {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    line-height: 1;
    text-shadow: none;
    filter: none;
    font-weight: 700;
}

.estate-premium-stats .estate-premium-stat-label {
    position: relative;
    z-index: 1;
    max-width: 145px;
    margin: 0 auto;
    font-weight: 600;
    color: #4a3a21;
    letter-spacing: 0.04em;
}

.team-premium-section {
    background-color: #0b0b0b;
    padding: 72px 0 44px 0;
}

.team-premium-title {
    max-width: 740px;
}

.team-premium-body {
    line-height: 1.82;
    margin-bottom: 14px;
    max-width: 760px;
}

.team-premium-body-strong {
    color: #efe6d6;
    font-weight: 600;
}

.team-premium-image {
    min-height: 510px;
    margin-top: 10px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
}

.team-premium-amenities-wrap {
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid rgba(184, 139, 74, 0.3);
}

.team-premium-amenities-title {
    margin: 0 0 26px 0;
    color: #d4b27b;
    font-size: clamp(1.6rem, 2.2vw, 2.25rem);
    font-weight: 400;
    letter-spacing: 0.01em;
}

.team-premium-list-block {
    margin-bottom: 18px;
    padding-right: 24px;
}

.team-premium-list-label {
    margin: 0 0 14px 0;
    font-size: 1rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 600;
}

.team-premium-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-premium-list li {
    position: relative;
    padding: 0 0 0 18px;
    margin-bottom: 11px;
    line-height: 1.7;
    font-size: 0.99rem;
}

.team-premium-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 11px;
    border-radius: 50%;
    background: #b88b4a;
}

@media (max-width: 992px) {
    .estate-premium-section {
        padding: 56px 0 34px 0;
    }

    .estate-premium-heading .premium-title {
        font-size: 36px;
    }

    .estate-premium-heading .premium-description {
        font-size: 16px;
    }

    .estate-premium-image {
        min-height: 360px;
    }

    .estate-premium-stats {
        gap: 12px;
    }

    .estate-premium-stats .estate-premium-stat {
        min-height: 198px;
        padding: 22px 14px 18px 14px;
    }

    .team-premium-section {
        padding: 62px 0 36px 0;
    }

    .team-premium-image {
        min-height: 440px;
        margin-top: 28px;
    }

    .team-premium-list-block {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .estate-premium-section {
        padding: 52px 0 30px 0;
    }

    .estate-premium-image {
        margin-top: 26px;
        min-height: 290px;
    }

    .estate-premium-stats {
        gap: 10px;
    }

    .estate-premium-stats .estate-premium-stat {
        min-height: 186px;
        padding: 18px 10px 14px 10px;
    }

    .team-premium-section {
        padding: 54px 0 30px 0;
    }

    .team-premium-body {
        font-size: 0.98rem;
        line-height: 1.74;
    }

    .team-premium-image {
        min-height: 340px;
    }

    .team-premium-amenities-wrap {
        margin-top: 34px;
        padding-top: 30px;
    }
}