/* Onosoji Platform v2.9.2 — approved homepage hero composition.
   Preserve the broad editorial two-column hero shown in the approved reference.
   The Liquid Glass navigation sits above it; it must not compress the hero itself. */

@media (min-width: 1101px) {
  .hero-v27 {
    padding-top: 52px;
    padding-bottom: 58px;
  }
  .hero-grid-v27 {
    grid-template-columns: minmax(0, 1.12fr) minmax(500px, .88fr);
    gap: clamp(52px, 6vw, 88px);
    align-items: center;
  }
  .hero-copy {
    min-width: 0;
  }
  .hero-v27 h1 {
    max-width: 13.8ch;
    font-size: clamp(3.7rem, 4.8vw, 5.35rem);
    line-height: .98;
    letter-spacing: -.048em;
  }
  .hero-v27 .hero-intro {
    max-width: 690px;
    font-size: clamp(1.06rem, 1.3vw, 1.22rem);
    line-height: 1.58;
  }
  .hero-portrait-v27 {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
  }
  .hero-portrait-v27 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .hero-grid-v27 {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
    gap: 38px;
  }
  .hero-v27 h1 {
    max-width: 14ch;
    font-size: clamp(3rem, 5vw, 4.1rem);
  }
  .hero-portrait-v27 {
    max-width: 560px;
    margin-left: auto;
  }
}

@media (max-width: 820px) {
  .hero-grid-v27 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hero-copy { order: 1; }
  .hero-portrait-v27 { order: 2; max-width: 100%; margin: 0; }
  .hero-v27 h1 { max-width: none; }
}
