@font-face {
  font-family: "Rubik Light";
  src: url("../fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1VQ-8be55205b9.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "American Typewriter BSFI";
  src: url("../fonts/americantypwrteritcw01--731025-e9ccaa2c90.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bsfi-active-nav: #d8dcf6;
  --bsfi-text: #444444;
  --bsfi-header-height: 104px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 980px;
  background: #ffffff;
  color: var(--bsfi-text);
  font-family: "Rubik Light", Arial, sans-serif;
}

body.home-page {
  min-width: 0;
}

body.about-page-shell {
  min-width: 0;
}

body.waste2build-shell,
body.fruit2feed-shell,
body.fruit2farm-shell,
body.steam-shell {
  min-width: 0;
}

.site-header {
  height: var(--bsfi-header-height);
  background: #ffffff;
}

.header-inner {
  position: relative;
  width: 1196px;
  height: 100%;
  margin: 0 auto;
}

.brand {
  position: absolute;
  left: 16px;
  top: 31px;
  display: flex;
  align-items: flex-start;
  gap: 0;
  color: #000000;
  text-decoration: none;
}

.brand-logo {
  width: 73px;
  height: 60px;
  object-fit: cover;
  display: block;
}

.brand-name {
  margin-left: 0;
  padding-top: 13px;
  font-family: "American Typewriter BSFI", Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.41;
  color: #000000;
  white-space: nowrap;
}

.social-links {
  position: absolute;
  top: 40px;
  left: 279px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 24px;
}

.social-links a,
.social-links img {
  display: block;
  width: 24px;
  height: 24px;
}

.main-nav {
  position: absolute;
  top: 35px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.2;
}

.main-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 30px;
  padding: 0 13px;
  color: var(--bsfi-text);
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.main-nav a:hover,
.main-nav a:focus,
.main-nav a[aria-current="page"] {
  background: var(--bsfi-active-nav);
  color: var(--bsfi-text);
  outline: none;
}

.mobile-menu-toggle {
  display: none;
}

.hero-slide {
  position: relative;
  height: 546px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.12) 45%, rgba(0, 0, 0, 0.36)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0) 38%),
    url("../images/70134a_b80147c0ece04e48b9467436fba691a0~mv2.avif") center center / cover no-repeat;
}

.hero-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: min(100% - 64px, 900px);
  flex-direction: column;
  align-items: flex-start;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: left;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.42);
}

.hero-copy h1 {
  margin: 0;
  max-width: 900px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0;
}

.hero-copy h1 span {
  color: #cfff38;
}

.hero-copy p {
  margin: 4px 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 42px;
  border: 1px solid #ffffff;
  border-radius: 22px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hero-button:hover,
.hero-button:focus {
  background: #ffffff;
  color: #222222;
  outline: none;
}

.waste-statement {
  display: flex;
  min-height: 520px;
  align-items: center;
  justify-content: center;
  padding: 72px 32px;
  background: #ffffff;
  text-align: left;
}

.waste-statement h1 {
  margin: 0;
  max-width: 980px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.waste-statement h1 span {
  color: #969ce7;
}

.food-waste-fact {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 823px;
  background: #ffffff;
}

.food-waste-image {
  min-height: 823px;
  background: url("../images/food-waste.jpg") center center / cover no-repeat;
}

.food-waste-copy {
  padding: 35px 78px 48px 85px;
  background: #ffffff;
}

.food-waste-copy h2 {
  margin: 0 0 47px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
}

.food-waste-copy h2 span {
  color: #969ce7;
  font-size: 78px;
  line-height: 0.9;
}

.food-waste-copy sub,
.impact-copy sub {
  position: relative;
  bottom: -0.25em;
  font-size: 0.45em;
  line-height: 0;
}

.food-waste-copy p {
  margin: 0;
  max-width: 490px;
  color: #111111;
  font-family: "Rubik Light", Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.88;
}

.impact-visual {
  position: relative;
  min-height: 582px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.impact-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.18);
}

.impact-incineration {
  background-image: url("../images/incineration-smoke.jpg");
}

.impact-landfilling {
  background-image: url("../images/landfilling.jpg");
  background-position: center bottom;
}

.impact-copy {
  position: relative;
  z-index: 1;
  padding: 181px 0 0 248px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.28);
}

.impact-copy h2 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.impact-copy p {
  margin: 0;
  max-width: 850px;
  font-size: 60px;
  line-height: 1.2;
}

.impact-copy span {
  color: #d7ff3e;
}

.impact-copy small {
  font-size: 21px;
  line-height: 1;
}

.toxin-quote {
  display: flex;
  min-height: 647px;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(0deg, rgba(191, 164, 121, 0.18), rgba(191, 164, 121, 0.18)),
    url("../images/toxin-skyline.jpg") center center / cover no-repeat;
}

.toxin-quote h2 {
  margin: -6px 0 0;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.solution-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  min-height: 436px;
  padding: 0;
  background: #ffffff;
}

.solution-card {
  display: flex;
  min-height: 436px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.solution-card-natural {
  background: #eef1ff;
}

.solution-card-need {
  background: #f6f3f9;
}

.solution-card-low {
  background: #e7edff;
}

.solution-card-loop {
  background: #d4d6e5;
}

.solution-card h2 {
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
}

.solution-card p {
  margin: 20px 0 0;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
}

.solution-card-need h2,
.solution-card-need p {
  color: #0d335f;
}

.solution-card-need h2 {
  font-size: 28px;
  line-height: 0.92;
}

.solution-card-need p {
  max-width: 214px;
  margin-top: 22px;
  font-family: "Rubik Light", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
}

.solution-divider {
  width: 39px;
  height: 5px;
  margin-top: 20px;
  background: #0d335f;
  transform: rotate(-45deg);
}

.solution-card > svg {
  display: block;
  width: 104px;
  height: 104px;
  margin-bottom: 22px;
}

.solution-card-natural > svg [data-color="1"] {
  fill: #dde8eb;
}

.solution-card-low > svg [data-color="1"] {
  fill: #ffffff;
}

.solution-card-loop > svg [data-color="1"] {
  fill: #e6eef1;
}

.solution-icon {
  position: relative;
  width: 114px;
  height: 142px;
  margin-bottom: 42px;
  opacity: 0.42;
}

.solution-icon::before,
.solution-icon::after {
  position: absolute;
  content: "";
}

.bee-icon::before {
  left: 27px;
  top: 38px;
  width: 60px;
  height: 74px;
  border-radius: 50% 50% 46% 46%;
  background:
    linear-gradient(#dbe8eb 0 18%, transparent 18% 31%, #dbe8eb 31% 44%, transparent 44% 57%, #dbe8eb 57% 100%);
  box-shadow: -30px 0 0 rgba(219, 232, 235, 0.9), 30px 0 0 rgba(219, 232, 235, 0.9);
}

.bee-icon::after {
  left: 43px;
  top: 13px;
  width: 28px;
  height: 35px;
  border-top: 6px solid #dbe8eb;
  border-left: 6px solid #dbe8eb;
  border-right: 6px solid #dbe8eb;
  border-radius: 50% 50% 0 0;
}

.bee-icon span {
  position: absolute;
  left: 47px;
  top: 72px;
  z-index: 1;
  width: 20px;
  height: 52px;
  border-bottom: 5px solid #dbe8eb;
  border-left: 5px solid #dbe8eb;
  border-right: 5px solid #dbe8eb;
}

.solution-symbol {
  height: 148px;
  margin-bottom: 27px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 146px;
  font-weight: 300;
  line-height: 1;
}

.loop-symbol {
  color: #e6eef1;
  font-size: 151px;
  line-height: 0.9;
}

.nature-approach {
  position: relative;
  min-height: 690px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08)),
    url("../images/nature-approach.jpg") center center / cover no-repeat;
}

.nature-approach h2 {
  position: absolute;
  left: 228px;
  top: 185px;
  margin: 0;
  max-width: 700px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 0.94;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.42);
}

.nature-arrow {
  position: absolute;
  left: 145px;
  top: 321px;
  width: 42px;
  height: 78px;
  border: 0;
  padding: 0;
  color: #ffffff;
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: 1;
  cursor: pointer;
}

.nature-arrow:hover,
.nature-arrow:focus {
  outline: none;
  color: rgba(255, 255, 255, 0.72);
}

.value-section {
  min-height: 609px;
  padding: 70px 0 0;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.value-section h2 {
  margin: 0 0 77px 213px;
  max-width: 935px;
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0;
}

.value-section h2 span {
  color: #969ce7;
}

.product-grid {
  display: grid;
  width: 925px;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 52px;
  margin: 0 auto;
}

.product-item {
  display: flex;
  min-height: 204px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #0f0f0f;
  text-align: center;
  text-decoration: none;
}

.product-item img {
  display: block;
  width: auto;
  max-height: 139px;
  max-width: 172px;
  min-height: 139px;
  object-fit: contain;
}

.product-item span {
  display: block;
  margin-top: 23px;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.9;
}

.site-footer {
  min-height: 239px;
  padding-top: 17px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-family: "Rubik Light", Arial, sans-serif;
}

.footer-logo {
  display: block;
  width: 79px;
  height: 79px;
  margin: 0 auto -5px;
  object-fit: cover;
}

.site-footer h2 {
  margin: 0;
  font-family: "American Typewriter BSFI", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.41;
}

.footer-email {
  display: inline-block;
  margin-top: 1px;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.875;
  text-decoration: none;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 9px;
}

.footer-social a,
.footer-social img {
  display: block;
  width: 39px;
  height: 39px;
}

.site-footer p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.79;
}

@media (max-width: 1180px) {
  .home-page .header-inner {
    width: calc(100% - 40px);
  }

  .home-page .brand {
    left: 0;
  }

  .home-page .social-links {
    left: 246px;
  }

  .home-page .main-nav {
    right: 0;
  }

  .home-page .hero-copy {
    width: min(calc(100% - 56px), 900px);
  }

  .home-page .waste-statement {
    min-height: 440px;
  }

  .home-page .waste-statement h1 {
    max-width: 880px;
    font-size: 56px;
  }

  .home-page .food-waste-fact {
    min-height: 720px;
  }

  .home-page .food-waste-image {
    min-height: 720px;
  }

  .home-page .food-waste-copy {
    padding: 42px 42px 48px;
  }

  .home-page .food-waste-copy h2 {
    font-size: 54px;
  }

  .home-page .food-waste-copy h2 span {
    font-size: 68px;
  }

  .home-page .food-waste-copy p {
    font-size: 20px;
    line-height: 1.72;
  }

  .home-page .impact-copy {
    padding-left: 96px;
  }

  .home-page .impact-copy h2,
  .home-page .impact-copy p {
    font-size: 52px;
  }

  .home-page .toxin-quote h2 {
    font-size: 56px;
  }

  .home-page .solution-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .value-section h2 {
    width: min(calc(100% - 56px), 935px);
    margin: 0 auto 60px;
  }

  .home-page .product-grid {
    width: min(calc(100% - 56px), 925px);
  }
}

