body.vip-theme {
    overflow-x: hidden;
}

.vip-shell,
.gallery-page__shell,
.activities-page__shell,
.apartments-page__shell,
.packages-page__shell,
.enquiry-page__shell,
.site-footer__shell {
    width: min(1120px, calc(100% - 32px));
}

.site-header__nav {
    width: calc(100% - 24px);
    margin-top: 12px;
    padding: 0.95rem 1rem;
    gap: 12px;
    border-radius: 24px;
    background: rgba(10, 10, 10, 0.92);
    border-color: rgba(255, 255, 255, 0.08);
}

.site-header.is-scrolled .site-header__nav {
    width: calc(100% - 24px);
    top: 0;
    padding: 0.95rem 1rem;
    border-radius: 24px;
}

.site-header__desktop,
.site-header__cta {
    display: none;
}

.site-header__toggle {
    display: inline-flex;
}

.site-header__brand {
    min-width: 0;
    gap: 10px;
}

.site-header__brand-mark {
    width: 44px;
    height: 44px;
}

.site-header__brand-text strong {
    font-size: 1.05rem;
}

.site-header__brand-text small {
    font-size: 7px;
}

.site-header__brand-text em {
    font-size: 5px;
}

.site-header__mobile {
    padding: 104px 20px 24px;
}

.site-header__mobile-inner {
    gap: 18px;
}

.site-header__mobile-link {
    font-size: 1rem;
}

.site-header__mobile-cta {
    margin-top: 4px;
}

.vip-home .vip-button,
.vip-hero__actions .vip-button,
.vip-section-bar .vip-button,
.gallery-cta__button,
.activities-cta__button,
.apartments-cta__button,
.packages-card__button,
.enquiry-form__submit {
    width: 100%;
}

.vip-hero {
    min-height: auto;
    padding: 128px 0 64px;
}

.vip-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}

.vip-badge,
.gallery-page__badge,
.activities-page__badge,
.apartments-page__badge,
.packages-page__badge,
.enquiry-page__badge {
    gap: 8px;
    padding: 9px 14px;
    font-size: 8px;
    letter-spacing: 0.18em;
}

.vip-scroll-indicator {
    display: none;
}

.vip-section,
.gallery-page,
.activities-page,
.apartments-page,
.packages-page,
.enquiry-page,
.site-footer {
    padding-left: 16px;
    padding-right: 16px;
}

.vip-section {
    padding-top: 72px;
    padding-bottom: 72px;
}

.gallery-page,
.activities-page,
.apartments-page,
.packages-page {
    padding-top: 108px;
    padding-bottom: 80px;
}

.enquiry-page {
    padding-top: 108px;
    padding-bottom: 64px;
}

.site-footer {
    padding-top: 80px;
    padding-bottom: 40px;
}

.vip-section-heading,
.packages-page__header,
.gallery-page__header,
.activities-page__header,
.apartments-page__header {
    margin-bottom: 48px;
}

.vip-feature-grid,
.vip-package-grid,
.vip-review-grid,
.vip-apartment-grid,
.vip-benefit-grid,
.site-footer__grid,
.gallery-grid,
.activities-grid,
.apartments-grid,
.packages-grid,
.packages-trust__grid,
.enquiry-page__grid,
.enquiry-form__row {
    grid-template-columns: 1fr;
}

.site-footer__grid,
.enquiry-page__grid {
    gap: 36px;
}

.vip-section-bar,
.vip-apartment-card__content,
.gallery-card__title-row,
.activities-card__title-row,
.apartments-card__title-row,
.packages-card__heading,
.site-footer__bottom,
.site-footer__legal {
    flex-direction: column;
    align-items: flex-start;
}

.gallery-card__price,
.activities-card__price,
.apartments-card__price,
.packages-card__price {
    text-align: left;
}

.vip-feature-card,
.vip-review-card,
.vip-package-card__body,
.gallery-card__body,
.activities-card__body,
.apartments-card__body,
.packages-card,
.enquiry-form-card {
    padding-left: 20px;
    padding-right: 20px;
}

.vip-card,
.vip-apartment-card,
.gallery-card,
.activities-card,
.apartments-card,
.packages-card,
.enquiry-form-card,
.gallery-cta,
.activities-cta,
.apartments-cta {
    border-radius: 24px;
}

.vip-package-card__media,
.gallery-card__media,
.activities-card__media,
.apartments-card__media {
    aspect-ratio: 16 / 11;
}

.vip-apartment-card {
    min-height: 300px;
}

.vip-apartment-card__content {
    left: 18px;
    right: 18px;
}

.vip-apartment-card__content {
    bottom: 18px;
}

