.soul-intro{display:none}
.intro-ready .soul-intro{position:fixed;inset:0;z-index:1000;display:block;overflow:hidden}
.soul-intro__screen{display:block;width:100%;height:100%}
.soul-intro__name{font-family:var(--font-display);font-weight:600;font-size:min(37vw,74svh);letter-spacing:-.055em;stroke-width:1.4px;stroke-linejoin:miter;stroke-miterlimit:2;paint-order:stroke fill}
.soul-intro__brand{position:absolute;right:5%;top:6%;font:500 clamp(17px,1.4vw,24px)/1.3 var(--font-ui);letter-spacing:.2em;color:#edece4;animation:intro-brand-away 500ms var(--ease-out) 1700ms both}
.intro-ready .hero-content>*{animation-play-state:paused!important}
.intro-ready .nav,.intro-ready .hero-bottom{visibility:hidden}
@keyframes intro-brand-away{from{opacity:1}to{opacity:0}}
@media(max-width:700px){.soul-intro__name{font-size:40vw;stroke-width:1px}.soul-intro__brand{font-size:16px;right:6%;top:max(28px,env(safe-area-inset-top))}}
@media(prefers-reduced-motion:reduce){.intro-ready .soul-intro{display:none}.soul-intro__name,.soul-intro__brand{animation:none}}
