.why-copy .b2b-intro {
  margin-top: 18px;
  color: #e7e4dc;
  font-size: 13px;
  line-height: 1.65;
}

/* A real distribution scene keeps the visual in step with the B2B story. */
.why { align-items: stretch; }
.why-visual {
  min-height: 620px;
  padding: 0;
  overflow: hidden;
  background: var(--yellow);
}
.about-distribution-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}
.why-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(16,39,67,.82) 100%);
  pointer-events: none;
}
.why-visual .bolt { display: none; }
.why-visual p { z-index: 1; bottom: 29px; left: 29px; color: var(--cream); text-shadow: 0 2px 14px rgba(0,0,0,.45); }

@media (max-width: 700px) {
  .why-visual {
    min-height: 0;
    height: clamp(330px, 94vw, 430px);
  }
  .about-distribution-image {
    object-position: 58% center;
  }
  .why-visual p {
    bottom: 22px;
    left: 22px;
    font-size: 11px;
  }
}

.public-schemes { display: grid; grid-template-columns: 1.02fr .78fr; gap: 10vw; align-items: center; padding: 104px 4.8vw; background: #c6e7e8; color: var(--navy); }
.public-schemes h2 { margin: 38px 0 0; font-size: clamp(45px, 5.8vw, 84px); line-height: .9; letter-spacing: -.08em; }.public-schemes h2 em { font-family: Georgia, serif; font-weight: 400; }.public-schemes-copy > p { max-width: 420px; margin: 0; font-size: 15px; line-height: 1.75; }.scheme-button { display: inline-block; margin-top: 28px; padding: 14px 20px; background: var(--navy); color: #fff; border-radius: 28px; font-size: 13px; font-weight: 700; text-decoration: none; }.scheme-button i { margin-left: 7px; font-style: normal; }.public-schemes-copy small { display: block; margin-top: 18px; font: 10px/1.5 var(--mono); text-transform: uppercase; }
@media (max-width: 700px) { .public-schemes { display: block; padding: 74px 22px; }.public-schemes h2 { margin-top: 36px; font-size: 49px; }.public-schemes-copy { margin-top: 31px; }.public-schemes-copy > p { font-size: 13px; } }
