.ma-scroll-cue{position:absolute;left:50%;bottom:34px;transform:translateX(-50%);z-index:9999;display:inline-flex;flex-direction:column;align-items:center;gap:12px;color:#ffffff;text-decoration:none;text-transform:uppercase;letter-spacing:0.22em;font-size:0.72rem;font-weight:900;opacity:1;text-shadow:0 0 8px rgba(255,255,255,0.75),0 0 18px rgba(184,139,74,0.55)}.ma-scroll-cue:hover{color:#b88b4a}.ma-scroll-text{display:block}.ma-scroll-arrow{width:22px;height:22px;border-right:3px solid currentColor;border-bottom:3px solid currentColor;transform:rotate(45deg);animation:maScrollArrow 1.15s ease-in-out infinite;filter:drop-shadow(0 0 6px rgba(255,255,255,0.85))drop-shadow(0 0 14px rgba(184,139,74,0.7))}.ma-scroll-cue::after{content:"";width:2px;height:46px;background:linear-gradient(to bottom,rgba(255,255,255,0.95),rgba(184,139,74,0.7),rgba(184,139,74,0));animation:maScrollLine 1.15s ease-in-out infinite;box-shadow:0 0 8px rgba(255,255,255,0.7),0 0 14px rgba(184,139,74,0.6)}@keyframes maScrollArrow{0%,100%{transform:translateY(0) rotate(45deg);opacity:0.65}50%{transform:translateY(9px) rotate(45deg);opacity:1}}@keyframes maScrollLine{0%,100%{opacity:0.45;transform:scaleY(0.72);transform-origin:top}50%{opacity:1;transform:scaleY(1);transform-origin:top}}