.home-modes {
  align-items: start;
}

body[data-page="home"] .section-title {
  font-size: clamp(1.9rem, 2.9vw, 2.75rem);
  line-height: 1.08;
}

body[data-page="home"] .section-title--medium {
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
}

.home-story {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
}

@media (max-width: 960px) {
  .home-story {
    grid-template-columns: 1fr;
  }
}
