/**
 * Juju Elementor Blocks - Frontend Styles
 */

/* ==========================================
   Common Header Styles - 2 Row Layout
   ========================================== */
.juju-header,
.juju-header-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.4s ease;
    gap: 15px;
    position: relative;
}

.juju-header {
    padding: 15px 30px;
    background: #FFFFFF;
    gap: 12px;
}

/* Standard header sister pill - slightly smaller */
.juju-header .juju-sister-pill {
    padding: 8px 14px 8px 16px;
    gap: 10px;
}

.juju-header .juju-sister-pill-name {
    font-size: 15px;
}

.juju-header .juju-sister-pill-cta {
    font-size: 8px;
}

.juju-header .juju-sister-pill-arrow {
    width: 24px;
    height: 24px;
}

.juju-header .juju-sister-pill-arrow svg {
    width: 10px;
    height: 10px;
}

.juju-header-home {
    padding: 18px 40px;
    background: transparent;
    gap: 12px;
}

.elementor-sticky--effects .juju-header-home {
    background: #FFFFFF;
    padding: 12px 40px;
    gap: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* Row 1: Brand/Logos - Full width with relative positioning */
.juju-brand,
.juju-brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-shrink: 0;
    order: 1;
    width: 100%;
    position: relative;
}

.juju-brand-item,
.juju-brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.juju-brand-item {
    opacity: 0.35;
}

.juju-brand-item:hover {
    opacity: 0.7;
}

.juju-brand-item.active {
    opacity: 1;
}

.juju-brand-item img,
.juju-brand-logo img {
    height: 50px;
    width: auto;
    display: block;
    transition: all 0.4s ease;
}

.juju-header-home .juju-brand-item img,
.juju-header-home .juju-brand-logo img {
    height: 55px;
}

.juju-brand-divider {
    width: 1px;
    height: 36px;
    background: #E8DDD3;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.juju-header-home .juju-brand-divider {
    height: 40px;
}

.elementor-sticky--effects .juju-brand-item img,
.elementor-sticky--effects .juju-brand-logo img {
    height: 38px;
}

.elementor-sticky--effects .juju-header-home .juju-brand-item img,
.elementor-sticky--effects .juju-header-home .juju-brand-logo img {
    height: 42px;
}

.elementor-sticky--effects .juju-brand-divider {
    height: 28px;
}

/* ==========================================
   Sister Brand Pill - Positioned Left within Brand Row
   ========================================== */
.juju-brand-row > .juju-sister-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px 10px 20px;
    background: linear-gradient(135deg, #2d2d2d, #3a3a3a);
    border-radius: 50px;
    text-decoration: none;
    flex-shrink: 0;
    position: absolute !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 10;
}

.juju-brand-row > .juju-sister-pill::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #C9A889, #B8977A);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: 50px;
}

.juju-brand-row > .juju-sister-pill:hover::before {
    opacity: 1;
}

.juju-brand-row > .juju-sister-pill:hover {
    transform: translateY(calc(-50% - 1px));
    box-shadow: 0 6px 24px rgba(201, 168, 137, 0.3);
}

.juju-sister-pill-body {
    display: flex;
    flex-direction: column;
    gap: 1px;
    position: relative;
    z-index: 1;
}

.juju-sister-pill-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.1;
    white-space: nowrap;
    transition: color 0.35s ease;
}

.juju-sister-pill-cta {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 8.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C9A889;
    transition: color 0.35s ease;
}

.juju-sister-pill:hover .juju-sister-pill-cta {
    color: rgba(255, 255, 255, 0.85);
}

.juju-sister-pill-cta svg {
    width: 9px;
    height: 9px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.juju-sister-pill:hover .juju-sister-pill-cta svg {
    transform: translateX(2px);
}

.juju-sister-pill-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.35s ease;
    position: relative;
    z-index: 1;
}

.juju-sister-pill-arrow svg {
    width: 11px;
    height: 11px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.35s ease;
}

.juju-sister-pill:hover .juju-sister-pill-arrow {
    background: rgba(255, 255, 255, 0.25);
}

.juju-sister-pill:hover .juju-sister-pill-arrow svg {
    color: #FFFFFF;
    transform: translate(1px, -1px);
}

/* Row 2: Navigation - Centered */
.juju-nav {
    display: flex;
    align-items: center;
    order: 2;
}

/* Header Actions - Positioned Right within Brand Row */
.juju-brand-row > .juju-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* ==========================================
   Navigation
   ========================================== */
.juju-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.juju-nav-menu {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.juju-nav-menu > li {
    position: relative;
}

.juju-nav-menu > li > a {
    display: block;
    padding: 10px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2d2d2d;
    transition: all 0.3s ease;
    position: relative;
}

.juju-nav-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: #C9A889;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.juju-nav-menu > li > a:hover {
    color: #C9A889;
}

.juju-nav-menu > li > a:hover::after {
    transform: scaleX(1);
}

/* Submenu */
.juju-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #FFFFFF;
    border: 1px solid #E8DDD3;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    list-style: none;
    margin: 0;
    z-index: 1000;
}

.juju-nav-menu > li:hover .juju-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.juju-submenu li a {
    display: block;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #2d2d2d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.juju-submenu li a:hover {
    background: #FAF8F5;
    color: #C9A889;
    padding-left: 25px;
}

/* ==========================================
   Header Actions
   ========================================== */
.juju-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.juju-header-actions .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Cart/Devis Button */
.btn-cart,
.juju-header .btn-cart,
.juju-header-home .btn-cart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2d2d2d;
    background: #FFFFFF;
    border: 1.5px solid #E8DDD3;
    padding: 10px 18px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-cart:hover {
    background: #FAF8F5;
    border-color: #C9A889;
    color: #2d2d2d;
}

.btn-cart svg {
    width: 16px;
    height: 16px;
}

.juju-quote-count,
.btn-cart .juju-quote-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    background: #C9A889;
    border-radius: 50px;
}

.juju-quote-count.empty {
    display: none;
}

