/* About / projects / playground sections */

.section {
  margin: 4rem auto;
  max-width: 1100px;
}

.section-header {
  margin-bottom: 1.5rem;
}

.section-header h2 {
  margin: 0 0 0.4rem;
  font-size: 1.4rem;
}

.section-subtitle {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-muted);
  font-size: 0.95rem;
}

@media (min-width: 821px) {
  .section-header {
    text-align: center;
  }
}

/* About / shared layout helpers */
.about-body {
  display: grid;
  gap: 1.25rem;
}

.about-intro {
  margin: 0 0 1rem;
  color: var(--text-muted);
  text-align: inherit;
}

.about-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
}