.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.loading-text{display:flex;gap:.04em;align-items:baseline;flex-wrap:nowrap}.loading-letter{font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,3.2vw,2.8rem);font-weight:300;color:#fff;display:inline-block;will-change:transform,opacity,filter;letter-spacing:.01em}.loading-space{display:inline-block;width:.5em}.loading-line{width:60px;height:1px;background:#ffffff4d;position:relative;overflow:hidden}.loading-line:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff;animation:lineSlide 1.8s ease-in-out infinite;animation-delay:1.2s}@keyframes lineSlide{0%{left:-100%}50%{left:0%}to{left:100%}}
