body>nav{background-color:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 6px 16px var(--shadow-light);position:fixed;top:0;width:100%;z-index:1000;--nav-height:72px;transition:transform .3s ease,background-color .25s ease,box-shadow .25s ease;will-change:transform,background-color}body>nav.nav--hidden{transform:translateY(-100%)}body>nav.scrolled{background-color:rgba(255,255,255,.75);box-shadow:0 8px 22px var(--shadow-light)}@media (prefers-reduced-motion:reduce){body>nav{transition:none}}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{color:var(--brand-color)}@supports (-webkit-background-clip:text) or (background-clip:text){.logo{background:var(--hero-word-gradient,linear-gradient(90deg,#0ea5e9 0,#60a5fa 35%,#8b5cf6 70%,#22c55e 100%));-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.logo .logo-2{background:0 0!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:#d4a300!important;color:#d4a300!important}}