/* Account Button */
.btn-account,
.juju-header .btn-account,
.juju-header-home .btn-account {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(135deg, #2d2d2d, #3d3d3d);
    padding: 10px 18px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-account:hover {
    background: linear-gradient(135deg, #C9A889, #B8977A);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 168, 137, 0.4);
    color: #FFFFFF;
}

.btn-account svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ==========================================
   Mobile Menu Toggle
   ========================================== */
.juju-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border: 1.5px solid #E8DDD3;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hide mobile menu actions on desktop */
.juju-mobile-menu-actions {
    display: none;
}

.juju-menu-toggle:hover {
    background: #FAF8F5;
    border-color: #C9A889;
}

.juju-menu-toggle svg {
    width: 20px;
    height: 20px;
    color: #2d2d2d;
}

.juju-menu-toggle .icon-close {
    display: none;
}

.juju-menu-toggle.active .icon-open {
    display: none;
}

.juju-menu-toggle.active .icon-close {
    display: block;
}

/* ==========================================
   Mobile Sister Banner (Hidden by default, shown in mobile menu)
   ========================================== */
.mobile-sister-banner {
    display: none;
}

/* ==========================================
   Tablet Styles
   ========================================== */
@media (max-width: 1024px) {
    .juju-header {
        padding: 12px 20px;
    }

    .juju-header-home {
        padding: 15px 25px;
    }

    /* Sister Pill - Tablet adjustments */
    .juju-header-home .juju-sister-pill {
        padding: 7px 14px 7px 16px;
        gap: 8px;
    }

    .juju-header-home .juju-sister-pill-name {
        font-size: 14px;
    }

    .juju-header-home .juju-sister-pill-arrow {
        width: 22px;
        height: 22px;
    }

    .juju-header-home .juju-sister-pill-arrow svg {
        width: 9px;
        height: 9px;
    }

    /* Standard header tablet adjustments */
    .juju-header .juju-sister-pill {
        padding: 6px 12px 6px 14px;
        gap: 7px;
    }

    .juju-header .juju-sister-pill-name {
        font-size: 13px;
    }

    .juju-header .juju-sister-pill-arrow {
        width: 20px;
        height: 20px;
    }

    .juju-header .juju-sister-pill-arrow svg {
        width: 9px;
        height: 9px;
    }
    
    .elementor-sticky--effects .juju-header-home {
        padding: 10px 25px;
    }
    
    .juju-brand-item img {
        height: 45px;
    }
    
    .juju-header-home .juju-brand-item img {
        height: 50px;
    }
    
    .elementor-sticky--effects .juju-brand-item img {
        height: 36px;
    }
    
    .elementor-sticky--effects .juju-header-home .juju-brand-item img {
        height: 38px;
    }
    
    .juju-brand {
        gap: 1rem;
    }
    
    .juju-nav-menu > li > a {
        padding: 8px 12px;
        font-size: 11px;
    }
    
}

/* ==========================================
   Mobile Styles
   ========================================== */
@media (max-width: 768px) {
    /* Back to single row on mobile with burger */
    .juju-header,
    .juju-header-home {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        position: relative;
        gap: 10px;
    }
    
    /* Brand - keep normal */
    .juju-brand,
    .juju-brand-row {
        order: 0;
        flex-shrink: 0;
        gap: 0;
    }

    /* Mobile: Show only active logo / main logo, hide sister pill */
    .juju-brand-item:not(.active),
    .juju-brand-divider,
    .juju-brand-row > .juju-sister-pill {
        display: none !important;
    }

    .juju-brand-item.active,
    .juju-brand-logo {
        display: flex !important;
    }

    .juju-brand-item.active img,
    .juju-brand-logo img {
        height: 40px;
    }

    .elementor-sticky--effects .juju-brand-item.active img,
    .elementor-sticky--effects .juju-brand-logo img {
        height: 36px;
    }
    
    /* Header actions back to normal position on mobile */
    .juju-brand-row > .juju-header-actions {
        order: 0;
        position: static !important;
        transform: none !important;
        height: auto;
    }
    
    /* Hide desktop nav */
    .juju-nav {
        display: none;
        order: 0;
    }
    
    /* Show menu toggle */
    .juju-menu-toggle {
        display: flex;
    }
    
    /* Mobile Nav - shown when active */
    .juju-nav.active {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFFFFF;
        border-top: 1px solid #E8DDD3;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        padding: 20px;
        flex-direction: column;
        gap: 0;
        z-index: 999;
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .juju-nav-menu {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
    
    .juju-nav-menu > li {
        width: 100%;
        border-bottom: 1px solid #F5F0EB;
    }
    
    .juju-nav-menu > li:last-child {
        border-bottom: none;
    }
    
    .juju-nav-menu > li > a {
        padding: 15px 0;
        font-size: 13px;
        color: #2d2d2d;
    }
    
    .juju-nav-menu > li > a::after {
        display: none;
    }
    
    /* Mobile Submenu */
    .juju-submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 0 10px 15px;
        background: transparent;
        display: none;
    }
    
    .juju-nav-menu > li:hover .juju-submenu,
    .juju-nav-menu > li.submenu-open .juju-submenu {
        display: block;
    }
    
    .juju-submenu li a {
        padding: 10px 0;
        font-size: 12px;
        color: #8B8178;
    }
    
    .juju-submenu li a:hover {
        background: transparent;
        padding-left: 10px;
    }
    
    /* Mobile Menu Actions - shown inside mobile menu */
    .juju-mobile-menu-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #E8DDD3;
    }
    
    .juju-mobile-menu-actions .btn-cart,
    .juju-mobile-menu-actions .btn-account,
    .juju-mobile-menu-actions .header-actions .btn-cart,
    .juju-mobile-menu-actions .header-actions .btn-account {
        display: flex !important;
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        border-radius: 8px;
    }
    
    .juju-mobile-menu-actions .juju-lang-selector {
        justify-content: center;
        padding: 10px 0;
    }

    /* Mobile Sister Banner - shown inside mobile menu */
    .juju-mobile-menu-actions .mobile-sister-banner {
        display: flex !important;
        align-items: center;
        gap: 14px;
        width: 100%;
        padding: 16px 20px;
        background: linear-gradient(135deg, #2d2d2d, #3a3a3a);
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .juju-mobile-menu-actions .mobile-sister-banner:hover {
        background: linear-gradient(135deg, #C9A889, #B8977A);
    }

    .mobile-sister-banner .msb-body {
        display: flex;
        flex-direction: column;
        gap: 2px;
        flex: 1;
        min-width: 0;
    }

    .mobile-sister-banner .msb-name {
        font-family: 'Cormorant Garamond', serif;
        font-size: 17px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.1;
    }

    .mobile-sister-banner .msb-cta {
        font-family: 'Montserrat', sans-serif;
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #C9A889;
        transition: color 0.3s ease;
    }

    .mobile-sister-banner:hover .msb-cta {
        color: rgba(255, 255, 255, 0.8);
    }

    .mobile-sister-banner .msb-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        flex-shrink: 0;
        transition: background 0.3s ease;
    }

    .mobile-sister-banner:hover .msb-arrow {
        background: rgba(255, 255, 255, 0.2);
    }

    .mobile-sister-banner .msb-arrow svg {
        width: 14px;
        height: 14px;
        color: #C9A889;
        transition: color 0.3s ease;
    }

    .mobile-sister-banner:hover .msb-arrow svg {
        color: #FFFFFF;
    }

    /* Desktop Header Actions - hide everything except burger on mobile */
    .juju-header-actions {
        gap: 10px;
        flex-shrink: 0;
    }
    
    .juju-header-actions > .btn-cart,
    .juju-header-actions > .btn-account,
    .juju-header-actions > .juju-lang-selector,
    .juju-header-actions > .header-actions {
        display: none !important;
    }
}

/* Small screens (480px) */
@media (max-width: 480px) {
    .juju-header,
    .juju-header-home {
        padding: 10px 12px;
        gap: 8px;
    }

    .juju-brand-item.active img,
    .juju-brand-logo img {
        height: 36px;
    }

    .elementor-sticky--effects .juju-brand-item.active img,
    .elementor-sticky--effects .juju-brand-logo img {
        height: 34px;
    }
    
    .juju-menu-toggle {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }
    
    .juju-menu-toggle svg {
        width: 18px;
        height: 18px;
    }
    
    .juju-header-actions {
        gap: 6px;
    }
    
    /* Language selector - compact on small screens */
    .juju-lang-selector .juju-lang-code {
        display: none;
    }
    
    .juju-lang-current {
        padding: 6px 8px;
        min-width: auto;
    }
    
    .juju-lang-flag {
        width: 18px;
        height: 14px;
    }
    
    .juju-lang-arrow {
        width: 12px;
        height: 12px;
    }
}

/* Very small screens (400px) - iPhone SE etc */
@media (max-width: 400px) {
    .juju-header,
    .juju-header-home {
        padding: 8px 10px;
    }

    .juju-brand-item.active img,
    .juju-brand-logo img {
        height: 35px;
        min-height: 35px;
    }

    .elementor-sticky--effects .juju-brand-item.active img,
    .elementor-sticky--effects .juju-brand-logo img {
        height: 35px;
        min-height: 35px;
    }
    
    .juju-menu-toggle {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }
    
    .juju-menu-toggle svg {
        width: 16px;
        height: 16px;
    }
    
    .juju-header-actions {
        gap: 4px;
    }
    
    /* Hide language selector on very small screens */
    .juju-lang-selector:not(.juju-lang-mobile) {
        display: none;
    }
}

/* ==========================================
   STICKY HEADER FLICKERING FIX
   ========================================== */

/* Prevent flickering/blinking on mobile sticky headers */
.elementor-sticky,
.elementor-sticky--active {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

/* Ensure consistent width on sticky */
.elementor-sticky--active.e-con,
.elementor-sticky--active .juju-header,
.elementor-sticky--active .juju-header-home {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
}

/* Smooth transition for sticky effects */
.elementor-sticky .juju-header,
.elementor-sticky .juju-header-home,
.elementor-sticky--effects .juju-header,
.elementor-sticky--effects .juju-header-home {
    transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    will-change: padding, background, box-shadow;
}

/* Hide the spacer element properly */
.elementor-sticky__spacer {
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Mobile-specific sticky fixes */
@media (max-width: 768px) {
    .elementor-sticky--active.e-con {
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Prevent layout shift */
    .elementor-sticky__spacer .juju-header,
    .elementor-sticky__spacer .juju-header-home {
        display: none !important;
    }
}

/* ==========================================
   HERO BANNER STYLES
   ========================================== */

/* Hero Section */
.juju-hero {
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #FAF8F5;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

/* Desktop: Extra padding for 2-row header */
@media (min-width: 769px) {
    .juju-hero {
        padding-top: 140px !important;
        padding-bottom: 100px;
    }
}

/* Multi-layer parallax background */
.juju-hero-parallax {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.juju-hero-layer {
    position: absolute;
    inset: -20%;
    background-size: cover;
    background-position: center;
    will-change: transform;
}

.juju-hero-layer-1 {
    opacity: 0.2;
    animation: jujuKenBurns 30s ease-in-out infinite alternate;
}

.juju-hero-layer-1.no-animation {
    animation: none;
}

@keyframes jujuKenBurns {
    0% { transform: scale(1) translate(0, 0); }
    100% { transform: scale(1.1) translate(-2%, -1%); }
}

.juju-hero-layer-2 {
    background: radial-gradient(ellipse at 30% 20%, rgba(201, 168, 137, 0.15) 0%, transparent 50%);
}

.juju-hero-layer-3 {
    background: radial-gradient(ellipse at 70% 80%, rgba(232, 221, 211, 0.2) 0%, transparent 50%);
}

/* Floating decorative elements */
.juju-hero-float {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: jujuFloat 20s ease-in-out infinite;
}

.juju-hero-float-1 {
    width: 400px;
    height: 400px;
    top: 5%;
    right: -5%;
    border: 1px solid #E8DDD3;
    animation-delay: 0s;
}

.juju-hero-float-2 {
    width: 250px;
    height: 250px;
    bottom: 10%;
    left: -3%;
    background: linear-gradient(135deg, rgba(201, 168, 137, 0.1), transparent);
    animation-delay: -5s;
}

.juju-hero-float-3 {
    width: 150px;
    height: 150px;
    top: 20%;
    left: 10%;
    border: 1px solid rgba(201, 168, 137, 0.3);
    animation-delay: -10s;
}

.juju-hero-float-4 {
    width: 80px;
    height: 80px;
    bottom: 30%;
    right: 15%;
    background: #E8DDD3;
    opacity: 0.3;
    animation-delay: -15s;
}

@keyframes jujuFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-20px) rotate(5deg); }
    50% { transform: translateY(0) rotate(0deg); }
    75% { transform: translateY(20px) rotate(-5deg); }
}

/* Hero Content */
.juju-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 0 2rem;
}

/* Logo in Hero */
.juju-hero-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.juju-hero-logo-main {
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
}

.juju-hero-logo-juju {
    font-family: 'Pinyon Script', cursive;
    font-size: 3rem;
    color: #1a1a1a;
    line-height: 1;
}

.juju-hero-logo-wedding {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    text-transform: uppercase;
    line-height: 1;
}

.juju-hero-logo-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-top: 0.15rem;
}

.juju-hero-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: #B8977A;
    margin-bottom: 1.5rem;
}

/* Title with rotating words */
.juju-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.juju-hero-title-line {
    display: block;
}

.juju-hero-title-line.italic {
    font-style: italic;
    margin-bottom: 0.5rem;
}

.juju-rotating-words {
    display: inline-block;
    position: relative;
    color: #B8977A;
    min-width: 280px;
    height: 1.3em;
    vertical-align: bottom;
}

.juju-rotating-word {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 0;
    animation: jujuRotateWord 12s infinite;
    white-space: nowrap;
}

@keyframes jujuRotateWord {
    0%, 5% { opacity: 0; transform: translateX(-50%) translateY(15px); }
    10%, 20% { opacity: 1; transform: translateX(-50%) translateY(0); }
    25%, 100% { opacity: 0; transform: translateX(-50%) translateY(-15px); }
}

.juju-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.8;
    color: #4a4a4a;
    max-width: 520px;
    margin: 1.5rem auto 2rem;
}

/* Hero Buttons */
.juju-hero-buttons {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.juju-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(135deg, #2d2d2d, #3d3d3d);
    padding: 1.1rem 2.2rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.juju-hero-cta:hover {
    background: linear-gradient(135deg, #C9A889, #B8977A);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(201, 168, 137, 0.4);
    color: #FFFFFF;
}

.juju-hero-cta svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.juju-hero-cta:hover svg {
    transform: translateX(5px);
}

.juju-hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2d2d2d;
    background: transparent;
    padding: 1.1rem 2.2rem;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #C9A889;
    transition: all 0.4s ease;
}

.juju-hero-cta-secondary:hover {
    background: #E8DDD3;
    border-color: #E8DDD3;
    color: #2d2d2d;
}

/* Scroll indicator */
.juju-hero-scroll {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    z-index: 10;
    width: 100%;
}

.juju-hero-scroll-mouse {
    width: 26px;
    height: 40px;
    border: 2px solid #8B8178;
    border-radius: 15px;
    position: relative;
}

.juju-hero-scroll-wheel {
    width: 4px;
    height: 8px;
    background: #C9A889;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: jujuScrollWheel 2s ease-in-out infinite;
}

@keyframes jujuScrollWheel {
    0%, 100% { opacity: 1; top: 8px; }
    50% { opacity: 0.3; top: 20px; }
}

.juju-hero-scroll span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8B8178;
}

/* Shape divider */
.juju-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.juju-shape-divider svg {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
}

.juju-shape-divider .shape-fill {
    fill: #FFFFFF;
}

/* Hero Mobile Responsive */
@media (max-width: 768px) {
    .juju-hero {
        padding-top: 80px;
        padding-bottom: 120px;
        min-height: 100vh;
    }
    
    .juju-hero-content {
        padding: 0 1.5rem;
    }
    
    .juju-hero-logo-juju {
        font-size: 2.2rem;
    }
    
    .juju-hero-logo-wedding {
        font-size: 1.4rem;
    }
    
    .juju-hero-logo-subtitle {
        font-size: 0.55rem;
    }
    
    .juju-hero-tagline {
        font-size: 0.65rem;
        letter-spacing: 0.3em;
    }
    
    .juju-hero-subtitle {
        font-size: 0.85rem;
        margin: 1.2rem auto 1.5rem;
    }
    
    .juju-hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
    
    .juju-hero-cta,
    .juju-hero-cta-secondary {
        padding: 0.9rem 1.8rem;
        font-size: 0.7rem;
        width: 100%;
        max-width: 260px;
        justify-content: center;
    }
    
    .juju-hero-float-1,
    .juju-hero-float-2 {
        display: none;
    }
    
    .juju-rotating-words {
        min-width: 180px;
    }
    
    .juju-hero-scroll {
        bottom: 60px;
    }
    
    .juju-shape-divider svg {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .juju-hero {
        padding-bottom: 140px;
    }
    
    .juju-hero-scroll {
        bottom: 70px;
    }
}

/* ==========================================
   STATS SECTION STYLES
   ========================================== */

.juju-stats {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 5rem 4rem;
    background: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
}

.juju-stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.juju-stat-item {
    text-align: center;
    padding: 2rem;
    position: relative;
}

/* Divider between items */
.juju-stat-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #E8DDD3, transparent);
}

.juju-stat-item:last-child::after {
    display: none;
}

.juju-stats.no-dividers .juju-stat-item::after {
    display: none;
}

.juju-stat-icon {
    font-size: 2.5rem;
    color: #C9A889;
    margin-bottom: 1rem;
    line-height: 1;
}

.juju-stat-icon svg {
    width: 2.5rem;
    height: 2.5rem;
}

.juju-stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 300;
    color: #B8977A;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.juju-stat-number .juju-counter-suffix,
.juju-stat-number .juju-counter-prefix {
    font-size: 2rem;
}

.juju-stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4a4a4a;
}

/* Stats Tablet Responsive */
@media (max-width: 1024px) {
    .juju-stats {
        padding: 4rem 3rem;
    }
    
    .juju-stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .juju-stat-item:nth-child(2n)::after {
        display: none;
    }
    
    .juju-stat-number {
        font-size: 3.5rem;
    }
}

/* Stats Mobile Responsive */
@media (max-width: 600px) {
    .juju-stats {
        padding: 3rem 1rem;
    }
    
    .juju-stats-container {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .juju-stat-item {
        padding: 1rem 0.5rem;
    }
    
    .juju-stat-item::after {
        display: none;
    }
    
    .juju-stat-item:nth-child(odd)::after {
        display: block;
        height: 50%;
    }
    
    .juju-stat-number {
        font-size: 2rem;
    }
    
    .juju-stat-number .juju-counter-suffix,
    .juju-stat-number .juju-counter-prefix {
        font-size: 1.2rem;
    }
    
    .juju-stat-label {
        font-size: 0.65rem;
        letter-spacing: 0.1em;
    }
}

/* Stats Extra Small - Stack Vertically */
@media (max-width: 400px) {
    .juju-stats-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .juju-stat-item::after {
        display: none !important;
    }
    
    .juju-stat-item {
        border-bottom: 1px solid #E8DDD3;
        padding-bottom: 1.5rem;
    }
    
    .juju-stat-item:last-child {
        border-bottom: none;
    }
}

/* ==========================================
   SHARED SECTION STYLES (eyebrow + title)
   ========================================== */

.juju-section-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #C9A889;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.juju-section-eyebrow::before,
.juju-section-eyebrow::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #C9A889;
}

.juju-section-eyebrow.no-line::before,
.juju-section-eyebrow.no-line::after {
    display: none;
}

.juju-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-align: center;
}

.juju-section-title em {
    font-style: italic;
    color: #B8977A;
}

@media (max-width: 768px) {
    .juju-section-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }

    .juju-section-eyebrow::before,
    .juju-section-eyebrow::after {
        width: 30px;
    }
}

@media (max-width: 480px) {
    .juju-section-eyebrow::before,
    .juju-section-eyebrow::after {
        display: none;
    }
}

/* ==========================================
   ABOUT SECTION STYLES — v2
   ========================================== */

.juju-about {
  background: #FFFFFF;
  padding: 7rem 5rem;
  overflow: hidden;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}

/* Faint watermark */
.juju-about-watermark {
  position: absolute;
  right: -1rem;
  bottom: -4rem;
  font-family: 'Pinyon Script', cursive;
  font-size: 28rem;
  line-height: 1;
  color: rgba(201,168,137,.035);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Two-column grid */
.juju-about-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ─── LEFT COLUMN: Photo Composition ─── */
.juju-col-photo {
  position: relative;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  min-height: 560px;
  display: flex;
  align-items: center;
}

/* Spinning rings */
.juju-ring-outer,
.juju-ring-mid {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  pointer-events: none;
  border-style: solid;
}

.juju-ring-outer {
  width: 500px;
  height: 500px;
  border-width: 1px;
  border-color: rgba(201,168,137,.15);
  transform: translate(-50%,-50%);
  animation: juju-about-ring-spin 50s linear infinite;
}

.juju-ring-outer::before,
.juju-ring-outer::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #C9A889;
  top: -4px;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
}
.juju-ring-outer::after {
  top: auto;
  bottom: -3px;
  left: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  background: #E8DDD3;
}

.juju-ring-mid {
  width: 360px;
  height: 360px;
  border-width: 1px;
  border-style: dashed;
  border-color: rgba(201,168,137,.10);
  transform: translate(-50%,-50%);
  animation: juju-about-ring-spin 30s linear infinite reverse;
}

@keyframes juju-about-ring-spin {
  from { transform: translate(-50%,-50%) rotate(0deg); }
  to   { transform: translate(-50%,-50%) rotate(360deg); }
}

/* Dot grid */
.juju-dot-grid {
  position: absolute;
  top: .2rem;
  right: -.3rem;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.juju-dot-grid span {
  display: block;
  width: 3px;
  height: 3px;
  background: #C9A889;
  border-radius: 50%;
  opacity: .4;
  animation: juju-about-dot-pulse 2.8s ease-in-out infinite;
}
.juju-dot-grid span:nth-child(odd)  { animation-delay: .3s; }
.juju-dot-grid span:nth-child(3n)   { animation-delay: .7s; }
.juju-dot-grid span:nth-child(4n)   { animation-delay: 1.1s; }

@keyframes juju-about-dot-pulse {
  0%, 100% { opacity: .3; transform: scale(1); }
  50%       { opacity: .9; transform: scale(1.6); }
}

/* Pastel background block */
.juju-photo-bg {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 0;
  bottom: 1rem;
  background: #F5EFE9;
  border-radius: 28px;
  z-index: 0;
  overflow: hidden;
}

/* Shimmer sweep */
.juju-photo-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%);
  background-size: 300% 100%;
  animation: juju-about-shimmer 5s ease-in-out infinite;
}

