.nav-link { font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 500; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.08em; transition: color 0.3s; }
.nav-link:hover { color: #E0C39D; }
.nav-link.active { color: #E0C39D; }
.destination-card { position: relative; overflow: hidden; border-radius: 1.25rem; cursor: pointer; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }