/* koria.art — consolidated heading scale refinement (v3) */
/* Desktop and tablet only: existing mobile rules continue below 761px. */
@media (min-width: 761px) {
  /* Restrained hero title */
  .hero h1 {
    font-size: clamp(62px, 6.3vw, 78px);
  }

  /* Requested unified heading scale */
  .intro h2,
  .process-title,
  .award h2,
  .about h2 {
    font-size: 54px;
  }
}
