.nav-link { position: relative; font-size: 0.85rem; font-weight: 400; letter-spacing: 0.05em; color: rgba(255,255,255,0.7); transition: color 0.3s; text-transform: uppercase; }
.nav-link:hover { color: #D9B95E; }
.nav-link.active { color: #D9B95E; }
.nav-link.active::after { content:''; position: absolute; bottom: -8px; left: 0; right: 0; height: 1px; background: #D9B95E; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }