/* Page-specific styles for /services/sustainability-challenge/.
   The page reuses the Open Innovation shell (elementor-3548 + open-innovation.css);
   these are the only deltas:
     1. Bühler case-card image — open-innovation.css only defines the CFC + Diageo
        card backgrounds, so the Bühler card needs its own (mirrors the CFC rule).
     2. The intro benefits checklist (no equivalent on the Open Innovation page). */

/* 0. Hero — wind-banner field photo as a full-cover background of the (formerly
   grey) hero section, with the title centred on top. */
.elementor-3548 .sus-hero {
  background-image: url("/wp-content/uploads/2022/03/wind-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-3548 .sus-hero-title {
  text-align: center;
  width: 100%;
}
.elementor-3548 .sus-hero-title .elementor-heading-title {
  color: var(--e-global-color-3ed811a);
  font-family: "NoscoMono", Sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2em;
  max-width: 14ch;
  margin: 0 auto;
  text-wrap: balance;
}
@media (max-width: 1024px) {
  .elementor-3548 .sus-hero-title .elementor-heading-title { font-size: 3.4rem; }
}
@media (max-width: 767px) {
  .elementor-3548 .sus-hero-title .elementor-heading-title { font-size: 3rem; }
}

/* 1. Bühler case-card image (mirror of .elementor-element-76fa5144 in open-innovation.css) */
.elementor-3548 .elementor-element.elementor-element-sus-case-buhler img {
  width: 100%;
  opacity: 0;
  transition-duration: 0.4s;
}
.elementor-3548 .elementor-element.elementor-element-sus-case-buhler > .elementor-widget-container {
  background-image: url("/wp-content/uploads/2022/03/cases-images-buhler-700x491-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-3548 .elementor-element.elementor-element-sus-case-buhler:hover .elementor-widget-container {
  background-image: url("/wp-content/uploads/2022/03/cases-images-hover-buhler.jpg");
}

/* 2. Intro benefits checklist */
.elementor-3548 .sus-benefits-wrap {
  max-width: 760px;
  margin: 0 auto 2.5em;
  text-align: center;
}
.elementor-3548 .sus-benefits-lead {
  font-family: "IBM Plex Sans", Sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 1.4em;
}
.elementor-3548 ul.sus-benefits {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65em 2.5em;
  max-width: 660px;
  text-align: left;
}
.elementor-3548 ul.sus-benefits li {
  position: relative;
  padding-left: 1.8em;
  font-family: "IBM Plex Sans", Sans-serif;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #0d0d0d;
}
.elementor-3548 ul.sus-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--e-global-color-primary, #0d0d0d);
}
@media (max-width: 767px) {
  .elementor-3548 ul.sus-benefits {
    grid-template-columns: 1fr;
    gap: 0.5em;
    max-width: 320px;
  }
}
