/* Mobile Optimization */
@media (max-width: 768px) {
    :root {
        --bottom-nav-height: 70px;
        --floating-button-height: 60px;
    }
    
    .architecture-background {
        opacity: 0.3;
    }
    
    .hero {
        min-height: calc(100vh - var(--bottom-nav-height));
        padding: 30px 15px;
    }
    
    h1 {
        font-size: clamp(36px, 10vw, 56px);
        margin-bottom: 15px;
    }
    
    .subtitle {
        font-size: clamp(16px, 4vw, 22px);
        margin-bottom: 25px;
    }
    
    .owner-glass {
        grid-template-columns: 1fr;
        padding: 35px 20px;
        text-align: center;
        gap: 30px;
    }
    
    .owner-image {
        max-width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    
    .owner-badge {
        bottom: -5px;
        right: 50%;
        transform: translateX(50%);
        font-size: 13px;
        padding: 8px 16px;
    }
    
    .owner-highlights {
        justify-content: center;
        gap: 20px;
    }
    
    .highlight-item {
        font-size: 14px;
    }
    
    .services-grid,
    .coverage-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card {
        padding: 30px 20px;
    }
    
    .service-icon {
        width: 70px;
        height: 70px;
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .area-card {
        padding: 30px 25px;
    }
    
    .contact {
        padding: 70px 15px;
        margin-bottom: calc(var(--bottom-nav-height) + var(--floating-button-height) + 20px);
    }
    
    .contact-glass-premium {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }
    
    .contact-left {
        padding: 40px 25px;
        border-right: none;
        border-bottom: 1px solid var(--glass-border);
    }
    
    .contact-highlight h3 {
        font-size: 28px;
    }
    
    .contact-highlight p {
        font-size: 16px;
    }
    
    .benefit-icon {
        font-size: 28px;
        width: 50px;
        height: 50px;
    }
    
    .benefit-item h4 {
        font-size: 16px;
    }
    
    .benefit-item p {
        font-size: 13px;
    }
    
    .contact-right {
        padding: 40px 25px;
    }
    
    .contact-card-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .contact-method {
        padding: 15px;
        gap: 15px;
    }
    
    .contact-method-icon {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    
    .contact-main-btn {
        padding: 16px 30px;
        font-size: 14px;
        width: 100%;
        max-width: 280px;
    }
    
    .trust-indicators {
        gap: 15px;
        margin-top: 30px;
    }
    
    .trust-item {
        font-size: 12px;
        flex: 0 0 calc(50% - 8px);
    }
    
    .floating-book-button {
        bottom: calc(var(--bottom-nav-height) + 8px);
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        max-width: 200px;
    }
    
    .floating-book-button .book-now-btn {
        padding: 14px 35px;
        font-size: 14px;
        letter-spacing: 0.8px;
        width: auto;
        white-space: nowrap;
    }
    
    .footer-sections {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
        gap: 25px;
        padding: 0 10px;
    }
    
    .footer-section h4 {
        font-size: 14px;
    }
    
    .footer-section li {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-copyright {
        font-size: 12px;
        text-align: center;
        padding: 0 10px;
    }
    
    footer {
        padding: 40px 15px calc(var(--bottom-nav-height) + var(--floating-button-height) + 25px);
    }
    
    .bottom-nav {
        height: var(--bottom-nav-height);
        padding: 0 8px;
    }
    
    .nav-icon {
        font-size: 20px;
        width: 24px;
        height: 24px;
        margin-bottom: 3px;
    }
    
    .nav-label {
        font-size: 9px;
        letter-spacing: 0.3px;
    }
    
    .nav-item {
        padding: 8px 5px;
        min-width: 44px;
        min-height: 44px;
    }
    
    /* Disable parallax on mobile for performance */
    .orb {
        animation: none;
        transform: none !important;
    }
    
    .owner-section,
    .services,
    .coverage {
        padding: 60px 15px;
    }
    
    .section-title {
        font-size: clamp(28px, 7vw, 38px);
        margin-bottom: 15px;
    }
    
    .section-subtitle {
        font-size: clamp(15px, 3.5vw, 18px);
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .location-tags {
        gap: 8px;
    }
    
    .location-tag {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    h1 {
        margin-bottom: 15px;
    }
    
    .subtitle {
        margin-bottom: 30px;
    }
    
    .owner-section,
    .services,
    .coverage {
        padding: 70px 15px;
    }
    
    .contact {
        padding: 70px 15px;
        margin-bottom: calc(var(--bottom-nav-height) + var(--floating-button-height) + 10px);
    }
    
    footer {
        padding: 40px 15px calc(var(--bottom-nav-height) + 15px);
    }
    
    .footer-sections {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Touch-friendly interactions */
@media (hover: none) and (pointer: coarse) {
    /* Increase all touch targets for better mobile UX */
    .nav-item {
        min-width: 48px;
        min-height: 48px;
    }
    
    .service-card:active,
    .area-card:active {
        transform: scale(0.97);
        transition: transform 0.1s ease;
    }
    
    .nav-item:active {
        transform: scale(0.92);
        transition: transform 0.1s ease;
    }
    
    .floating-book-button .book-now-btn:active {
        transform: scale(0.96);
        transition: transform 0.1s ease;
    }
    
    .location-tag:active {
        transform: translateY(-1px);
        transition: transform 0.1s ease;
    }
    
    .social-link:active {
        transform: translateY(-1px);
        transition: transform 0.1s ease;
    }
    
    /* Disable hover effects on touch devices */
    .service-card:hover {
        transform: none;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }
    
    .area-card:hover {
        transform: none;
    }
    
    .nav-item:hover {
        transform: none;
    }
    
    /* Improve scroll performance */
    * {
        -webkit-overflow-scrolling: touch;
    }
    
    /* Prevent double-tap zoom */
    button, 
    .book-now-btn,
    .nav-item,
    .social-link {
        touch-action: manipulation;
    }
}

/* High resolution screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .glass-white,
    .service-card,
    .area-card,
    .contact-glass,
    .bottom-nav,
    footer {
        backdrop-filter: blur(30px) saturate(180%);
        -webkit-backdrop-filter: blur(30px) saturate(180%);
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .orb {
        animation: none !important;
    }
    
    .floating-book-button .book-now-btn {
        animation: none !important;
    }
}