@keyframes elegantFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}@keyframes progressLoad{to{width:100%}}@keyframes swipeDown{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes fadeInOut{0%,to{opacity:.8}50%{opacity:.4}}.animate-elegantFadeIn{animation:elegantFadeIn 1.5s ease-out forwards}.animate-fadeOut{animation:fadeOut 1s ease-out forwards}.animate-progressLoad{animation:progressLoad 2s ease-out forwards}.animate-swipeDown{animation:swipeDown 2s ease-in-out infinite}.animate-fadeInOut{animation:fadeInOut 2s ease-in-out infinite}@keyframes swipeLeft{0%{transform:translateX(40px);opacity:.01}to{transform:translateX(0);opacity:1}}@keyframes swipeRight{0%{transform:translateX(-40px);opacity:.01}to{transform:translateX(0);opacity:1}}.animate-swipeLeft{animation:swipeLeft .35s ease-out}.animate-swipeRight{animation:swipeRight .35s ease-out}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--charcoal);z-index:10000;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:fadeOut 1s ease-out 2.5s forwards}.loading-logo{font-family:Playfair Display,serif;font-size:48px;font-weight:300;color:var(--gold);letter-spacing:4px;margin-bottom:30px;opacity:0;animation:elegantFadeIn 1.5s ease-out .5s forwards}.loading-bar{width:300px;height:1px;background:rgba(212,175,55,.2);position:relative;overflow:hidden}.loading-progress{width:0;height:100%;background:linear-gradient(90deg,transparent,var(--gold),transparent);animation:progressLoad 2s ease-out forwards}@media (max-width:1200px){.loading-logo{font-size:42px;letter-spacing:3px;margin-bottom:28px}.loading-bar{width:280px}}@media (max-width:768px){.loading-logo{font-size:36px;letter-spacing:2px;margin-bottom:24px;text-align:center;width:100%;padding:0 20px;word-wrap:break-word;hyphens:auto}.loading-bar{width:260px;max-width:90vw;margin:0 auto}}@media (max-width:480px){.loading-logo{font-size:24px;letter-spacing:1px;margin-bottom:20px;padding:0 16px}.loading-bar{width:220px;max-width:85vw;height:1px}}@media (max-width:360px){.loading-logo{font-size:20px;letter-spacing:.5px;margin-bottom:16px;padding:0 12px}.loading-bar{width:180px;max-width:80vw}}