.brand-scroll-cue{display:flex;flex-direction:column;align-items:center;gap:.35rem;pointer-events:none;opacity:.72}.brand-scroll-cue__mark{width:1.35rem;height:auto;animation:brand-scroll-breathe 2.8s cubic-bezier(.33,1,.68,1) infinite}.brand-scroll-cue__stem{width:1px;height:1.75rem;background:linear-gradient(180deg,color-mix(in srgb,var(--brand-light) 70%,transparent),transparent);transform-origin:top center;animation:brand-scroll-stem 2.8s cubic-bezier(.33,1,.68,1) infinite}@keyframes brand-scroll-breathe{0%,to{transform:translateY(0);opacity:.65}50%{transform:translateY(4px);opacity:1}}@keyframes brand-scroll-stem{0%,to{transform:scaleY(.7);opacity:.35}50%{transform:scaleY(1);opacity:.85}}@media (prefers-reduced-motion:reduce){.brand-scroll-cue__mark,.brand-scroll-cue__stem{animation:none}}