/* Onosoji Platform v2.9.4 — approved homepage hero balance.
   The wide shell and substantial portrait from v2.9.3 stay. This pass corrects
   the remaining fault: the headline itself was still capped at a narrow 14ch,
   forcing newspaper-column wrapping inside a wide composition. */

@media (min-width: 1280px) {
  .hero-grid-v27 {
    grid-template-columns: minmax(0, 1.08fr) minmax(620px, .92fr);
    gap: clamp(58px, 4vw, 84px);
  }

  .hero-v27 h1 {
    max-width: 17.1ch;
    font-size: clamp(3.8rem, 4.25vw, 5.15rem);
    line-height: .985;
    letter-spacing: -.047em;
    text-wrap: balance;
  }

  .hero-v27 .hero-intro {
    max-width: 760px;
  }

  .hero-portrait-v27 {
    max-width: 790px;
  }
}

@media (min-width: 1500px) {
  .hero-v27 h1 {
    max-width: 17.4ch;
  }
}

@media (min-width: 1280px) and (max-width: 1499px) {
  .hero-v27 h1 {
    max-width: 16.6ch;
    font-size: clamp(3.55rem, 4.15vw, 4.65rem);
  }
  .hero-portrait-v27 {
    max-width: 735px;
  }
}
