#philosophy {
  padding: 88px 56px;
  background: var(--black);
  text-align: center;
}

.phil-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(30px, 4.5vw, 60px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.02em;
  max-width: 820px;
  margin: 0 auto 60px;
}

.phil-text em {
  font-style: normal;
  color: var(--red);
}

.phil-attribution {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--s400);
}
