@charset "utf-8";
.heroHome {
  display: flex;
}

.heroHome > :first-child {
  flex: 5;
}

.heroHome > :last-child {
  flex: 5;
}

.heroHome img {
  aspect-ratio: 1280 / 1080;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.heroSloganHome {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: calc(var(--wSpace) * 1) calc(var(--wSpace) * 1)
    calc(var(--wSpace) * 1) calc(var(--wSpace) * 2);
}
.heroSloganHome h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heroSloganHome h2 {
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--mazeRed);
}

.heroIndustries {
  background-image: url("../images/hero/industries.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 6;
  display: flex;
  align-items: center;
}

.heroIndustries--page {
  aspect-ratio: 16 / 3;
}

.heroIndustriesSlogan {
  max-width: var(--widthMax);
  margin: 0 auto;
  background-color: color-mix(in oklab, var(--bgPage) 80%, transparent);
  border-radius: 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: calc(var(--wSpace) * 1) calc(var(--wSpace) * 2);
  box-shadow: var(--shadow-elevation-high);
}

.heroIndustriesSlogan h1 {
  font-size: 2.2rem;
  line-height: 1.2;
  color: black;
}

.heroMicronizer {
  background-color: var(--bgPageDark);
  background-image:
    url("../images/bgLine.svg"), url("../images/hero/micronizer04.webp");
  background-size:
    100px auto,
    cover;
  background-position: center center;
  background-repeat: repeat, no-repeat;
  aspect-ratio: 16 / 6;
  display: flex;
  align-items: center;
}

.heroMicronizerSlogan {
  max-width: var(--widthMax);
  margin: 0 auto;
  background-color: color-mix(in oklab, var(--bgPage) 80%, transparent);
  border-radius: 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: calc(var(--wSpace) * 1) calc(var(--wSpace) * 2);
  box-shadow: var(--shadow-elevation-high);
}

.heroMicronizerSlogan h1 {
  font-size: 2.2rem;
  line-height: 1.2;
  color: black;
}

.heroSolutions {
  background-image: url("../images/hero/solutions02.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 6;
  display: flex;
  align-items: center;
}

.heroSolutions--page {
  aspect-ratio: 16 / 3;
}

.heroSolutionsSlogan {
  max-width: var(--widthMax);
  margin: 0 auto;
  background-color: color-mix(in oklab, var(--bgPage) 80%, transparent);
  border-radius: 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: calc(var(--wSpace) * 1) calc(var(--wSpace) * 2);
  box-shadow: var(--shadow-elevation-high);
}

.heroSolutionsSlogan h1 {
  font-size: 2.2rem;
  line-height: 1.2;
  color: black;
}

.map {
  background-image: url("../images/map.webp"), url("../images/bgLine.svg");
  background-size:
    contain,
    100px auto;
  background-position: center;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll;
}

.noImage {
  background-image: url("../images/bgLine.svg"), url("../images/no-image.svg");
  background-size:
    100px auto,
    cover;
  background-position:
    center center,
    left center;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.noImage--flip {
  transform: scaleX(-1);
  background-position:
    center center,
    left center;
}

.truck {
  background-image: url("../images/hero/truck.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.monchrome {
  background-image: url("../images/hero/monochrome.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.micronizer {
  background-image:
    url("../images/bgLine.svg"), url("../images/hero/micronizer04.webp");
  background-size:
    100px auto,
    cover;
  background-repeat: repeat, no-repeat;
  background-position: center center;
  background-attachment: scroll;
  will-change: background-position;
}

.solutions {
  background-image:
    url("../images/hero/solutions.webp"), url("../images/bgLine.svg");
  background-size:
    cover,
    100px auto;
  background-repeat: no-repeat, repeat;
  background-position: center center;
  background-attachment: scroll;
  will-change: background-position;
}

.solutions2 {
  background-image:
    url("../images/hero/micronizer03.webp"), url("../images/bgLine.svg");
  background-size:
    cover,
    100px auto;
  background-repeat: no-repeat, repeat;
  background-position: center center;
  background-attachment: scroll;
  will-change: background-position;
}

.feed {
  background-image: url("../images/hero/feed.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.soya {
  background-image: url("../images/hero/soya01.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.cocoa {
  background-image: url("../images/hero/cocoa02.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.cocoaGrey {
  background-image: url("../images/hero/cocoa.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.cereals {
  background-image: url("../images/hero/cereals.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.barley {
  background-image: url("../images/hero/barley.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.spares {
  background-image: url("../images/hero/spares01.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.references {
  background-image:
    url("../images/hero/references.webp"), url("../images/bgLine.svg");
  background-size:
    contain,
    100px auto;
  background-repeat: no-repeat, repeat;
  background-position: center center;
  background-attachment: scroll;
  will-change: background-position;
}

.guy {
  background-image:
    url("../images/bgLine.svg"), url("../images/hero/guy-martin.webp");
  background-size:
    100px auto,
    contain;
  background-repeat: repeat, no-repeat;
  background-position:
    center center,
    right bottom;
  background-attachment: scroll;
  will-change: background-position;
}

.paul {
  background-image:
    url("../images/bgLine.svg"), url("../images/hero/paul-smith.webp");
  background-size:
    100px auto,
    contain;
  background-repeat: repeat, no-repeat;
  background-position:
    center center,
    left bottom;
  background-attachment: scroll;
  will-change: background-position;
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 780px) {
  .heroHome {
    flex-direction: column-reverse;
  }

  .heroSloganHome {
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: calc(var(--wSpace) * 1) calc(var(--wSpace) * 1)
      calc(var(--wSpace) * 1) calc(var(--wSpace) * 1);
  }

  .heroSloganHome h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .heroSloganHome h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .heroIndustries {
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: flex-end;
  }

  .heroIndustriesSlogan {
    width: 100%;
    padding: calc(var(--wSpace) * 0.5) calc(var(--wSpace) * 1);
    border-radius: 0px;
  }

  .heroIndustriesSlogan h1 {
    font-size: 1.6rem;
  }

  .heroSolutions {
    aspect-ratio: 16 / 10;
    background-position: center center;
    align-items: flex-end;
  }

  .heroSolutions--page {
    aspect-ratio: 16 / 6;
  }

  .heroSolutionsSlogan {
    width: 100%;
    padding: calc(var(--wSpace) * 0.5) calc(var(--wSpace) * 1);
    border-radius: 0px;
  }

  .heroSolutionsSlogan h1 {
    font-size: 1.6rem;
  }

  .micronizer {
    aspect-ratio: 16 / 5;
  }

  .solutions2 {
    aspect-ratio: 16 / 5;
  }

  .map {
    aspect-ratio: 16 / 9;
  }

  .truck {
    aspect-ratio: 16 / 5;
  }

  .feed {
    aspect-ratio: 16 / 5;
  }

  .soya {
    aspect-ratio: 16 / 5;
  }

  .cocoa {
    aspect-ratio: 16 / 5;
  }

  .cereals {
    aspect-ratio: 16 / 5;
  }

  .barley {
    aspect-ratio: 16 / 5;
  }

  .references {
    aspect-ratio: 16 / 9;
  }

  .guy {
    aspect-ratio: 16 / 11;
  }

  .paul {
    aspect-ratio: 16 / 11;
    background-position:
      center center,
      right bottom;
  }
}

@media only screen and (max-width: 340px) {
}
