@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Dancing+Script:wght@600&display=swap');

html, body { scroll-behavior: smooth; margin: 0; padding: 0; min-height: 100%; display: flex; flex-direction: column; }
body { font-family: 'Montserrat', sans-serif; background-color: #FDF8F3; overflow-x: hidden; color: #3D2B1F; flex: 1; }
main { flex-grow: 1; } 

/* Typography */
.serif { font-family: 'Playfair Display', serif; }
.cursive { font-family: 'Dancing Script', cursive; }
.bg-texture { background-image: url('https://www.transparenttextures.com/patterns/p6.png'); background-repeat: repeat; }

/* Reveal Animation */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Global Badge Style */
.badge { 
    display: inline-block; 
    padding: 4px 12px; 
    border-radius: 4px; 
    font-size: 10px; 
    font-weight: 800; 
    color: #FFFFFF !important; 
    margin-bottom: 12px; 
    letter-spacing: 0.1em; 
}

/* Header Fix */
header { background: rgba(253, 248, 243, 0.98); border-bottom: 1px solid #E8DED1; z-index: 1000; height: 100px; display: flex; align-items: center; position: fixed; top: 0; left: 0; right: 0; }
.nav-link { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; color: #3D2B1F; transition: color 0.3s; cursor: pointer; text-decoration: none; }
.nav-link:hover { color: #C5A059; }

/* ----------------------------------------------------------------
   MOBILE SPECIFIC UI (Safe from PC)
------------------------------------------------------------------- */
@media (max-width: 1023px) {
    header { height: 80px; }
    main { padding-top: 80px; }
    .swiper { margin-top: 0 !important; height: calc(100vh - 80px) !important; }
    
    /* Side Drawer Classes */
    #mobile-drawer.open { transform: translateX(0); }
    #mobile-overlay.active { opacity: 1; visibility: visible; }
    
    .mobile-nav-link { 
        border-bottom: 1px solid rgba(197, 160, 89, 0.1); 
        padding-bottom: 8px;
        transition: color 0.3s;
    }
    .mobile-nav-link:active { color: #C5A059; }

    /* Savor Section Fixes */
    .ic-text-title { font-size: 14px !important; margin-bottom: 4px !important; }
    .ic-text-desc { font-size: 12px !important; line-height: 1.4 !important; }
    .ic-item { gap: 12px !important; margin-bottom: 25px !important; }
    .ic-icon-box { width: 35px !important; height: 35px !important; }
    
    /* Catalog Interaction */
    #book-stage { width: 100% !important; padding: 10px; }
    .luxury-toolbar { bottom: 20px !important; padding: 8px 15px !important; gap: 8px !important; width: 95% !important; }
    .page-counter { min-width: 70px !important; font-size: 8px !important; }
    .tool-btn { width: 32px !important; height: 32px !important; }
    .dl-pill { padding: 6px 12px !important; font-size: 8px !important; }
}

/* ----------------------------------------------------------------
   PREMIUM COMPACT FOOTER
------------------------------------------------------------------- */
footer { 
    background-color: #F4EEE8; 
    border-top: 1px solid #E4DCD3; 
    padding: 60px 0 30px 0; 
    width: 100%; 
    margin-top: auto; 
    color: #4A3728;
}

.ft-title { 
    font-weight: 800; 
    font-size: 11px; 
    margin-bottom: 25px; 
    color: #2D1B14 !important; 
    letter-spacing: 0.15em; 
    text-transform: uppercase; 
}

.ft-link { 
    font-size: 11px; 
    color: #4A3728 !important; 
    display: block; 
    margin-bottom: 10px; 
    font-weight: 600; 
    text-decoration: none; 
    transition: all 0.3s ease; 
}
.ft-link:hover { color: #C5A059 !important; transform: translateX(5px); }

.ft-contact-item { display: flex !important; align-items: flex-start !important; gap: 12px !important; margin-bottom: 15px !important; }
.ft-icon-img { 
    width: 16px !important; 
    height: 16px !important; 
    object-fit: contain !important; 
    flex-shrink: 0; 
    opacity: 0.8;
}
.ft-contact-val { font-size: 11px; font-weight: 600; color: #4A3728 !important; line-height: 1.5; }

.ft-card { 
    background: #FAF5F0; 
    padding: 30px 20px; 
    border-radius: 20px; 
    border: 1px solid #E4DCD3; 
    text-align: center; 
    box-shadow: 0 5px 20px rgba(74, 55, 40, 0.03); 
}
.ft-main-logo { 
    max-height: 35px !important; 
    width: auto !important; 
    margin: 0 auto 20px auto !important; 
    display: block; 
    object-fit: contain;
}

.ft-social-row { display: flex; justify-content: center; gap: 15px; }
.ft-social-img { 
    width: 18px !important; 
    height: 18px !important; 
    object-fit: contain !important; 
    transition: transform 0.3s; 
    opacity: 0.8;
}
.ft-social-img:hover { transform: translateY(-2px); opacity: 1; }

.ft-bottom { 
    margin-top: 40px; 
    padding-top: 20px; 
}
.ft-parent-text {
    font-size: 9px;
    font-weight: 800;
    color: #A39387 !important;
}
.ft-copy-text { 
    font-size: 9px; 
    font-weight: 700; 
    color: #A39387 !important; 
    letter-spacing: 0.15em; 
}

.whatsapp-float { 
    position: fixed; 
    bottom: 25px; 
    right: 25px; 
    width: 45px !important; 
    height: 45px !important; 
    background-color: #25d366; 
    border-radius: 50%; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    z-index: 9999; 
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3); 
    transition: 0.3s;
}
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 22px !important; height: 22px !important; fill: white !important; }

[dir="rtl"] { text-align: right; }
[dir="rtl"] .ft-link:hover { transform: translateX(-5px); }
