.hero--comedy {
  position: relative;
}

.hero-inner--comedy {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
}

.hero-comedy-text {
  max-width: 36rem;
}

.hero-comedy-media {
  justify-self: center;
}

.hero-comedy-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.section-header {
  margin-bottom: var(--space-6);
}

.section-header--center {
  text-align: center;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.comedy-format-grid,
.comedy-events-grid,
.comedy-performers-grid,
.comedy-testimonials-grid,
.comedy-highlights-grid,
.comedy-venues-grid,
.comedy-booking-grid {
  align-items: stretch;
}

.comedy-format-card .card-body,
.comedy-event-card .card-body,
.comedy-performer-card .card-body,
.comedy-testimonial .card-body {
  font-size: var(--font-size-sm);
}

.comedy-event-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: var(--space-4);
}

.comedy-gallery-feature {
  height: 100%;
}

.comedy-gallery-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comedy-booking-steps li + li {
  margin-top: var(--space-2);
}

.comedy-contact-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-4);
}

.comedy-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 900px) {
  .hero-inner--comedy {
    grid-template-columns: 1fr;
  }

  .hero-comedy-media {
    order: -1;
  }
}

@media (max-width: 600px) {
  .hero-cta-group,
  .comedy-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