@keyframes juju-about-shimmer {
  0%   { background-position: 150% 0; }
  100% { background-position: -50% 0; }
}

/* Breathing gold border */
.juju-photo-border {
  position: absolute;
  top: 0; left: 0;
  right: 1.5rem; bottom: 0;
  border: 1.5px solid #C9A889;
  border-radius: 26px;
  z-index: 1;
  pointer-events: none;
  opacity: .3;
  animation: juju-about-breathe 6s ease-in-out infinite;
}

@keyframes juju-about-breathe {
  0%, 100% { opacity: .25; }
  50%       { opacity: .55; }
}

/* Photo frame container */
.juju-photo-frame {
  position: relative;
  z-index: 2;
  width: 72%; /* overridden by inline style from control */
  margin-left: auto;
  margin-right: 1rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.16), 0 8px 20px rgba(0,0,0,.08);
  animation: juju-about-photo-enter 1.4s cubic-bezier(0.22,1,0.36,1) both;
}

@keyframes juju-about-photo-enter {
  from {
    opacity: 0;
    transform: scale(.96) translateY(24px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}

/* Photo itself */
.juju-photo-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 1s ease;
  animation: juju-about-ken-burns 18s ease-in-out infinite alternate;
}

@keyframes juju-about-ken-burns {
  from { transform: scale(1) translate(0, 0); }
  to   { transform: scale(1.06) translate(-1.5%, 1%); }
}

/* Warm gradient overlay */
.juju-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(26,17,10,.35) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Photo placeholder (no image set) */
.juju-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, #d9bfa5 0%, #c4a07a 50%, #a8825c 100%);
  color: rgba(255,255,255,.75);
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.juju-photo-placeholder span:first-child { font-size: 2.5rem; }

/* Floating pill — bottom-left */
.juju-float-pill {
  position: absolute;
  bottom: .2rem;
  left: 0;
  z-index: 4;
  background: #FFFFFF;
  border: 1px solid #E8DDD3;
  border-radius: 50px;
  padding: .75rem 1.4rem .65rem;
  box-shadow: 0 10px 35px rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  gap: .8rem;
  animation: juju-about-float-y 4.5s ease-in-out infinite;
}

.juju-float-pill .pill-script {
  font-family: 'Pinyon Script', cursive;
  font-size: 1.9rem;
  color: #B8977A;
  line-height: 1;
}

.juju-float-pill .pill-text {
  font-family: 'Montserrat', sans-serif;
  font-size: .52rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8B8178;
  line-height: 1.5;
  white-space: pre-line;
}

@keyframes juju-about-float-y {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}

/* Floating diamond — top-left */
.juju-float-diamond {
  position: absolute;
  top: .6rem;
  left: -.3rem;
  z-index: 4;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E8DDD3;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(0,0,0,.08);
  transform: rotate(45deg);
  animation: juju-about-float-diamond 6s ease-in-out infinite;
}

.juju-float-diamond::after {
  content: '✦';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  font-size: 1rem;
  color: #C9A889;
}

@keyframes juju-about-float-diamond {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50%       { transform: rotate(45deg) translateY(-8px); }
}

/* ─── RIGHT COLUMN: Text Content ─── */
.juju-col-content {
  position: relative;
  padding-left: 1rem;
}

/* Thin vertical accent line */
.juju-col-content::before {
  content: '';
  position: absolute;
  left: -3rem;
  top: 5%;
  bottom: 5%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #C9A889 25%, #C9A889 75%, transparent);
}

/* Eyebrow */
.juju-about-eyebrow {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-family: 'Montserrat', sans-serif;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #C9A889;
  margin-bottom: 1.8rem;
}
.juju-about-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

/* Ornament divider */
.juju-about-ornament {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 2.4rem;
}
.juju-about-ornament .orn-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #E8DDD3, transparent);
}
.juju-about-ornament .orn-line.r {
  background: linear-gradient(to left, #E8DDD3, transparent);
}
.juju-about-ornament .orn-diamond {
  width: 7px; height: 7px;
  background: #C9A889;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.juju-about-ornament .orn-dot {
  width: 3px; height: 3px;
  background: #E8DDD3;
  border-radius: 50%;
}

/* Paragraphs */
.juju-about-text {
  font-family: 'Montserrat', sans-serif;
  font-size: .93rem;
  font-weight: 300;
  line-height: 2;
  color: #4a4a4a;
  margin-bottom: 1.4rem;
}
.juju-about-text:last-of-type { margin-bottom: 0; }

/* Signature block */
.juju-about-signature-block {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #E8DDD3;
}
.juju-about-signature {
  font-family: 'Pinyon Script', cursive;
  font-size: 2.6rem;
  color: #B8977A;
  line-height: 1;
  display: block;
}

/* ─── About Responsive ─── */
@media (max-width: 960px) {
  .juju-about { padding: 5rem 2.5rem; }
  .juju-about-inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .juju-col-photo {
    min-height: auto;
    padding: 2.5rem 1.5rem 3.5rem 2rem;
  }
  .juju-photo-frame { width: 68%; margin: 0 auto; }
  .juju-photo-bg { left: 1rem; right: 1rem; }
  .juju-photo-border { right: 0; }
  .juju-ring-outer { width: 380px; height: 380px; }
  .juju-ring-mid   { width: 270px; height: 270px; }
  .juju-col-content { padding-left: 0; }
  .juju-col-content::before { display: none; }
}

@media (max-width: 600px) {
  .juju-about { padding: 3.5rem 1.2rem; }
  .juju-photo-frame { width: 82%; }
  .juju-ring-outer { width: 290px; height: 290px; }
  .juju-ring-mid   { width: 200px; height: 200px; }
  .juju-dot-grid { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .juju-about *,
  .juju-about *::before,
  .juju-about *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ==========================================
   PROCESS TIMELINE STYLES — Grande Fresque
   ========================================== */

/* ── Wrapper ── */
.juju-process {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 8rem 4rem;
    background: #FAF8F5;
    box-sizing: border-box;
    overflow: hidden;
}

/* ── Header ── */
.juju-process-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 5rem;
    position: relative;
}

.juju-process-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    font-family: 'Pinyon Script', cursive;
    font-size: 18rem;
    color: rgba(201, 168, 137, 0.04);
    pointer-events: none;
    white-space: nowrap;
    user-select: none;
    z-index: 0;
}

.juju-process-header .juju-section-eyebrow {
    justify-content: center;
    position: relative;
    z-index: 1;
}

.juju-process-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.9;
    color: #4a4a4a;
    margin-top: 1rem;
    position: relative;
    z-index: 1;
}