@media (max-width: 900px) {
  .home-page .food-waste-fact {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .food-waste-image {
    min-height: 420px;
  }

  .home-page .food-waste-copy {
    padding: 42px 32px 52px;
  }

  .home-page .food-waste-copy h2,
  .home-page .food-waste-copy p {
    max-width: 700px;
  }

  .home-page .impact-visual {
    min-height: 500px;
  }

  .home-page .impact-copy {
    padding: 132px 42px 0;
  }

  .home-page .impact-copy h2 {
    font-size: 44px;
  }

  .home-page .impact-copy p {
    max-width: 660px;
    font-size: 44px;
  }

  .home-page .toxin-quote {
    min-height: 500px;
    padding: 0 32px;
    text-align: center;
  }

  .home-page .toxin-quote h2 {
    font-size: 48px;
  }

  .home-page .nature-approach {
    min-height: 560px;
  }

  .home-page .nature-approach h2 {
    left: 72px;
    top: 144px;
    max-width: 610px;
    font-size: 62px;
  }

  .home-page .nature-arrow {
    left: 28px;
    top: 257px;
  }

  .home-page .value-section {
    min-height: 0;
    padding: 58px 0 70px;
  }

  .home-page .value-section h2 {
    width: min(calc(100% - 48px), 760px);
    font-size: 34px;
    line-height: 1.42;
  }

  .home-page .product-grid {
    width: min(calc(100% - 48px), 620px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }
}

@media (max-width: 900px) {
  .home-page .site-header {
    height: 260px;
  }

  .home-page .header-inner {
    width: 100%;
    height: 100%;
  }

  .home-page .brand {
    left: 50%;
    top: 24px;
    width: 220px;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
  }

  .home-page .brand-logo {
    width: 88px;
    height: 72px;
    object-fit: contain;
  }

  .home-page .brand-name {
    margin: 4px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .home-page .social-links {
    left: 50%;
    top: 142px;
    height: 46px;
    gap: 8px;
    transform: translateX(-50%);
  }

  .home-page .social-links a,
  .home-page .social-links img {
    width: 46px;
    height: 46px;
  }

  .home-page .mobile-menu-toggle {
    position: absolute;
    z-index: 40;
    right: 22px;
    top: 28px;
    display: grid;
    width: 56px;
    height: 56px;
    place-content: center;
    gap: 6px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }

  .home-page .mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #969ce7;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  }

  .home-page.menu-open .mobile-menu-toggle span {
    background: #767676;
  }

  .home-page.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .home-page.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .home-page.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .home-page .main-nav {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: none;
    height: auto;
    padding: 108px 24px 54px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 31px;
    overflow-y: auto;
    background: #ffffff;
    white-space: normal;
  }

  .home-page.menu-open .main-nav {
    display: flex;
  }

  .home-page .main-nav a {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    color: #000000;
    background: transparent;
    font-size: 32px;
    line-height: 1.25;
  }

  .home-page .main-nav a:hover,
  .home-page .main-nav a:focus,
  .home-page .main-nav a[aria-current="page"] {
    color: #384ad3;
    background: transparent;
  }

  .home-page .hero-slide {
    height: 734px;
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.08)),
      url("../images/70134a_b80147c0ece04e48b9467436fba691a0~mv2.avif") center center / cover no-repeat;
  }

  .home-page .hero-copy {
    left: 50%;
    top: 72px;
    width: calc(100% - 54px);
    align-items: flex-start;
    transform: translateX(-50%);
  }

  .home-page .hero-copy h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: 1.08;
  }

  .home-page .hero-copy p {
    margin-top: 8px;
    font-size: 29px;
  }

  .home-page .hero-button {
    align-self: center;
    width: min(100%, 300px);
    height: 58px;
    margin-top: 274px;
    border-width: 2px;
    border-radius: 34px;
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .home-page .hero-slide {
    height: 700px;
  }

  .home-page .hero-copy h1 {
    font-size: 38px;
  }

  .home-page .hero-copy p {
    font-size: 26px;
  }

  .home-page .hero-button {
    margin-top: 246px;
  }

  .home-page .waste-statement {
    min-height: 360px;
    padding: 48px 24px;
  }

  .home-page .waste-statement h1 {
    font-size: 40px;
    line-height: 1.16;
  }

  .home-page .food-waste-image {
    min-height: 320px;
  }

  .home-page .food-waste-copy {
    padding: 30px 24px 40px;
  }

  .home-page .food-waste-copy h2 {
    margin-bottom: 24px;
    font-size: 40px;
  }

  .home-page .food-waste-copy h2 span {
    font-size: 50px;
  }

  .home-page .food-waste-copy p {
    font-size: 17px;
    line-height: 1.68;
  }

  .home-page .impact-visual {
    min-height: 390px;
  }

  .home-page .impact-copy {
    padding: 92px 24px 0;
  }

  .home-page .impact-copy h2 {
    font-size: 34px;
  }

  .home-page .impact-copy p {
    font-size: 34px;
    line-height: 1.18;
  }

  .home-page .impact-copy small {
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
  }

  .home-page .toxin-quote {
    min-height: 360px;
    padding: 0 24px;
  }

  .home-page .toxin-quote h2 {
    font-size: 36px;
  }

  .home-page .solution-cards {
    grid-template-columns: 1fr;
  }

  .home-page .solution-card {
    min-height: 320px;
  }

  .home-page .nature-approach {
    min-height: 430px;
  }

  .home-page .nature-approach h2 {
    left: 48px;
    top: 104px;
    max-width: calc(100% - 72px);
    font-size: 42px;
  }

  .home-page .nature-arrow {
    left: 12px;
    top: 184px;
    font-size: 58px;
  }

  .home-page .value-section {
    padding: 42px 0 52px;
  }

  .home-page .value-section h2 {
    width: calc(100% - 32px);
    margin-bottom: 36px;
    font-size: 28px;
  }

  .home-page .product-grid {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-page .product-item {
    min-height: 0;
  }

  .home-page .site-footer {
    min-height: 220px;
    padding: 20px 18px 28px;
  }
}

.about-page {
  color: #000000;
  font-family: "Rubik Light", Arial, sans-serif;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.about-intro {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 596px;
}

.about-intro-image {
  min-height: 596px;
  background: url("../images/about-hero.jpg") center center / cover no-repeat;
}

.about-intro-copy {
  min-height: 596px;
  padding: 136px 0 0 166px;
  color: #ffffff;
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    url("../images/about-bsfi-panel.jpg") center center / cover no-repeat;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.about-intro-copy h1 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.about-intro-copy p {
  margin: 0 0 31px;
  max-width: 454px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.88;
}

.about-solutions {
  padding: 37px 0 54px;
  background: #ffffff;
}

.about-solutions h2,
.about-work h2,
.about-media h2 {
  margin: 0;
  color: #000000;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.solution-showcase {
  display: grid;
  width: calc(100% - 74px);
  min-height: 555px;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: start;
  margin: 42px auto 0;
  padding: 59px 143px 56px;
  background: #e9e7e7;
}

.coverage-card {
  position: relative;
  min-width: 0;
  padding-bottom: 91px;
}

.coverage-card img {
  display: block;
  width: 100%;
  height: 323px;
  object-fit: cover;
}

.coverage-card div {
  position: absolute;
  left: 13px;
  right: -34px;
  bottom: 0;
  min-height: 135px;
  padding: 26px 18px 19px;
  background: #ffffff;
}

.coverage-card h3 {
  margin: 0 0 17px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.coverage-card p {
  margin: 0;
  color: #242424;
  font-size: 16px;
  line-height: 1.38;
}

.about-work {
  min-height: 667px;
  padding: 63px 0 62px;
  background: #e9e7e7;
  text-align: center;
}

.work-lede {
  margin: 31px 0 0;
  color: #000000;
  font-size: 18px;
  line-height: 1.85;
}

.work-grid {
  display: grid;
  width: 930px;
  grid-template-columns: repeat(3, 1fr);
  gap: 96px;
  margin: 64px auto 0;
}

.work-item {
  min-width: 0;
  text-align: center;
}

.work-icon {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
}

.work-icon-planet::before {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 37% 36%, #ffffff 0 15%, transparent 16%),
    linear-gradient(150deg, transparent 0 42%, #ffffff 43% 55%, transparent 56%),
    #34343a;
  content: "";
}

.work-icon-planet::after {
  position: absolute;
  left: 12px;
  top: 32px;
  width: 54px;
  height: 12px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  transform: rotate(-28deg);
}

.work-icon-ai::before {
  position: absolute;
  left: 13px;
  top: 21px;
  width: 48px;
  height: 30px;
  border: 1px solid #173124;
  border-radius: 4px;
  background: #a9cbb9;
  content: "";
}

.work-icon-ai::after {
  position: absolute;
  left: 29px;
  top: 35px;
  width: 42px;
  height: 23px;
  border-right: 1px solid #173124;
  border-bottom: 1px solid #173124;
  content: "";
  transform: skewX(28deg);
}

.work-icon-ai {
  background:
    radial-gradient(circle at 29px 37px, #173124 0 3px, transparent 4px),
    radial-gradient(circle at 42px 37px, #173124 0 3px, transparent 4px),
    radial-gradient(circle at 55px 37px, #173124 0 3px, transparent 4px),
    linear-gradient(#173124, #173124) 37px 55px / 1px 9px no-repeat,
    linear-gradient(#173124, #173124) 31px 64px / 13px 1px no-repeat;
}

.work-icon-bee::before {
  position: absolute;
  left: 24px;
  top: 20px;
  width: 27px;
  height: 36px;
  border-radius: 50%;
  background:
    linear-gradient(#0d1320 0 20%, transparent 20% 33%, #0d1320 33% 48%, transparent 48% 63%, #0d1320 63% 100%),
    #d7ddeb;
  content: "";
}

.work-icon-bee::after {
  position: absolute;
  left: 10px;
  top: 24px;
  width: 54px;
  height: 44px;
  border-top: 2px solid #0d1320;
  border-bottom: 2px solid #0d1320;
  border-radius: 50%;
  content: "";
}

.work-item h3 {
  margin: 0 0 22px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.work-item p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
}

.about-media {
  padding: 27px 0 38px;
  background: #ffffff;
}

.about-media h2 {
  width: 940px;
  margin: 0 auto 49px;
  text-align: left;
}

.media-grid {
  display: grid;
  width: min(100%, 1122px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 0 auto;
}

.media-card {
  display: flex;
  min-height: 539px;
  flex-direction: column;
  color: #000000;
  border: 1px solid rgba(232, 230, 230, 0.75);
  background: #ffffff;
}

.media-card img {
  display: block;
  width: 100%;
  height: 219px;
  object-fit: cover;
}

.media-card time {
  margin: 39px 24px 0;
  color: #000000;
  font-size: 12px;
  line-height: 1.3;
}

.media-card h3 {
  margin: 23px 24px 0;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.38;
}

.media-card p {
  margin: 14px 24px 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .about-media h2,
  .media-grid {
    width: calc(100% - 48px);
  }
}

@media (max-width: 980px) {
  .media-grid {
    grid-template-columns: 1fr;
  }
}

.view-count {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 24px 25px;
  padding-top: 17px;
  border-top: 1px solid #d8d8d8;
  color: #000000;
  font-size: 12px;
  line-height: 1;
}

.view-count::before {
  width: 18px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  content: "";
}

@media (max-width: 1180px) {
  .about-page-shell .header-inner {
    width: calc(100% - 40px);
  }

  .about-page-shell .brand {
    left: 0;
  }

  .about-page-shell .social-links {
    left: 246px;
  }

  .about-page-shell .main-nav {
    right: 0;
  }

  .about-intro-copy {
    padding: 90px 48px 48px;
  }

  .solution-showcase {
    width: calc(100% - 48px);
    padding: 42px;
    gap: 22px;
  }

  .coverage-card div {
    left: 10px;
    right: 10px;
  }

  .work-grid {
    width: calc(100% - 64px);
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .about-page-shell .site-header {
    height: 260px;
  }

  .about-page-shell .header-inner {
    width: 100%;
    height: 100%;
  }

  .about-page-shell .brand {
    left: 50%;
    top: 24px;
    width: 220px;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
  }

  .about-page-shell .brand-logo {
    width: 88px;
    height: 72px;
    object-fit: contain;
  }

  .about-page-shell .brand-name {
    margin: 4px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .about-page-shell .social-links {
    left: 50%;
    top: 142px;
    height: 46px;
    gap: 8px;
    transform: translateX(-50%);
  }

  .about-page-shell .social-links a,
  .about-page-shell .social-links img {
    width: 46px;
    height: 46px;
  }

  .about-page-shell .mobile-menu-toggle {
    position: absolute;
    z-index: 40;
    right: 22px;
    top: 28px;
    display: grid;
    width: 56px;
    height: 56px;
    place-content: center;
    gap: 6px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }

  .about-page-shell .mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #969ce7;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  }

  .about-page-shell.menu-open .mobile-menu-toggle span {
    background: #767676;
  }

  .about-page-shell.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .about-page-shell.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .about-page-shell.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .about-page-shell .main-nav {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: none;
    height: auto;
    padding: 108px 24px 54px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 31px;
    overflow-y: auto;
    background: #ffffff;
    white-space: normal;
  }

  .about-page-shell.menu-open .main-nav {
    display: flex;
  }

  .about-page-shell .main-nav a {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    color: #000000;
    background: transparent;
    font-size: 32px;
    line-height: 1.25;
  }

  .about-page-shell .main-nav a:hover,
  .about-page-shell .main-nav a:focus,
  .about-page-shell .main-nav a[aria-current="page"] {
    color: #384ad3;
    background: transparent;
  }

  .about-intro {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-intro-image {
    min-height: 420px;
  }

  .about-intro-copy {
    min-height: 0;
    padding: 48px 32px 52px;
  }

  .about-intro-copy p {
    max-width: 100%;
  }

  .about-solutions,
  .about-work,
  .about-media {
    padding-left: 0;
    padding-right: 0;
  }

  .about-solutions h2,
  .about-work h2,
  .about-media h2 {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
  }

  .solution-showcase {
    width: calc(100% - 48px);
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 28px;
  }

  .coverage-card {
    padding-bottom: 0;
  }

  .coverage-card img {
    height: 260px;
  }

  .coverage-card div {
    position: static;
    min-height: 0;
    padding: 22px 18px 20px;
  }

  .about-work {
    min-height: 0;
    padding: 56px 0 62px;
  }

  .work-lede {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }

  .work-grid {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 42px;
  }

  .media-grid {
    width: calc(100% - 48px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-intro-image {
    min-height: 300px;
  }

  .about-intro-copy {
    padding: 34px 24px 40px;
  }

  .about-intro-copy h1 {
    font-size: 34px;
  }

  .about-intro-copy p {
    font-size: 15px;
    line-height: 1.72;
  }

  .about-solutions,
  .about-work,
  .about-media {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .about-solutions h2,
  .about-work h2,
  .about-media h2 {
    width: calc(100% - 32px);
    font-size: 34px;
    line-height: 1.16;
  }

  .solution-showcase {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
    padding: 18px;
  }

  .coverage-card img {
    height: 220px;
  }

  .work-lede,
  .work-grid,
  .media-grid {
    width: calc(100% - 32px);
  }

  .work-lede {
    font-size: 16px;
    line-height: 1.7;
  }

  .media-grid {
    grid-template-columns: 1fr;
  }

  .media-card {
    min-height: 0;
  }

  .media-card img {
    height: 210px;
  }

  .about-page-shell .site-footer {
    min-height: 220px;
    padding: 20px 18px 28px;
  }
}

.waste2build-page {
  color: #000000;
  font-family: "Rubik Light", Arial, sans-serif;
}

.waste2build-page h1,
.waste2build-page h2,
.waste2build-page h3 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.w2b-fact {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 650px;
}

.w2b-fact-image {
  min-height: 650px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    url("../images/w2b-construction-site.jpg") center center / cover no-repeat;
}

.w2b-fact-copy {
  min-height: 650px;
  padding: 70px 0 0 132px;
  color: #ffffff;
  background: #364bd1;
}

.w2b-fact-copy h1 {
  margin: 0 0 43px;
  max-width: 520px;
  color: #ffffff;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.48;
}

.w2b-fact-copy h1 span {
  display: inline-block;
  font-size: 88px;
  line-height: 0.92;
}

.w2b-fact-copy p {
  margin: 0;
  max-width: 486px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.74;
}

.w2b-fact-copy sub,
.w2b-process sub,
.w2b-pillar sub {
  position: relative;
  bottom: -0.24em;
  font-size: 0.55em;
  line-height: 0;
}

.w2b-process {
  min-height: 740px;
  padding: 74px 0 77px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    url("../images/w2b-concrete-texture.jpg") center center / cover no-repeat;
}

.w2b-section-inner {
  width: 1040px;
  margin: 0 auto;
}

.w2b-process h2 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.w2b-lede {
  margin: 0 auto;
  max-width: 930px;
  color: #111111;
  font-size: 21px;
  line-height: 1.8;
}

.w2b-lede strong {
  color: #364bd1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 47px;
  line-height: 1;
}

.w2b-concern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 105px;
  margin-top: 55px;
}

.w2b-concern {
  text-align: center;
}

.w2b-concern img {
  display: block;
  width: 124px;
  height: 124px;
  margin: 0 auto 28px;
  border-radius: 50%;
  object-fit: cover;
}

.w2b-concern h3 {
  min-height: 58px;
  margin: 0 0 52px;
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.32;
}

.w2b-concern p {
  margin: 0;
  color: #000000;
  font-size: 17px;
  line-height: 1.62;
}

.w2b-quote {
  min-height: 379px;
  padding: 61px 40px 40px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url("../images/steam-green-texture.jpg") center center / auto repeat;
}

.w2b-quote div {
  height: 62px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 90px;
  line-height: 0.8;
  opacity: 0.9;
}

.w2b-quote h2 {
  margin: 27px 0 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.36;
}

.w2b-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 528px;
}

.w2b-pillar {
  display: flex;
  min-height: 528px;
  flex-direction: column;
  align-items: center;
  padding: 72px 36px 84px;
  color: #ffffff;
  text-align: center;
}

.w2b-pillar-dark {
  background: #000000;
}

.w2b-pillar-gray {
  background: #7f807e;
}

.w2b-pillar-light {
  color: #111111;
  background: #eeeeee;
}

.w2b-pillar-blue {
  background: #9099e8;
}

.w2b-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.w2b-pillar h2 {
  margin: 0;
  color: currentColor;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.w2b-pillar-light h2 {
  color: #364bd1;
}

.w2b-pillar p {
  margin: 26px 0 0;
  max-width: 230px;
  color: currentColor;
  font-size: 18px;
  line-height: 1.28;
}

.w2b-pillar a {
  margin-top: auto;
  color: currentColor;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.w2b-pillar a:hover,
.w2b-pillar a:focus {
  text-decoration: underline;
  outline: none;
}

.w2b-fly-band {
  min-height: 539px;
  background: url("../images/w2b-fly-wood.jpg") center center / cover no-repeat;
}

.w2b-tech {
  padding: 74px 0 54px;
  background: #ffffff;
}

.w2b-tech h2 {
  margin: 0;
  color: #000000;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.w2b-tech-lede {
  width: 700px;
  margin: 35px auto 0;
  color: #151515;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
}

.w2b-tech-grid {
  display: grid;
  width: 980px;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 78px auto 0;
}

.w2b-tech-card img {
  display: block;
  width: 100%;
  height: 226px;
  object-fit: cover;
}

.w2b-tech-card h3 {
  margin: 19px 10px 0;
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.w2b-tech-card p {
  margin: 23px 10px 0;
  color: #111111;
  font-size: 17px;
  line-height: 1.7;
}

.w2b-target {
  position: relative;
  overflow: hidden;
  background: #9099e8;
}

.w2b-target-heading {
  display: flex;
  min-height: 130px;
  align-items: center;
  justify-content: center;
  gap: 36px;
  background: #d9d9e8;
}

.w2b-target-heading span {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.w2b-target-heading img {
  display: block;
  width: 260px;
  height: 56px;
  object-fit: contain;
}

.w2b-target-stats {
  position: relative;
  display: grid;
  min-height: 420px;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 40px;
  padding: 86px 180px 138px;
  color: #ffffff;
  text-align: center;
}

.w2b-target-stats::after {
  position: absolute;
  right: -9%;
  bottom: -1px;
  left: -8%;
  height: 156px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #ffffff;
  content: "";
  transform: rotate(-4deg);
  transform-origin: center bottom;
}

.w2b-stat {
  position: relative;
  z-index: 1;
}

.w2b-stat strong {
  display: block;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.w2b-stat p {
  margin: 15px 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
}

.w2b-stat small {
  display: block;
  margin-top: -2px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.8;
}

.w2b-formula {
  position: relative;
  z-index: 1;
  margin-top: -122px;
  padding: 0 0 59px;
  background: #ffffff;
  text-align: center;
}

.w2b-formula h2 {
  margin: 0;
  color: #000000;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
}

.w2b-formula h2 span {
  color: #ede9e1;
  font-style: normal;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5);
}

.w2b-formula h2 em {
  color: #9099e8;
  font-style: normal;
}

.w2b-dots {
  margin-top: 20px;
  color: #1f33ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}

.w2b-formula-lede {
  margin: 32px 0 0;
  color: #111111;
  font-size: 34px;
  line-height: 1.2;
}

.w2b-formula-grid {
  display: grid;
  width: 1234px;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 53px auto 0;
  text-align: left;
}

.w2b-formula-card {
  min-width: 0;
  background: #e8e7e7;
}

.w2b-formula-card-blue {
  background: #8e98e8;
}

.w2b-formula-card-soft {
  background: #b5bef0;
}

.w2b-formula-card-light {
  background: #e8e7e7;
}

.w2b-formula-card img {
  display: block;
  width: 100%;
  height: 334px;
  object-fit: cover;
}

.w2b-formula-card div {
  min-height: 278px;
  padding: 41px 32px 37px;
}

.w2b-eyebrow {
  margin: 0 0 9px;
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.w2b-formula-card h3 {
  margin: 0 0 31px;
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.w2b-formula-card div > p:last-child {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .waste2build-shell .header-inner {
    width: calc(100% - 40px);
  }

  .waste2build-shell .brand {
    left: 0;
  }

  .waste2build-shell .social-links {
    left: 246px;
  }

  .waste2build-shell .main-nav {
    right: 0;
  }

  .w2b-fact-copy {
    padding: 56px 42px 48px;
  }

  .w2b-section-inner,
  .w2b-tech-grid,
  .w2b-formula-grid {
    width: calc(100% - 56px);
  }

  .w2b-concern-grid {
    gap: 42px;
  }

  .w2b-tech-lede {
    width: min(calc(100% - 56px), 700px);
  }

  .w2b-target-stats {
    padding-right: 72px;
    padding-left: 72px;
  }
}

@media (max-width: 900px) {
  .waste2build-shell .site-header {
    height: 260px;
  }

  .waste2build-shell .header-inner {
    width: 100%;
    height: 100%;
  }

  .waste2build-shell .brand {
    left: 50%;
    top: 24px;
    width: 220px;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
  }

  .waste2build-shell .brand-logo {
    width: 88px;
    height: 72px;
    object-fit: contain;
  }

  .waste2build-shell .brand-name {
    margin: 4px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .waste2build-shell .social-links {
    left: 50%;
    top: 142px;
    height: 46px;
    gap: 8px;
    transform: translateX(-50%);
  }

  .waste2build-shell .social-links a,
  .waste2build-shell .social-links img {
    width: 46px;
    height: 46px;
  }

  .waste2build-shell .mobile-menu-toggle {
    position: absolute;
    z-index: 40;
    right: 22px;
    top: 28px;
    display: grid;
    width: 56px;
    height: 56px;
    place-content: center;
    gap: 6px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }

  .waste2build-shell .mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #969ce7;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  }

  .waste2build-shell.menu-open .mobile-menu-toggle span {
    background: #767676;
  }

  .waste2build-shell.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .waste2build-shell.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .waste2build-shell.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .waste2build-shell .main-nav {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: none;
    height: auto;
    padding: 108px 24px 54px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 31px;
    overflow-y: auto;
    background: #ffffff;
    white-space: normal;
  }

  .waste2build-shell.menu-open .main-nav {
    display: flex;
  }

  .waste2build-shell .main-nav a {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    color: #000000;
    background: transparent;
    font-size: 32px;
    line-height: 1.25;
  }

  .waste2build-shell .main-nav a:hover,
  .waste2build-shell .main-nav a:focus,
  .waste2build-shell .main-nav a[aria-current="page"] {
    color: #384ad3;
    background: transparent;
  }

  .w2b-fact {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .w2b-fact-image {
    min-height: 420px;
  }

  .w2b-fact-copy {
    min-height: 0;
    padding: 42px 32px 52px;
  }

  .w2b-process {
    min-height: 0;
    padding: 56px 0;
  }

  .w2b-section-inner,
  .w2b-tech-grid,
  .w2b-formula-grid {
    width: calc(100% - 48px);
  }

  .w2b-process h2,
  .w2b-tech h2,
  .w2b-formula h2 {
    font-size: 42px;
  }

  .w2b-concern-grid,
  .w2b-tech-grid,
  .w2b-formula-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .w2b-concern h3 {
    min-height: 0;
    margin-bottom: 24px;
  }

  .w2b-quote {
    min-height: 300px;
    padding: 46px 32px 36px;
  }

  .w2b-quote h2 {
    font-size: 38px;
  }

  .w2b-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w2b-fly-band {
    min-height: 420px;
  }

  .w2b-tech {
    padding-top: 56px;
  }

  .w2b-target-heading {
    min-height: 160px;
    flex-direction: column;
    gap: 18px;
    padding: 26px;
  }

  .w2b-target-stats {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 52px 32px 128px;
  }

  .w2b-formula {
    margin-top: -72px;
  }

  .w2b-formula-lede {
    width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .w2b-fact-image {
    min-height: 300px;
  }

  .w2b-fact-copy {
    padding: 32px 24px 40px;
  }

  .w2b-fact-copy h1 {
    margin-bottom: 26px;
    font-size: 31px;
  }

  .w2b-fact-copy h1 span {
    font-size: 60px;
  }

  .w2b-fact-copy p,
  .w2b-lede,
  .w2b-tech-lede {
    font-size: 17px;
    line-height: 1.68;
  }

  .w2b-section-inner,
  .w2b-tech-grid,
  .w2b-formula-grid,
  .w2b-formula-lede {
    width: calc(100% - 32px);
  }

  .w2b-process h2,
  .w2b-tech h2,
  .w2b-formula h2 {
    font-size: 34px;
  }

  .w2b-lede strong {
    display: block;
    margin-bottom: 8px;
    font-size: 38px;
  }

  .w2b-quote h2 {
    font-size: 30px;
  }

  .w2b-pillars {
    grid-template-columns: 1fr;
  }

  .w2b-pillar {
    min-height: 360px;
    padding: 48px 24px;
  }

  .w2b-fly-band {
    min-height: 300px;
  }

  .w2b-target-heading span {
    font-size: 30px;
    text-align: center;
  }

  .w2b-target-heading img {
    width: min(100%, 220px);
  }

  .w2b-stat strong {
    font-size: 62px;
  }

  .w2b-target-stats::after {
    height: 92px;
  }

  .w2b-formula {
    margin-top: -46px;
    padding-bottom: 42px;
  }

  .w2b-formula-lede {
    font-size: 22px;
  }

  .w2b-formula-card img {
    height: 260px;
  }

  .w2b-formula-card div {
    min-height: 0;
    padding: 28px 22px;
  }

  .waste2build-shell .site-footer {
    min-height: 220px;
    padding: 20px 18px 28px;
  }
}

.fruit2feed-page {
  color: #000000;
  font-family: "Rubik Light", Arial, sans-serif;
}

.fruit2feed-page h1,
.fruit2feed-page h2,
.fruit2feed-page h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.f2f-hero {
  position: relative;
  min-height: 606px;
  overflow: hidden;
  background:
    radial-gradient(circle at 29% 31%, #99edf2 0 11px, transparent 12px),
    radial-gradient(circle at 55% 18%, #99edf2 0 11px, transparent 12px),
    radial-gradient(circle at 64% 78%, #99edf2 0 9px, transparent 10px),
    radial-gradient(circle at 68% 55%, #99edf2 0 6px, transparent 7px),
    radial-gradient(circle at 38% 75%, #99edf2 0 5px, transparent 6px),
    url("../images/f2f-cookie-bg.jpg") center center / cover no-repeat;
}

.f2f-logo {
  position: absolute;
  left: 50%;
  top: 15px;
  z-index: 3;
  width: 114px;
  height: 137px;
  object-fit: contain;
  transform: translateX(-50%);
}

.f2f-hero-pets {
  position: absolute;
  left: 50%;
  top: 126px;
  z-index: 2;
  width: 713px;
  height: auto;
  transform: translateX(-50%);
}

.f2f-hero h1 {
  position: absolute;
  left: 50%;
  bottom: 41px;
  z-index: 4;
  width: min(760px, calc(100% - 80px));
  margin: 0;
  color: #ffffff;
  font-family: "American Typewriter BSFI", Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
}

.f2f-sparkle {
  position: absolute;
  z-index: 1;
  width: 72px;
  height: 72px;
  background: #a7f3f6;
  clip-path: polygon(50% 0, 58% 38%, 100% 50%, 58% 62%, 50% 100%, 42% 62%, 0 50%, 42% 38%);
  opacity: 0.95;
}

.f2f-sparkle-a {
  left: calc(50% - 145px);
  top: 29px;
}

.f2f-sparkle-b {
  left: calc(50% + 104px);
  top: 42px;
  width: 58px;
  height: 58px;
}

.f2f-sparkle-c {
  left: calc(50% - 290px);
  bottom: 96px;
  width: 78px;
  height: 78px;
}

.f2f-sparkle-d {
  left: calc(50% + 283px);
  bottom: 156px;
  width: 68px;
  height: 68px;
}

.f2f-quote h1,
.f2f-feature-copy p {
  margin: 0;
  color: #ffffff;
  font-family: "American Typewriter BSFI", Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.f2f-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 500px) minmax(350px, 520px);
  align-items: center;
  justify-content: center;
  gap: 52px;
  padding: 44px 48px;
  min-height: 496px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f2f-feature-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.f2f-feature-copy h2 {
  margin: 0 0 32px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.42);
}

.f2f-feature-copy p {
  font-size: 28px;
  line-height: 1.45;
  text-align: left;
}

.f2f-feature-art {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  height: auto;
  justify-self: center;
}

.f2f-hypoallergenic {
  background-image: url("../images/f2f-dog-bg.jpg");
}

.f2f-hypoallergenic::before {
  position: absolute;
  inset: 0;
  background: rgba(246, 182, 211, 0.45);
  content: "";
}

.f2f-itchy-dog {
  width: 470px;
}

.f2f-fruit-vege {
  min-height: 449px;
  background-image: url("../images/f2f-fruit-vege-bg.jpg");
}

.f2f-food-pile {
  width: 545px;
}

.f2f-protein {
  min-height: 500px;
  background-image: url("../images/f2f-pink-clouds.jpg");
}

.f2f-larvae-bowl {
  width: 500px;
}

.f2f-healthiest {
  min-height: 484px;
  background-image: url("../images/f2f-pastel-fur.jpg");
}

.f2f-healthy-dogs {
  width: 640px;
}

@media (max-width: 1100px) {
  .f2f-feature {
    grid-template-columns: 360px 420px;
    gap: 36px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .f2f-feature-copy {
    max-width: 420px;
  }

  .f2f-feature-copy h2 {
    font-size: 52px;
  }

  .f2f-feature-copy p {
    font-size: 26px;
  }
}

.f2f-product {
  position: relative;
  min-height: 711px;
  overflow: hidden;
  background: url("../images/f2f-waving-dog.jpg") left center / cover no-repeat;
}

.f2f-product-panel {
  position: absolute;
  right: 225px;
  top: 105px;
  width: 568px;
  min-height: 570px;
  padding: 28px 42px 36px;
  background: rgba(255, 255, 255, 0.86);
}

.f2f-product-panel h2 {
  margin: 0 0 48px;
  color: #000000;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.25;
}

.f2f-product-panel h2 span {
  color: #4682b4;
}

.f2f-product-panel h2 em {
  color: #ff9f00;
  font-style: normal;
}

.f2f-product-panel p {
  margin: 0;
  color: #000000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}

.f2f-splash {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 109px;
  background:
    radial-gradient(ellipse at 4% -4%, #9099e8 0 70px, transparent 72px),
    radial-gradient(ellipse at 14% -2%, #9099e8 0 75px, transparent 77px),
    radial-gradient(ellipse at 25% -7%, #9099e8 0 80px, transparent 82px),
    radial-gradient(ellipse at 38% -6%, #9099e8 0 76px, transparent 78px),
    radial-gradient(ellipse at 51% -8%, #9099e8 0 86px, transparent 88px),
    radial-gradient(ellipse at 65% -4%, #9099e8 0 80px, transparent 82px),
    radial-gradient(ellipse at 79% -8%, #9099e8 0 85px, transparent 87px),
    radial-gradient(ellipse at 93% -4%, #9099e8 0 78px, transparent 80px),
    #9099e8;
}

.f2f-waste {
  position: relative;
  min-height: 594px;
  overflow: hidden;
  background: url("../images/f2f-fruit-waste-bg.png") center center / cover no-repeat;
}

.f2f-waste h2 {
  position: relative;
  z-index: 2;
  margin: 75px 0 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.f2f-waste-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: 900px;
  max-width: calc(100% - 120px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  justify-items: center;
  gap: 26px;
  margin: -6px auto 0;
}

.f2f-waste-fruit {
  display: block;
  max-width: 100%;
  height: auto;
}

.f2f-beetroot {
  width: 218px;
}

.f2f-apple {
  width: 231px;
  margin-top: 100px;
}

.f2f-pineapple {
  width: 218px;
}

.f2f-spinach {
  width: 290px;
  margin-top: 54px;
}

.f2f-savings {
  position: relative;
  min-height: 323px;
  padding: 32px 40px 38px;
  color: #ffffff;
  text-align: center;
  background: #9099e8;
}

.f2f-savings::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 88px;
  background:
    radial-gradient(ellipse at 8% 100%, #ffffff 0 98px, transparent 100px),
    radial-gradient(ellipse at 24% 100%, #ffffff 0 88px, transparent 90px),
    radial-gradient(ellipse at 39% 100%, #ffffff 0 98px, transparent 100px),
    radial-gradient(ellipse at 58% 100%, #ffffff 0 92px, transparent 94px),
    radial-gradient(ellipse at 75% 100%, #ffffff 0 88px, transparent 90px),
    radial-gradient(ellipse at 90% 100%, #ffffff 0 96px, transparent 98px),
    #9099e8;
  content: "";
}

.f2f-savings h2,
.f2f-savings h3 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.f2f-savings p {
  margin: 28px 0 28px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.03;
}

.f2f-savings p span {
  color: #d7ff3e;
  font-size: 0.98em;
}

.f2f-savings p em {
  color: #4682b4;
  font-style: normal;
}

.f2f-savings p strong {
  color: #ee8203;
}

.f2f-savings a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 128px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: 41px;
  padding: 0 15px;
  border-radius: 18px;
  color: #4682b4;
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.f2f-savings a:hover,
.f2f-savings a:focus {
  color: #2f6490;
  background: #ffffff;
  outline: none;
}

.f2f-mission {
  min-height: 545px;
  padding: 8px 0 50px;
  background: #ffffff;
  text-align: center;
}

.f2f-mission h2 {
  margin: 0 0 30px;
  color: #000000;
  font-family: "Brush Script MT", "American Typewriter BSFI", Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

.f2f-mission-grid {
  display: grid;
  width: 900px;
  grid-template-columns: repeat(3, 1fr);
  gap: 115px;
  margin: 0 auto;
}

.f2f-mission-grid article {
  color: #243cff;
  text-align: center;
}

.f2f-mission-grid h3 {
  margin: 22px 0 24px;
  color: #000000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.f2f-mission-grid p {
  margin: 0;
  color: #000000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.f2f-mission-grid article > svg,
.f2f-mission-icon {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
}

.f2f-mission-grid article:nth-child(-n + 2) svg [data-color="1"],
.f2f-mission-grid article:nth-child(3) svg [data-color="2"] {
  fill: #243cff !important;
}

.f2f-mission-grid article:nth-child(3) svg [data-color="1"] {
  fill: #ffffff !important;
}

.f2f-mission-grid svg [data-color="3"] {
  fill: #82d5d6 !important;
}

.f2f-mission-grid svg [data-color="4"] {
  fill: #ffffff !important;
}

.f2f-icon-bottle {
  width: 76px;
}

.f2f-icon-batches {
  width: 132px;
}

.f2f-hong-kong {
  position: relative;
  min-height: 782px;
  padding: 0 0 68px;
  overflow: hidden;
  background: #bfc4f0;
}

.f2f-hong-kong::before {
  display: block;
  height: 92px;
  margin-bottom: 19px;
  background:
    radial-gradient(ellipse at 50% -18%, #ffffff 0 420px, transparent 422px),
    radial-gradient(ellipse at 50% -13%, rgba(255, 255, 255, 0.38) 0 468px, transparent 470px),
    radial-gradient(ellipse at 50% -8%, rgba(255, 255, 255, 0.22) 0 520px, transparent 522px);
  content: "";
}

.f2f-hong-kong h2 {
  margin: -78px 0 77px;
  color: #000000;
  font-family: "Brush Script MT", "American Typewriter BSFI", Georgia, "Times New Roman", serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.f2f-process-grid {
  display: grid;
  width: 1058px;
  max-width: calc(100% - 48px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin: 0 auto;
}

.f2f-process-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 226px;
}

.f2f-process-card img,
.f2f-process-copy {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 226px;
}

.f2f-process-card img {
  object-fit: cover;
}

.f2f-process-copy {
  padding: 22px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.f2f-process-blue {
  background: #4689b8;
}

.f2f-process-orange {
  background: #f58600;
}

.f2f-bsf-source {
  position: relative;
  min-height: 560px;
  padding: 67px 0 0;
  overflow: hidden;
  background: linear-gradient(173deg, #e9e9e9 0 24%, #ffffff 24.2%);
}

.f2f-bsf-strip {
  position: relative;
  z-index: 1;
  display: grid;
  width: 1464px;
  grid-template-columns: 300px 1fr 1fr;
  margin: 0 auto;
  background: #ffffff;
}

.f2f-bsf-copy {
  min-height: 434px;
  padding: 44px 52px 35px;
  color: #000000;
  background: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.f2f-bsf-copy h2 {
  margin: 0 0 35px;
  font-size: 74px;
  line-height: 0.85;
}

.f2f-bsf-copy h3 {
  margin: 0 0 39px;
  font-size: 27px;
  line-height: 1.24;
}

.f2f-bsf-copy p {
  margin: 0;
  font-size: 19px;
  line-height: 1.7;
}

.f2f-bsf-strip img {
  display: block;
  width: 100%;
  height: 434px;
  object-fit: cover;
}

.f2f-support {
  position: relative;
  min-height: 725px;
  padding: 39px 0 47px;
  background: #ffffff;
  color: #000000;
}

.f2f-support h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 33px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.f2f-support h2 span {
  color: #ee8203;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5);
}

.f2f-support > p {
  width: 923px;
  margin: 0 auto 45px;
  color: #000000;
  font-size: 16px;
  line-height: 1.85;
  text-align: justify;
}

.f2f-products {
  display: grid;
  width: calc(100% - 20px);
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.f2f-products article {
  min-width: 0;
  color: #000000;
}

.f2f-products img {
  display: block;
  width: 100%;
  height: 244px;
  object-fit: cover;
}

.f2f-products h3 {
  margin: 18px 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.f2f-products p,
.f2f-products strong {
  margin: 0;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.f2f-products strong {
  color: #ee8203;
}

.f2f-endorsement {
  display: grid;
  min-height: 286px;
  grid-template-columns: 1fr 720px;
  align-items: center;
  gap: 30px;
  padding: 35px 158px 28px;
  background: #ffffff;
}

.f2f-endorsement h2 {
  margin: 0;
  color: #9099e8;
  font-family: "Brush Script MT", "American Typewriter BSFI", Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.f2f-endorsement div {
  display: flex;
  align-items: center;
  gap: 56px;
}

.f2f-endorsement img {
  display: block;
  max-width: 230px;
  height: auto;
  object-fit: contain;
}

.f2f-signup {
  min-height: 350px;
  padding: 70px 0 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)),
    url("../images/f2f-contact-bg.jpg") center center / cover no-repeat;
}

.f2f-signup-panel {
  width: 798px;
  min-height: 170px;
  margin: 0 auto;
  padding: 35px 40px 38px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.f2f-signup-panel h2 {
  margin: 0 0 24px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
}

.f2f-signup-panel a {
  display: inline-block;
  color: #000000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.f2f-signup-panel a:hover,
.f2f-signup-panel a:focus {
  color: #f58600;
  outline: none;
}

@media (max-width: 1180px) {
  .fruit2feed-shell .header-inner {
    width: calc(100% - 40px);
  }

  .fruit2feed-shell .brand {
    left: 0;
  }

  .fruit2feed-shell .social-links {
    left: 246px;
  }

  .fruit2feed-shell .main-nav {
    right: 0;
  }

  .f2f-product-panel {
    right: 48px;
  }

  .f2f-mission-grid,
  .f2f-support > p {
    width: calc(100% - 56px);
  }

  .f2f-bsf-strip {
    width: calc(100% - 48px);
  }

  .f2f-endorsement {
    grid-template-columns: 1fr minmax(520px, 720px);
    padding-right: 48px;
    padding-left: 48px;
  }
}

@media (max-width: 900px) {
  .fruit2feed-shell .site-header {
    height: 260px;
  }

  .fruit2feed-shell .header-inner {
    width: 100%;
    height: 100%;
  }

  .fruit2feed-shell .brand {
    left: 50%;
    top: 24px;
    width: 220px;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
  }

  .fruit2feed-shell .brand-logo {
    width: 88px;
    height: 72px;
    object-fit: contain;
  }

  .fruit2feed-shell .brand-name {
    margin: 4px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .fruit2feed-shell .social-links {
    left: 50%;
    top: 142px;
    height: 46px;
    gap: 8px;
    transform: translateX(-50%);
  }

  .fruit2feed-shell .social-links a,
  .fruit2feed-shell .social-links img {
    width: 46px;
    height: 46px;
  }

  .fruit2feed-shell .mobile-menu-toggle {
    position: absolute;
    z-index: 40;
    right: 22px;
    top: 28px;
    display: grid;
    width: 56px;
    height: 56px;
    place-content: center;
    gap: 6px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }

  .fruit2feed-shell .mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #969ce7;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  }

  .fruit2feed-shell.menu-open .mobile-menu-toggle span {
    background: #767676;
  }

  .fruit2feed-shell.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .fruit2feed-shell.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .fruit2feed-shell.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .fruit2feed-shell .main-nav {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: none;
    height: auto;
    padding: 108px 24px 54px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 31px;
    overflow-y: auto;
    background: #ffffff;
    white-space: normal;
  }

  .fruit2feed-shell.menu-open .main-nav {
    display: flex;
  }

  .fruit2feed-shell .main-nav a {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    color: #000000;
    background: transparent;
    font-size: 32px;
    line-height: 1.25;
  }

  .fruit2feed-shell .main-nav a:hover,
  .fruit2feed-shell .main-nav a:focus,
  .fruit2feed-shell .main-nav a[aria-current="page"] {
    color: #384ad3;
    background: transparent;
  }

  .f2f-hero {
    min-height: 560px;
  }

  .f2f-logo {
    width: 92px;
    height: 111px;
  }

  .f2f-hero-pets {
    top: 118px;
    width: min(86vw, 620px);
  }

  .f2f-hero h1 {
    bottom: 32px;
    width: calc(100% - 48px);
    font-size: 34px;
  }

  .f2f-feature {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 32px;
    text-align: center;
  }

  .f2f-feature-copy {
    max-width: 640px;
    justify-self: center;
  }

  .f2f-feature-copy h2,
  .f2f-support h2 {
    font-size: 46px;
  }

  .f2f-feature-copy p {
    font-size: 24px;
    text-align: center;
  }

  .f2f-product {
    min-height: 700px;
    padding: 72px 32px 48px;
  }

  .f2f-product-panel {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 620px);
    min-height: 0;
    margin: 0 auto;
  }

  .f2f-waste {
    min-height: 540px;
  }

  .f2f-waste h2 {
    margin-top: 52px;
    font-size: 46px;
  }

  .f2f-waste-grid {
    max-width: calc(100% - 48px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 14px;
  }

  .f2f-apple,
  .f2f-spinach {
    margin-top: 0;
  }

  .f2f-savings {
    min-height: 300px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .f2f-savings p {
    font-size: 46px;
  }

  .f2f-mission {
    min-height: 0;
    padding-bottom: 58px;
  }

  .f2f-mission-grid {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .f2f-hong-kong {
    min-height: 0;
    padding-bottom: 52px;
  }

  .f2f-hong-kong h2 {
    margin-bottom: 42px;
  }

  .f2f-process-grid {
    grid-template-columns: 1fr;
  }

  .f2f-bsf-source {
    min-height: 0;
    padding-top: 48px;
  }

  .f2f-bsf-strip {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
  }

  .f2f-bsf-strip img {
    height: 320px;
  }

  .f2f-bsf-copy {
    min-height: 0;
  }

  .f2f-support {
    min-height: 0;
    padding: 48px 0;
  }

  .f2f-support > p {
    width: calc(100% - 48px);
  }

  .f2f-products {
    width: calc(100% - 48px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .f2f-endorsement {
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
    padding: 44px 32px;
    text-align: center;
  }

  .f2f-endorsement div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 34px;
  }

  .f2f-signup-panel {
    width: calc(100% - 48px);
  }
}

@media (max-width: 640px) {
  .f2f-hero {
    min-height: 460px;
  }

  .f2f-logo {
    width: 74px;
    height: 90px;
  }

  .f2f-hero-pets {
    top: 104px;
    width: calc(100% - 34px);
  }

  .f2f-hero h1 {
    width: calc(100% - 32px);
    font-size: 26px;
  }

  .f2f-sparkle-c,
  .f2f-sparkle-d {
    display: none;
  }

  .f2f-feature {
    padding: 34px 24px;
  }

  .f2f-feature-copy h2,
  .f2f-support h2,
  .f2f-waste h2 {
    font-size: 36px;
  }

  .f2f-feature-copy p {
    font-size: 20px;
    line-height: 1.4;
  }

  .f2f-product {
    min-height: 620px;
    padding: 56px 18px 34px;
  }

  .f2f-product-panel {
    padding: 24px 22px 28px;
  }

  .f2f-product-panel h2 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .f2f-product-panel p,
  .f2f-process-copy {
    font-size: 17px;
  }

  .f2f-waste {
    min-height: 430px;
  }

  .f2f-waste-grid {
    max-width: calc(100% - 32px);
    gap: 12px;
  }

  .f2f-savings {
    min-height: 270px;
    padding: 28px 20px 34px;
  }

  .f2f-savings h2,
  .f2f-savings h3 {
    font-size: 20px;
  }

  .f2f-savings p {
    margin: 20px 0;
    font-size: 34px;
  }

  .f2f-mission-grid,
  .f2f-support > p,
  .f2f-bsf-strip,
  .f2f-products,
  .f2f-signup-panel {
    width: calc(100% - 32px);
  }

  .f2f-hong-kong h2 {
    margin-top: -60px;
    font-size: 36px;
  }

  .f2f-process-card {
    grid-template-columns: 1fr;
  }

  .f2f-process-card img,
  .f2f-process-copy {
    min-height: 210px;
  }

  .f2f-bsf-copy {
    padding: 32px 24px;
  }

  .f2f-bsf-copy h2 {
    font-size: 56px;
  }

  .f2f-bsf-copy h3 {
    font-size: 23px;
  }

  .f2f-bsf-strip img {
    height: 240px;
  }

  .f2f-support > p {
    text-align: left;
  }

  .f2f-products {
    grid-template-columns: 1fr;
  }

  .f2f-products img {
    height: 230px;
  }

  .f2f-endorsement h2 {
    font-size: 40px;
  }

  .f2f-signup {
    min-height: 300px;
    padding-top: 48px;
  }

  .f2f-signup-panel {
    min-height: 0;
    padding: 28px 20px;
  }

  .f2f-signup-panel h2,
  .f2f-signup-panel a {
    font-size: 22px;
  }

  .fruit2feed-shell .site-footer {
    min-height: 220px;
    padding: 20px 18px 28px;
  }
}

.fruit2farm-page {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.fruit2farm-page h1,
.fruit2farm-page h2,
.fruit2farm-page h3,
.fruit2farm-page p {
  letter-spacing: 0;
}

.f2farm-hero {
  display: flex;
  min-height: 446px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0;
  background: url("../images/f2farm-hero-compost.png") center center / cover no-repeat;
}

.f2farm-hero-panel {
  width: 980px;
  min-height: 296px;
  padding: 42px 100px 38px;
  background: rgba(237, 237, 237, 0.84);
  text-align: center;
}

.f2farm-hero-panel h1 {
  margin: 0 0 32px;
  color: #000000;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.04;
}

.f2farm-hero-panel p {
  margin: 0 auto 7px;
  max-width: 725px;
  color: #000000;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}

.f2farm-benefits {
  min-height: 874px;
  padding: 39px 0 55px;
  background: #ffffff;
}

.f2farm-benefits-grid {
  display: grid;
  width: 895px;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 72px;
  row-gap: 70px;
  margin: 0 auto;
}

.f2farm-benefits article {
  display: flex;
  min-height: 226px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.f2farm-benefits h2 {
  margin: 22px 0 18px;
  color: #384ad3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.f2farm-benefits p {
  margin: 0;
  max-width: 248px;
  color: #333333;
  font-size: 14px;
  line-height: 1.52;
}

.f2farm-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}

.f2farm-benefits article svg {
  display: block;
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  color: currentColor;
}

.f2farm-icon-circle {
  border: 5px solid #d8d8d8;
  border-radius: 50%;
  background:
    radial-gradient(circle, #000000 0 12px, transparent 13px),
    radial-gradient(circle, #7f7f7f 0 19px, transparent 20px);
}

.f2farm-icon-stack {
  background:
    linear-gradient(150deg, transparent 0 50%, #000000 51%) 0 33px / 50px 15px no-repeat,
    linear-gradient(30deg, transparent 0 50%, #808080 51%) 0 24px / 50px 14px no-repeat,
    linear-gradient(150deg, transparent 0 50%, #bdbdbd 51%) 0 15px / 50px 14px no-repeat,
    linear-gradient(30deg, transparent 0 50%, #e0e0e0 51%) 0 0 / 50px 31px no-repeat;
}

.f2farm-icon-triangle {
  background:
    linear-gradient(150deg, transparent 0 50%, #000000 51%) center 29px / 50px 21px no-repeat,
    linear-gradient(150deg, transparent 0 50%, #828282 51%) center 18px / 42px 19px no-repeat,
    linear-gradient(150deg, transparent 0 50%, #dddddd 51%) center 0 / 50px 50px no-repeat;
}

.f2farm-icon-layer {
  background:
    linear-gradient(30deg, transparent 0 50%, #000000 51%) center 5px / 50px 18px no-repeat,
    linear-gradient(150deg, transparent 0 50%, #d1d1d1 51%) center 19px / 50px 13px no-repeat,
    linear-gradient(150deg, transparent 0 50%, #8a8a8a 51%) center 27px / 50px 13px no-repeat,
    linear-gradient(150deg, transparent 0 50%, #d1d1d1 51%) center 35px / 50px 13px no-repeat;
}

.f2farm-icon-bowl {
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 78%, #000000 0 18px, transparent 19px),
    radial-gradient(ellipse at 50% 75%, #a0a0a0 0 22px, transparent 23px),
    linear-gradient(#d9d9d9, #d9d9d9);
}

.f2farm-icon-dots {
  background:
    linear-gradient(60deg, transparent 0 48%, #000000 49% 62%, transparent 63%) 0 19px / 16px 31px repeat-x,
    linear-gradient(60deg, transparent 0 48%, #727272 49% 62%, transparent 63%) 7px 9px / 16px 31px repeat-x,
    linear-gradient(60deg, transparent 0 48%, #cfcfcf 49% 62%, transparent 63%) 14px 0 / 16px 31px repeat-x;
}

@media (max-width: 980px) {
  .f2farm-benefits-grid {
    width: min(100%, 640px);
    grid-template-columns: 1fr;
    row-gap: 42px;
    padding: 0 24px;
  }

  .f2farm-benefits article {
    min-height: auto;
  }
}

.f2farm-feature {
  position: relative;
  min-height: 528px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f2farm-prepupal {
  background-image: url("../images/f2farm-prepupal.jpg");
}

.f2farm-shells {
  background-image: url("../images/f2farm-shells.jpg");
}

.f2farm-npk {
  background-image: url("../images/f2farm-npk.jpg");
}

.f2farm-feature-card {
  position: absolute;
  top: 139px;
  width: 510px;
  min-height: 248px;
  padding: 28px 46px 45px;
  background: #ffffff;
  color: #000000;
  text-align: center;
}

.f2farm-feature-card-right {
  left: calc(50% + 82px);
}

.f2farm-feature-card-left {
  right: calc(50% + 82px);
}

.f2farm-feature-card h2 {
  margin: 0 0 42px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.f2farm-feature-card p {
  margin: 0 auto;
  max-width: 402px;
  font-size: 16px;
  line-height: 1.8;
}

.f2farm-introducing {
  min-height: 335px;
  padding: 38px 0;
  background: #ededed;
  text-align: center;
}

.f2farm-introducing h2 {
  margin: 0 0 13px;
  color: #000000;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.f2farm-introducing img {
  display: block;
  width: 205px;
  height: 246px;
  object-fit: contain;
  margin: 0 auto;
}

.f2farm-product-visual {
  min-height: 644px;
  background: url("../images/f2farm-product-hero.jpg") center center / cover no-repeat;
}

.f2farm-shop {
  min-height: 123px;
  padding: 33px 20px 23px;
  background: #ededed;
  text-align: center;
}

.f2farm-shop h2 {
  margin: 0;
  color: #000000;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.f2farm-shop a {
  color: inherit;
}

@media (max-width: 1180px) {
  .fruit2farm-shell .header-inner {
    width: calc(100% - 40px);
  }

  .fruit2farm-shell .brand {
    left: 0;
  }

  .fruit2farm-shell .social-links {
    left: 246px;
  }

  .fruit2farm-shell .main-nav {
    right: 0;
  }

  .f2farm-hero-panel {
    width: min(calc(100% - 56px), 980px);
    padding-right: 56px;
    padding-left: 56px;
  }
}

@media (max-width: 900px) {
  .fruit2farm-shell .site-header {
    height: 260px;
  }

  .fruit2farm-shell .header-inner {
    width: 100%;
    height: 100%;
  }

  .fruit2farm-shell .brand {
    left: 50%;
    top: 24px;
    width: 220px;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
  }

  .fruit2farm-shell .brand-logo {
    width: 88px;
    height: 72px;
    object-fit: contain;
  }

  .fruit2farm-shell .brand-name {
    margin: 4px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .fruit2farm-shell .social-links {
    left: 50%;
    top: 142px;
    height: 46px;
    gap: 8px;
    transform: translateX(-50%);
  }

  .fruit2farm-shell .social-links a,
  .fruit2farm-shell .social-links img {
    width: 46px;
    height: 46px;
  }

  .fruit2farm-shell .mobile-menu-toggle {
    position: absolute;
    z-index: 40;
    right: 22px;
    top: 28px;
    display: grid;
    width: 56px;
    height: 56px;
    place-content: center;
    gap: 6px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }

  .fruit2farm-shell .mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #969ce7;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  }

  .fruit2farm-shell.menu-open .mobile-menu-toggle span {
    background: #767676;
  }

  .fruit2farm-shell.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .fruit2farm-shell.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .fruit2farm-shell.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .fruit2farm-shell .main-nav {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: none;
    height: auto;
    padding: 108px 24px 54px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 31px;
    overflow-y: auto;
    background: #ffffff;
    white-space: normal;
  }

  .fruit2farm-shell.menu-open .main-nav {
    display: flex;
  }

  .fruit2farm-shell .main-nav a {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    color: #000000;
    background: transparent;
    font-size: 32px;
    line-height: 1.25;
  }

  .fruit2farm-shell .main-nav a:hover,
  .fruit2farm-shell .main-nav a:focus,
  .fruit2farm-shell .main-nav a[aria-current="page"] {
    color: #384ad3;
    background: transparent;
  }

  .f2farm-hero {
    min-height: 520px;
  }

  .f2farm-hero-panel {
    width: calc(100% - 48px);
    min-height: 0;
    padding: 36px 32px 40px;
  }

  .f2farm-hero-panel h1,
  .f2farm-introducing h2 {
    font-size: 46px;
  }

  .f2farm-benefits {
    min-height: 0;
    padding: 42px 0 56px;
  }

  .f2farm-feature {
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 32px;
  }

  .f2farm-feature-card,
  .f2farm-feature-card-right,
  .f2farm-feature-card-left {
    position: relative;
    inset: auto;
    width: min(100%, 560px);
    min-height: 0;
  }

  .f2farm-product-visual {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .f2farm-hero {
    min-height: 430px;
  }

  .f2farm-hero-panel {
    width: calc(100% - 32px);
    padding: 28px 22px 30px;
  }

  .f2farm-hero-panel h1,
  .f2farm-introducing h2 {
    font-size: 34px;
  }

  .f2farm-hero-panel p,
  .f2farm-feature-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .f2farm-feature {
    min-height: 380px;
    padding: 28px 18px;
  }

  .f2farm-feature-card {
    padding: 24px 20px 28px;
  }

  .f2farm-feature-card h2 {
    margin-bottom: 24px;
    font-size: 38px;
  }

  .f2farm-introducing {
    min-height: 0;
    padding: 30px 0 36px;
  }

  .f2farm-introducing img {
    width: 160px;
    height: auto;
  }

  .f2farm-product-visual {
    min-height: 360px;
  }

  .fruit2farm-shell .site-footer {
    min-height: 220px;
    padding: 20px 18px 28px;
  }
}

.steam-page {
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
}

.steam-page h1,
.steam-page h2,
.steam-page h3,
.steam-page p {
  letter-spacing: 0;
}

.steam-intro {
  min-height: 166px;
  padding: 42px 20px 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #8e99df 0%, #412560 100%);
  text-align: center;
}

.steam-intro h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
}

.steam-intro p {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.45;
}

.steam-bsf-hero {
  position: relative;
  min-height: 526px;
  background: url("../images/70134a_da998328094741db80200f5575b2509bf000-a02b94ed.jpg") center center / cover no-repeat;
}

.steam-bsf-panel {
  position: absolute;
  top: 124px;
  left: 50%;
  width: 638px;
  min-height: 227px;
  transform: translateX(-50%);
  padding: 24px 48px 32px;
  background: rgba(238, 238, 238, 0.82);
  text-align: center;
}

.steam-bsf-panel h2 {
  margin: 0 0 14px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.05;
}

.steam-bsf-panel p {
  margin: 0 auto;
  max-width: 550px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.85;
}

.steam-bsf-mascot {
  position: absolute;
  top: 276px;
  left: calc(50% - 460px);
  width: 210px;
  height: 210px;
  object-fit: contain;
}

.steam-no-worries {
  position: relative;
  min-height: 610px;
  color: #ffffff;
  background: linear-gradient(90deg, #8d99df 0%, #40235f 100%);
}

.steam-no-worries-inner {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 122px;
}

.steam-no-worries h2 {
  margin: 0;
  max-width: 760px;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.16;
}

.steam-eeatie-note {
  position: absolute;
  left: 382px;
  top: 312px;
  display: flex;
  width: 566px;
  align-items: center;
  gap: 16px;
}

.steam-eeatie-note img {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.steam-eeatie-note p {
  margin: 0;
  font-size: 15px;
  line-height: 2.04;
}

.steam-eeatie-note strong {
  display: inline-block;
  font-size: 42px;
  line-height: 1;
}

.steam-programs {
  display: grid;
  width: 980px;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  margin: 0 auto;
  padding: 68px 0 90px;
  background: #ffffff;
}

.steam-programs article {
  min-width: 0;
}

.steam-programs img {
  display: block;
  width: 290px;
  height: 300px;
  object-fit: cover;
  margin-bottom: 38px;
}

.steam-programs h2 {
  min-height: 132px;
  margin: 0 0 20px;
  font-size: 46px;
  font-weight: 300;
  line-height: 0.98;
}

.steam-programs p {
  margin: 0;
  max-width: 292px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.22;
}

.steam-course-title {
  position: relative;
  min-height: 592px;
  padding: 50px 0 42px;
  color: #ffffff;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 74% 58%, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(125deg, rgba(15, 78, 61, 0.96), rgba(21, 96, 72, 0.92)),
    #1f6d58;
  clip-path: polygon(
    0 6%, 3% 8%, 6% 7%, 9% 8%, 12% 6%, 15% 7%, 18% 5%, 22% 8%,
    26% 6%, 30% 7%, 34% 5%, 38% 7%, 42% 6%, 46% 8%, 50% 6%, 54% 7%,
    58% 6%, 62% 7%, 66% 5%, 70% 7%, 74% 6%, 78% 8%, 82% 6%, 86% 8%,
    90% 6%, 94% 8%, 97% 6%, 100% 8%, 100% 92%, 96% 90%, 92% 93%, 88% 91%,
    84% 93%, 80% 91%, 76% 94%, 72% 92%, 68% 93%, 64% 91%, 60% 93%, 56% 92%,
    52% 94%, 48% 91%, 44% 93%, 40% 92%, 36% 94%, 32% 91%, 28% 93%, 24% 91%,
    20% 94%, 16% 91%, 12% 93%, 8% 91%, 4% 93%, 0 91%
  );
}

.steam-course-title > div {
  position: relative;
  width: 980px;
  height: 500px;
  margin: 0 auto;
}

.steam-course-title h2 {
  margin: 0;
  padding-top: 58px;
  padding-right: 250px;
  text-align: center;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.66;
}

.steam-course-title img {
  position: absolute;
  right: 62px;
  top: 20px;
  width: 242px;
  height: 375px;
  object-fit: contain;
}

.steam-course-outline {
  display: grid;
  width: 880px;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 48px;
  margin: 0 auto;
  padding: 55px 0 24px;
  text-align: center;
}

.steam-module {
  display: flex;
  width: 278px;
  height: 278px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50% / 47%;
  color: #ffffff;
  padding: 30px 38px;
}

.steam-module span {
  display: block;
  margin-bottom: 28px;
  font-size: 110px;
  font-weight: 700;
  line-height: 0.72;
}

.steam-module p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
}

.steam-module strong {
  display: block;
  font-size: 28px;
  line-height: 0.95;
}

.steam-module-1 {
  background: #4b8aba;
}

.steam-module-2 {
  background: #1e5c78;
}

.steam-module-3 {
  background: #2e7a86;
}

.steam-module-4 {
  background: #405895;
}

.steam-module-5 {
  background: #6063b6;
}

.steam-module-6 {
  background: #8d98df;
}

.steam-download {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: 260px;
  margin-top: -24px;
  padding: 11px 22px;
  border-radius: 20px;
  background: #8c98df;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.steam-magician {
  min-height: 814px;
  padding: 16px 0 72px;
  background: #ffffff;
}

.steam-magician-logos {
  display: flex;
  width: 675px;
  align-items: flex-start;
  justify-content: center;
  gap: 34px;
  margin: 0 auto 25px;
}

.steam-magician-logos img {
  display: block;
  height: 93px;
  object-fit: contain;
}

.steam-magician-grid {
  position: relative;
  display: grid;
  width: 1120px;
  grid-template-columns: 520px 1fr;
  gap: 72px;
  margin: 0 auto;
}

.steam-magician-grid::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 520px;
  background: url("../images/70134a_dc87a143fb664e809371aea7bca2473d~mv2-4f254184.png") center center / contain no-repeat;
  content: "";
  opacity: 0.48;
}

.steam-kit {
  position: relative;
  z-index: 1;
  display: block;
  width: 496px;
  height: 582px;
  object-fit: contain;
}

.steam-magician-copy {
  position: relative;
  min-height: 520px;
  padding-top: 20px;
  font-family: Georgia, "Times New Roman", serif;
}

.steam-kicker {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.2;
}

.steam-magician-copy h2 {
  margin: 0 0 22px;
  color: #8d98df;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.steam-magician-copy ul {
  margin: 0;
  padding-left: 38px;
  font-size: 24px;
  line-height: 1.35;
}

.steam-graduated {
  margin: 8px 0 0;
  color: #8d98df;
  font-size: 34px;
  font-weight: 700;
}

.steam-magician-mascot {
  position: absolute;
  right: 10px;
  top: 168px;
  width: 150px;
  height: 194px;
  object-fit: contain;
}

.steam-demo-pill {
  display: block;
  width: fit-content;
  min-width: 236px;
  margin: 28px auto 0;
  padding: 12px 24px;
  border-radius: 999px;
  background: #8e99df;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.steam-baby {
  min-height: 820px;
  padding: 46px 0 70px;
  color: #000000;
  background: linear-gradient(90deg, #8d98df 0%, #4e356b 100%);
}

.steam-baby h2 {
  margin: 0 0 24px;
  color: #ffffff;
  text-align: center;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.steam-baby-grid {
  display: grid;
  width: 1296px;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto;
}

.steam-baby article {
  display: grid;
  min-height: 303px;
  grid-template-columns: 333px 1fr;
  overflow: hidden;
  border-radius: 38px;
  background: #ffffff;
}

.steam-baby article img {
  width: 333px;
  height: 303px;
  object-fit: cover;
}

.steam-baby article div {
  padding: 30px 20px 24px;
}

.steam-baby h3 {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.98;
}

.steam-baby p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.55;
}

.steam-engagement-banner {
  min-height: 592px;
  padding: 38px 0 18px;
  background: #ffffff;
}

.steam-engagement-banner-inner {
  position: relative;
  width: 100%;
  min-height: 525px;
  background:
    radial-gradient(circle at 26% 32%, rgba(255, 255, 255, 0.09), transparent 30%),
    radial-gradient(circle at 72% 60%, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(125deg, rgba(24, 127, 86, 0.96), rgba(30, 147, 99, 0.92)),
    #25885e;
  clip-path: polygon(
    0 8%, 3% 10%, 6% 9%, 9% 10%, 12% 8%, 15% 9%, 18% 7%, 22% 10%,
    26% 8%, 30% 9%, 34% 7%, 38% 9%, 42% 8%, 46% 10%, 50% 8%, 54% 9%,
    58% 8%, 62% 9%, 66% 7%, 70% 9%, 74% 8%, 78% 10%, 82% 8%, 86% 10%,
    90% 8%, 94% 10%, 97% 8%, 100% 10%, 100% 91%, 96% 89%, 92% 92%, 88% 90%,
    84% 92%, 80% 90%, 76% 93%, 72% 91%, 68% 92%, 64% 90%, 60% 92%, 56% 91%,
    52% 93%, 48% 90%, 44% 92%, 40% 91%, 36% 93%, 32% 90%, 28% 92%, 24% 90%,
    20% 93%, 16% 90%, 12% 92%, 8% 90%, 4% 92%, 0 90%
  );
}

.steam-engagement-banner h2 {
  position: absolute;
  left: 50%;
  top: 107px;
  width: 720px;
  margin: 0;
  transform: translateX(-58%);
  color: #ffffff;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
}

.steam-engagement-banner h2 span {
  display: block;
  margin-left: 365px;
  font-size: 70px;
  line-height: 1;
}

.steam-engagement-banner img {
  position: absolute;
  right: calc(50% - 416px);
  top: 58px;
  width: 242px;
  height: 375px;
  object-fit: contain;
}

.steam-engagement-gallery {
  display: grid;
  min-height: 674px;
  grid-template-columns: 43% 11% 26% 20%;
  grid-template-rows: 376px 258px;
  gap: 10px;
  padding: 0 0 24px;
  background: #ffffff;
}

.steam-engagement-photo,
.farm-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-engagement-1 {
  grid-column: 1;
  grid-row: 1;
}

.photo-engagement-2 {
  grid-column: 2;
  grid-row: 1;
}

.photo-engagement-3 {
  grid-column: 3;
  grid-row: 1;
}

.photo-engagement-4 {
  grid-column: 4;
  grid-row: 1;
}

.photo-engagement-5 {
  grid-column: 1;
  grid-row: 2;
}

.photo-engagement-6 {
  grid-column: 2 / 4;
  grid-row: 2;
}

.photo-engagement-7 {
  grid-column: 4;
  grid-row: 2;
}

.steam-certification {
  position: relative;
  min-height: 699px;
  overflow: hidden;
  background: url("../images/70134a_5970f63fe772442eba9f8d4343418ba7~mv2-89de5b71.jpg") center / cover no-repeat;
}

.steam-certification-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.steam-certification-card {
  position: absolute;
  left: 50%;
  top: 175px;
  z-index: 1;
  width: 530px;
  min-height: 320px;
  transform: translateX(-50%);
  padding: 28px 36px 30px;
  border-radius: 46px;
  background: rgba(255, 255, 255, 0.84);
  color: #111111;
  text-align: center;
}

.steam-certification-card h2 {
  margin: 0 0 36px;
  color: #95a1ec;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.steam-certification-card p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.8;
}

.steam-certification-card strong {
  display: block;
  color: #4560da;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.25;
}

.steam-certification-eeatie {
  position: absolute;
  left: 112px;
  bottom: 70px;
  z-index: 1;
  width: 343px;
  height: 258px;
  object-fit: contain;
}

.steam-certification-envelope {
  position: absolute;
  right: 158px;
  top: 132px;
  z-index: 1;
  width: 363px;
  height: 414px;
  object-fit: contain;
}

.steam-farm-photos {
  min-height: 754px;
  padding: 8px 0 28px;
  background: #ffffff;
}

.steam-farm-photos h2 {
  margin: 0 0 30px;
  color: #95a1ec;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.steam-farm-grid {
  display: grid;
  min-height: 538px;
  grid-template-columns: 12% 22% 12% 24% 14% 16%;
  grid-template-rows: 300px 234px;
  gap: 5px;
}

.farm-photo-1 {
  grid-column: 1;
  grid-row: 1 / 3;
}

.farm-photo-2 {
  grid-column: 2;
  grid-row: 1;
}

.farm-photo-3 {
  grid-column: 3 / 5;
  grid-row: 1;
}

.farm-photo-4 {
  grid-column: 5;
  grid-row: 1;
}

.farm-photo-5 {
  grid-column: 6;
  grid-row: 1;
}

.farm-photo-6 {
  grid-column: 2;
  grid-row: 2;
}

.farm-photo-7 {
  grid-column: 3;
  grid-row: 2;
}

.farm-photo-8 {
  grid-column: 4;
  grid-row: 2;
}

.farm-photo-9 {
  grid-column: 5 / 7;
  grid-row: 2;
}

.farm-photo-10 {
  display: none;
}

@media (max-width: 1180px) {
  .steam-shell .header-inner {
    width: calc(100% - 40px);
  }

  .steam-shell .brand {
    left: 0;
  }

  .steam-shell .social-links {
    left: 246px;
  }

  .steam-shell .main-nav {
    right: 0;
  }

  .steam-programs,
  .steam-course-outline,
  .steam-magician-grid,
  .steam-baby-grid {
    width: calc(100% - 56px);
  }

  .steam-magician-grid {
    grid-template-columns: minmax(360px, 480px) minmax(320px, 1fr);
    gap: 42px;
  }

  .steam-magician-grid::before {
    width: min(480px, 43vw);
  }

  .steam-kit {
    width: min(100%, 480px);
    height: auto;
  }

  .steam-baby article {
    grid-template-columns: minmax(260px, 333px) 1fr;
  }

  .steam-baby article img {
    width: 100%;
  }

  .steam-no-worries h2 {
    font-size: 80px;
  }

  .steam-eeatie-note {
    left: 35%;
    width: 58%;
  }

  .steam-course-title > div {
    width: min(980px, calc(100% - 40px));
  }

  .steam-course-title h2 {
    padding-right: 220px;
    font-size: 78px;
  }

  .steam-course-title img {
    right: 38px;
  }

  .steam-engagement-banner h2 {
    transform: translateX(-56%);
    width: 680px;
    font-size: 76px;
  }

  .steam-engagement-banner h2 span {
    margin-left: 300px;
    font-size: 62px;
  }

  .steam-engagement-banner img {
    right: 7%;
  }

  .steam-certification-eeatie {
    left: 34px;
  }

  .steam-certification-envelope {
    right: 34px;
  }
}

@media (max-width: 900px) {
  .steam-shell .site-header {
    height: 260px;
  }

  .steam-shell .header-inner {
    width: 100%;
    height: 100%;
  }

  .steam-shell .brand {
    left: 50%;
    top: 24px;
    width: 220px;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
  }

  .steam-shell .brand-logo {
    width: 88px;
    height: 72px;
    object-fit: contain;
  }

  .steam-shell .brand-name {
    margin: 4px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .steam-shell .social-links {
    left: 50%;
    top: 142px;
    height: 46px;
    gap: 8px;
    transform: translateX(-50%);
  }

  .steam-shell .social-links a,
  .steam-shell .social-links img {
    width: 46px;
    height: 46px;
  }

  .steam-shell .mobile-menu-toggle {
    position: absolute;
    z-index: 40;
    right: 22px;
    top: 28px;
    display: grid;
    width: 56px;
    height: 56px;
    place-content: center;
    gap: 6px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }

  .steam-shell .mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #969ce7;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  }

  .steam-shell.menu-open .mobile-menu-toggle span {
    background: #767676;
  }

  .steam-shell.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .steam-shell.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .steam-shell.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .steam-shell .main-nav {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: none;
    height: auto;
    padding: 108px 24px 54px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 31px;
    overflow-y: auto;
    background: #ffffff;
    white-space: normal;
  }

  .steam-shell.menu-open .main-nav {
    display: flex;
  }

  .steam-shell .main-nav a {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    color: #000000;
    background: transparent;
    font-size: 32px;
    line-height: 1.25;
  }

  .steam-shell .main-nav a:hover,
  .steam-shell .main-nav a:focus,
  .steam-shell .main-nav a[aria-current="page"] {
    color: #384ad3;
    background: transparent;
  }

  .steam-intro h1 {
    font-size: 46px;
  }

  .steam-intro p {
    font-size: 20px;
  }

  .steam-bsf-panel {
    width: calc(100% - 48px);
  }

  .steam-programs,
  .steam-course-outline,
  .steam-magician-grid,
  .steam-baby-grid {
    width: calc(100% - 48px);
  }

  .steam-programs {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .steam-programs img,
  .steam-programs p {
    width: min(100%, 440px);
    max-width: 440px;
  }

  .steam-programs h2 {
    min-height: 0;
  }

  .steam-course-outline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
  }

  .steam-module {
    width: min(100%, 278px);
  }

  .steam-magician-grid {
    grid-template-columns: 1fr;
  }

  .steam-magician-grid::before {
    width: 100%;
    opacity: 0.22;
  }

  .steam-kit {
    margin: 0 auto;
  }

  .steam-magician-copy {
    min-height: 0;
  }

  .steam-baby {
    min-height: 0;
  }

  .steam-baby-grid {
    grid-template-columns: 1fr;
  }

  .steam-baby article {
    grid-template-columns: 1fr;
  }

  .steam-baby article img {
    height: 260px;
  }

  .steam-no-worries {
    min-height: 670px;
  }

  .steam-no-worries-inner {
    padding-top: 46px;
  }

  .steam-no-worries h2 {
    max-width: 620px;
    font-size: 64px;
  }

  .steam-eeatie-note {
    left: 12%;
    top: 292px;
    width: 78%;
  }

  .steam-course-title {
    min-height: 460px;
  }

  .steam-course-title > div {
    height: 380px;
  }

  .steam-course-title h2 {
    padding-top: 72px;
    padding-right: 164px;
    font-size: 56px;
    line-height: 1.58;
  }

  .steam-course-title img {
    right: 16px;
    top: 52px;
    width: 170px;
    height: 263px;
  }

  .steam-demo-pill {
    margin-top: 20px;
  }

  .steam-engagement-banner {
    min-height: auto;
    padding: 30px 0;
  }

  .steam-engagement-banner-inner {
    min-height: 360px;
  }

  .steam-engagement-banner h2 {
    left: 44%;
    top: 94px;
    width: 420px;
    transform: translateX(-50%);
    font-size: 54px;
  }

  .steam-engagement-banner h2 span {
    margin-left: 176px;
    font-size: 44px;
  }

  .steam-engagement-banner img {
    right: 3%;
    top: 54px;
    width: 170px;
    height: 263px;
  }

  .steam-engagement-gallery {
    min-height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 220px);
  }

  .photo-engagement-1,
  .photo-engagement-2,
  .photo-engagement-3,
  .photo-engagement-4,
  .photo-engagement-5,
  .photo-engagement-6,
  .photo-engagement-7 {
    grid-column: auto;
    grid-row: auto;
  }

  .photo-engagement-1,
  .photo-engagement-6 {
    grid-column: 1 / -1;
  }

  .steam-certification {
    min-height: 760px;
  }

  .steam-certification-card {
    top: 180px;
    width: min(560px, calc(100% - 48px));
  }

  .steam-certification-eeatie {
    left: 18px;
    bottom: 38px;
    width: 240px;
    height: 181px;
  }

  .steam-certification-envelope {
    right: 18px;
    top: 58px;
    width: 240px;
    height: 274px;
  }

  .steam-farm-grid {
    min-height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 220px);
  }

  .farm-photo-1,
  .farm-photo-2,
  .farm-photo-3,
  .farm-photo-4,
  .farm-photo-5,
  .farm-photo-6,
  .farm-photo-7,
  .farm-photo-8,
  .farm-photo-9 {
    grid-column: auto;
    grid-row: auto;
  }

  .farm-photo-3,
  .farm-photo-9 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .steam-intro {
    min-height: 0;
    padding: 34px 18px 26px;
  }

  .steam-intro h1 {
    font-size: 36px;
  }

  .steam-intro p {
    font-size: 18px;
  }

  .steam-bsf-hero {
    min-height: 460px;
  }

  .steam-bsf-panel {
    top: 52px;
    width: calc(100% - 32px);
    min-height: 0;
    padding: 24px 18px;
  }

  .steam-bsf-panel h2 {
    font-size: 36px;
  }

  .steam-bsf-panel p {
    font-size: 18px;
    line-height: 1.6;
  }

  .steam-bsf-mascot {
    left: 18px;
    top: 264px;
    width: 126px;
    height: 126px;
  }

  .steam-programs,
  .steam-course-outline,
  .steam-magician-grid,
  .steam-baby-grid {
    width: calc(100% - 32px);
  }

  .steam-course-outline {
    grid-template-columns: 1fr;
  }

  .steam-module {
    width: min(100%, 248px);
    height: 248px;
  }

  .steam-module span {
    font-size: 90px;
  }

  .steam-magician-logos {
    width: calc(100% - 32px);
    flex-wrap: wrap;
  }

  .steam-magician-copy h2 {
    font-size: 38px;
  }

  .steam-magician-copy ul {
    padding-left: 24px;
    font-size: 18px;
  }

  .steam-graduated {
    font-size: 28px;
  }

  .steam-magician-mascot {
    position: static;
    display: block;
    margin: 20px auto 0;
  }

  .steam-baby {
    padding-top: 36px;
    padding-bottom: 44px;
  }

  .steam-baby h2 {
    font-size: 36px;
  }

  .steam-baby article img {
    height: 220px;
  }

  .steam-baby article div {
    padding: 22px 18px;
  }

  .steam-baby h3 {
    font-size: 28px;
  }

  .steam-baby p {
    font-size: 17px;
  }

  .steam-no-worries {
    min-height: 628px;
  }

  .steam-no-worries-inner {
    width: calc(100% - 28px);
    padding-top: 34px;
  }

  .steam-no-worries h2 {
    font-size: 42px;
  }

  .steam-eeatie-note {
    left: 0;
    top: 204px;
    width: 100%;
    align-items: flex-start;
    gap: 14px;
  }

  .steam-eeatie-note img {
    width: 72px;
    height: 72px;
  }

  .steam-eeatie-note p {
    font-size: 14px;
    line-height: 1.9;
  }

  .steam-eeatie-note strong {
    font-size: 34px;
  }

  .steam-course-title {
    min-height: 340px;
  }

  .steam-course-title > div {
    width: calc(100% - 28px);
    height: 278px;
  }

  .steam-course-title h2 {
    padding-top: 66px;
    padding-right: 86px;
    font-size: 36px;
  }

  .steam-course-title img {
    right: -8px;
    top: 54px;
    width: 106px;
    height: 164px;
  }

  .steam-demo-pill {
    min-width: 210px;
    padding: 11px 18px;
    font-size: 14px;
  }

  .steam-engagement-banner-inner {
    min-height: 315px;
  }

  .steam-engagement-banner h2 {
    left: 42%;
    top: 86px;
    width: 275px;
    font-size: 38px;
  }

  .steam-engagement-banner h2 span {
    margin-left: 112px;
    font-size: 30px;
  }

  .steam-engagement-banner img {
    right: -2px;
    top: 58px;
    width: 122px;
    height: 188px;
  }

  .steam-engagement-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 210px);
  }

  .photo-engagement-1,
  .photo-engagement-6 {
    grid-column: auto;
  }

  .steam-certification {
    min-height: 690px;
  }

  .steam-certification-card {
    top: 160px;
    width: calc(100% - 28px);
    min-height: 286px;
    padding: 24px 18px;
    border-radius: 34px;
  }

  .steam-certification-card h2 {
    margin-bottom: 24px;
    font-size: 38px;
  }

  .steam-certification-card p {
    font-size: 18px;
  }

  .steam-certification-card strong {
    font-size: 30px;
  }

  .steam-certification-eeatie {
    left: -8px;
    bottom: 28px;
    width: 186px;
    height: 140px;
  }

  .steam-certification-envelope {
    right: -6px;
    top: 56px;
    width: 180px;
    height: 206px;
  }

  .steam-farm-photos h2 {
    margin-bottom: 18px;
    font-size: 44px;
  }

  .steam-farm-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 210px);
  }

  .farm-photo-3,
  .farm-photo-9 {
    grid-column: auto;
  }

  .steam-shell .site-footer {
    min-height: 220px;
    padding: 20px 18px 28px;
  }
}
