/* ─── Why Pidgeon ─── */

.section-why {
  background-color: var(--color-bg);
}

.section-why__inner {
  display: flex;
  justify-content: center;
}

.why-quote {
  text-align: center;
  max-width: 800px;
}

.why-quote__text {
  font-size: clamp(2.5rem, 5vw, var(--text-5xl));
  font-weight: 800;
  color: var(--color-brown-dark);
  line-height: 1.25;
  margin-bottom: var(--space-6);
}

.why-quote__attr {
  font-size: var(--text-sm);
  color: var(--color-brown-mid);
  font-style: normal;
}