.juju-process-header .juju-section-title {
    position: relative;
    z-index: 1;
}

/* Header ornament (lines + stars) */
.juju-process-header-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.8rem;
    position: relative;
    z-index: 1;
}

.juju-process-header-ornament .orn-line {
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, #E8DDD3);
}

.juju-process-header-ornament .orn-line-right {
    background: linear-gradient(to left, transparent, #E8DDD3);
}

.juju-process-header-ornament .orn-star {
    font-size: 0.8rem;
    color: #C9A889;
    letter-spacing: 0.2em;
}

/* ── Timeline rail ── */
.juju-process-timeline {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.juju-process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom,
        transparent 0%,
        #E8DDD3 5%,
        #C9A889 30%,
        #C9A889 70%,
        #E8DDD3 95%,
        transparent 100%);
    transform: translateX(-50%);
}

.juju-process-timeline.no-line::before {
    display: none;
}

.juju-process-timeline.has-finale::before {
    height: calc(100% - 280px);
    bottom: auto;
}

/* ── Step item ── */
.juju-process-item {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    align-items: center;
    margin-bottom: 5rem;
    position: relative;
}

.juju-process-item:last-child {
    margin-bottom: 0;
}

/* ── Node (center column) ── */
.juju-process-number {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 3;
}

.juju-process-node-circle {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border: 2px solid #C9A889;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 8px #FAF8F5, 0 10px 30px rgba(201, 168, 137, 0.2);
}

/* Inner halo */
.juju-process-node-circle::before {
    content: '';
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(201, 168, 137, 0.25);
    border-radius: 50%;
    transition: all 0.4s;
}

/* Outer dashed halo */
.juju-process-node-circle::after {
    content: '';
    position: absolute;
    inset: -18px;
    border: 1px dashed rgba(201, 168, 137, 0.12);
    border-radius: 50%;
}

.juju-process-node-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: #B8977A;
    line-height: 1;
    transition: color 0.4s;
}

.juju-process-node-num svg {
    width: 24px;
    height: 24px;
}

/* Hover micro-tag below node */
.juju-process-node-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C9A889;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(4px);
    transition: all 0.4s;
}

/* Node hover states */
.juju-process-item:hover .juju-process-node-circle {
    background: #C9A889;
    transform: scale(1.08);
    box-shadow: 0 0 0 8px #FAF8F5, 0 15px 40px rgba(201, 168, 137, 0.4);
}

.juju-process-item:hover .juju-process-node-num {
    color: #FFFFFF;
}

.juju-process-item:hover .juju-process-node-num svg {
    fill: #FFFFFF;
}

.juju-process-item:hover .juju-process-node-tag {
    opacity: 1;
    transform: translateY(0);
}

/* ── Card (photo + body) ── */
.juju-process-content {
    grid-row: 1;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    display: grid;
    grid-template-rows: 260px 1fr;
}

.juju-process-item:hover .juju-process-content {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(201, 168, 137, 0.15);
}

/* Odd steps → card LEFT */
.juju-process-item:nth-child(odd) .juju-process-content {
    grid-column: 1;
    margin-right: 1.5rem;
}

/* Even steps → card RIGHT */
.juju-process-item:nth-child(even) .juju-process-content {
    grid-column: 3;
    margin-left: 1.5rem;
}

/* ── Photo zone ── */
.juju-process-photo {
    position: relative;
    overflow: hidden;
}

.juju-process-photo-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #e8d5c0; /* fallback if no image */
    transition: transform 0.8s ease;
}

.juju-process-item:hover .juju-process-photo-inner {
    transform: scale(1.06);
}

/* Vignette overlay */
.juju-process-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(201, 168, 137, 0.08) 0%,
        transparent 40%,
        transparent 55%,
        rgba(26, 17, 10, 0.55) 100%
    );
    pointer-events: none;
}

/* Photo label */
.juju-process-photo-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.5rem 0.9rem;
    z-index: 1;
}

.juju-process-photo-label span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

/* ── Text body ── */
.juju-process-body {
    padding: 1.8rem 2rem 2rem;
    position: relative;
}

/* Gold accent line at top of body */
.juju-process-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 2px;
    background: linear-gradient(to right, #C9A889, transparent);
    opacity: 0.4;
}

/* Kicker */
.juju-process-kicker {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #C9A889;
    margin-bottom: 0.8rem;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.juju-process-kicker::before {
    content: '';
    width: 16px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
}

/* Title & description (selectors kept identical for Elementor style controls) */
.juju-process-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
    margin-top: 0;
    line-height: 1.25;
}

.juju-process-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.9;
    color: #4a4a4a;
    margin: 0;
}

/* Tags */
.juju-process-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.2rem;
}

.juju-process-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.8rem;
    background: rgba(201, 168, 137, 0.08);
    border: 1px solid rgba(201, 168, 137, 0.2);
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B8977A;
}

/* ==========================================
   FINAL NODE — IN-HOUSE PROMISE
   ========================================== */

.juju-process-finale {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
    padding-top: 4rem;
    border-top: 1px dashed #E8DDD3;
    text-align: center;
    position: relative;
}

.juju-process-finale-crown {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(201, 168, 137, 0.4));
    line-height: 1;
}

.juju-process-finale-node {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #C9A889, #B8977A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(201, 168, 137, 0.45);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    margin-bottom: 0;
}

.juju-process-finale-node:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 50px rgba(201, 168, 137, 0.5);
}

.juju-process-finale-node svg {
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    fill: #FFFFFF;
}

.juju-process-finale-node i {
    font-size: 36px;
    color: #FFFFFF;
}

/* Pulse ring */
.juju-process-finale-node::after {
    content: '';
    position: absolute;
    inset: -10px;
    border: 2px solid rgba(201, 168, 137, 0.3);
    border-radius: 50%;
    animation: jujuPulseRing 2s ease-out infinite;
}

@keyframes jujuPulseRing {
    0%   { transform: scale(1);   opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

.juju-process-finale-card {
    margin-top: 2rem;
    text-align: center;
    max-width: 500px;
}

.juju-process-finale-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.juju-process-finale-card h4 em {
    font-style: italic;
    color: #B8977A;
}

.juju-process-finale-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.9;
    color: #4a4a4a;
    margin: 0;
}

.juju-process-finale-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.7rem 1.4rem;
    background: rgba(201, 168, 137, 0.1);
    border: 1px solid rgba(201, 168, 137, 0.3);
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #B8977A;
}

.juju-process-finale-badge svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.juju-process-finale-badge i {
    font-size: 14px;
}

/* ==========================================
   PROCESS TIMELINE — RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
    .juju-process {
        padding: 6rem 3rem;
    }

    .juju-process-header {
        margin-bottom: 4rem;
    }

    .juju-process-item {
        grid-template-columns: 1fr 80px 1fr;
        margin-bottom: 3.5rem;
    }

    .juju-process-node-circle {
        width: 58px;
        height: 58px;
    }

    .juju-process-node-num {
        font-size: 1.5rem;
    }

    .juju-process-content {
        grid-template-rows: 220px 1fr;
        border-radius: 16px;
    }

    .juju-process-timeline.has-finale::before {
        height: calc(100% - 250px);
    }
}

@media (max-width: 768px) {
    .juju-process {
        padding: 4rem 1.5rem;
    }

    .juju-process-header {
        margin-bottom: 3rem;
    }

    .juju-process-watermark {
        font-size: 8rem;
    }

    /* Switch to left-aligned single column */
    .juju-process-timeline::before {
        left: 26px;
        transform: none;
    }

    .juju-process-timeline.has-finale::before {
        height: calc(100% - 220px);
    }

    .juju-process-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2.5rem;
        padding-left: 0;
    }

    /* Node becomes horizontal row at top */
    .juju-process-number {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .juju-process-node-circle {
        width: 52px;
        height: 52px;
        box-shadow: 0 0 0 5px #FAF8F5;
        flex-shrink: 0;
    }

    .juju-process-node-circle::after {
        display: none;
    }

    .juju-process-node-num {
        font-size: 1.4rem;
    }

    /* Always show tag on mobile */
    .juju-process-node-tag {
        opacity: 1;
        transform: none;
    }

    /* Card full width */
    .juju-process-content,
    .juju-process-item:nth-child(odd) .juju-process-content,
    .juju-process-item:nth-child(even) .juju-process-content {
        width: 100%;
        margin: 0;
        grid-template-rows: 200px 1fr;
    }

    .juju-process-item:hover .juju-process-content {
        transform: none;
    }
}

@media (max-width: 480px) {
    .juju-process {
        padding: 3rem 1rem;
    }

    .juju-process-content,
    .juju-process-item:nth-child(odd) .juju-process-content,
    .juju-process-item:nth-child(even) .juju-process-content {
        grid-template-rows: 180px 1fr;
    }

    .juju-process-body {
        padding: 1.4rem 1.4rem 1.6rem;
    }

    .juju-process-content h3 {
        font-size: 1.4rem;
    }

    .juju-process-finale-node {
        width: 74px;
        height: 74px;
    }
}

/* ==========================================
   SERVICES FLIP CARDS STYLES
   ========================================== */

.juju-services {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 8rem 4rem;
    background: #FFFFFF;
    box-sizing: border-box;
}

/* Header */
.juju-services-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.juju-services-header .juju-section-eyebrow {
    justify-content: center;
}

.juju-services-header .juju-section-eyebrow::before {
    display: none;
}

/* Services Grid */
.juju-services-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

/* 3D Flip Card */
.juju-flip-card {
    height: 400px;
    perspective: 1000px;
}

.juju-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.juju-flip-card:hover .juju-flip-card-inner {
    transform: rotateY(180deg);
}

.juju-flip-card-front,
.juju-flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
    top: 0;
    left: 0;
}

/* Front of card */
.juju-flip-card-front {
    background: #FAF8F5;
}

.juju-flip-card-front-image {
    height: 65%;
    overflow: hidden;
}

.juju-flip-card-front-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.juju-flip-card:hover .juju-flip-card-front-image img {
    transform: scale(1.1);
}

.juju-flip-card-front-content {
    padding: 1.5rem;
    text-align: center;
}

