/* IQ Medya hero typography — 2026-09-11 */
.theme-aurora .hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.theme-aurora .hero h1 em { font-style: italic; }
.theme-aurora .hero h1 mark { display: inline-block; }
.theme-aurora .hero h1 mark::after { bottom: 0; height: 2px; box-shadow: none; }
@media (max-width: 600px) {
  .theme-aurora .hero h1 { font-size: clamp(38px, 10vw, 58px); letter-spacing: -0.04em; }
}