.artists-hero {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.artists-hero__grid {
  align-items: center;
  gap: var(--space-10);
}

.artists-hero__content p {
  max-width: 36rem;
}

.artists-hero__actions {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.artists-hero__image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.artists-section-header {
  max-width: 48rem;
}

.artists-section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.artists-intro__grid {
  margin-top: var(--space-8);
}

.artists-pill {
  height: 100%;
}

.artists-feature {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.artists-artist-block {
  align-items: center;
  gap: var(--space-8);
}

.artists-artist-block + .artists-artist-block {
  margin-top: var(--space-16);
}

.artists-artist-block--reverse {
  direction: rtl;
}

.artists-artist-block--reverse > * {
  direction: ltr;
}

.artists-artist-block__image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.artists-artist-block__meta {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.artists-process__grid {
  align-items: center;
  gap: var(--space-10);
}

.artists-process__image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.artists-process__list {
  margin-top: var(--space-4);
}

.artists-reviews__grid {
  margin-top: var(--space-8);
}

.artists-booking__grid {
  align-items: flex-start;
  gap: var(--space-10);
}

.artists-booking__panel {
  align-self: stretch;
}

.artists-booking__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.artists-recognition__grid {
  align-items: flex-start;
  gap: var(--space-8);
}

.artists-recognition__panel {
  align-self: stretch;
}

.artists-reviews__cta {
  margin-top: var(--space-6);
}

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

  .artists-hero__grid,
  .artists-process__grid,
  .artists-booking__grid,
  .artists-recognition__grid {
    gap: var(--space-6);
  }

  .artists-artist-block,
  .artists-artist-block--reverse {
    gap: var(--space-6);
  }

  .artists-artist-block--reverse {
    direction: ltr;
  }
}
