/* Onosoji Platform v2.9.6 — hero geometry lock.
   The approved reference is the production v2.7 homepage composition.
   Preserve the newer interaction language, but stop changing the hero geometry. */

@media (min-width: 1101px) {
  .hero-v27 {
    padding: clamp(44px, 6vw, 84px) 0 clamp(38px, 5vw, 72px);
  }

  .hero-v27 > .shell {
    width: var(--shell);
  }

  .hero-grid-v27 {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .72fr);
    gap: clamp(44px, 7vw, 92px);
    align-items: center;
  }

  .hero-v27 h1 {
    max-width: 13.5ch;
    margin: 14px 0 0;
    font-size: clamp(3rem, 5.25vw, 5.25rem);
    line-height: .98;
    letter-spacing: -.048em;
    text-wrap: initial;
  }

  .hero-v27 .hero-intro {
    max-width: 640px;
    margin-top: 24px;
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.55;
  }

  .hero-portrait-v27 {
    width: auto;
    max-width: none;
    margin: 0;
  }

  .hero-portrait-v27 img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 18%;
  }
}
