/**
 * FUSION EATS - GLOBAL STANDARDS
 * Centralized CSS Variables and Standardized Styles
 */

/*
   Navbar Layout
   Shared across all pages — defines the left margin between logo and nav links.
*/
.u-nav-offset {
    margin-left: 5rem !important;
}

/*
   Rich Text Content Reset
   Tailwind resets all default HTML styles. This restores them for edited content.
*/
.rich-text-content {
    line-height: 1.8;
    color: #4b5563;
    font-family: var(--font-body);
    text-transform: none;
}

.rich-text-content p {
    margin-bottom: 1.5rem;
    text-transform: none;
}

.rich-text-content strong, .rich-text-content b {
    font-weight: 800;
    color: #111827;
    text-transform: none;
}

.rich-text-content h1,
.rich-text-content h2,
.rich-text-content h3,
.rich-text-content h4,
.rich-text-content h5 {
    font-family: var(--font-menu);
    color: #111827;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: none;
}

.rich-text-content h1 { font-size: 2.5rem; margin-top: 3rem; margin-bottom: 1.5rem; border-bottom: 2px solid #f3f4f6; padding-bottom: 0.5rem; }
.rich-text-content h2 { font-size: 1.875rem; margin-top: 2.5rem; margin-bottom: 1rem; }
.rich-text-content h3 { font-size: 1.5rem; margin-top: 2rem; margin-bottom: 0.75rem; }
.rich-text-content h4 { font-size: 1.25rem; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.rich-text-content h5 { font-size: 1.125rem; margin-top: 1.25rem; margin-bottom: 0.5rem; }

.rich-text-content ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    text-transform: none;
}

.rich-text-content ul li {
    margin-bottom: 0.75rem;
    text-transform: none;
    display: list-item;
}

/* Quill indent classes */
.rich-text-content ul li.ql-indent-1 { margin-left: 1.5rem; list-style-type: circle; }
.rich-text-content ul li.ql-indent-2 { margin-left: 3rem; list-style-type: square; }
.rich-text-content ul li.ql-indent-3 { margin-left: 4.5rem; list-style-type: disc; }
.rich-text-content ul li.ql-indent-4 { margin-left: 6rem; list-style-type: circle; }

.rich-text-content ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    text-transform: none;
}

.rich-text-content ol li.ql-indent-1 { margin-left: 1.5rem; list-style-type: lower-alpha; }
.rich-text-content ol li.ql-indent-2 { margin-left: 3rem; list-style-type: lower-roman; }
.rich-text-content ol li.ql-indent-3 { margin-left: 4.5rem; list-style-type: decimal; }
.rich-text-content ol li.ql-indent-4 { margin-left: 6rem; list-style-type: lower-alpha; }

/* CKEditor indent classes */
.rich-text-content ul li[style*="margin-left:40px"],
.rich-text-content ol li[style*="margin-left:40px"] { padding-left: 1rem; }

.rich-text-content li {
    margin-bottom: 0.5rem;
    text-transform: none;
    display: list-item;
}

.rich-text-content blockquote {
    border-left: 4px solid #ef4444;
    padding: 1.5rem 2rem;
    background-color: #fef2f2;
    font-style: italic;
    color: #1f2937;
    margin: 2rem 0;
    border-radius: 0 1rem 1rem 0;
    font-size: 1.1rem;
}

.rich-text-content a {
    color: #ef4444;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.rich-text-content a:hover {
    color: #b91c1c;
    background-color: #fee2e2;
}

.rich-text-content .ql-align-center { text-align: center !important; }
.rich-text-content .ql-align-right { text-align: right !important; }
.rich-text-content .ql-align-justify { text-align: justify !important; }

/*
   Raw CMS Content
   Used on legal pages when output should closely match backoffice editor input.
*/
.cms-raw-content,
.cms-raw-content * {
    text-transform: none !important;
}

.cms-raw-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.cms-raw-content ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
}

.cms-raw-content li.ql-indent-1 { padding-left: 1.5rem; }
.cms-raw-content li.ql-indent-2 { padding-left: 3rem; }
.cms-raw-content li.ql-indent-3 { padding-left: 4.5rem; }
.cms-raw-content li.ql-indent-4 { padding-left: 6rem; }

