/* The original 2.2.4 logo and sculpture layout, with restored entrance words. */
body.story-entry-active{overflow:hidden}
.story-entrance .entrance-copy{display:grid;text-shadow:0 2px 18px #061416,0 0 34px #061416}
.story-entrance .entrance-copy>*{grid-area:1/1;align-self:center;margin:0;color:#fffdf5;font:inherit;opacity:0;transition:opacity .45s ease;text-wrap:balance}
.story-entrance .story-quote{transition:opacity 1.1s ease}
.story-entrance .story-invitation{font-size:clamp(36px,3.8vw,62px);font-weight:600;line-height:1.12;letter-spacing:-.025em;transform:translateY(10px);transition:opacity .85s ease .15s,transform .85s cubic-bezier(.2,.65,.3,1) .15s}
.story-entrance[data-phase="invitation"] .story-invitation{transform:translateY(0)}
.story-entrance .story-reasons{font-size:clamp(32px,3.4vw,56px);line-height:1.16;display:flex;flex-direction:column;gap:.2em}
.story-entrance .story-reasons span{opacity:0;transform:translateY(7px);transition:opacity .55s ease,transform .55s ease}
.story-entrance .story-reasons span:last-child{color:#a4f3e3}
.story-entrance[data-phase="quote"] .story-quote,
.story-entrance[data-phase="bills"] .story-reasons,
.story-entrance[data-phase="future"] .story-reasons,
.story-entrance[data-phase="home"] .story-reasons,
.story-entrance[data-phase="invitation"] .story-invitation{opacity:1}
.story-entrance[data-phase="bills"] .story-reasons span:first-child,
.story-entrance[data-phase="future"] .story-reasons span:nth-child(-n+2),
.story-entrance[data-phase="home"] .story-reasons span{opacity:1;transform:none}
.story-entrance .story-progress i{width:100%;transform:scaleX(var(--story-progress,0));transform-origin:left}
.story-entrance .story-silent{background:transparent;border:0;color:#d6e6e0;font:13px 'Exo',sans-serif;min-height:44px;cursor:pointer;margin-top:8px;padding:10px}
.story-entrance button:focus-visible{outline:2px solid #a4f3e3;outline-offset:4px}
.story-entrance [hidden]{display:none!important}
.journey-v2 .story-entrance.surface-opening .entrance-copy{opacity:0}
@media(max-width:760px){
 .journey-v2 .story-entrance .story-skip{position:absolute;inset:12px 12px auto auto;font-size:12px}
 .journey-v2 .story-entrance .entrance-copy{min-height:180px}
 .story-entrance .story-reasons{font-size:clamp(30px,7.5vw,40px)}
 .story-entrance .story-invitation{font-size:clamp(34px,8vw,46px)}
}
@media(max-height:540px){.story-entrance .story-invitation{font-size:clamp(28px,6.8vh,38px)}.story-entrance .story-reasons{font-size:clamp(25px,6vh,34px);line-height:1.14}}
@media(prefers-reduced-motion:reduce){.journey-v2 .story-entrance{display:none}}