.juju-flip-card-front h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.juju-flip-card-front p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: #C9A889;
    letter-spacing: 0.1em;
    margin: 0;
}

/* Back of card */
.juju-flip-card-back {
    background: linear-gradient(135deg, #2d2d2d, #3d3d3d);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    box-sizing: border-box;
}

.juju-flip-card-back h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 0.75rem 0;
}

.juju-flip-card-back p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    margin: 0 0 1rem 0;
}

.juju-flip-card-back ul {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    width: 100%;
}

.juju-flip-card-back li {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.juju-flip-card-back li:last-child {
    border-bottom: none;
}

.juju-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2d2d2d;
    background: #FFFFFF;
    padding: 0.7rem 1.2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.juju-card-cta:hover {
    background: #C9A889;
    color: #FFFFFF;
}

/* Services Large Tablet Responsive */
@media (max-width: 1200px) {
    .juju-services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

/* Services Tablet Responsive */
@media (max-width: 1024px) {
    .juju-services {
        padding: 6rem 3rem;
    }

    .juju-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .juju-flip-card {
        height: 380px;
    }
}

/* Services Mobile Responsive */
@media (max-width: 768px) {
    .juju-services {
        padding: 4rem 1.5rem;
    }
    
    .juju-services-header {
        margin-bottom: 3rem;
    }
    
    .juju-services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 400px;
    }
    
    .juju-flip-card {
        height: 400px;
    }
}

/* Services Extra Small */
@media (max-width: 480px) {
    .juju-services {
        padding: 3rem 1rem;
    }
    
    .juju-flip-card {
        height: 380px;
    }
    
    .juju-flip-card-back {
        padding: 1.5rem;
    }
    
    .juju-flip-card-back h3 {
        font-size: 1.4rem;
    }
    
    .juju-flip-card-back p {
        font-size: 0.85rem;
    }
    
    .juju-flip-card-back li {
        font-size: 0.8rem;
    }
}

/* ==========================================
   VIDEO SHOWCASE STYLES
   ========================================== */

.juju-video-showcase {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

/* Background Image with Ken Burns */
.juju-video-showcase-bg {
    position: absolute;
    inset: 0;
}

.juju-video-showcase-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: jujuVideoKenBurns 30s ease-in-out infinite alternate;
}

.juju-video-showcase-bg.no-animation img {
    animation: none;
}

@keyframes jujuVideoKenBurns {
    0% { transform: scale(1) translate(0, 0); }
    100% { transform: scale(1.1) translate(-2%, -1%); }
}

/* Dark Overlay */
.juju-video-showcase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(26, 26, 26, 0.7) 0%,
        rgba(26, 26, 26, 0.5) 50%,
        rgba(26, 26, 26, 0.7) 100%
    );
}

/* Content */
.juju-video-showcase-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
}

.juju-video-section-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #C9A889;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.juju-video-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
}

.juju-video-section-title em {
    font-style: italic;
    color: #C9A889;
}

/* Play Button */
.juju-play-button {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    border: none;
    outline: none;
}

.juju-play-button::before {
    content: '';
    position: absolute;
    inset: -15px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    animation: jujuPlayPulse 2s ease-out infinite;
}

.juju-play-button.no-pulse::before {
    display: none;
}

@keyframes jujuPlayPulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.3); opacity: 0; }
}

.juju-play-button:hover {
    transform: scale(1.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    background: #C9A889;
}

.juju-play-button:hover svg {
    color: #FFFFFF;
}

.juju-play-button svg {
    width: 30px;
    height: 30px;
    color: #B8977A;
    margin-left: 5px;
}

.juju-video-showcase-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin: 0 auto;
}

/* Video Lightbox / Modal */
.juju-video-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.juju-video-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.juju-video-lightbox-content {
    position: relative;
    width: 90%;
    max-width: 1100px;
    height: 0;
    padding-bottom: 50.625%; /* 16:9 aspect ratio */
    transform: scale(0.9);
    transition: transform 0.4s ease;
}

.juju-video-lightbox.active .juju-video-lightbox-content {
    transform: scale(1);
}

.juju-video-lightbox iframe,
.juju-video-lightbox #jujuVideoContainer,
.juju-video-lightbox [id^="jujuVideoContainer_"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.juju-video-lightbox [id^="jujuVideoContainer_"] iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

/* Close Button */
.juju-video-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.juju-video-close:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.juju-video-close svg {
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    transition: color 0.3s ease;
}

.juju-video-close:hover svg {
    color: #1a1a1a;
}

/* Video Showcase Mobile Responsive */
@media (max-width: 768px) {
    .juju-video-showcase {
        min-height: 70vh;
    }
    
    .juju-video-showcase-content {
        padding: 1.5rem;
    }
    
    .juju-play-button {
        width: 80px;
        height: 80px;
    }
    
    .juju-play-button::before {
        inset: -10px;
    }
    
    .juju-play-button svg {
        width: 24px;
        height: 24px;
    }
    
    .juju-video-showcase-text {
        font-size: 1rem;
    }
    
    .juju-video-lightbox-content {
        width: 95%;
    }
    
    .juju-video-close {
        top: -45px;
        right: 5px;
        width: 35px;
        height: 35px;
    }
}

/* Video Showcase Extra Small */
@media (max-width: 480px) {
    .juju-video-showcase {
        min-height: 60vh;
    }
    
    .juju-play-button {
        width: 70px;
        height: 70px;
    }
    
    .juju-video-showcase-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }
}

/* ==========================================
   FAQ ACCORDION STYLES
   ========================================== */

.juju-faq {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 8rem 4rem;
    background: #FAF8F5;
    box-sizing: border-box;
}

.juju-faq-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.juju-faq-header .juju-section-eyebrow {
    justify-content: center;
}

.juju-faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.juju-faq-item {
    background: #FFFFFF;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    transition: box-shadow 0.3s ease;
}

.juju-faq-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.juju-faq-question {
    width: 100%;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: left;
    transition: all 0.3s ease;
}

.juju-faq-question:hover {
    color: #B8977A;
}

.juju-faq-question-text {
    flex: 1;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.juju-faq-icon {
    width: 36px;
    height: 36px;
    background: #E8DDD3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.juju-faq-icon span {
    font-size: 1.2rem;
    color: #B8977A;
    transition: transform 0.3s ease;
    line-height: 1;
}

.juju-faq-icon svg {
    width: 18px;
    height: 18px;
    color: #B8977A;
    transition: transform 0.3s ease;
}

.juju-faq-item.active .juju-faq-icon {
    background: #C9A889;
}

.juju-faq-item.active .juju-faq-icon span {
    color: #FFFFFF;
    transform: rotate(45deg);
}

.juju-faq-item.active .juju-faq-icon svg {
    color: #FFFFFF;
    transform: rotate(180deg);
}

.juju-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.juju-faq-answer-inner {
    padding: 0 2rem 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.juju-faq-answer,
.juju-faq-answer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.9;
    color: #4a4a4a;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.juju-faq-answer p {
    margin: 0 0 1rem;
}

.juju-faq-answer p:last-child {
    margin-bottom: 0;
}

/* FAQ Tablet Responsive */
@media (max-width: 768px) {
    .juju-faq {
        padding: 4rem 1.5rem;
    }
    
    .juju-faq-header {
        margin-bottom: 3rem;
    }
    
    .juju-faq-question {
        padding: 1.2rem 1.5rem;
        font-size: 1.1rem;
        gap: 0.75rem;
    }
    
    .juju-faq-answer-inner {
        padding: 0 1.5rem 1.2rem;
    }
    
    .juju-faq-answer,
    .juju-faq-answer p {
        font-size: 0.9rem;
    }
    
    .juju-faq-icon {
        width: 32px;
        height: 32px;
    }
    
    .juju-faq-icon span {
        font-size: 1rem;
    }
    
    .juju-faq-icon svg {
        width: 16px;
        height: 16px;
    }
}

/* FAQ Extra Small */
@media (max-width: 480px) {
    .juju-faq {
        padding: 3rem 1rem;
    }
    
    .juju-faq-grid {
        max-width: 100%;
    }
    
    .juju-faq-question {
        padding: 1rem;
        font-size: 1rem;
        gap: 0.5rem;
    }
    
    .juju-faq-question-text {
        line-height: 1.4;
    }
    
    .juju-faq-answer-inner {
        padding: 0 1rem 1rem;
    }
    
    .juju-faq-answer,
    .juju-faq-answer p {
        font-size: 0.85rem;
        line-height: 1.7;
    }
    
    .juju-faq-icon {
        width: 28px;
        height: 28px;
    }
    
    .juju-faq-icon span {
        font-size: 0.9rem;
    }
    
    .juju-faq-icon svg {
        width: 14px;
        height: 14px;
    }
}

/* ==========================================
   TESTIMONIALS SLIDER STYLES
   ========================================== */

.juju-testimonials {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 8rem 4rem;
    background: #FAF8F5;
    box-sizing: border-box;
    overflow: hidden;
}

.juju-testimonials-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.juju-testimonials-header .juju-section-eyebrow {
    justify-content: center;
}

.juju-testimonials-slider {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.juju-testimonial-slide {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 3rem;
    display: none;
    animation: jujuFadeSlide 0.5s ease;
}

.juju-testimonial-slide.active {
    display: flex;
    gap: 3rem;
    align-items: center;
}

@keyframes jujuFadeSlide {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

.juju-testimonial-image {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #E8DDD3;
    border-style: solid;
}

.juju-testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.juju-testimonial-content {
    flex: 1;
}

.juju-testimonial-stars {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 1rem;
}

.juju-testimonial-stars svg {
    width: 20px;
    height: 20px;
    fill: #C9A889;
}

.juju-testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.juju-testimonial-author h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0;
}

.juju-testimonial-author p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: #8B8178;
    margin: 0;
}

/* Navigation Dots */
.juju-testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.juju-testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E8DDD3;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.juju-testimonial-dot:hover {
    background: #C9A889;
}

.juju-testimonial-dot.active {
    background: #C9A889;
    transform: scale(1.2);
}

/* Navigation Arrows */
.juju-testimonial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #C9A889;
    color: #C9A889;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.juju-testimonial-arrow:hover {
    background: #C9A889;
    color: #FFFFFF;
}

.juju-testimonial-arrow svg {
    width: 24px;
    height: 24px;
}

.juju-testimonial-prev {
    left: -70px;
}

.juju-testimonial-next {
    right: -70px;
}

/* Testimonials Tablet Responsive */
@media (max-width: 1100px) {
    .juju-testimonial-prev {
        left: -10px;
    }
    
    .juju-testimonial-next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .juju-testimonials {
        padding: 4rem 1.5rem;
    }
    
    .juju-testimonial-slide.active {
        flex-direction: column;
        text-align: center;
    }
    
    .juju-testimonial-image {
        width: 150px;
        height: 150px;
    }
    
    .juju-testimonial-stars {
        justify-content: center;
    }
    
    .juju-testimonial-text {
        font-size: 1.2rem;
    }
    
    .juju-testimonial-arrow {
        display: none;
    }
}

/* Testimonials Extra Small */
@media (max-width: 480px) {
    .juju-testimonials {
        padding: 3rem 1rem;
    }
    
    .juju-testimonial-slide {
        padding: 2rem 1.5rem;
    }
    
    .juju-testimonial-image {
        width: 120px;
        height: 120px;
    }
    
    .juju-testimonial-text {
        font-size: 1.1rem;
    }
}

/* ==========================================
   CONTACT SECTION STYLES
   ========================================== */

