/* Page-scoped additions from Nicola's September 2026 content revisions. */
.about-shell .color-gold,
.about-copy,
.about-copy .about-radius a {
  color: var(--neutral--100);
}

.about-copy .about-display {
  color: var(--secondary--color-2);
}

.methodology-cards .card.integration-card:hover {
  border-color: var(--neutral--700);
  background-color: var(--dark-bg-2);
  transform: none;
}

.methodology-cards .card > .mg-bottom-16px {
  width: 100%;
}

.methodology-cards .integration-card-content-top,
.methodology-cards .solution-header-block,
.methodology-cards .soluition-heading {
  max-width: 100%;
}

.methodologies-impact {
  width: 100%;
  margin-top: clamp(48px, 7vw, 88px);
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: var(--dark-bg-2);
  /* Nicola, 2026-09-10: ranged left, matching the blocks above it. */
  text-align: left;
}

.methodologies-impact-heading,
.humans-values-heading,
.humans-values-list {
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.methodologies-impact-heading {
  margin-bottom: 20px;
  color: var(--secondary--color-2);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
}

.methodologies-impact-description {
  max-width: 980px;
  margin: 0;
  color: var(--neutral--100);
  font-size: 18px;
  line-height: 1.65;
}

.humans-values {
  max-width: 1100px;
  margin: clamp(48px, 7vw, 88px) auto 0;
  padding: 0 24px;
  text-align: center;
}

.humans-values-heading {
  margin-bottom: 12px;
  color: var(--secondary--color-2);
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
}

.humans-values-list {
  margin-bottom: 0;
  color: var(--neutral--100);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .methodologies-impact {
    padding: 28px 20px;
  }

  .methodologies-impact-description {
    font-size: 16px;
    line-height: 1.55;
  }

  .humans-values {
    padding: 0 18px;
  }

  .humans-values-list {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(18px, 5.5vw, 28px);
  }
}
