/* Persistent guide inside the pinned opening; scrolls away with its section. */
.scroll-guide{position:absolute;z-index:15;bottom:16px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none;width:max-content;max-width:96%;text-align:center;color:#332f2d}
.scroll-guide svg{width:90px;height:74px;fill:none;stroke:currentColor;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;opacity:.6;animation:guide-breathe 2.2s ease-in-out infinite}
.scroll-guide strong{font-size:clamp(18px,1.6vw,23px);font-weight:850;line-height:1.35;white-space:nowrap}
.swipe-guide,.guide-mobile{display:none}
.opening-stage .opening-hint{display:none}
.opening-stage .scroll-invitation{bottom:130px}
.opening-stage .scroll-invitation span,.opening-stage .scroll-invitation .down-arrow{display:none}
.shot-reveal .shot-art,.shot-hat .shot-art{height:78%;margin-top:5svh}
.opening-stage .outfit-choices a:first-child,.opening-stage .outfit-choices a:last-child{bottom:18%}
@keyframes guide-breathe{0%,100%{translate:0 0;opacity:.55}50%{translate:0 6px;opacity:.75}}
@media(max-width:700px){
.scroll-guide{bottom:max(14px,env(safe-area-inset-bottom));padding:4px 12px 0;border-radius:24px;background:radial-gradient(ellipse,#fbfdfce6, #fbfdfc00 75%)}
.scroll-guide .swipe-guide{display:block;width:100px;height:84px}.scroll-guide .mouse-guide,.guide-desktop{display:none}.guide-mobile{display:block}
.scroll-guide strong{font-size:clamp(18px,4.8vw,22px)}
.opening-stage .scroll-invitation{bottom:140px;width:94%;left:3%;transform:none}.opening-stage .scroll-invitation strong{font-size:17px}
.shot-reveal .shot-art,.shot-hat .shot-art{height:62svh;margin-top:6svh}
.opening-stage .outfit-choices a:first-child,.opening-stage .outfit-choices a:last-child{bottom:150px}
.end-tag{top:19%}.end-sock{top:37%}.end-heart{top:51%}.end-pearl{top:21%}.end-card{top:35%}.end-hehe{top:51%}
.shot-face .shot-art,.shot-feet .shot-art{mask-image:linear-gradient(#000 78%,transparent 91%)}
}
@media(max-height:700px) and (max-width:700px){.scroll-guide .swipe-guide{height:65px;width:84px}.scroll-guide strong{font-size:17px}.opening-stage .outfit-choices a:first-child,.opening-stage .outfit-choices a:last-child{bottom:120px}.shot-reveal .shot-art,.shot-hat .shot-art{height:59svh}.opening-stage .scroll-invitation{bottom:115px}}
@media(prefers-reduced-motion:reduce){.scroll-guide svg{animation:none}.scroll-guide{bottom:14px}}
