.luxury-loader{z-index:9999;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-in fadeIn;display:flex;position:fixed;inset:0}.brand-name{letter-spacing:.5em;color:#efbf04;text-transform:uppercase;margin-bottom:30px;font-family:Cinzel;font-size:2rem;animation:2s infinite alternate glow}.loader-ring{width:90px;height:90px;position:relative}.ring{border:3px solid #d4af374d;border-top-color:#efbf04;border-radius:50%;width:90px;height:90px;animation:1.2s linear infinite spin;box-shadow:0 0 20px #d4af3766}@keyframes spin{to{transform:rotate(360deg)}}@keyframes glow{0%{text-shadow:0 0 5px #d4af3733}to{text-shadow:0 0 15px #d4af37cc}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}html[data-nextjs-scroll-focus-boundary] .luxury-loader{opacity:0;transition:opacity .4s ease-out}