.cms-raw-content .ql-align-center { text-align: center !important; }
.cms-raw-content .ql-align-right { text-align: right !important; }
.cms-raw-content .ql-align-justify { text-align: justify !important; }
.cms-raw-content :not(li).ql-indent-1,
.cms-raw-content :not(li).ql-indent-2,
.cms-raw-content :not(li).ql-indent-3,
.cms-raw-content :not(li).ql-indent-4 {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
:root {
    


    --brand-red: #B91C1C;
    --brand-red-hover: #7F1D1D;
    --brand-gold: #CA8A04; 

    --dark-gray: #1a1614; 
    --medium-gray: #5c524f; 
    --light-gray: #fdfaf9; 
    --border-gray: #eee7e4; 

    --text-primary: #2d2421; 
    --text-secondary: #6B5C57; 
    --bg-soft: #fcf8f6;
    --border-light: #f3edea;

    


    --font-primary: 'Poppins', sans-serif;
    --font-body: 'Karla', sans-serif;
    --font-menu: 'Playfair Display', serif;
    --font-elegant: 'Playfair Display SC', serif;
    --font-system: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;

    /* Navbar */
    --nav-accent: #ef4444;
    --nav-accent-hover: #dc2626;
    --nav-accent-shadow: rgba(239, 68, 68, 0.3);
    --nav-accent-shadow-hover: rgba(239, 68, 68, 0.4);
    --nav-accent-border: rgba(239, 68, 68, 0.2);
    --nav-accent-bg-light: #fee2e2;
    --nav-accent-bg-lighter: #fef2f2;

    --nav-text: #4b5563;
    --nav-text-dark: #374151;
    --nav-text-secondary: #6b7280;
    --nav-text-muted: #9ca3af;
    --nav-text-heading: #111827;

    --nav-bg: rgba(255, 255, 255, 0.75);
    --nav-bg-scrolled: rgba(255, 255, 255, 0.85);
    --nav-dropdown-bg: rgba(255, 255, 255, 0.98);
    --nav-mobile-bg: rgba(255, 255, 255, 0.95);

    --nav-shadow: rgba(31, 38, 135, 0.07);
    --nav-border-subtle: rgba(0, 0, 0, 0.05);
    --nav-search-bg: rgba(0, 0, 0, 0.04);
    --nav-avatar-hover: rgba(0, 0, 0, 0.03);
    --nav-overlay: rgba(0, 0, 0, 0.4);

    --nav-divider: #f3f4f6;
    --nav-item-hover-bg: #f9fafb;
    --nav-avatar-bg: #2563eb;
}


body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.12;
    pointer-events: none;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}


h1, h2, h3, .menu-title {
    font-family: var(--font-elegant); 
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.1;
    color: var(--dark-gray);
}


.heading-kicker {
    font-family: var(--font-primary);
    display: inline-block;
    background-color: #fee2e2;
    color: var(--brand-red);
    padding: 0.6rem 1.5rem;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.1);
}


p, .text-secondary {
    color: #4b5563; 
}

.text-muted {
    color: #6b7280; 
}


.text-white-force, .text-white-force p, .text-white-force h1, .text-white-force h2, .text-white-force h3 {
    color: #ffffff !important;
}

