.wctn-splash{position:fixed;inset:0;z-index:9999;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;opacity:1;transition:opacity .5s ease-out}.wctn-splash.wctn-phase-fadeout{opacity:0;pointer-events:none}.wctn-image-wrap{position:absolute;inset:0;clip-path:circle(0 at 50% 50%);-webkit-clip-path:circle(0 at 50% 50%);transition:clip-path .7s ease-out}.wctn-splash.wctn-phase-defocus .wctn-image-wrap,.wctn-splash.wctn-phase-fadeout .wctn-image-wrap,.wctn-splash.wctn-phase-shutter .wctn-image-wrap{clip-path:circle(80% at 50% 50%);-webkit-clip-path:circle(80% at 50% 50%)}.wctn-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:blur(24px) brightness(1.05);transform:scale(1.08);transition:filter 1s ease-out,transform 1s ease-out;will-change:filter,transform}.wctn-splash.wctn-phase-defocus .wctn-image,.wctn-splash.wctn-phase-fadeout .wctn-image{filter:blur(0) brightness(1);transform:scale(1)}.wctn-text{position:relative;z-index:1;font-family:var(--ff-display,var(--font-display),"Cormorant Garamond",Georgia,serif);font-style:italic;font-weight:400;font-size:clamp(2rem,6vw,4.25rem);color:#fff;letter-spacing:.02em;text-shadow:0 1px 24px rgba(0,0,0,.45);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:1;transition:opacity .22s ease-out}.wctn-splash.wctn-phase-defocus .wctn-text,.wctn-splash.wctn-phase-fadeout .wctn-text,.wctn-splash.wctn-phase-shutter .wctn-text{opacity:0}.wctn-typed{white-space:pre}.wctn-cursor{display:inline-block;margin-left:.05em;font-style:normal;font-weight:300;animation:wctn-blink 1s steps(2) infinite}@keyframes wctn-blink{0%,49%{opacity:1}50%,to{opacity:0}}.wctn-splash.wctn-reduced .wctn-image-wrap{clip-path:circle(80% at 50% 50%);-webkit-clip-path:circle(80% at 50% 50%);transition:none}.wctn-splash.wctn-reduced .wctn-image{filter:none;transform:none;transition:none}.wctn-splash.wctn-reduced .wctn-cursor{animation:none;opacity:0}