/* Hub hero — типографика lead (press — в page-press.css) */

#design-root [class$="-hub-hero__lead"] {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 900px) {
  /* Desktop min-height:80px на title-row центрирует H1 и наезжает на lead */
  [class$="-hub-hero__title-row"],
  .press-hero__title-row {
    min-height: 0;
  }

  /* Figma хабы (пресса/кейсы/памятки/курсы/видео): 30/105, не 20 */
  #design-root [class$="-hub-hero__title"],
  #design-root [class$="-hub-hero__title"][style*="--otido-fs"] {
    font-family: Inter, system-ui, sans-serif;
    font-size: 30px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    font-variation-settings: "slnt" 0, "wght" 480;
  }

  /* Academy / diagnostics hero-stage и прочие .hero-title с ACF-типографикой */
  #design-root .hero-title[style*="--otido-fs"],
  #design-root .hero-title [style*="--otido-fs"] {
    font-size: 24px;
    line-height: 105%;
    letter-spacing: -0.03em;
  }

  #design-root [class$="-hub-hero__lead"] {
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
  }
}