.vip-apartment-card__badge {
    top: 18px;
    right: 18px;
}

.gallery-page__filters,
.apartments-page__filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 -16px 40px;
    padding: 0 16px 6px;
    overflow-x: auto;
    scrollbar-width: none;
}

.gallery-page__filters::-webkit-scrollbar,
.apartments-page__filters::-webkit-scrollbar {
    display: none;
}

.gallery-filter,
.apartments-filter {
    flex: 0 0 auto;
    padding: 11px 20px;
}

.gallery-card__stats,
.activities-card__stats,
.apartments-card__stats-overlay,
.gallery-card__media-stats {
    gap: 10px;
}

.packages-section {
    margin-bottom: 56px;
}

.packages-trust {
    margin-top: 72px;
    padding-top: 56px;
}

.packages-card__features li {
    font-size: 11px;
    letter-spacing: 0.08em;
}

.site-footer__bottom {
    gap: 16px;
}

.site-footer__legal {
    gap: 16px;
}

.site-footer__brand p {
    max-width: none;
}

.enquiry-page__intro {
    font-size: 16px;
}

.enquiry-form-card {
    padding-top: 24px;
    padding-bottom: 28px;
}

@media (min-width: 540px) {
    .vip-shell,
    .gallery-page__shell,
    .activities-page__shell,
    .apartments-page__shell,
    .packages-page__shell,
    .enquiry-page__shell,
    .site-footer__shell {
        width: min(1120px, calc(100% - 40px));
    }

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

@media (min-width: 700px) {
    .site-footer__grid,
    .packages-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .vip-shell,
    .gallery-page__shell,
    .activities-page__shell,
    .apartments-page__shell,
    .packages-page__shell,
    .enquiry-page__shell,
    .site-footer__shell {
        width: min(1120px, calc(100% - 48px));
    }

    .vip-section,
    .gallery-page,
    .activities-page,
    .apartments-page,
    .packages-page,
    .enquiry-page,
    .site-footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .vip-feature-grid,
    .vip-package-grid,
    .vip-review-grid,
    .vip-apartment-grid,
    .gallery-grid,
    .activities-grid,
    .apartments-grid,
    .packages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vip-section-bar {
        flex-direction: row;
        align-items: flex-end;
    }

    .vip-section-bar--apartments {
        align-items: center;
    }

    .vip-section-bar .vip-button {
        width: auto;
    }

    .enquiry-page__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .enquiry-form__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .site-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .site-footer__legal {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 960px) {
    .enquiry-page__grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px 72px;
    }

    .site-footer__grid {
        grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
        gap: 48px;
    }
}

@media (min-width: 1025px) {
    .site-header__nav {
        width: 100%;
        margin-top: 0;
        padding: 1.5rem 2rem;
        gap: 24px;
        border-radius: 0;
        background: rgba(10, 10, 10, 0);
        border-color: rgba(255, 255, 255, 0.05);
    }

    .site-header.is-scrolled .site-header__nav {
        width: min(1120px, calc(100% - 48px));
        top: 20px;
        padding: 0.75rem 1.5rem;
        border-radius: 40px;
        background: rgba(10, 10, 10, 0.9);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .site-header__desktop {
        display: flex;
    }

    .site-header__cta {
        display: inline-flex;
    }

    .site-header__toggle,
    .site-header__mobile {
        display: none;
    }

    .site-header__brand-mark {
        width: 56px;
        height: 56px;
    }

    .site-header__brand-text strong {
        font-size: 1.6rem;
    }

    .site-header__brand-text small {
        font-size: 11px;
    }

    .site-header__brand-text em {
        font-size: 7px;
    }

    .vip-hero__actions {
        flex-direction: row;
        align-items: center;
    }

    .vip-home .vip-button,
    .vip-hero__actions .vip-button,
    .vip-section-bar .vip-button,
    .gallery-cta__button,
    .activities-cta__button,
    .apartments-cta__button {
        width: auto;
    }

    .vip-feature-grid,
    .vip-package-grid,
    .vip-review-grid,
    .gallery-grid,
    .activities-grid,
    .packages-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .vip-benefit-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .vip-section-bar,
    .gallery-card__title-row,
    .activities-card__title-row,
    .apartments-card__title-row,
    .packages-card__heading {
        flex-direction: row;
        align-items: flex-start;
    }

    .gallery-card__price,
    .activities-card__price,
    .apartments-card__price,
    .packages-card__price {
        text-align: right;
    }

    .gallery-page__filters,
    .apartments-page__filters {
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 0 64px;
        padding: 0;
        overflow: visible;
    }

    .vip-scroll-indicator {
        display: flex;
    }
}
