/* ==================================================================
   Guided — "Mastery before momentum."  (LOCAL PREVIEW ONLY)
   ================================================================== */

/* the brain scribble it replaces */
.gs-research svg { display: none !important; }

.gs-research-shot {
  width: 100%;
  aspect-ratio: 2 / 1;
  background: #FFFFFF url("assets/research-stairs.jpg") center / contain no-repeat;
}

@media (max-width: 1024px) {
  /* upright crop on the phone: the wide one shrinks the children to
     nothing at ~340px */
  .gs-research-shot {
    aspect-ratio: 1100 / 1424;
    background-image: url("assets/research-stairs-mobile.jpg");
    max-width: 380px;
    margin: 0 auto;
  }
}
