/* Local finishing layer for the preserved, exported showcase designs. */
@media (min-width: 1101px) {
  .mira-program__phase h3 {
    font-size: clamp(1.8rem, 2.6vw, 3rem);
    line-height: 1.06;
  }
}

@media (max-width: 700px) {
  .north-study-bar {
    display: grid;
    height: 40px;
    padding: 4px 12px;
    white-space: normal;
    overflow: visible;
  }

  .north-header {
    top: 40px;
  }

  .north-header > nav {
    top: 64px;
  }

  .north-hero {
    padding-top: 120px;
  }
}
