/* True Way import-only brand treatment. */
img[src$="trueway-logo.png"] {
  width: auto;
  max-width: 170px;
  height: 72px;
  object-fit: contain;
}

.mobile-menu__logo img[src$="trueway-logo.png"] {
  max-width: 150px;
  height: 86px;
}

@media (max-width: 1199px) {
  img[src$="trueway-logo.png"] {
    max-width: 142px;
    height: 62px;
  }
}

/* Keep the source-owned workshop image atmospheric: it must support the
   animated copy and foreground mechanic rather than compete with them. */
.banner-one {
  background-color: #030405;
  background-blend-mode: multiply;
}

.banner-one::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.72) 45%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.62) 100%);
}

.banner-one .banner-slider {
  position: relative;
  z-index: 1;
}

/* Do not present template sample quotes as True Way customer reviews. */
.testimonials {
  display: none;
}
