/* Luminous Consults v177
   Restores the established v174 layout and formatting.
   Only the menu order, concise Spark/contact copy, and flight position are refined. */

/* Pull the artwork into the signup area without shifting the existing twinkle coordinates. */
#stay-connected .journey-light-banner{
  transform:translateY(-96px)!important;
}
#stay-connected .journey-lumi{
  top:clamp(-10.2rem,-12vw,-8.25rem)!important;
  right:clamp(-.35rem,.8vw,.45rem)!important;
  width:clamp(78px,8vw,108px)!important;
}
#stay-connected .journey-flight{
  margin-top:-.35rem!important;
  margin-bottom:-92px!important;
}

@media(max-width:700px){
  #stay-connected .journey-light-banner{
    transform:translateY(-62px)!important;
  }
  #stay-connected .journey-lumi{
    top:-7.1rem!important;
    right:-.3rem!important;
    width:70px!important;
  }
  #stay-connected .journey-flight{
    margin-top:-.15rem!important;
    margin-bottom:-58px!important;
  }
}
