main {
  background-color: var(--color-background);
}

.community-hero {
  min-height: 75vh;
}

.section-soft {
  background: radial-gradient(circle at top left, rgba(246, 215, 227, 0.35), transparent 55%);
}

.community-intro-grid,
.community-events-grid,
.community-testimonials-grid,
.community-values-grid,
.community-gallery-grid {
  align-items: center;
}

.community-image-shell {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.community-image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-intro-text p:last-of-type {
  margin-bottom: var(--space-4);
}

.community-intro-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-2);
}

.community-gallery-media {
  margin-top: var(--space-4);
}

@media (min-width: 768px) {
  .community-gallery-media {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .community-hero {
    min-height: 80vh;
  }
}
