/* BPN – Nosotros: manifesto copy, single reading column. */

.section--nosotros {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nosotros-copy {
  width: 100%;
  max-width: min(90vw, 520px);
  margin: 2rem auto 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2rem;
}

.nosotros-lead {
  margin: 0;
  font-size: clamp(1.5rem, 6vw, 2.25rem);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.nosotros-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.nosotros-body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}

.nosotros-closing {
  margin: 0;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 400px) {
  .nosotros-lead {
    font-size: 1.5rem;
  }
}

@media (min-width: 701px) {
  .nosotros-copy {
    max-width: 620px;
  }

  .nosotros-body p {
    font-size: 1.0625rem;
  }
}
