/* ==========================================================================
   ABOUT SECTION
   Section wrapper, shared section-title, and about body text.
========================================================================== */
.section {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}

.section-title {
  font-family: var(--font-display);
  color: var(--accent-pink);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
  letter-spacing: 1px;
}

.about-text {
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  line-height: 1.8;
  max-width: 1200px;
  color: var(--text-cream);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
