/* Homige mobile refinement — shared public pages */
@media (max-width: 760px) {
    html, body { max-width: 100%; overflow-x: hidden; }
    body { font-size: 1rem; line-height: 1.55; }
    .container { width: 100%; padding-left: 18px; padding-right: 18px; }

    .site-header__inner { min-height: 68px; height: 68px; }
    .site-logo,
    .site-logo img { height: 50px !important; max-height: 50px; margin-left: 0; }
    .nav-toggle { width: 44px; height: 44px; flex: 0 0 44px; }
    .main-nav { top: 68px; max-height: calc(100vh - 68px); overflow-y: auto; padding: 0.45rem 18px 0.8rem; }
    .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 0.65rem 0; }

    h1 { font-size: clamp(2rem, 9vw, 2.65rem); }
    h2 { font-size: clamp(1.55rem, 7vw, 2rem); }
    h3 { font-size: 1.1rem; }

    .hero,
    .hero--homepage {
        min-height: auto;
        padding: 3.5rem 0;
        background-position: 60% center;
    }
    .hero--homepage h1,
    .hero h1 { font-size: clamp(2.1rem, 10vw, 2.8rem); line-height: 1.08; }
    .hero__sub { font-size: 1.05rem; line-height: 1.6; margin-bottom: 1.5rem; }
    .hero__actions { width: 100%; max-width: none; gap: 0.75rem; }
    .hero__actions .btn { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; }

    .section { padding: 2.75rem 0; }
    .trust-strip { padding: 2.5rem 0; }
    .trust-card { padding: 0.65rem 0.5rem; }
    .page-banner { padding: 2rem 0; }
    .page-banner h1 { margin-bottom: 0.35rem; }

    .room-cards,
    .portfolio-grid { gap: 1rem; margin-top: 1.25rem; }
    .room-card__body { padding: 1rem; }
    .room-card .btn { min-height: 46px; text-align: center; }

    .listing-detail { padding-top: 1rem; }
    .breadcrumb { margin-bottom: 1rem; }
    .listing-heading h1 { font-size: clamp(2rem, 9vw, 2.7rem); }
    .listing-gallery__main img { height: 62vw; min-height: 220px; max-height: 340px; }
    .listing-gallery__thumbs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
    .listing-gallery__thumb { flex: 0 0 76px; width: 76px; height: 58px; }
    .listing-facts { gap: 0.75rem; }
    .listing-enquiry-card { padding: 1.1rem; }
    .listing-map-frame iframe { height: 280px; }

    .filter-form,
    .form-actions { align-items: stretch; flex-direction: column; }
    .filter-form select,
    .filter-form input,
    input,
    select,
    textarea { max-width: 100%; font-size: 16px; }
    .filter-form select,
    .filter-form input,
    .enquiry-form input,
    .enquiry-form textarea,
    .viewing-field input,
    .viewing-field select,
    .viewing-field textarea { min-height: 48px; }
    .btn { min-height: 44px; }

    .room-detail__table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .mobile-enquire-sticky { padding: 0.65rem 18px calc(0.65rem + env(safe-area-inset-bottom)); }
    .site-footer { margin-top: 2.5rem; }
    .site-footer__links { row-gap: 0.75rem; }
    .site-footer__links a { min-height: 36px; display: inline-flex; align-items: center; }

    .viewing-application { margin-top: 1rem; margin-bottom: 2rem; }
    .viewing-form-card { border-radius: 14px; }
    .viewing-form-card > h2 { padding: 20px 16px 0; font-size: 1.55rem; line-height: 1.2; }
    .viewing-form-card > h2 + p { padding: 0 16px; }
    .viewing-form { padding: 20px 16px; }
    .viewing-section { margin-bottom: 20px; padding-bottom: 20px; }
    .viewing-section h2 { font-size: 1.35rem; }
    .viewing-grid { gap: 14px; }
    .viewing-slot-grid { grid-template-columns: 1fr; }
    .viewing-booking-card__head,
    .viewing-booking-form { padding: 16px; }
}

@media (max-width: 420px) {
    .container { padding-left: 14px; padding-right: 14px; }
    .hero,
    .hero--homepage { padding: 3rem 0; }
    .hero--homepage h1,
    .hero h1 { font-size: clamp(1.95rem, 10vw, 2.45rem); }
    .listing-facts { grid-template-columns: 1fr; }
    .listing-gallery__main img { min-height: 210px; }
    .viewing-form { padding-left: 14px; padding-right: 14px; }
}