.\!text-white { color: #ffffff !important; }

.price-stamp {
    font-family: var(--font-primary);
    font-weight: 900;
    font-style: italic;
    color: var(--brand-red);
}






.br-sm { border-radius: var(--radius-sm) !important; }
.br-md { border-radius: var(--radius-md) !important; }
.br-lg { border-radius: var(--radius-lg) !important; }
.br-xl { border-radius: var(--radius-xl) !important; }
.br-2xl { border-radius: var(--radius-2xl) !important; }
.br-3xl { border-radius: var(--radius-3xl) !important; }
.br-4xl { border-radius: var(--radius-4xl) !important; }
.br-full { border-radius: var(--radius-full) !important; }


.text-brand { color: var(--brand-red) !important; }
.bg-brand { background-color: var(--brand-red) !important; }
.border-brand { border-color: var(--brand-red) !important; }


.text-brand-red { color: var(--brand-red) !important; }
.bg-brand-red { background-color: var(--brand-red) !important; }
.border-brand-red { border-color: var(--brand-red) !important; }


.hover\:text-brand-red:hover { color: var(--brand-red) !important; }
.hover\:bg-brand-red:hover { background-color: var(--brand-red) !important; }
.hover\:border-brand-red:hover { border-color: var(--brand-red) !important; }


.shadow-sm { box-shadow: var(--shadow-sm) !important; }
.shadow-md { box-shadow: var(--shadow-md) !important; }
.shadow-lg { box-shadow: var(--shadow-lg) !important; }
.shadow-xl { box-shadow: var(--shadow-xl) !important; }
.shadow-2xl { box-shadow: var(--shadow-2xl) !important; }


.transition-fast { transition: all 200ms cubic-bezier(0.22, 1, 0.36, 1) !important; }
.transition-base { transition: all 400ms cubic-bezier(0.22, 1, 0.36, 1) !important; }
.transition-slow { transition: all 700ms cubic-bezier(0.22, 1, 0.36, 1) !important; }

/* 
   Standardized Header Utilities (v5.1)
   Ensures consistent "Big Title" aesthetic across all pages
*/
.franklin-font {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}

/* Responsive Font Sizes */
.text-6xl { font-size: 3.75rem !important; line-height: 1 !important; }
@media (min-width: 768px) {
    .md\:text-8xl { font-size: 6rem !important; line-height: 1 !important; }
}

/* Spacing & Weight */
.pb-24 { padding-bottom: 6rem !important; }
.font-black { font-weight: 900 !important; }
.tracking-tighter { letter-spacing: -0.05em !important; }
.drop-shadow-2xl { filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important; }

/* 
   EDITORIAL THEME ENGINE (v5.2)
   Cinematic Typography & Silk Aesthetics
*/
.hero-editorial-brand {
    font-size: clamp(5rem, 12vw, 10rem);
    letter-spacing: -0.04em;
    line-height: 0.8;
    font-weight: 900;
}

.hero-editorial-title {
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    letter-spacing: 0em;
    line-height: 1.4;
    margin-top: 1rem;
}

.silk-title {
    font-family: var(--font-elegant);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    color: #111827;
    letter-spacing: -0.04em;
}

.silk-text {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    color: #64748b;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

/* Animations */
@keyframes fe-aria-pulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(3); opacity: 0; }
}

.animate-fe-pulse {
    animation: fe-aria-pulse 2s infinite;
}

/* Mobile Editorial Overrides (Global) */
@media (max-width: 768px) {
    .hero-editorial-brand {
        font-size: clamp(3.5rem, 18vw, 6rem) !important;
        letter-spacing: -0.05em !important;
    }

    .hero-editorial-title {
        font-size: 1rem !important;
        letter-spacing: 0.3em !important;
        line-height: 1.8 !important;
    }

    .silk-title {
        font-size: 3rem !important;
    }
}







.avatar-standard {
    width: 11rem;  
    height: 11rem;
    border-radius: var(--radius-full);
    border: 4px solid white;
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.avatar-standard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-standard i {
    font-size: 4.5rem;
    color: white;
}


.username-display {
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-primary);
}

@media (min-width: 768px) {
    .username-display {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .username-display {
        font-size: 3.75rem;  
    }
}


.location-display {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 1.125rem;
}

.location-display i {
    color: var(--brand-red);
}





.card-standard {
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--spacing-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
}

.card-standard:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-4px);
}





