/* ============================================================
   ABOUT SECTION
============================================================ */

#about {
  padding: var(--section-gap) 0;
  border-bottom: 1px solid var(--color-border);
}

#about h2 {
  font-size: 2rem;
}

#about .bio-text {
  color: var(--color-text-muted);
  line-height: 1.85;
}

#about .bio-text strong {
  color: var(--color-link);
  font-weight: 400;
}

#about .info-list {
  font-size: 0.875rem;
}

#about .info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

#about .info-label {
  color: var(--color-text-faint);
  min-width: 80px;
  font-weight: 400;
}

#about .info-value {
  color: var(--color-text-muted);
  margin: 0;
}

.about-subsection {
  margin-top: 1.5rem;
}

.about-subtitle {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  color: var(--color-text);
  margin-bottom: 0.75rem;
}

.about-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: 0.45rem;
}
