.standup-hero {
  color: var(--color-text);
}

.standup-hero-inner {
  max-width: 40rem;
  padding-top: var(--space-20);
  padding-bottom: var(--space-20);
}

.standup-hero-actions {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.standup-hero-figure,
.standup-community-figure,
.standup-performers-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.standup-hero-figure img,
.standup-community-figure img,
.standup-performers-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.standup-hero-figure figcaption,
.standup-community-figure figcaption,
.standup-performers-figure figcaption {
  padding: var(--space-3) var(--space-4);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6));
  font-size: var(--font-size-sm);
}

.standup-intro-grid,
.standup-community-grid,
.standup-performers-grid,
.standup-schedule-grid {
  align-items: center;
  gap: var(--space-8);
}

.standup-intro-cta,
.standup-community-cta,
.standup-performers-cta,
.standup-schedule-cta,
.standup-venues-cta,
.standup-community-call-cta {
  margin-top: var(--space-6);
}

.standup-community-highlights {
  margin-top: var(--space-4);
}

.standup-stat-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-subtle);
  padding: var(--space-4);
  background: radial-gradient(circle at top left, var(--color-primary-soft), transparent 60%), var(--color-surface);
}

.standup-stat-label {
  font-size: var(--font-size-sm);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.standup-stat-value {
  font-size: var(--font-size-lg);
  color: var(--color-text);
}

.standup-performers-list-wrapper {
  margin-top: var(--space-4);
}

.standup-performers-list {
  padding-left: var(--space-5);
}

.standup-performers-list li {
  color: var(--color-text-muted);
}

.standup-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-3);
}

.standup-newsletter-note {
  margin-top: var(--space-3);
}

.standup-newsletter-note a {
  color: var(--color-accent);
}

.standup-schedule-aside {
  align-self: flex-start;
}

.standup-bts-grid .standup-bts-card {
  height: 100%;
}

.standup-community-call {
  margin-top: var(--space-8);
}

.standup-community-call-card {
  height: 100%;
}

.standup-crosslinks-grid {
  margin-top: var(--space-6);
}

.standup-crosslink-card {
  text-decoration: none;
}

.standup-crosslink-card .card-title {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .standup-hero-inner {
    padding-top: var(--space-16);
    padding-bottom: var(--space-16);
  }
}

@media (max-width: 768px) {
  .standup-hero {
    min-height: 70vh;
  }

  .standup-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .standup-hero-figure figcaption,
  .standup-community-figure figcaption,
  .standup-performers-figure figcaption {
    font-size: var(--font-size-xs);
  }
}
