* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #121212; color: white; font-family: 'Inter', sans-serif; overflow-x: hidden; }
header { padding: 25px 40px; display: flex; justify-content: space-between; align-items: center; width: 100%; box-sizing: border-box; }
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; color: white; }
.logo-tiny { position: relative; width: 30px; height: 30px; }
.m-nav { color: #FFB81C; font-family: 'Playfair Display', serif; font-weight: 800; font-size: 20px; position: relative; z-index: 2; }
.a-nav { color: #8A2BE2; position: absolute; left: 10px; top: 4px; z-index: 1; font-family: 'Playfair Display', serif; font-weight: 800; font-size: 20px; }
.spark-nav { width: 4px; height: 4px; background: #FF4500; border-radius: 50%; position: absolute; top: -2px; left: 15px; }
.nav-links { display: flex; gap: 30px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
