
/* =============================================================
   MOBILE FINAL POLISH (320px - 768px)
   STRICT OVERRIDES (Scoped to avoid breaking Homepage)
   ============================================================= */

@media (max-width: 768px) {
    /* ------------------------------------
       1. HERO SECTION (Location & Service specific)
       ------------------------------------ */
    .lm-hero, .sp-hero {
        min-height: 85vh !important;
        max-height: 90vh !important;
        height: auto !important;
        padding-top: 100px !important; 
    }
    
    .lm-hero__bg, .sp-hero__bg, .lm-hero img, .sp-hero img {
        object-position: center 20% !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .lm-hero__heading, .sp-hero__heading, .lm-hero-title, .sp-hero-title {
        font-size: clamp(32px, 8vw, 40px) !important;
        line-height: 1.15 !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        word-break: break-word !important;
        hyphens: none !important;
    }

    .lm-hero__sub, .sp-hero__sub, .lm-hero-desc, .sp-hero-desc {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 24px !important;
    }

    /* CTA Spacing */
    .lm-hero__actions, .sp-hero__actions, .lm-hero-buttons, .sp-hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
        margin-top: 24px !important;
    }
    
    .btn, .lm-btn, .sp-btn {
        width: 100% !important;
        min-height: 52px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 12px 24px !important;
        font-size: 15px !important;
        text-align: center !important;
    }

    /* ------------------------------------
       2. ABOUT SECTION
       ------------------------------------ */
    .lm-split, .sp-split {
        display: flex !important;
        flex-direction: column !important;
        gap: 32px !important;
    }
    
    .lm-split img, .sp-split img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin-bottom: 24px !important;
        border-radius: 8px !important; 
    }

    /* ------------------------------------
       3. ALL CARDS & CHECKLISTS
       ------------------------------------ */
    .lm-grid-2, .lm-grid-3, .lm-grid-4, .sp-grid, .lm-checklist-grid, .lm-venue-grid, .lm-faq-grid, .lm-chip-grid, .ft-insta__grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .lm-card, .sp-card, .lm-feature, .sp-feature, .lm-checklist-item, .lm-venue-card, .lm-chip-card {
        width: 100% !important;
        padding: 24px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        height: 100% !important;
    }

    /* ------------------------------------
       4. EDITORIAL GUIDE
       ------------------------------------ */
    .lm-guide-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 32px 0 !important;
        display: block !important;
    }
    
    .lm-guide-content p {
        margin-bottom: 24px !important;
        max-width: 100% !important;
    }

    .lm-guide-content blockquote {
        width: 100% !important;
        max-width: 100% !important;
        margin: 32px 0 !important;
        padding: 24px !important;
        box-sizing: border-box !important;
    }

    /* ------------------------------------
       6. FAQ
       ------------------------------------ */
    .lm-faq {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .lm-faq-col {
        width: 100% !important;
    }
    
    .lm-faq-item {
        margin-bottom: 12px !important;
        width: 100% !important;
    }
    
    .lm-faq-question, .faq-btn {
        width: 100% !important;
        min-height: 52px !important; 
        padding: 16px 20px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    
    /* ------------------------------------
       7. FINAL CTA
       ------------------------------------ */
    .lm-final-cta, .sp-final-cta {
        padding: 64px 20px !important;
        text-align: center !important;
    }
    
    .lm-final-cta .btn, .sp-final-cta .btn {
        width: 100% !important;
        margin: 16px 0 0 0 !important;
    }

    /* ------------------------------------
       8. FOOTER
       ------------------------------------ */
    .site-footer__grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
    }
    
    .site-footer__col {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    
    .site-footer__middle-bar-inner, .site-footer__bottom-inner {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 24px !important;
    }
    
    .site-footer__socials, .site-footer__tagline-sep {
        justify-content: center !important;
    }

    /* ------------------------------------
       9. GENERAL SAFEGUARDS
       ------------------------------------ */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }
    
    .lm-container, .sp-container {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
    
    .lm-section, .sp-section {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
    
    .page-service h2 { font-size: clamp(28px, 6vw, 32px) !important; line-height: 1.25 !important; }
    .page-service h3 { font-size: 22px !important; line-height: 1.3 !important; }

    /* ------------------------------------
       10. MISSING SECTIONS HOTFIX
       ------------------------------------ */
    /* Bridal Collections */
    .lm-related-cards {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    /* The Complete Guide */
    .lm-section .lm-container > div[style*="#FAF8F5"] {
        padding: 24px 16px !important;
    }
    .lm-section .lm-container > div > div[style*="space-between"] {
        flex-direction: column !important;
        gap: 16px !important;
    }
    .lm-section .lm-container > div > div[style*="space-between"] > div[style*="width: 150px"] {
        display: none !important;
    }
    .lm-section .lm-container .lm-grid-4 > div {
        border-right: none !important;
        border-bottom: 1px solid rgba(197,164,109,0.3) !important;
        padding: 24px 0 !important;
    }
    .lm-section .lm-container .lm-grid-4 > div:last-child {
        border-bottom: none !important;
    }

    /* Final CTA (Ready to look your best) */
    .lm-cta-split {
        display: flex !important;
        flex-direction: column-reverse !important; 
    }
    .lm-cta-content {
        padding: 40px 20px !important;
    }
    .lm-cta-content > div[style*="display:flex"] {
        flex-direction: column !important;
        gap: 16px !important;
    }
    .lm-cta-image {
        min-height: 300px !important;
        position: relative !important;
    }
}