.juju-contact {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 8rem 4rem;
    background: #FAF8F5;
    box-sizing: border-box;
}

.juju-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
    align-items: start;
}

/* Contact Info */
.juju-contact-info {
    padding: 2rem 0;
}

.juju-contact-info .juju-section-title {
    text-align: left;
}

.juju-contact-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
}

/* Contact Details */
.juju-contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.juju-contact-detail {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem;
    background: #FFFFFF;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.juju-contact-detail:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.juju-contact-detail-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #E8DDD3, #C9A889);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.juju-contact-detail-icon svg {
    width: 22px;
    height: 22px;
    color: #FFFFFF;
}

.juju-contact-detail-text span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #8B8178;
    display: block;
    margin-bottom: 0.2rem;
}

.juju-contact-detail-text a,
.juju-contact-detail-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    margin: 0;
    transition: color 0.3s ease;
}

.juju-contact-detail-text a:hover {
    color: #C9A889;
}

/* Social Links */
.juju-contact-social {
    display: flex;
    gap: 1rem;
}

.juju-contact-social a {
    width: 50px;
    height: 50px;
    background: #1a1a1a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.juju-contact-social a:hover {
    background: #C9A889;
    transform: translateY(-5px) rotate(5deg);
}

.juju-contact-social svg {
    width: 22px;
    height: 22px;
    color: #FFFFFF;
}

/* Form Wrapper */
.juju-contact-form-wrapper {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.juju-contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #E8DDD3, #C9A889, #B8977A);
}

/* Form Placeholder */
.juju-contact-form-placeholder {
    text-align: center;
    padding: 3rem 2rem;
}

.juju-form-placeholder-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #E8DDD3, #C9A889);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.juju-form-placeholder-icon svg {
    width: 36px;
    height: 36px;
    color: #FFFFFF;
}

.juju-contact-form-placeholder h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}

.juju-contact-form-placeholder p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 1.7;
    margin: 0;
}

/* Custom Form Styles */
.juju-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.juju-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.juju-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.juju-form-group label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #4a4a4a;
}

.juju-form-group input,
.juju-form-group select,
.juju-form-group textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #1a1a1a;
    background: #FAF8F5;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    outline: none;
}

.juju-form-group input::placeholder,
.juju-form-group textarea::placeholder {
    color: rgba(0,0,0,0.35);
}

.juju-form-group input:focus,
.juju-form-group select:focus,
.juju-form-group textarea:focus {
    border-color: #C9A889;
    background: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(201, 168, 137, 0.1);
}

.juju-form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 18px;
}

.juju-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.juju-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(135deg, #2d2d2d, #3d3d3d);
    border: none;
    border-radius: 50px;
    padding: 1.3rem 3rem;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 0.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.juju-form-submit:hover {
    background: linear-gradient(135deg, #C9A889, #B8977A);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(201, 168, 137, 0.4);
}

.juju-form-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.juju-form-submit svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.juju-form-submit:hover svg {
    transform: translateX(5px);
}

/* Success Message */
.juju-form-success {
    display: none;
    text-align: center;
    padding: 3rem 2rem;
}

.juju-form-success.show {
    display: block;
}

.juju-form-success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #E8DDD3, #C9A889);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.juju-form-success-icon svg {
    width: 40px;
    height: 40px;
    color: #FFFFFF;
}

.juju-form-success h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}

.juju-form-success p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #4a4a4a;
    margin: 0;
}

/* Form Shortcode Container - Style overrides for CF7/WPForms */
.juju-contact-form-shortcode {
    /* These help normalize plugin form styles */
}

.juju-contact-form-shortcode input[type="text"],
.juju-contact-form-shortcode input[type="email"],
.juju-contact-form-shortcode input[type="tel"],
.juju-contact-form-shortcode input[type="number"],
.juju-contact-form-shortcode input[type="date"],
.juju-contact-form-shortcode select,
.juju-contact-form-shortcode textarea {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.95rem !important;
    color: #1a1a1a !important;
    background: #FAF8F5 !important;
    border: 2px solid transparent !important;
    border-radius: 12px !important;
    padding: 1rem 1.2rem !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.juju-contact-form-shortcode input:focus,
.juju-contact-form-shortcode select:focus,
.juju-contact-form-shortcode textarea:focus {
    border-color: #C9A889 !important;
    background: #FFFFFF !important;
    box-shadow: 0 0 0 4px rgba(201, 168, 137, 0.1) !important;
    outline: none !important;
}

.juju-contact-form-shortcode input[type="submit"],
.juju-contact-form-shortcode button[type="submit"] {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #2d2d2d, #3d3d3d) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 1.3rem 3rem !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.juju-contact-form-shortcode input[type="submit"]:hover,
.juju-contact-form-shortcode button[type="submit"]:hover {
    background: linear-gradient(135deg, #C9A889, #B8977A) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(201, 168, 137, 0.4) !important;
}

/* Contact Tablet Responsive */
@media (max-width: 992px) {
    .juju-contact-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .juju-contact-info {
        padding: 0;
    }
}

/* Contact Mobile Responsive */
@media (max-width: 768px) {
    .juju-contact {
        padding: 4rem 1.5rem;
    }
    
    .juju-contact-form-wrapper {
        padding: 2rem;
    }
    
    .juju-form-row {
        grid-template-columns: 1fr;
    }
    
    .juju-contact-detail {
        padding: 0.8rem;
    }
    
    .juju-contact-detail-icon {
        width: 45px;
        height: 45px;
    }
    
    .juju-contact-social a {
        width: 45px;
        height: 45px;
    }
}

/* Contact Extra Small */
@media (max-width: 480px) {
    .juju-contact {
        padding: 3rem 1rem;
    }
    
    .juju-contact-form-wrapper {
        padding: 1.5rem;
    }
    
    .juju-form-group input,
    .juju-form-group select,
    .juju-form-group textarea {
        padding: 0.9rem 1rem;
        font-size: 0.9rem;
    }
    
    .juju-form-submit {
        width: 100%;
        padding: 1.2rem 2rem;
    }
}

/* ==========================================
   FOOTER STYLES
   ========================================== */

.juju-footer {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #1a1a1a;
    box-sizing: border-box;
}

/* Newsletter Bar */
.juju-footer-newsletter {
    background: #C9A889;
    padding: 3rem 4rem;
}

.juju-footer-newsletter-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.juju-footer-newsletter-content h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 0.5rem;
}

.juju-footer-newsletter-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    margin: 0;
}

.juju-footer-newsletter-form {
    flex-shrink: 0;
}

.juju-newsletter-form {
    display: flex;
    gap: 0;
}

.juju-newsletter-form input[type="email"] {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 50px 0 0 50px;
    background: #FFFFFF;
    color: #1a1a1a;
    width: 280px;
    outline: none;
}

.juju-newsletter-form input[type="email"]::placeholder {
    color: rgba(0,0,0,0.4);
}

.juju-newsletter-form button {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0 50px 50px 0;
    background: #1a1a1a;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.juju-newsletter-form button:hover {
    background: #2d2d2d;
}

/* Main Footer */
.juju-footer-main {
    padding: 5rem 4rem 3rem;
}

.juju-footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 3rem;
}

/* Footer Column */
.juju-footer-column h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 1.5rem;
}

/* Brand Column */
.juju-footer-brand {
    padding-right: 2rem;
}

.juju-footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.juju-footer-logo:hover {
    color: #C9A889;
}

.juju-footer-logo-img {
    display: inline-block;
    margin-bottom: 1rem;
}

.juju-footer-logo-img img {
    max-height: 50px;
    width: auto;
}

.juju-footer-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255,255,255,0.6);
    margin: 0 0 1.5rem;
}

/* Social Links */
.juju-footer-social {
    display: flex;
    gap: 0.75rem;
}

.juju-footer-social a {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.juju-footer-social a:hover {
    background: #C9A889;
    transform: translateY(-3px);
}

.juju-footer-social svg {
    width: 20px;
    height: 20px;
    color: #FFFFFF;
}

/* Footer Links */
.juju-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.juju-footer-links li {
    margin-bottom: 0.8rem;
}

.juju-footer-links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.juju-footer-links a:hover {
    color: #C9A889;
    transform: translateX(5px);
}

/* Contact Items */
.juju-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.juju-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.juju-footer-contact-item svg {
    width: 18px;
    height: 18px;
    color: #C9A889;
    flex-shrink: 0;
    margin-top: 2px;
}

.juju-footer-contact-item a,
.juju-footer-contact-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.5;
}

.juju-footer-contact-item a:hover {
    color: #C9A889;
}

/* Bottom Bar */
.juju-footer-bottom {
    background: rgba(0,0,0,0.2);
    padding: 1.5rem 4rem;
}

.juju-footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.juju-footer-copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    margin: 0;
}

.juju-footer-legal {
    display: flex;
    gap: 2rem;
}

.juju-footer-legal a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.juju-footer-legal a:hover {
    color: #C9A889;
}

/* Footer Tablet Responsive */
@media (max-width: 1024px) {
    .juju-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
    
    .juju-footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
        text-align: center;
    }
    
    .juju-footer-tagline {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .juju-footer-social {
        justify-content: center;
    }
    
    .juju-footer-newsletter-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* Footer Mobile Responsive */
@media (max-width: 768px) {
    .juju-footer-newsletter {
        padding: 2rem 1.5rem;
    }
    
    .juju-newsletter-form {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
        max-width: 320px;
    }
    
    .juju-newsletter-form input[type="email"] {
        width: 100%;
        border-radius: 50px;
        text-align: center;
    }
    
    .juju-newsletter-form button {
        width: 100%;
        border-radius: 50px;
    }
    
    .juju-footer-main {
        padding: 3rem 1.5rem 2rem;
    }
    
    .juju-footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .juju-footer-column h4 {
        margin-bottom: 1rem;
    }
    
    .juju-footer-links a:hover {
        transform: none;
    }
    
    .juju-footer-contact {
        align-items: center;
    }
    
    .juju-footer-contact-item {
        justify-content: center;
    }
    
    .juju-footer-bottom {
        padding: 1.5rem;
    }
    
    .juju-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .juju-footer-legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 1.5rem;
    }
}

/* Footer Extra Small */
@media (max-width: 480px) {
    .juju-footer-newsletter {
        padding: 1.5rem 1rem;
    }
    
    .juju-footer-newsletter-content h4 {
        font-size: 1.5rem;
    }
    
    .juju-footer-main {
        padding: 2rem 1rem 1.5rem;
    }
    
    .juju-footer-logo {
        font-size: 1.8rem;
    }
    
    .juju-footer-bottom {
        padding: 1rem;
    }
    
    .juju-footer-legal {
        gap: 0.75rem 1rem;
    }
    
    .juju-footer-legal a {
        font-size: 0.75rem;
    }
}

/* ============================================================
   PORTFOLIO — Scroll Carousel
   ============================================================ */

.juju-portfolio {
    background-color: #ffffff;
    padding: 4rem 0 5rem;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

/* ── Header ─────────────────────────────────────────────── */

.juju-portfolio-header {
    max-width: 1400px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
    text-align: center;
}

.juju-portfolio-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C9A889;
    margin-bottom: 0.75rem;
}

.juju-portfolio-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.juju-portfolio-title em {
    font-style: italic;
    color: #C9A889;
}

.juju-portfolio-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #666666;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ── Category row ────────────────────────────────────────── */

.juju-carousel-section {
    margin-bottom: 2.5rem;
}

