/* On narrow screens, Karriaro's line and copper point replace stock arrow glyphs. */
@media(max-width:760px){
  .brand-cue{position:relative!important;display:inline-block!important;flex:0 0 34px;width:34px!important;min-width:34px;height:22px;overflow:hidden;color:inherit;font-size:0!important;line-height:0!important;letter-spacing:0!important;vertical-align:middle;transform:none!important}
  .brand-cue::before{content:"";position:absolute;left:1px;right:5px;top:10px;height:1px;background:currentColor;opacity:.82}
  .brand-cue::after{content:"";position:absolute;right:1px;top:6px;width:8px;height:8px;border-radius:50%;background:var(--cue-point,#b9644a);box-shadow:0 0 0 2px var(--cue-halo,#f5f3ed)}
  .brand-cue--up{flex-basis:22px!important;width:22px!important;min-width:22px!important;height:26px}
  .brand-cue--up::before{left:10px;right:auto;top:8px;width:1px;height:16px}
  .brand-cue--up::after{left:6.5px;right:auto;top:1px}
  .hero-world .brand-cue,.outcome-card--inquire .brand-cue,.project-trail-link .brand-cue,.button-dark .brand-cue{--cue-point:#e4a082;--cue-halo:transparent}
  a:active .brand-cue::after,button:active .brand-cue::after{transform:scale(1.25)}
}
@media(prefers-reduced-motion:reduce){.brand-cue::after{transition:none}}
