
        body { 
            font-family: 'Plus Jakarta Sans', sans-serif; 
            background: linear-gradient(135deg, #1e112a 0%, #11091c 100%); 
            color: #f1eef5; 
        }
        .serif-heading { font-family: 'Playfair Display', serif; }
        
        .hero-slide { opacity: 0; transition: opacity 1.2s ease-in-out; position: absolute; inset: 0; }
        .slide-active { opacity: 1 !important; position: relative; }
        
        .page-section { display: none; }
        .page-section.active { display: block; }
        
        .nav-link-active {
            color: #f59e0b !important;
            font-weight: 700;
            text-shadow: 0 0 12px rgba(245, 158, 11, 0.4);
        }
        .mobile-link-active {
            background-color: rgba(245, 158, 11, 0.1) !important;
            color: #f59e0b !important;
            font-weight: 600;
        }
  