.btn-primary {
    background-color: var(--brand-red);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: var(--radius-full); 
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: var(--transition-base);
    font-family: var(--font-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
}

.btn-primary:hover {
    background-color: var(--brand-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(239, 68, 68, 0.4);
}

.btn-editorial {
    background-color: #000000;
    color: #ffffff;
    padding: 1.5rem 3rem;
    border-radius: 1rem;
    font-family: var(--font-primary);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.75rem;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.btn-editorial:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    background-color: var(--brand-red);
}

.btn-editorial:active {
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: white;
    color: var(--brand-red);
    border: 2px solid var(--brand-red);
    padding: 1rem 2rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-base);
    font-family: var(--font-primary);
}

.btn-secondary:hover {
    background-color: var(--brand-red);
    color: white;
}





.input-standard {
    width: 100%;
    padding: 1rem 1.5rem;
    padding-left: 3.5rem; 
    border: 2px solid var(--border-gray);
    border-radius: var(--radius-lg);
    font-family: var(--font-primary);
    font-size: 1rem;
    transition: var(--transition-base);
}

.input-standard:focus {
    outline: none;
    border-color: var(--brand-red);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.input-standard::placeholder {
    color: var(--text-secondary);
}





.grid-categories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .grid-categories {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .grid-categories {
        grid-template-columns: repeat(4, 1fr);
    }
}





.sidebar-standard {
    position: sticky;
    top: 2rem;
    padding: var(--spacing-lg);
    background: white;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}





.section-spacer {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.section-spacer-large {
    margin-top: 6rem;
    margin-bottom: 6rem;
}





.container-custom {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container-custom {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container-custom {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}





.loading-spinner {
    border: 3px solid var(--border-gray);
    border-top: 3px solid var(--brand-red);
    border-radius: var(--radius-full);
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}





.zoomable {
    cursor: zoom-in;
    transition: transform var(--transition-base), opacity var(--transition-base);
}

.zoomable:hover {
    opacity: 0.9;
}

#zoom-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    cursor: zoom-out;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

#zoom-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

#zoom-img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: var(--radius-xl);
    box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#zoom-overlay.active #zoom-img {
    transform: scale(1);
}

.zoom-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.zoom-close:hover {
    opacity: 1;
}


.border-heritage {
    border: 8px solid #ffffff !important;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1) !important;
}


.shadow-red {
    box-shadow: 0 10px 30px -5px rgba(239, 68, 68, 0.3) !important;
}

.shadow-red-hover:hover {
    box-shadow: 0 25px 50px -10px rgba(239, 68, 68, 0.5) !important;
    transform: translateY(-2px);
}

.shadow-warm {
    box-shadow: 0 20px 50px -15px rgba(45, 36, 33, 0.15) !important;
}





.breadcrumb-sticky {
    position: sticky;
    top: -1px; 
    z-index: 50;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid #f3f4f6; 
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); 
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top;
}

/* When stuck: Slim it down, fade it out, and tuck it slightly off-screen */
.breadcrumb-sticky.is-stuck {
    opacity: 0.1;
    transform: translateY(-40px);
    pointer-events: auto; /* Ensure it can still be hovered */
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border-bottom-color: transparent;
    box-shadow: none;
}


.breadcrumb-sticky.is-stuck:hover {
    opacity: 1;
    transform: translateY(0);
    background-color: white;
    border-bottom-color: #f3f4f6;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* ============================================
   GLOBAL BODY FONT
   Eliminates repeated inline font-family <style> blocks across all pages
   (about.html, contact.html, category.html, booking-failed.html,
    booking-success.html, booking-processing.html, loginform.html,
    package-details.html)
   ============================================ */

html {
    scroll-behavior: smooth;
}

/* 
   Reveal on Scroll Animation
   Add 'reveal-on-scroll' class to elements to make them fade and slide up as they enter viewport
*/
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}





.skeleton {
    position: relative;
    overflow: hidden;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
}

.skeleton::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 20%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0)
    );
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

/* 
   Pro Max Floating Label System
   A unified, high-end input system with floating labels and validation states
*/
.floating-label-group {
    position: relative;
    width: 100%;
}

.floating-label-group label {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875rem;
    font-weight: 600;
    color: #9ca3af;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    background-color: transparent;
    padding: 0 0.5rem;
    border-radius: 4px;
}

.floating-label-group input:focus ~ label,
.floating-label-group input:not(:placeholder-shown) ~ label,
.floating-label-group textarea:focus ~ label,
.floating-label-group textarea:not(:placeholder-shown) ~ label,
.floating-label-group select:focus ~ label,
.floating-label-group select:not([value=""]):not(:placeholder-shown) ~ label {
    top: 0;
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-red);
    background-color: white;
}

.input-pro-max {
    width: 100%;
    padding: 1.25rem;
    background-color: #f9fafb;
    border: 2px solid transparent;
    border-radius: 1rem;
    font-family: var(--font-primary);
    font-weight: 500;
    color: var(--text-primary);
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    outline: none !important;
}

.input-pro-max:focus {
    background-color: white;
    border-color: var(--brand-red);
    box-shadow: 0 10px 25px -5px rgba(239, 68, 68, 0.1), 0 0 0 4px rgba(239, 68, 68, 0.05);
}


.floating-label-group.is-valid .input-pro-max {
    border-color: #10b981;
    background-color: #ecfdf5;
}

.floating-label-group.is-valid label {
    color: #10b981;
}

.floating-label-group.is-invalid .input-pro-max {
    border-color: #ef4444;
    background-color: #fef2f2;
}

.floating-label-group.is-invalid label {
    color: #ef4444;
}

.validation-msg {
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-left: 1rem;
    display: none;
}

.is-invalid .validation-msg {
    display: block;
    color: #ef4444;
}

body {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 
   Premium Scrollbar Styling
   A thin, rounded, and brand-red themed scrollbar for a modern look
*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #fdfaf9;
}

::-webkit-scrollbar-thumb {
    background: #eee7e4;
    border-radius: 20px;
    border: 2px solid #fdfaf9;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #ef4444;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #eee7e4 #fdfaf9;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(239, 68, 68, 0.2);
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(239, 68, 68, 0.5);
}

