 .hero--subpage {
  padding-top: clamp(4.5rem, 8vw, 6rem);
  padding-bottom: clamp(3.5rem, 7vw, 5rem);
}

.about-section .about-grid,
.about-team .about-grid,
.about-themed .about-grid {
  align-items: center;
}

.about-card {
  height: 100%;
}

.about-card--image {
  padding: 1rem;
}

.about-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: radial-gradient(circle at top left, #fffaf0 0, #f7f4ff 40%, #ffffff 100%);
}

.about-figure img {
  width: 100%;
  height: auto;
}

.about-figure figcaption {
  padding: 0.75rem 1rem 0.9rem;
  font-size: var(--font-size-sm);
  color: var(--color-gray-700);
}

.about-highlights-grid .about-highlight h2,
.about-highlights-grid .about-highlight h3 {
  margin-bottom: 0.6rem;
}

.about-link-cta {
  margin-top: 0.75rem;
}

.about-card-full {
  max-width: 880px;
  margin: 0 auto;
}

.about-community .about-card h2 {
  margin-bottom: 0.7rem;
}

.about-contact-card-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.about-contact-text {
  max-width: 560px;
}

.about-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: 1rem;
}

.about-contact-badges {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.about-contact-badges .badge-cloud {
  font-size: var(--font-size-xs);
  padding-inline: 14px;
}

@media (max-width: 900px) {
  .about-contact-card-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-contact-badges {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .about-card-full {
    padding-inline: 1.25rem;
  }

  .about-contact-text {
    max-width: 100%;
  }
}
