.hero--team {
  background: radial-gradient(circle at top left, #f5f5f7 0, #ffffff 52%, #f5f5f7 100%);
}

.hero-inner--team {
  align-items: center;
}

.hero-copy--team {
  max-width: 580px;
}

.hero-media-frame--team {
  max-width: 520px;
  margin-left: auto;
}

.hero-media-image--team {
  background-image: url("/assets/images/leadership-team-corporate.webp");
}

.section-intro {
  border-top: 1px solid var(--color-border-subtle);
}

.team-leadership-grid {
  align-items: stretch;
}

.team-leadership-figure {
  padding: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.team-leadership-image {
  border-radius: var(--radius-lg);
}

.team-leadership-caption {
  max-width: 420px;
}

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

.team-card p {
  margin-bottom: var(--space-3);
}

.team-host-visual,
.team-floral-visual {
  margin-top: var(--space-10);
}

.team-host-figure,
.team-floral-figure {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.team-host-image,
.team-floral-image {
  border-radius: var(--radius-lg);
}

.team-cta-block {
  margin-top: var(--space-12);
  padding: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.team-cta-heading {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-3);
}

.team-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .hero-media-frame--team {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .team-cta-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-cta-actions {
    justify-content: flex-start;
  }
}