.juju-carousel-header {
    max-width: 1400px;
    margin: 0 auto 1.25rem;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.juju-carousel-category-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #1a1a1a;
}

/* ── Nav arrows ──────────────────────────────────────────── */

.juju-carousel-nav {
    display: flex;
    gap: 0.5rem;
}

.juju-carousel-nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    color: #888888;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, color 0.2s ease;
    padding: 0;
}

.juju-carousel-nav-btn:hover {
    border-color: #C9A889;
    color: #C9A889;
}

/* ── Track ───────────────────────────────────────────────── */

.juju-carousel-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 2rem;
}

.juju-carousel-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 0.5rem;
}

.juju-carousel-track::-webkit-scrollbar {
    display: none;
}

/* ── Card ────────────────────────────────────────────────── */

.juju-carousel-item {
    flex: 0 0 320px;
}

.juju-carousel-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.75rem;
    aspect-ratio: 4/3;
}

.juju-carousel-image-wrapper > .juju-carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.juju-carousel-item:hover > .juju-carousel-image-wrapper > .juju-carousel-image {
    transform: scale(1.05);
}

/* ── Badge ───────────────────────────────────────────────── */

.juju-carousel-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0.35rem 0.75rem;
    background: rgba(255, 255, 255, 0.95);
    color: #555555;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    white-space: nowrap;
    pointer-events: none;
    line-height: 1.4;
}

/* ── Card content ────────────────────────────────────────── */

.juju-carousel-content {
    padding: 0 0.25rem;
}

.juju-carousel-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.juju-carousel-details {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: #666666;
}

/* ── Modal ───────────────────────────────────────────────── */

.juju-carousel-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.juju-carousel-modal.active {
    opacity: 1;
    pointer-events: all;
}

.juju-carousel-modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    max-width: 680px;
    width: 90%;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.juju-carousel-modal.active .juju-carousel-modal-content {
    transform: scale(1);
}

.juju-carousel-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s ease;
    padding: 0;
}

.juju-carousel-modal-close:hover {
    background: #ffffff;
}

.juju-carousel-modal-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

.juju-carousel-modal-info {
    padding: 1.5rem;
}

.juju-carousel-modal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
}

.juju-carousel-modal-details {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #666666;
}

/* ── Responsive ──────────────────────────────────────────── */

@media (max-width: 768px) {
    .juju-portfolio {
        padding: 3rem 0 4rem;
    }
    .juju-carousel-header,
    .juju-carousel-wrapper {
        padding: 0 1rem;
    }
    .juju-carousel-header {
        margin-bottom: 1rem;
    }
    .juju-carousel-item {
        flex: 0 0 260px;
    }
    .juju-carousel-category-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .juju-carousel-item {
        flex: 0 0 220px;
    }
}

/* ==========================================
   LANGUAGE SELECTOR STYLES
   ========================================== */

.juju-lang-selector {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

/* Dropdown Style */
.juju-lang-dropdown-wrap {
    position: relative;
}

.juju-lang-current {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: inherit;
    transition: all 0.3s ease;
}

.juju-lang-current:hover {
    background: rgba(0,0,0,0.05);
}

.juju-lang-arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.juju-lang-dropdown-wrap.open .juju-lang-arrow {
    transform: rotate(180deg);
}

.juju-lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    min-width: 120px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
}

.juju-lang-dropdown-wrap.open .juju-lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.juju-lang-dropdown li {
    margin: 0;
    padding: 0;
}

.juju-lang-dropdown .juju-lang-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.juju-lang-dropdown .juju-lang-item:hover {
    background: #FAF8F5;
    color: #C9A889;
}

/* Inline Style */
.juju-lang-inline {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.juju-lang-inline .juju-lang-item {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: inherit;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.juju-lang-inline .juju-lang-item:hover,
.juju-lang-inline .juju-lang-item.active {
    opacity: 1;
}

.juju-lang-inline .juju-lang-item.active {
    background: rgba(201, 168, 137, 0.15);
    color: #C9A889;
}

/* Text Style */
.juju-lang-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
}

.juju-lang-text .juju-lang-item {
    text-decoration: none;
    color: inherit;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.juju-lang-text .juju-lang-item:hover,
.juju-lang-text .juju-lang-item.active {
    opacity: 1;
    color: #C9A889;
}

.juju-lang-sep {
    opacity: 0.3;
}

/* Flag */
.juju-lang-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Mobile */
@media (max-width: 991px) {
    .juju-lang-selector {
        margin-left: 0.5rem;
    }
    
    .juju-lang-current .juju-lang-code,
    .juju-lang-inline .juju-lang-code,
    .juju-lang-inline .juju-lang-name {
        display: none;
    }
    
    .juju-lang-text {
        font-size: 0.75rem;
    }
}

/* ==========================================
   JUJU GALLERY - Modern Masonry with Animations
   ========================================== */

/* CSS Variables for Gallery */
.juju-gallery {
    --grid-gap: 10px;
    --grid-size: 320px;
    --grid-row-height: 420px;
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
}

.juju-gallery {
    width: 100%;
    padding: 6rem 0;
    background: #FFFFFF;
    overflow: hidden;
}

/* ==========================================
   Gallery Header - Modern Text Animations
   ========================================== */
.juju-gallery-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem;
    padding: 0 2rem;
}

.juju-gallery-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #C9A889;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    overflow: hidden;
}

.juju-gallery-eyebrow span {
    display: inline-block;
}

/* Animated state - initial hidden */
.juju-gallery-animated .juju-gallery-eyebrow span {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
    transition: all 1s var(--ease-out-expo);
}

.juju-gallery-animated .juju-gallery-eyebrow.animate-in span {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.juju-gallery-eyebrow::before,
.juju-gallery-eyebrow::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #C9A889;
}

.juju-gallery-animated .juju-gallery-eyebrow::before,
.juju-gallery-animated .juju-gallery-eyebrow::after {
    transform: scaleX(0);
    transition: transform 1.2s var(--ease-out-expo) 0.3s;
}

.juju-gallery-eyebrow::before { transform-origin: right; }
.juju-gallery-eyebrow::after { transform-origin: left; }

.juju-gallery-animated .juju-gallery-eyebrow.animate-in::before,
.juju-gallery-animated .juju-gallery-eyebrow.animate-in::after {
    transform: scaleX(1);
}

.juju-gallery-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    color: #2d2d2d;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.juju-gallery-title-line {
    display: block;
    overflow: hidden;
}

.juju-gallery-title-inner {
    display: inline-block;
}

/* Animated state - initial hidden */
.juju-gallery-animated .juju-gallery-title-inner {
    opacity: 0;
    filter: blur(12px);
    transform: translateY(100%);
    transition: opacity 1s var(--ease-out-expo),
                filter 1.2s var(--ease-out-expo),
                transform 1s var(--ease-out-expo);
}

.juju-gallery-animated .juju-gallery-title.animate-in .juju-gallery-title-line:nth-child(1) .juju-gallery-title-inner {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    transition-delay: 0.1s;
}

.juju-gallery-animated .juju-gallery-title.animate-in .juju-gallery-title-line:nth-child(2) .juju-gallery-title-inner {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    transition-delay: 0.25s;
}

.juju-gallery-title em {
    font-style: italic;
    color: #B8977A;
}

.juju-gallery-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.9;
    color: #8B8178;
    max-width: 550px;
    margin: 0 auto;
}

/* Animated state - initial hidden */
.juju-gallery-animated .juju-gallery-description {
    opacity: 0;
    filter: blur(15px);
    transform: translateY(30px);
    transition: all 1.4s var(--ease-out-expo) 0.5s;
}

.juju-gallery-animated .juju-gallery-description.animate-in {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

/* ==========================================
   Gallery Grid - Masonry Layout
   ========================================== */
.juju-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-size), 1fr));
    grid-auto-rows: var(--grid-row-height);
    grid-auto-flow: dense;
    gap: var(--grid-gap);
    width: 100%;
}

.juju-gallery-item.wide { grid-column: span 2; }
.juju-gallery-item.tall { grid-row: span 2; }
.juju-gallery-item.big { grid-column: span 2; grid-row: span 2; }

/* ==========================================
   Gallery Item - Ultra Modern Animation
   ========================================== */
.juju-gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Animated state - initial hidden */
.juju-gallery-animated .juju-gallery-item {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.1);
    transition: opacity 1.2s var(--ease-out-quint),
                filter 1.4s var(--ease-out-quint),
                transform 1.4s var(--ease-out-expo);
}

.juju-gallery-animated .juju-gallery-item.animate-in {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

/* Staggered delays for items */
.juju-gallery-animated .juju-gallery-item:nth-child(1) { transition-delay: 0s; }
.juju-gallery-animated .juju-gallery-item:nth-child(2) { transition-delay: 0.08s; }
.juju-gallery-animated .juju-gallery-item:nth-child(3) { transition-delay: 0.16s; }
.juju-gallery-animated .juju-gallery-item:nth-child(4) { transition-delay: 0.12s; }
.juju-gallery-animated .juju-gallery-item:nth-child(5) { transition-delay: 0.2s; }
.juju-gallery-animated .juju-gallery-item:nth-child(6) { transition-delay: 0.06s; }
.juju-gallery-animated .juju-gallery-item:nth-child(7) { transition-delay: 0.14s; }
.juju-gallery-animated .juju-gallery-item:nth-child(8) { transition-delay: 0.1s; }
.juju-gallery-animated .juju-gallery-item:nth-child(9) { transition-delay: 0.04s; }
.juju-gallery-animated .juju-gallery-item:nth-child(10) { transition-delay: 0.18s; }
.juju-gallery-animated .juju-gallery-item:nth-child(11) { transition-delay: 0.08s; }
.juju-gallery-animated .juju-gallery-item:nth-child(12) { transition-delay: 0.15s; }
.juju-gallery-animated .juju-gallery-item:nth-child(13) { transition-delay: 0.05s; }
.juju-gallery-animated .juju-gallery-item:nth-child(14) { transition-delay: 0.12s; }
.juju-gallery-animated .juju-gallery-item:nth-child(15) { transition-delay: 0.1s; }
.juju-gallery-animated .juju-gallery-item:nth-child(16) { transition-delay: 0.07s; }

/* ==========================================
   Gallery Image - Grayscale to Color + Zoom
   ========================================== */
.juju-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.6s var(--ease-out-quint),
                transform 0.6s var(--ease-out-expo);
    will-change: transform, filter;
}

/* Grayscale animation mode */
.juju-gallery-grayscale .juju-gallery-item img {
    filter: grayscale(100%);
    transform: scale(1.15);
    transition: filter 1.5s var(--ease-out-quint) 0.2s,
                transform 1.5s var(--ease-out-expo);
}

.juju-gallery-grayscale .juju-gallery-item.animate-in img {
    filter: grayscale(0%);
    transform: scale(1);
}

.juju-gallery-item:hover img {
    transform: scale(1.08);
    filter: grayscale(0%) brightness(1.05);
}

/* ==========================================
   Gallery Hover Overlay
   ========================================== */
.juju-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(15, 15, 15, 0.95) 0%,
        rgba(15, 15, 15, 0.4) 40%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.5s var(--ease-out-quint);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    z-index: 3;
}

.juju-gallery-item:hover .juju-gallery-overlay {
    opacity: 1;
}

.juju-gallery-content {
    transform: translateY(25px);
    opacity: 0;
    filter: blur(4px);
    transition: all 0.6s var(--ease-out-expo) 0.05s;
}

