.hero__inner {
  align-items: stretch;
}

.hero__media {
  margin-left: auto;
}

.hero__figure {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.hero__image {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-elevated);
}

.hero__caption {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.section-header {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.artists-image,
.safety-image {
  border-radius: var(--radius-lg);
}

.services-list,
.safety-list,
.careers-list,
.portfolio-highlights,
.news-list,
.contact-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.services-list h3,
.news-list h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-1);
}

.home-reviews .card,
.home-news .card,
.home-portfolio .card,
.home-studio .card {
  height: 100%;
}

.booking-cta {
  align-items: stretch;
}

.booking-form {
  height: 100%;
}

.contact-shortcuts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.booking-grid {
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .hero {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .hero__media {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .hero__inner {
    gap: var(--space-6);
  }

  .booking-grid {
    gap: var(--space-4);
  }
}
