.about-page {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.25rem 0 4.5rem;
}

/* Reset global heading margins inside About */
.about-page h1,
.about-page h2,
.about-page h3 {
  margin-top: 0;
  font-weight: 400;
}

.about-page__hero {
  margin-bottom: 3rem;
}

.about-page__eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-misc);
  font-size: var(--font-size-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.about-page__headline {
  margin: 0 0 1.75rem;
  font-family: var(--font-site-title);
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.about-page__intro {
  font-family: var(--font-site-title);
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.82);
}

.about-page__intro p {
  margin: 0 0 1.25rem;
}

.about-page__intro p:last-child {
  margin-bottom: 0;
}

.about-page__sections {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-page__section-title {
  margin: 0 0 1rem;
  font-family: var(--font-site-title);
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.about-page__section-text {
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  color: rgba(0, 0, 0, 0.78);
}

.about-page__section-text p {
  margin: 0 0 1rem;
}

.about-page__section-text p:last-child {
  margin-bottom: 0;
}

.about-page__section-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.about-page .text h2,
.about-page .text h3 {
  margin: 1.75rem 0 0.75rem;
  font-family: var(--font-site-title);
  font-size: clamp(1.25rem, 2vw, 1.375rem);
  line-height: 1.25;
}

.about-page .text h2:first-child,
.about-page .text h3:first-child {
  margin-top: 0;
}
