@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .hero-content {
        max-width: 900px;
    }

    .estate-card {
        flex-basis: min(72%, 500px);
    }
}

@media (max-width: 1400px) {
    .section-padding {
        padding: 95px 0;
    }
}

@media (max-width: 1200px) {
    .lux-bottom-nav {
        width: min(88%, 980px);
    }

    .bottom-nav-link {
        padding: 11px 14px;
        font-size: 0.82rem;
    }

    .estate-card {
        flex-basis: min(82%, 430px);
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-card-grid,
    .page-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-card {
        width: calc(50% - 22px);
    }
}

@media (max-width: 992px) {
    .section-full {
        min-height: auto;
    }

    .section-padding {
        padding: 80px 0;
    }

    .hero-section {
        min-height: 90vh;
        padding-top: 100px;
    }

    .stats-editorial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats-column-focus {
        grid-column: span 2;
        max-width: 420px;
        margin-inline: auto;
    }

    .estate-slider-btn {
        display: none;
    }

    .estate-card {
        flex-basis: min(88%, 430px);
    }

    .feature-side-stack {
        grid-template-rows: auto;
        gap: 16px;
    }

    .home-cta-card {
        min-height: 136px;
        padding: 20px 20px 44px;
    }

    .home-cta-card > div {
        max-width: calc(100% - 90px);
    }

    .dummy-property-card {
        width: min(78%, 350px);
        margin-top: -38px;
    }

    .process-track::before {
        left: 18px;
        transform: none;
    }

    .process-card {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 58px;
    }

    .process-number {
        position: absolute;
        left: 14px;
        top: 18px;
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
    }

}

@media (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-title {
        font-size: clamp(2.15rem, 10vw, 3.35rem);
    }

    .hero-copy {
        font-size: 1.06rem;
    }

    .lux-bottom-nav {
        width: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        transform: none;
    }

    .lux-bottom-nav.is-compact {
        top: 0;
        bottom: auto;
        transform: none;
    }

    .bottom-nav-shell {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        padding: 10px;
    }

    .mobile-nav-toggle {
        width: 100%;
        border: 1px solid rgba(243, 210, 122, 0.42);
        background: linear-gradient(120deg, rgba(157, 119, 33, 0.4), rgba(255, 255, 255, 0.08));
        color: #ffffff;
        border-radius: 14px;
        padding: 12px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.92rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .bottom-nav-list {
        display: none;
        margin-top: 10px !important;
        padding-top: 8px;
        border-top: 1px solid rgba(243, 210, 122, 0.24);
        gap: 8px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .lux-bottom-nav.is-open .bottom-nav-list {
        display: flex;
    }

    .bottom-nav-link {
        width: 100%;
        justify-content: flex-start;
        padding: 11px 13px;
        border-radius: 12px;
        font-size: 0.9rem;
    }

    .stats-editorial-grid {
        grid-template-columns: 1fr;
    }

    .stats-column-focus {
        grid-column: auto;
        max-width: 100%;
    }

    .estate-card {
        flex-basis: min(92%, 390px);
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .page-card-grid,
    .page-stat-grid {
        grid-template-columns: 1fr;
    }

    .page-hero {
        padding-top: 120px;
        min-height: 46vh;
    }

    .page-logo-header-inner {
        min-height: 84px;
    }

    .page-logo-link img {
        width: min(220px, 66vw);
        display: inline-block;
        margin: 72px auto;
    }

    .page-logo-header + .site-main .page-hero {
        padding-top: 98px;
    }

    .page-hero-title {
        font-size: clamp(1.95rem, 9.2vw, 3rem);
    }

    .page-blog-media,
    .page-property-media {
        height: 210px;
    }

    .property-filter-card {
        padding: 16px;
    }

    .detail-hero-media img {
        height: 340px;
    }

    .detail-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .detail-youtube-wrap iframe {
        height: 260px;
    }

    .team-founder-shell {
        grid-template-columns: 1fr;
    }

    .team-founder-media img {
        min-height: 260px;
    }

    .team-member-shell .team-founder-media img {
        min-height: 240px;
    }

    .blog-share-grid {
        grid-template-columns: 1fr;
    }

    .story-video-wrap {
        height: 230px;
    }

    .home-cta-card {
        min-height: auto;
        padding: 20px;
    }

    .home-cta-card > div {
        max-width: 100%;
    }

    .cta-arrow {
        position: static;
        margin-top: 14px;
    }

    .dummy-property-card {
        width: 100%;
        margin-top: 0;
    }

    .footer-grid > [class*='col-'] {
        margin-bottom: 10px;
    }

    .site-footer {
        padding: 70px 0 24px;
    }

    .whatsapp-fab {
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        width: 54px;
        height: 54px;
        font-size: 1.7rem;
    }
}

@media (max-width: 576px) {
    .section-padding {
        padding: 70px 0;
    }

    .hero-section {
        min-height: 100vh;
        padding-top: 96px;
        padding-bottom: 80px;
    }

    .page-hero {
        padding-top: 108px;
        padding-bottom: 72px;
    }

    .detail-hero-media img {
        height: 250px;
    }

    .detail-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-youtube-wrap iframe {
        height: 220px;
    }

    .theme-page-pill {
        min-width: 36px;
        height: 36px;
        padding: 0 12px;
    }

    .page-logo-header-inner {
        min-height: 76px;
    }

    .page-logo-header + .site-main .page-hero {
        padding-top: 88px;
    }

    .hero-logo {
        width: min(230px, 65vw);
    }

    .btn-luxury,
    .btn-luxury-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .stat-card,
    .feature-editorial-card,
    .home-cta-card,
    .service-card,
    .process-card,
    .story-body {
        padding: 20px;
    }

    .estate-media,
    .story-video-wrap {
        height: 210px;
    }

    .copyright {
        text-align: center;
    }
}
