.hop-site-main,
.site-main {
  display: block;
}

.hop-page-hero {
  padding: 5rem 0 4rem;
}

.hop-page-hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.hop-page-hero__copy {
  max-width: 640px;
}

.hop-page-hero__lead {
  font-size: 1.05rem;
  line-height: 1.8;
}

.hop-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hop-split-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.hop-category-tile {
  overflow: hidden;
}

.hop-category-tile__content h3,
.hop-card__content h3 {
  margin-bottom: 0.75rem;
}

.hop-category-tile__content p,
.hop-card__content p {
  margin-bottom: 1rem;
}

.hop-card {
  overflow: hidden;
}

.hop-text-center {
  text-align: center;
}

.hop-stack > * + * {
  margin-top: 1rem;
}

.hop-spacer-top {
  margin-top: 2rem;
}

.hop-spacer-bottom {
  margin-bottom: 2rem;
}

.hop-list-clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hop-men-theme .hop-page-hero,
.hop-men-theme .hop-section {
  color: var(--hop-men-text);
}

.hop-men-theme .hop-page-hero__lead,
.hop-men-theme .hop-category-tile__content p,
.hop-men-theme .hop-card__content p {
  color: var(--hop-men-muted);
}

@media (max-width: 920px) {
  .hop-page-hero__inner,
  .hop-split-showcase {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hop-page-hero {
    padding: 4rem 0 3rem;
  }

  .hop-page-hero__copy {
    max-width: 100%;
  }
}