.splash-video-overlay{position:fixed;inset:0;z-index:999999;background:#000000;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;opacity:1;transition:opacity .8s cubic-bezier(.4,0,.2,1);will-change:opacity}.splash-video-overlay.fade-out{opacity:0;pointer-events:none}.splash-video{top:0;left:0;width:100vw;height:100vh;object-fit:cover;object-position:center;display:block;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.splash-logo-flyer,.splash-video{position:absolute;pointer-events:none}.splash-logo-flyer{top:50%;left:50%;width:140px;height:140px;margin-left:-70px;margin-top:-70px;display:flex;align-items:center;justify-content:center;z-index:2;transform:translate(0) scale(1);opacity:1;transition:transform .85s cubic-bezier(.16,1,.3,1),opacity .85s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.splash-logo-img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 4px 20px rgba(0,0,0,.5))}.splash-skip-hint{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.6);font-family:Cormorant Garamond,Playfair Display,Georgia,serif;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;background:rgba(0,0,0,.4);padding:6px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.15);pointer-events:none;backdrop-filter:blur(4px);animation:splashHintPulse 2s ease-in-out infinite}@keyframes splashHintPulse{0%,to{opacity:.5}50%{opacity:.95}}@media (max-width:640px){.splash-logo-flyer{width:110px;height:110px;margin-left:-55px;margin-top:-55px}}