.juju-gallery-item:hover .juju-gallery-content {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
}

.juju-gallery-item-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
    line-height: 1.3;
}

.juju-gallery-item.big .juju-gallery-item-title,
.juju-gallery-item.wide .juju-gallery-item-title,
.juju-gallery-item.tall .juju-gallery-item-title {
    font-size: 2rem;
}

.juju-gallery-item-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}

/* Expand icon */
.juju-gallery-expand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 65px;
    height: 65px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    filter: blur(10px);
    transition: all 0.5s var(--ease-out-expo);
    z-index: 4;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.juju-gallery-item:hover .juju-gallery-expand {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    filter: blur(0);
}

.juju-gallery-expand svg {
    width: 24px;
    height: 24px;
    color: #B8977A;
}

/* ==========================================
   Gallery Lightbox
   ========================================== */
.juju-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.98);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s var(--ease-out-quint),
                visibility 0.5s;
    backdrop-filter: blur(30px);
}

.juju-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.juju-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.85);
    opacity: 0;
    filter: blur(20px);
    transition: all 0.7s var(--ease-out-expo) 0.1s;
}

.juju-lightbox.active .juju-lightbox-content {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
}

.juju-lightbox img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

.juju-lightbox-close {
    position: absolute;
    top: -55px;
    right: 0;
    width: 46px;
    height: 46px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s var(--ease-out-quint);
}

.juju-lightbox-close:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
    transform: rotate(90deg);
}

.juju-lightbox-close svg {
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    transition: color 0.3s;
}

.juju-lightbox-close:hover svg {
    color: #2d2d2d;
}

.juju-lightbox-caption {
    text-align: center;
    margin-top: 1.5rem;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
    transition: all 0.6s var(--ease-out-expo) 0.3s;
}

.juju-lightbox.active .juju-lightbox-caption {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.juju-lightbox-caption h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
}

.juju-lightbox-caption p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #C9A889;
}

.juju-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.06);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s var(--ease-out-quint);
    backdrop-filter: blur(10px);
}

.juju-lightbox-nav:hover {
    background: #C9A889;
    transform: translateY(-50%) scale(1.1);
}

.juju-lightbox-nav svg {
    width: 26px;
    height: 26px;
    color: #FFFFFF;
}

.juju-lightbox-prev { left: 25px; }
.juju-lightbox-next { right: 25px; }

.juju-lightbox-counter {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.3);
}

/* ==========================================
   Gallery Responsive Styles
   ========================================== */
@media (max-width: 1400px) {
    .juju-gallery {
        --grid-size: 300px;
        --grid-row-height: 380px;
    }
}

@media (max-width: 1100px) {
    .juju-gallery {
        --grid-size: 280px;
        --grid-row-height: 350px;
        --grid-gap: 8px;
    }
}

@media (max-width: 900px) {
    .juju-gallery {
        --grid-size: 250px;
        --grid-row-height: 320px;
        padding: 4rem 0;
    }

    .juju-gallery-header {
        margin-bottom: 3rem;
    }
}

@media (max-width: 700px) {
    .juju-gallery {
        --grid-size: 180px;
        --grid-row-height: 280px;
        --grid-gap: 6px;
    }

    .juju-gallery-overlay {
        padding: 1.25rem;
    }

    .juju-gallery-item-title {
        font-size: 1.2rem;
    }

    .juju-gallery-item.big .juju-gallery-item-title,
    .juju-gallery-item.wide .juju-gallery-item-title,
    .juju-gallery-item.tall .juju-gallery-item-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 500px) {
    .juju-gallery {
        --grid-size: 150px;
        --grid-row-height: 220px;
        --grid-gap: 5px;
        padding: 3rem 0;
    }

    .juju-gallery-header {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .juju-gallery-eyebrow::before,
    .juju-gallery-eyebrow::after {
        width: 30px;
    }

    .juju-gallery-expand {
        width: 50px;
        height: 50px;
    }

    .juju-lightbox-nav {
        width: 45px;
        height: 45px;
    }

    .juju-lightbox-prev { left: 10px; }
    .juju-lightbox-next { right: 10px; }
}

@media (max-width: 380px) {
    .juju-gallery {
        --grid-size: 130px;
        --grid-row-height: 180px;
    }

    .juju-lightbox-nav {
        display: none;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .juju-gallery *,
    .juju-gallery *::before,
    .juju-gallery *::after {
        transition-duration: 0.15s !important;
        transition-delay: 0s !important;
        filter: none !important;
    }

    .juju-gallery-animated .juju-gallery-item {
        opacity: 1;
        transform: none;
        filter: none;
    }

    .juju-gallery-grayscale .juju-gallery-item img {
        filter: none;
        transform: none;
    }

    .juju-gallery-animated .juju-gallery-eyebrow span,
    .juju-gallery-animated .juju-gallery-title-inner,
    .juju-gallery-animated .juju-gallery-description {
        transform: none;
        opacity: 1;
        filter: none;
    }
}

/* ============================================================================
   JUJU STATS SECTION - BAROQUE DESIGN
   ============================================================================ */

.juju-stats-baroque {
    max-width: 1600px;
    margin: 0 auto;
    padding: 85px 80px;
    background: none;
    position: relative;
    overflow: hidden;
}

/* Decorative Borders (3 layers) */
.juju-stats-border {
    position: absolute;
    border: 1px solid rgba(201, 168, 137, 0.3);
    pointer-events: none;
}

.juju-stats-border-1 {
    inset: 12px;
}

.juju-stats-border-2 {
    inset: 20px;
    opacity: 0.6;
}

.juju-stats-border-3 {
    inset: 28px;
    opacity: 0.3;
}

/* Corner Ornaments */
.juju-stats-corner {
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L35 0 L35 5 L5 5 L5 35 L0 35 Z' fill='%23C9A889' opacity='0.5'/%3E%3Cpath d='M7 7 L30 7 L30 10 L10 10 L10 30 L7 30 Z' fill='%23B8977A' opacity='0.35'/%3E%3Ccircle cx='18' cy='18' r='3' fill='%23C9A889' opacity='0.6'/%3E%3Ccircle cx='18' cy='18' r='6' fill='none' stroke='%23C9A889' stroke-width='1' opacity='0.3'/%3E%3C/svg%3E");
    pointer-events: none;
}

.juju-corner-tl {
    top: 0;
    left: 0;
}

.juju-corner-tr {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

.juju-corner-bl {
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}

.juju-corner-br {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

/* Flourishes */
.juju-stats-flourish {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg width='350' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M175 30 Q145 15 115 30 Q85 45 55 30 M175 30 Q205 15 235 30 Q265 45 295 30' stroke='%23C9A889' stroke-width='2' fill='none' opacity='0.4'/%3E%3Ccircle cx='175' cy='30' r='8' fill='none' stroke='%23C9A889' stroke-width='1.5'/%3E%3Ccircle cx='175' cy='30' r='4' fill='%23C9A889'/%3E%3Ccircle cx='175' cy='30' r='2' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.juju-flourish-top {
    top: 20px;
}

.juju-flourish-bottom {
    bottom: 20px;
    transform: translateX(-50%) rotate(180deg);
}

/* Floating Circles */
.juju-stats-floating {
    position: absolute;
    border: 1px solid rgba(201, 168, 137, 0.15);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.4;
}

.juju-floating-1 {
    top: 25%;
    left: 6%;
    width: 35px;
    height: 35px;
    animation: juju-float1 9s ease-in-out infinite;
}

.juju-floating-2 {
    top: 60%;
    right: 8%;
    width: 28px;
    height: 28px;
    animation: juju-float2 11s ease-in-out infinite;
}

@keyframes juju-float1 {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-18px) rotate(180deg);
    }
}

@keyframes juju-float2 {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(-180deg);
    }
}

/* Stats Container */
.juju-stats-baroque .juju-stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
}

/* Connecting Line */
.juju-stats-line {
    position: absolute;
    top: 22%;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #E8DDD3 5%, #C9A889 50%, #E8DDD3 95%, transparent 100%);
    z-index: 0;
    opacity: 0.35;
}

.juju-stats-line::before,
.juju-stats-line::after {
    content: '\25C6';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #C9A889;
    font-size: 0.75rem;
}

.juju-stats-line::before {
    left: 22%;
}

.juju-stats-line::after {
    right: 22%;
}

/* Stat Card */
.juju-stat-card {
    padding: 0 28px;
    text-align: center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: translateY(0);
}

.juju-stat-card:hover {
    transform: translateY(-8px);
}

.juju-stat-card::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom, transparent, #E8DDD3 20%, #C9A889 50%, #E8DDD3 80%, transparent);
}

.juju-stat-card:last-child::after {
    display: none;
}

/* Stat Accent */
.juju-stat-accent {
    width: 50px;
    height: 20px;
    margin: 0 auto 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10 L20 10 M30 10 L45 10' stroke='%23C9A889' stroke-width='1' opacity='0.6'/%3E%3Ccircle cx='25' cy='10' r='3' fill='none' stroke='%23C9A889' stroke-width='1' opacity='0.6'/%3E%3Ccircle cx='25' cy='10' r='1.5' fill='%23C9A889' opacity='0.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* Icon Frame */
.juju-icon-frame {
    width: 100px;
    height: 100px;
    margin: 0 auto 32px;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    border: 3px solid #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05), inset 0 2px 4px rgba(255, 255, 255, 0.9);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.juju-icon-frame::before {
    content: '';
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(201, 168, 137, 0.25);
    border-radius: 50%;
}

.juju-icon-frame::after {
    content: '';
    position: absolute;
    inset: -6px;
    border: 1px dashed rgba(201, 168, 137, 0.15);
    border-radius: 50%;
}

.juju-stat-card:hover .juju-icon-frame {
    border-color: #C9A889;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    transform: rotate(12deg) scale(1.06);
    box-shadow: 0 12px 30px rgba(201, 168, 137, 0.18), inset 0 2px 4px rgba(255, 255, 255, 0.95);
}

.juju-icon-frame svg {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1;
}

/* Stat Number */
.juju-stats-baroque .juju-stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5.5rem;
    font-weight: 300;
    color: #2c2c2c;
    line-height: 1;
    margin-bottom: 20px;
}

.juju-stat-suffix {
    font-size: 3rem;
    color: #C9A889;
    font-weight: 400;
}

/* Stat Label */
.juju-stats-baroque .juju-stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2c2c2c;
}

.juju-stats-baroque .juju-stat-label::after {
    content: '\25C6';
    display: block;
    color: #C9A889;
    font-size: 0.65rem;
    margin-top: 10px;
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 1400px) {
    .juju-stats-baroque {
        padding: 75px 60px;
    }
}

@media (max-width: 1200px) {
    .juju-stats-baroque {
        padding: 70px 50px;
    }
    .juju-stats-baroque .juju-stat-number {
        font-size: 5rem;
    }
}

@media (max-width: 1024px) {
    .juju-stats-baroque .juju-stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
    .juju-stats-line {
        display: none;
    }
    .juju-stat-card::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .juju-stats-baroque {
        padding: 50px 30px;
    }
    .juju-stats-baroque .juju-stats-container {
        grid-template-columns: 1fr;
    }
    .juju-stat-card {
        padding: 30px 20px;
    }
    .juju-stats-baroque .juju-stat-number {
        font-size: 4.5rem;
    }
    .juju-stat-suffix {
        font-size: 2.8rem;
    }
}
