.home-evidence-section {
  background: #111820;
  color: #fff;
}

.home-evidence-section .section-heading h2,
.home-evidence-section .section-heading p {
  color: #fff;
}

.home-evidence-section .section-heading p {
  opacity: .76;
}

.home-evidence-section .micro-label {
  color: #ff9a58;
}

.home-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-evidence-card {
  min-width: 0;
  background: #1a2530;
  border: 1px solid rgba(255, 255, 255, .14);
}

.home-evidence-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #27323b;
}

.home-evidence-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-evidence-copy {
  padding: 26px;
}

.home-evidence-copy > span {
  color: #ff9a58;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-evidence-copy h3 {
  margin: 16px 0 10px;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.08;
}

.home-evidence-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.62;
}

.home-evidence-copy a {
  display: inline-flex;
  margin-top: 20px;
  color: #ffb784;
  font-size: 13px;
  font-weight: 800;
}

.home-proof-band {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  margin-top: 18px;
}

.home-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
  color: #111820;
}

.home-metric {
  padding: 26px;
  border-right: 1px solid rgba(17, 24, 32, .14);
}

.home-metric:last-child {
  border-right: 0;
}

.home-metric strong,
.home-metric b,
.home-metric span {
  display: block;
}

.home-metric strong {
  color: #c04b0f;
  font-size: clamp(32px, 4vw, 54px);
  line-height: .95;
  letter-spacing: -.045em;
}

.home-metric b {
  margin-top: 14px;
  font-size: 15px;
}

.home-metric span {
  margin-top: 7px;
  color: #596774;
  font-size: 12px;
  line-height: 1.5;
}

.home-testimonial {
  margin: 0;
  padding: 30px;
  background: #c04b0f;
}

.home-testimonial blockquote {
  margin: 0;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.home-testimonial figcaption {
  margin-top: 24px;
}

.home-testimonial figcaption b,
.home-testimonial figcaption span {
  display: block;
}

.home-testimonial figcaption span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
}

.home-compliance {
  grid-column: 1 / -1;
  padding: 30px;
  background: #f5f2eb;
  color: #111820;
}

.home-compliance h3 {
  max-width: 900px;
  margin: 16px 0 22px;
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.home-compliance > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(17, 24, 32, .14);
}

.home-compliance > div > span {
  padding: 18px;
  border-right: 1px solid rgba(17, 24, 32, .14);
  font-size: 15px;
  font-weight: 850;
}

.home-compliance > div > span:last-child {
  border-right: 0;
}

.home-compliance small {
  display: block;
  margin-top: 7px;
  color: #596774;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.sourcing-visual-section {
  background: #f5f2eb;
}

.sourcing-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sourcing-visual-card {
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(17, 24, 32, .14);
}

.sourcing-visual-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sourcing-visual-card > div {
  padding: 26px;
}

.sourcing-visual-card span {
  color: #a63a0a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sourcing-visual-card h3 {
  margin: 15px 0 10px;
  font-size: 25px;
  line-height: 1.08;
}

.sourcing-visual-card p {
  margin: 0;
  color: #596774;
  line-height: 1.62;
}

.about-team-section {
  background: #111820;
  color: #fff;
}

.about-team-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.about-team-visual {
  margin: 0;
}

.about-team-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .15);
}

.about-team-visual figcaption {
  margin-top: 10px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
}

.about-team-copy .micro-label {
  color: #ff9a58;
}

.about-team-copy h2 {
  margin: 18px 0 16px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.045em;
}

.about-team-copy > p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
}

.about-team-roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
}

.about-team-roles > div {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.about-team-roles > div:nth-child(2n) {
  border-right: 0;
}

.about-team-roles > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about-team-roles b,
.about-team-roles span {
  display: block;
}

.about-team-roles b {
  font-size: 14px;
}

.about-team-roles span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .home-evidence-grid,
  .sourcing-visual-grid {
    grid-template-columns: 1fr;
  }

  .home-evidence-card,
  .sourcing-visual-card {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

  .home-proof-band,
  .about-team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-evidence-card,
  .sourcing-visual-card {
    display: block;
  }

  .home-metrics,
  .home-compliance > div,
  .about-team-roles {
    grid-template-columns: 1fr;
  }

  .home-metric,
  .home-compliance > div > span,
  .about-team-roles > div,
  .about-team-roles > div:nth-child(2n),
  .about-team-roles > div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 24, 32, .14);
  }

  .about-team-roles > div,
  .about-team-roles > div:nth-child(2n),
  .about-team-roles > div:nth-last-child(-n + 2) {
    border-color: rgba(255, 255, 255, .16);
  }

  .home-metric:last-child,
  .home-compliance > div > span:last-child,
  .about-team-roles > div:last-child {
    border-bottom: 0;
  }
}
