.sustainability-page {
  color: #183300;
  background: #fff;
}

.sustainability-hero {
  position: relative;
  isolation: isolate;
  height: clamp(360px, 39vw, 749px);
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  background: #07190e;
}

.sustainability-hero-background,
.sustainability-hero-shade {
  position: absolute;
  inset: 0;
}

.sustainability-hero-background {
  z-index: -3;
  background: url("../assets/hero-sustainable.jpg") center / cover no-repeat;
  transform: scale(1.025);
}

.sustainability-hero-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 48%, rgba(2, 14, 7, 0.02), rgba(0, 8, 3, 0.42) 88%),
    linear-gradient(90deg, rgba(0, 12, 5, 0.38), rgba(4, 23, 12, 0.03) 50%, rgba(0, 12, 5, 0.42));
}

.sustainability-page .site-header {
  top: clamp(14px, 1.7vw, 32px);
  right: clamp(14px, 1.5vw, 29px);
  left: clamp(14px, 1.5vw, 29px);
  color: #fff;
}

.sustainability-foliage {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.sustainability-foliage img,
.choices-foliage img,
.impact-foliage img {
  display: block;
  width: 100%;
  height: auto;
}

.sustainability-foliage-left-top {
  top: 0;
  left: 0;
  width: clamp(220px, 20vw, 390px);
}

.sustainability-foliage-right-top {
  top: 0;
  right: 0;
  width: clamp(190px, 21vw, 350px);
}

.sustainability-foliage-left-bottom {
  bottom: 0;
  left: 0;
  width: clamp(190px, 21vw, 350px);
}

.sustainability-foliage-right-bottom {
  right: 0;
  bottom: 0;
  width: clamp(230px, 22vw, 420px);
}

.sustainability-hero-title-wrap {
  position: absolute;
  z-index: 8;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sustainability-hero-title-wrap h1,
.sustainability-heading,
.recycled-copy h2,
.choices-inner h2,
.journey-heading h2,
.second-life-content h2,
.impact-title-block h2,
.sustainability-cta h2 {
  font-family: var(--heading-font);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.sustainability-hero-title-wrap h1 {
  margin: 0;
  color: #9bdf35;
  background: linear-gradient(180deg, #f4f5ef 0%, #e9eee2 36%, #a9e74b 70%, #62bd04 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 4px 2px rgba(0, 12, 5, 0.38));
  font-size: clamp(4rem, 7vw, 8.4rem);
  letter-spacing: -0.018em;
  text-align: center;
  white-space: nowrap;
}

.sustainability-title-parrot {
  position: absolute;
  z-index: 2;
  top: -138%;
  left: -25%;
  width: clamp(125px, 16vw, 250px);
  max-width: none;
  height: auto;
  pointer-events: none;
}

.recycled-section {
  min-height: clamp(510px, 41.5vw, 797px);
  display: grid;
  place-items: center;
  padding: clamp(60px, 5.7vw, 110px) 0;
  background: linear-gradient(180deg, #dcebf2 0%, #f8fbfc 45%, #fff 100%);
}

.recycled-inner {
  width: min(70%, 1340px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, 1.15fr) minmax(0, 0.7fr);
  align-items: center;
  gap: clamp(30px, 3.5vw, 67px);
}

.recycled-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding: 25px 0 10px;
}

.recycled-copy h2 {
  position: relative;
  z-index: 3;
  width: 112%;
  margin: 0;
  color: #386905;
  background: linear-gradient(180deg, #315e02 0%, #4d8b03 50%, #87d21b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3.2rem, 5vw, 6rem);
}

.recycled-copy h2 span,
.second-life-content h2 span,
.impact-title-block h2 span,
.sustainability-cta h2 span {
  display: block;
}

.recycled-copy > p {
  position: relative;
  width: min(100%, 390px);
  margin: auto 0 0;
  padding-top: clamp(20px, 2vw, 36px);
  color: #213c12;
  font-size: clamp(0.7rem, 0.88vw, 1rem);
  line-height: 1.42;
}

.recycled-copy > p::before,
.feature-rule,
.choice-card > span,
.impact-features article > span {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #617856;
}

.recycled-copy > p::before {
  position: absolute;
  top: 0;
  left: 0;
}

.recycled-visual {
  position: relative;
  width: 100%;
  min-height: clamp(370px, 30.1vw, 578px);
  display: grid;
  place-items: center;
  transform: translateX(clamp(-18px, -1vw, -10px));
}

.recycled-symbol {
  position: absolute;
  width: min(92%, 500px);
  height: auto;
  mix-blend-mode: multiply;
}

.recycled-bottle {
  position: relative;
  z-index: 2;
  width: auto;
  height: clamp(330px, 32.5vw, 547px);
  filter: drop-shadow(24px 30px 22px rgba(13, 42, 20, 0.2));
}

.recycled-features {
  display: grid;
  gap: clamp(30px, 3vw, 58px);
}

.recycled-features article {
  color: #283e1e;
}

.feature-rule {
  margin-bottom: 10px;
}

.recycled-features h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: clamp(0.92rem, 1.08vw, 1.3rem);
  font-weight: 500;
}

.recycled-features h3 img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.recycled-features p {
  margin: 12px 0 0;
  color: #63705e;
  font-size: clamp(0.68rem, 0.76vw, 0.9rem);
  line-height: 1.45;
}

.choices-section {
  position: relative;
  isolation: isolate;
  min-height: clamp(610px, 50vw, 960px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: url("../assets/hero-discovery.jpg") center / cover no-repeat;
}

.choices-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(16, 48, 7, 0.83), rgba(5, 30, 5, 0.89)),
    radial-gradient(circle at center, transparent, rgba(0, 10, 2, 0.4));
}

.choices-foliage {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.choices-foliage-left {
  top: 0;
  left: 0;
  width: clamp(200px, 18vw, 345px);
}

.choices-foliage-right {
  right: 0;
  bottom: 0;
  width: clamp(220px, 18vw, 350px);
}

.choices-inner {
  position: relative;
  z-index: 2;
  width: min(83%, 1600px);
}

.choices-inner h2 {
  margin: 0;
  color: #5cae05;
  background: linear-gradient(180deg, #264d01, #55a407 58%, #82d21a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3.4rem, 5.3vw, 6.35rem);
  text-align: center;
}

.choice-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.3vw, 25px);
  margin-top: clamp(55px, 6vw, 112px);
}

.choice-card {
  min-height: clamp(270px, 22vw, 425px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(34px, 3.7vw, 70px);
  border: 1px solid #72c313;
  border-radius: clamp(22px, 2vw, 38px);
  background: rgba(28, 42, 29, 0.93);
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.choice-card:hover {
  background: rgba(31, 51, 30, 0.98);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.choice-card > img {
  width: clamp(38px, 3.2vw, 60px);
  height: clamp(38px, 3.2vw, 60px);
  margin-bottom: auto;
  object-fit: contain;
}

.choice-card h3 {
  margin: clamp(32px, 3.5vw, 67px) 0 16px;
  font-size: clamp(1.1rem, 1.45vw, 1.75rem);
  font-weight: 500;
}

.choice-card > span {
  margin-bottom: 16px;
  background: #b3bdaf;
}

.choice-card p {
  margin: 0;
  color: #c5ccc3;
  font-size: clamp(0.65rem, 0.75vw, 0.9rem);
  line-height: 1.42;
}

.journey-section {
  min-height: clamp(598px, 48.7vw, 935px);
  padding: clamp(80px, 7.5vw, 144px) 0 clamp(30px, 2.5vw, 48px);
  overflow: hidden;
  background: linear-gradient(180deg, #dcebf2, #fff 73%);
}

.journey-inner {
  width: min(90%, 1730px);
}

.journey-heading {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 1.45fr) 1fr;
  align-items: center;
  gap: 12px;
}

.journey-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #386d04;
  background: linear-gradient(180deg, #315e02, #4f9004 55%, #87d41d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3.7rem, 5.8vw, 7rem);
  white-space: nowrap;
}

.journey-heading h2:first-child {
  text-align: left;
}

.journey-heading h2:last-child {
  text-align: right;
  transform: translate(clamp(-105px, -6vw, -55px), clamp(24px, 3.2vw, 48px));
}

.journey-heading h2 span {
  display: block;
}

.journey-bottle {
  position: relative;
  z-index: 3;
  height: clamp(110px, 9vw, 172px);
  transform: translate(clamp(-150px, -9vw, -70px), clamp(18px, 2vw, 38px));
  pointer-events: none;
}

.journey-bottle img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  height: clamp(430px, 39vw, 750px);
  transform: translate(-50%, -50%) rotate(90deg);
  filter: drop-shadow(20px 22px 18px rgba(14, 38, 25, 0.18));
}

.journey-timeline {
  position: relative;
  height: clamp(285px, 24vw, 460px);
  display: grid;
  grid-template-columns: repeat(5, 15%);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  justify-content: space-between;
  margin-top: clamp(35px, 4vw, 75px);
}

.journey-line {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px dashed #718566;
}

.journey-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: clamp(142px, 12vw, 230px);
  border-left: 1px dashed #718566;
}

.journey-step {
  position: relative;
  width: 100%;
  color: #28401c;
}

.journey-step-top {
  grid-row: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 35px;
}

.journey-step-bottom {
  grid-row: 2;
  align-self: stretch;
  padding-top: 35px;
}

.journey-step:nth-of-type(1) {
  grid-column: 1;
}

.journey-step:nth-of-type(2) {
  grid-column: 2;
}

.journey-step:nth-of-type(3) {
  grid-column: 3;
}

.journey-step:nth-of-type(4) {
  grid-column: 4;
}

.journey-step:nth-of-type(5) {
  grid-column: 5;
}

.journey-dot {
  position: absolute;
  left: 0;
  width: clamp(12px, 0.8vw, 16px);
  height: clamp(12px, 0.8vw, 16px);
  background: url("../assets/timeline-bullet.png") center / contain no-repeat;
}

.journey-step-top .journey-dot {
  bottom: -7px;
}

.journey-step-bottom .journey-dot {
  top: -7px;
}

.journey-step h3 {
  margin: 0 0 13px;
  font-size: clamp(0.82rem, 0.92vw, 1.1rem);
  font-weight: 500;
}

.journey-step p {
  margin: 0;
  color: #6a7665;
  font-size: clamp(0.65rem, 0.73vw, 0.86rem);
  line-height: 1.45;
}

.second-life-section {
  position: relative;
  isolation: isolate;
  min-height: clamp(526px, 54.5vw, 1046px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: url("../assets/hero-waterwall.png") center / cover no-repeat;
}

.second-life-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 9, 4, 0.85), rgba(4, 22, 11, 0.73) 50%, rgba(0, 8, 3, 0.89)),
    rgba(0, 14, 6, 0.58);
}

.second-life-inner {
  width: min(79%, 1515px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(55px, 6vw, 115px);
}

.second-life-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(20px, 2vw, 38px);
}

.second-life-content h2 {
  margin: 0;
  color: #4f8c04;
  background: linear-gradient(180deg, #2d5702, #478402 55%, #79c914);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3.4rem, 5.2vw, 6.25rem);
}

.second-life-intro {
  margin: clamp(18px, 1.8vw, 34px) 0 clamp(30px, 3vw, 58px);
  color: #c8d0c6;
  font-size: clamp(0.65rem, 0.74vw, 0.88rem);
  line-height: 1.5;
}

.second-life-note {
  padding: clamp(30px, 3vw, 58px);
  border: 1px solid rgba(105, 174, 36, 0.23);
  border-radius: clamp(15px, 1.2vw, 22px);
  background: rgba(50, 81, 30, 0.38);
}

.second-life-note > p {
  margin: 0;
  color: #9ba696;
  font-size: clamp(0.64rem, 0.71vw, 0.85rem);
  line-height: 1.6;
}

.second-life-note > div {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: clamp(25px, 2.4vw, 45px);
}

.second-life-note span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(0.65rem, 0.72vw, 0.86rem);
}

.second-life-note span img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.impact-section {
  position: relative;
  min-height: clamp(583px, 60.35vw, 1159px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #dcebf2, #fff 78%);
}

.impact-foliage {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

.impact-foliage-top {
  top: 0;
  right: 0;
  width: clamp(220px, 22vw, 420px);
}

.impact-foliage-left {
  bottom: 0;
  left: 0;
  width: clamp(250px, 25vw, 480px);
}

.impact-foliage-right {
  right: 0;
  bottom: 0;
  width: clamp(230px, 23vw, 440px);
}

.impact-inner {
  position: relative;
  z-index: 2;
  width: min(87%, 1670px);
  min-height: clamp(390px, 35vw, 672px);
  display: grid;
  grid-template-columns: minmax(310px, 1.15fr) minmax(240px, 0.85fr) minmax(420px, 1.4fr);
  align-items: center;
}

.impact-inner::before {
  content: "";
  position: absolute;
  top: 26%;
  right: 0;
  bottom: 8%;
  left: 0;
  border: 1px solid #6c9451;
  border-top-left-radius: 0;
  border-radius: 0 clamp(18px, 1.5vw, 28px) clamp(18px, 1.5vw, 28px);
  clip-path: polygon(48% 0, 100% 0, 100% 100%, 0 100%, 0 30%, 48% 30%);
}

.impact-title-block {
  position: relative;
  z-index: 3;
  align-self: start;
  width: clamp(340px, 40vw, 600px);
}

.impact-title-block h2 {
  margin: 0;
  color: #386d04;
  background: linear-gradient(180deg, #315e02, #4f9004 55%, #87d41d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3.5rem, 5.2vw, 6.25rem);
}

.impact-stamp {
  width: clamp(105px, 10vw, 190px);
  height: auto;
  margin: clamp(35px, 4vw, 75px) 0 0 clamp(35px, 4vw, 75px);
}

.impact-bottle-wrap {
  position: relative;
  z-index: 3;
  align-self: center;
  min-width: 0;
  height: clamp(400px, 35vw, 670px);
}

.impact-bottle-wrap img {
  position: absolute;
  top: 50%;
  left: 42%;
  display: block;
  width: auto;
  height: 112%;
  max-width: none;
  translate: -50% -50%;
  filter: drop-shadow(24px 30px 22px rgba(13, 42, 20, 0.2));
}

.impact-features {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(55px, 5vw, 95px) clamp(55px, 6vw, 115px);
  padding: clamp(65px, 6vw, 115px) clamp(30px, 3vw, 58px) 0;
}

.impact-features h3 {
  margin: 10px 0 11px;
  font-size: clamp(0.78rem, 0.9vw, 1.08rem);
  font-weight: 500;
}

.impact-features p {
  margin: 0;
  color: #64705e;
  font-size: clamp(0.62rem, 0.68vw, 0.82rem);
  line-height: 1.45;
}

.sustainability-cta {
  position: relative;
  isolation: isolate;
  min-height: clamp(210px, 17vw, 326px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: url("../assets/hero-discovery.jpg") center 55% / cover no-repeat;
}

.sustainability-cta-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 20, 8, 0.62);
}

.sustainability-cta-content {
  text-align: center;
}

.sustainability-cta h2 {
  margin: 0;
  color: #4f9405;
  background: linear-gradient(180deg, #315e02, #4f9004 55%, #87d41d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.6rem, 4vw, 4.8rem);
}

.sustainability-cta a {
  min-width: clamp(92px, 8vw, 135px);
  min-height: clamp(34px, 3vw, 46px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(14px, 1.4vw, 26px);
  padding: 8px 20px;
  color: #fff;
  border-radius: 999px;
  background: #58920C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
}

.sustainability-cta a:hover,
.sustainability-cta a:focus-visible {
  background: #76b826;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .recycled-inner {
    width: 82%;
  }

  .choices-inner {
    width: 88%;
  }

  .impact-inner {
    grid-template-columns: minmax(270px, 1.05fr) minmax(220px, 0.82fr) minmax(350px, 1.3fr);
  }
}

@media (max-width: 1024px) {
  /* .sustainability-title-parrot {
    display: none;
  } */
  .sustainability-title-parrot {
    top: -138%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
}

@media (max-width: 900px) {
  .recycled-section,
  .journey-section,
  .second-life-section,
  .impact-section {
    min-height: 0;
  }

  .recycled-inner {
    width: min(calc(100% - 48px), 700px);
    grid-template-columns: 1fr 1fr;
    gap: 45px 30px;
  }

  .recycled-copy {
    grid-column: 1 / -1;
  }

  .recycled-copy > p {
    margin-top: 35px;
  }

  .recycled-visual {
    min-height: 430px;
    transform: none;
  }

  .choice-cards {
    grid-template-columns: 1fr;
  }

  .choices-section {
    padding: 90px 0;
  }

  .choice-card {
    min-height: 280px;
  }

  .journey-heading {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .journey-heading h2:first-child,
  .journey-heading h2:last-child {
    text-align: center;
    transform: none;
  }

  .journey-heading h2 {
    white-space: normal;
  }

  .journey-bottle {
    height: 150px;
    transform: none;
  }

  .journey-timeline {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 0;
    margin: 70px auto 0;
    padding-left: 38px;
    width: min(100%, 620px);
  }

  .journey-line {
    top: 0;
    right: auto;
    bottom: 0;
    left: 7px;
    border-top: 0;
    border-left: 1px dashed #718566;
  }

  .journey-line::before {
    display: none;
  }

  .journey-timeline > .journey-step {
    grid-row: auto;
    grid-column: 1;
    width: 100%;
    display: block;
    align-self: auto;
    padding: 0 0 42px;
  }

  .journey-step .journey-dot {
    top: 2px;
    bottom: auto;
    left: -38px;
  }

  .second-life-inner {
    width: min(calc(100% - 48px), 720px);
    grid-template-columns: 1fr;
    padding: 80px 0;
  }

  .impact-section {
    padding: 95px 0 115px;
  }

  .impact-inner {
    width: min(calc(100% - 48px), 740px);
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .impact-inner::before {
    display: none;
  }

  .impact-title-block {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: auto;
  }

  .impact-bottle-wrap {
    height: 510px;
  }

  .impact-bottle-wrap img {
    left: 50%;
    height: 100%;
  }

  .impact-features {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .sustainability-hero {
    height: 420px;
  }

  .sustainability-hero-title-wrap {
    width: calc(100% - 40px);
  }

  .sustainability-hero-title-wrap h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
    white-space: normal;
  }

  .sustainability-foliage-left-top,
  .choices-foliage-left {
    width: 180px;
  }

  .sustainability-foliage-right-top {
    width: 165px;
  }

  .sustainability-foliage-left-bottom,
  .sustainability-foliage-right-bottom,
  .choices-foliage-right {
    width: 180px;
  }

  .recycled-section {
    padding: 70px 0;
  }

  .recycled-inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .recycled-copy h2 {
    font-size: clamp(3.2rem, 16vw, 4.6rem);
  }

  .recycled-visual {
    min-height: 410px;
  }

  .recycled-features {
    gap: 32px;
  }

  .choices-inner {
    width: calc(100% - 28px);
  }

  .choices-inner h2 {
    font-size: clamp(3.1rem, 15vw, 4.5rem);
  }

  .choice-cards {
    margin-top: 50px;
  }

  .choice-card {
    padding: 34px 28px;
  }

  .journey-section {
    padding: 75px 16px;
  }

  .journey-heading h2 {
    font-size: clamp(3.2rem, 16vw, 4.7rem);
  }

  .journey-bottle img {
    height: 330px;
  }

  .second-life-inner {
    width: calc(100% - 32px);
    gap: 45px;
  }

  .second-life-content h2 {
    font-size: clamp(3.2rem, 16vw, 4.7rem);
  }

  .second-life-note {
    padding: 26px 22px;
  }

  .impact-inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .impact-title-block {
    display: block;
  }

  .impact-title-block h2 {
    font-size: clamp(3.2rem, 16vw, 4.7rem);
    text-align: center;
  }

  .impact-stamp {
    margin: 0px auto;
    display: table;
    margin-top: 30px;
  }

  .impact-bottle-wrap {
    height: 460px;
  }

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

  .sustainability-cta {
    min-height: 260px;
  }
  .recycled-copy h2 {
    width: 100%;
    text-align: center;
  }
  .recycled-copy > p {
    text-align: center;
    width: 85%;
    margin: 0px auto;
  }
  .recycled-copy h2 {
    width: 100%;
  }
  .recycled-copy > p {
    text-align: center;
    width: 85%;
    margin: 0px auto;
  }
  .recycled-features {
    text-align: center;
  }
  .recycled-features span.feature-rule {
    display: none;
  }
  .recycled-features h3 {
    justify-content: center;
  }
  .choice-card {
    min-height: auto !important;
  }
  .impact-features {
    margin-bottom: 60px;
  }
  .recycled-copy > p::before {
    display: none;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .sustainability-hero-background {
    transform: none;
  }

  .sustainability-foliage,
  .choice-card {
    transition: none;
    will-change: auto;
  }
}
