/* Isolated scroll instruction; the centerpiece styles and JS are unchanged. */
.scroll-prompt{display:none}
.motion-enabled .scroll-prompt{display:flex;align-items:center;gap:12px;margin-top:16px;color:#f0a19a;font:700 12px/1.5 var(--mono);letter-spacing:.025em;animation:prompt-drift 2.2s ease-in-out 2}
.scroll-prompt>span{font:400 22px/1 var(--sans)}
@keyframes prompt-drift{0%,100%{opacity:1;transform:translateY(0)}50%{opacity:.6;transform:translateY(4px)}}
@media(max-width:1000px){.motion-enabled .scroll-prompt{margin-top:10px;font-size:10px}}
@media(max-width:760px){.motion-enabled .scroll-prompt{width:max-content;max-width:100%;padding:6px 10px;background:#101313;border:1px solid #545b55}}
@media(prefers-reduced-motion:reduce){.motion-enabled .scroll-prompt{animation:none}}
