:root {
  --home-hero-max-width: 34rem;
}

.hero__title {
  max-width: var(--home-hero-max-width);
}

.hero__subtitle {
  max-width: var(--home-hero-max-width);
}

.hero__actions {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

.hero__actions .button {
  min-width: 10rem;
}

.note-disclaimer {
  max-width: 36rem;
}

.home-highlight-grid .card,
.home-blog-grid .card,
.home-reviews-grid .card,
.home-reservation-grid .card,
.home-newsletter-grid .card {
  height: 100%;
}

.home-blog-grid .card__title,
.home-reviews-grid .card__title {
  font-size: var(--font-size-xl);
}

.home-reviews-grid .card__subtitle {
  margin-bottom: var(--space-3);
}

.home-reservation-grid .card,
.home-newsletter-grid .card {
  align-self: stretch;
}

.home-social-links {
  margin-top: var(--space-4);
}

.home-social-links p {
  margin-top: var(--space-2);
}

@media (max-width: 960px) {
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: var(--space-16);
  }

  .home-reviews-grid,
  .home-blog-grid,
  .home-highlight-grid {
    gap: var(--space-4);
  }
}
