/* G114: search-promise and first-viewport refinement for Men at Home. */
.men-home-page .solo-hero .guide-lede {
  max-width: 650px;
}

@media (max-width: 560px) {
  .men-home-page .solo-hero-copy {
    padding: 16px;
  }

  .men-home-page .solo-hero h1 {
    max-width: 10ch;
    margin: 10px 0 12px;
    font-size: clamp(2.3rem, 11.2vw, 3rem);
    line-height: .98;
  }

  .men-home-page .solo-hero .guide-lede {
    margin: 0;
    font-size: .9rem;
    line-height: 1.45;
  }

  .men-home-page .solo-hero .guide-link-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
  }

  .men-home-page .solo-hero .button {
    min-height: 48px;
  }

  .men-home-page .solo-hero .button.secondary {
    min-height: 44px;
    border-color: transparent;
    padding-inline: 6px;
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .men-home-page .solo-hero .guide-meta {
    gap: 5px;
    margin-top: 12px;
  }

  .men-home-page .solo-hero .guide-byline {
    margin-top: 9px;
    font-size: .7rem;
    line-height: 1.45;
  }

  .men-home-page .solo-hero-visual {
    min-height: 220px;
  }
}

@media (max-width: 370px) {
  .men-home-page .solo-hero .guide-link-row {
    grid-template-columns: 1fr;
  }

  .men-home-page .solo-hero .button.secondary {
    justify-self: start;
  }
}
