.supply-section {
  position: relative;
  width: min(100vw, 1920px);
  min-height: 0;
  margin-inline: auto;
  padding: 88px 0 94px;
  overflow: hidden;
  background: var(--supply-bg);
}

.supply-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .16;
}

.supply-overlay {
  position: relative;
  z-index: 1;
  width: min(1060px, calc(100vw - var(--page-x) * 2));
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: transparent;
  backdrop-filter: none;
}

.supply-overlay h2 {
  margin-bottom: 8px;
  color: #1d2b35;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.05;
  text-transform: uppercase;
}

.supply-overlay > p {
  color: var(--muted);
}

.supply-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 28px;
}

.supply-steps article {
  min-height: 300px;
  padding: 0 0 20px;
  background: var(--supply-card-bg);
  border: 0;
}

.supply-steps img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  margin-bottom: 22px;
}

.supply-steps article:nth-child(4) img {
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.supply-steps h3 {
  min-height: 38px;
  margin: 0 18px 12px;
  color: var(--supply-card-ink);
  font-size: 15px;
  line-height: 1.05;
  font-weight: 950;
  text-transform: uppercase;
}

.supply-steps p {
  margin: 0 18px;
  color: var(--supply-card-muted);
  font-size: 12px;
  line-height: 1.45;
}
