@import url("./styles-mobile-v1.css");

/* Narrow-screen wordmark: keep the longest Cyrillic word inside the viewport. */
@media (max-width: 680px) {
  .hero h1 {
    font-size: clamp(2.15rem, 10.4vw, 3.25rem);
    letter-spacing: -0.05em;
    line-height: 0.92;
  }
}
