:root { --lux-emerald: #1a3c34; --lux-gold: linear-gradient(135deg, #BFA380 0%, #8E7356 100%); --lux-cream: #FBF9F6; }
        body { font-family: 'Manrope', sans-serif; background: var(--lux-cream); color: #1F2937; }
        .serif { font-family: 'Playfair Display', serif; }
        .hero-bg { background: linear-gradient(135deg, #132a24 0%, #2c4e58 100%); }
        .btn-gold { background: var(--lux-gold); color: white; transition: all 0.3s ease; }
        .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(142, 115, 86, 0.3); }
        .nav-scrolled { background: rgba(26, 60, 52, 0.98); backdrop-blur: 10px; border-bottom: 1px solid rgba(191, 163, 128, 0.2); }