@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .contact-panel {
        display: none;
    }
}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {


}

@media (max-width: 991px) {
    .hero-swiper,
    .hero-slide,
    .hero-slide__container {
        min-height: 640px;
        height: 86vh;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-title {
        font-size: clamp(32px, 8vw, 56px);
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 1.65;
    }

    .location-layout {
        grid-template-columns: 1fr;
    }

    .location-map {
        height: 520px;
    }

    .cookie-banner__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-banner__actions {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .gallery-card {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }


    .container {
        width: min(100% - 28px, 1280px);
    }

    .hero-swiper,
    .hero-slide,
    .hero-slide__container {
        min-height: 560px;
        height: 70vh;
    }

    .hero-slide__container {
        align-items: flex-end;
        padding-bottom: 120px;
    }

    .hero-title {
        margin-bottom: 14px;
        font-size: clamp(28px, 9vw, 42px);
        line-height: 1.08;
    }

    .hero-subtitle {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-btn {
        min-width: 160px;
        min-height: 50px;
        padding: 0 22px;
    }

    .hero-controls {
        bottom: 18px;
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-toggle {
        display: block;
    }

    .header-nav {
        position: fixed;
        inset: 0;
        background: #111;
        transform: translateX(100%);
        transition: transform 0.35s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-nav.active {
        transform: translateX(0);
    }

    .nav-list {
        flex-direction: column;
        gap: 26px;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-block: 80px;
        background-color: #000;
        position: absolute;
        top: 0;
    }

    .nav-list a {
        color: #fff;
        font-size: 20px;
    }

    .section-space {
        padding: 90px 0;
    }

    .gallery-heading {
        margin-bottom: 34px;
    }

    .section-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .gallery-filter-wrap {
        margin-bottom: 28px;
        gap: 10px;
    }

    .gallery-filter-btn {
        min-height: 42px;
        padding: 0 16px;
        font-size: 12px;
    }

    .gallery-card {
        width: 100%;
        padding: 8px;
    }

    .gallery-grid {
        margin: 0 -8px;
    }

    .gallery-card__link {
        border-radius: 18px;
    }

    .gallery-card__overlay {
        opacity: 1;
        padding: 18px;
    }

    .floorplan-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .floorplan-info {
        max-width: 100%;
    }

    .location-head {
        margin-bottom: 32px;
    }

    .location-map {
        height: 420px;
        border-radius: 20px;
    }

    .location-card {
        padding: 24px;
        border-radius: 20px;
    }

    .location-btn {
        width: 100%;
    }

    .site-footer {
        padding: 60px 0 82px;
    }

    .footer-top {
        flex-direction: column;
        gap: 24px;
    }

    .footer-links {
        gap: 16px;
    }

    .location-contact {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 18px;
    }

    .location-info-grid {
        grid-template-columns: 1fr;
    }

    .footer-logo img {
        height: 60px;
    }

    .cookie-banner {
        bottom: 14px;
    }

    .cookie-banner__inner {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .cookie-banner__actions {
        flex-direction: column;
        width: 100%;
    }

    .cookie-btn {
        width: 100%;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.contact-panel-item i {
        line-height: 1;
    }

    a.wp-btn {
        background-color: #232323;
        color: #fff;
    }

    .header-inner {
        height: unset;
        padding: 15px 0;
    }

    .header-logo img {
        height: 50px;
    }
}
