@media screen and (max-width: 640px) {

  /* HERO TITLE */
  .uc-page-banner .t-cover__title,
  .uc-page-banner .t-title,
  .uc-page-banner .t-name,
  .uc-page-banner .t-text,
  .uc-page-banner .t-heading {
    font-size: 18px !important;
    line-height: 1.15 !important;
    letter-spacing: 0.02em !important;
    transform: none !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    color: rgba(0,0,0,0.70) !important;
    text-shadow: 0 1px 2px rgba(255,255,255,0.35) !important;
  }

  /* HERO DESCRIPTION */
  .uc-page-banner .t-cover__descr,
  .uc-page-banner .t-descr {
    font-size: 16px !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    transform: none !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    color: rgba(0,0,0,0.60) !important;
    text-shadow: 0 1px 2px rgba(255,255,255,0.30) !important;
  }

}
@media screen and (max-width: 640px) {

  /* Subtle edge stabilisation for hero title + description */
  .uc-page-banner .t-cover__title,
  .uc-page-banner .t-title,
  .uc-page-banner .t-heading,
  .uc-page-banner .t-cover__descr,
  .uc-page-banner .t-descr {
    text-shadow:
      0 0.5px 0 rgba(255,255,255,0.45),
      0 1px 1px rgba(255,255,255,0.20);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
  }

  /* Reduce all-caps wobble very slightly */
  .uc-page-banner .t-cover__title,
  .uc-page-banner .t-title,
  .uc-page-banner .t-heading {
    letter-spacing: 0.01em !important;
  }

}



