/* Homepage hero visual alignment — restores the established v2.9 editorial treatment
   while preserving the new executive proposition. Loaded after home-executive.v300.css. */

.home-executive .hero-executive {
  padding: clamp(54px, 6vw, 82px) 0 clamp(56px, 6vw, 88px);
  background: var(--ux-paper, #fbfaf6);
}

.home-executive .hero-executive::before {
  display: none;
}

.home-executive .hero-grid-executive {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr);
  gap: clamp(50px, 7vw, 96px);
  align-items: center;
}

.home-executive .hero-copy-executive h1 {
  max-width: 13ch;
  font-size: clamp(2.9rem, 4.35vw, 4.65rem);
  line-height: 1.01;
  letter-spacing: -.044em;
}

.home-executive .hero-intro-executive {
  max-width: 650px;
  margin-top: 24px;
  color: #56665d;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.56;
}

.home-executive .hero-portrait-executive {
  width: 100%;
  max-width: 470px;
  justify-self: end;
  align-self: center;
}

.home-executive .hero-portrait-executive img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border: 0;
  border-radius: var(--ux-radius-lg, 28px);
  box-shadow: 0 28px 70px rgba(5,39,30,.10);
}

.home-executive .hero-portrait-executive figcaption {
  margin-top: 14px;
  padding-left: 4px;
}

@media (max-width: 1100px) {
  .home-executive .hero-grid-executive {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
    gap: 48px;
  }

  .home-executive .hero-copy-executive h1 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 4.7vw, 4.15rem);
  }

  .home-executive .hero-portrait-executive {
    max-width: 420px;
  }
}

@media (max-width: 900px) {
  .home-executive .hero-grid-executive {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-executive .hero-copy-executive h1 {
    max-width: 13ch;
  }

  .home-executive .hero-portrait-executive {
    display: block;
    width: min(100%, 520px);
    max-width: 520px;
    justify-self: start;
    order: 2;
  }
}

@media (max-width: 760px) {
  .home-executive .hero-executive {
    padding: 42px 0 48px;
  }

  .home-executive .hero-grid-executive {
    gap: 30px;
  }

  .home-executive .hero-copy-executive h1 {
    max-width: 10ch;
    font-size: clamp(2.65rem, 11.7vw, 4rem);
    line-height: .98;
  }

  .home-executive .hero-intro-executive {
    margin-top: 20px;
    font-size: 1.04rem;
  }

  .home-executive .hero-portrait-executive {
    display: block;
    width: min(100%, 430px);
    max-width: 430px;
    margin: 2px auto 0;
    justify-self: center;
  }

  .home-executive .hero-portrait-executive img {
    aspect-ratio: 4 / 5;
    border-radius: var(--ux-radius-lg, 28px);
    box-shadow: 0 22px 54px rgba(5,39,30,.10);
  }

  .home-executive .hero-portrait-executive figcaption {
    display: block;
    margin-top: 12px;
    padding-left: 4px;
  }
}
