html.case-intro-open{overflow:hidden}
.v62 .case-intro,.v62 .case-intro *{cursor:auto}
.v62 .case-intro{position:fixed;inset:0;box-sizing:border-box;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:clamp(24px,4vw,64px);border:0;overflow:hidden;color:var(--text,#f5edf9);background:radial-gradient(ellipse at 75% -10%,#60437765,transparent 62%),radial-gradient(ellipse at 5% 110%,#33264466,transparent 62%),#100c18;animation:case-intro-arrive .55s cubic-bezier(.4,0,.15,1) both}
.v62 .case-intro[open]{display:flex;flex-direction:column;justify-content:space-between}
.v62 .case-intro::backdrop{background:#100c18}
.case-intro-brand{display:flex;align-items:baseline;gap:4px;font-size:21px;letter-spacing:-.06em}
.case-intro-brand i{width:5px;height:5px;border-radius:50%;background:var(--accent,#91eab0)}
.case-intro-center{width:100%;text-align:center;padding:30px 0;animation:case-intro-title .9s .12s cubic-bezier(.2,.7,.15,1) both}
.v62 .case-intro-eyebrow{margin:0 0 23px;color:var(--accent,#91eab0);font-size:11px;letter-spacing:.16em;line-height:1.6;text-transform:uppercase}
.v62 #caseIntroTitle{font-size:clamp(52px,9.5vw,148px);font-weight:450;line-height:1.02;letter-spacing:-.065em;margin:0;text-wrap:balance}
.v62 #caseIntroSubtitle{font-size:clamp(15px,1.7vw,20px);line-height:1.6;color:var(--muted,#baa6cb);max-width:40ch;margin:25px auto 0;text-wrap:balance}
.case-intro-footer{width:min(360px,100%);margin:0 auto;text-align:center}
.case-intro-rule{display:block;height:1px;background:#b49cc62b;overflow:hidden}
.case-intro-rule::after{content:'';display:block;width:100%;height:100%;background:var(--accent,#91eab0);transform-origin:left;animation:case-intro-progress 2.1s linear both}
.v62 .case-intro-footer button{display:inline-flex;align-items:center;gap:16px;min-height:44px;margin-top:13px;padding:8px 16px;background:none;border:0;border-radius:8px;color:var(--muted,#baa6cb);font:inherit;font-size:13px;cursor:pointer}
.v62 .case-intro-footer button:hover{color:var(--text)}
.v62 .case-intro-footer button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.case-intro-footer button span{color:var(--accent)}
.v62 .case-intro.is-leaving{animation:case-intro-depart .5s cubic-bezier(.6,0,.2,1) both}
@keyframes case-intro-arrive{from{transform:translateY(-100%)}to{transform:translateY(0)}}
@keyframes case-intro-title{from{opacity:0;transform:translateY(24px) scale(.94);filter:blur(8px)}to{opacity:1;transform:none;filter:none}}
@keyframes case-intro-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes case-intro-depart{from{transform:translateY(0);opacity:1}to{transform:translateY(-12%);opacity:0}}
@media(max-width:760px){.v62 .case-intro{padding:28px 22px max(20px,env(safe-area-inset-bottom))}.v62 #caseIntroTitle{font-size:clamp(48px,12vw,86px)}.v62 #caseIntroSubtitle{max-width:30ch}.v62 .case-intro-eyebrow{font-size:10px}}
@media(prefers-reduced-motion:reduce){.v62 .case-intro,.case-intro-center,.case-intro-rule::after{animation:none!important}}
