/* Semantic hero heading without changing the visual composition. */
.home-page .hero-title > .hero-display-title {
  width: auto;
  margin: 0;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.home-page .hero-title > h1 {
  width: 729px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .55);
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
}

/* Restore the layered card depth neutralized by site-enhancements.css. */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .tilt-panel {
    contain: none;
    transform: perspective(720px) rotateX(var(--tilt-rx)) rotateY(var(--tilt-ry)) scale3d(var(--tilt-scale), var(--tilt-scale), 1) !important;
    transform-style: preserve-3d !important;
  }

  .tilt-panel > :not(.tilt-glare) {
    transform: translateZ(30px) !important;
    transform-style: preserve-3d !important;
  }

  .tilt-panel > img:not(.tilt-glare) {
    transform: translateZ(22px) scale(1.025) !important;
  }
}

@media (max-width: 900px) {
  .home-page .hero-title > .hero-display-title {
    width: auto !important;
    max-width: 100%;
    font-size: clamp(38px, 11vw, 54px) !important;
    line-height: .94 !important;
    letter-spacing: -.02em;
    overflow-wrap: normal;
  }

  .home-page .hero-title > h1 {
    width: min(100%, 390px) !important;
    max-width: 100%;
    margin: 16px 0 0 !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    white-space: normal !important;
  }
}

@media (max-width: 370px) {
  .home-page .hero-title > .hero-display-title {
    font-size: 36px !important;
  }
}