/* Premium Scrollbar for Modals & Refined Containers */
.premium-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.premium-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.premium-scrollbar::-webkit-scrollbar-thumb {
    background: #eee7e4;
    border-radius: 20px;
    border: 1.5px solid transparent;
    background-clip: content-box;
}

.premium-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #ef4444;
}

/* 
   Skeleton Loading Animation
   Brand-consistent pulsing loading states for pre-hydration shells
*/
.fe-skeleton {
    background: linear-gradient(110deg, #f3f4f6 8%, #f9fafb 18%, #f3f4f6 33%);
    border-radius: 12px;
    background-size: 200% 100%;
    animation: 1.5s fe-pulse linear infinite;
}

.fe-skeleton-circle {
    border-radius: 50%;
}

@keyframes fe-pulse {
    to {
        background-position-x: -200%;
    }
}

/* Specific mounting shells for Navbar/Footer to prevent FOUC */
#fe-navbar-mount:empty {
    height: 80px;
    background: white;
    border-bottom: 1px solid #f3f4f6;
}

#fe-footer-mount:empty {
    height: 300px;
    background: #111827; /* Matches standard footer background gray-900 */
}

/* Custom Animations */
@keyframes bounce-subtle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.animate-bounce-subtle {
    animation: bounce-subtle 3s ease-in-out infinite;
}

/* 
   HIGH-DENSITY PACKAGE CARD COMPONENTS
   Standardized UI for package listings and grids
*/
.package-card-wrapper {
    width: 100%;
}

.grid-premium-spacing {
    display: grid !important;
    gap: 5rem 4rem !important; /* Vertical 5rem, Horizontal 4rem */
}

@media (max-width: 1024px) {
    .grid-premium-spacing {
        gap: 3.5rem 2.5rem !important;
    }
}
@media (max-width: 768px) {
    .grid-premium-spacing {
        gap: 2.5rem 0 !important;
    }
}

.package-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.package-card .relative {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* Enforced 16:9 Landscape */
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
    background-color: #f3f4f6;
}

.package-card:hover img {
    transform: scale(1.08); /* More refined scale */
}

.love-button-overlay {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 30;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.love-button-overlay:hover {
    transform: scale(1.1) translateY(-2px);
    background: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.love-button-overlay.active {
    color: #ef4444;
}

/* Marketing Badges & Tags */
.tag-base {
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tag-grid-sm {
    padding: 0.35rem 0.85rem;
    font-size: 8px;
    letter-spacing: 0.1em;
}

.tag-luxury-red {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(239, 68, 68, 0.4);
}

.tag-signature-yellow {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(245, 158, 11, 0.4);
}

.tag-premium-black {
    background: linear-gradient(135deg, #1e293b 0%, #000000 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.4);
}

.tag-info-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(37, 99, 235, 0.4);
}

.tag-fresh-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(5, 150, 105, 0.4);
}

.tag-base:hover {
    transform: scale(1.05) translateY(-1px);
    box-shadow: 0 12px 25px -4px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Line Clamp Utilities */
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Animations & Skeletons */
@keyframes skeleton-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.animate-pulse {
    background: linear-gradient(90deg, #f3f4f6 25%, #f9fafb 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 2s infinite linear;
}

/* Scrollbar Hide Utility */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Feature flag utility */
.feature-hidden { display: none !important; }

/* Upper Footer Kicker Typography & Style Enhancements */
#fe-footer-mount > footer > div.px-6.mb-24.max-w-screen-xl.mx-auto > div > div:nth-child(1) > h2 > p {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    text-transform: uppercase;
    display: block;
}

#fe-footer-mount > footer > div.px-6.mb-24.max-w-screen-xl.mx-auto > div > div:nth-child(1) > h2 {
    color: #0f172a !important; /* Premium Editorial Deep Slate Charcoal */
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

#fe-footer-mount > footer > div.px-6.mb-24.max-w-screen-xl.mx-auto > div > div:nth-child(1) > h2:hover {
    transform: translateX(6px);
}

#fe-footer-mount > footer > div.px-6.mb-24.max-w-screen-xl.mx-auto > div > div:nth-child(1) > h2 span.text-red-500 {
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #B91C1C 20%, #F59E0B 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

#fe-footer-mount > footer > div.px-6.mb-24.max-w-screen-xl.mx-auto > div > div:nth-child(1) > h2:hover span.text-red-500 {
    filter: drop-shadow(0 4px 15px rgba(245, 158, 11, 0.35)) drop-shadow(0 2px 4px rgba(185, 28, 28, 0.2));
    transform: scale(1.03);
}

