 
        body { margin: 0; font-family: 'Montserrat', sans-serif; background-color: #111111; color: #e0e0e0; }
        nav { display: flex; justify-content: center; background-color: #0a0a0a; padding: 18px; border-bottom: 2px solid #d4af37; }
        nav a { color: #bbbbbb; text-decoration: none; margin: 0 25px; text-transform: uppercase; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; }
        nav a:hover, .active { color: #d4af37; }
        section { padding: 90px 20px; max-width: 800px; margin: 0 auto; text-align: center; }
        h2 { font-family: 'Cinzel', serif; font-size: 2.4rem; text-transform: uppercase; letter-spacing: 4px; color: #ffffff; }
        .subtitle { font-family: 'Playfair Display', serif; font-style: italic; color: #d4af37; margin-bottom: 40px; }
   