/* Sustainability */

.centercontent:has(.su-page) {
  overflow-x: hidden;
}

.centercontent > .container.design-print:has(.su-page) {
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.centercontent .container:has(.su-page) .leftdefaultimg,
.centercontent .container:has(.su-page) .weareeverywhere,
.centercontent .container:has(.su-page) > .breadcrumb {
  display: none !important;
}

.su-page,
.su-page *,
.su-page *::before,
.su-page *::after {
  box-sizing: border-box;
}

.su-page {
  width: 100%;
  margin: 0 auto;
  padding: 84px 60px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 104px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #26313a;
}

.su-page a {
  text-decoration: none;
}

.su-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #8a9199;
  text-transform: uppercase;
}

.su-kicker--tight {
  letter-spacing: 0.13em;
}

.su-rule {
  display: block;
  width: 66px;
  height: 3px;
  background: #c4470c;
}

.su-rule--short {
  width: 56px;
}

.su-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.su-head h2,
.su-cta h2,
.su-hero h1,
.su-promo h2 {
  margin: 0;
  font-weight: 700;
  color: #204e75;
  text-wrap: balance;
}

.su-head h2 {
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: 0.005em;
}

.su-lede {
  margin: 0;
  max-width: 780px;
  font-size: 15.5px;
  line-height: 1.72;
  color: #55606a;
  text-wrap: pretty;
}

.su-hero {
  width: 100%;
  max-width: 1140px;
  border: 1px solid #dfe4e8;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.su-hero__art {
  background: #f7f9fb;
  border-right: 1px solid #eef0f2;
  padding: 46px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.su-hero h1 {
  font-size: 33px;
  line-height: 1.08;
  letter-spacing: 0.005em;
  text-transform: none;
}

.su-hero__tags {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #55606a;
}

.su-hero__graphic {
  margin-top: auto;
  position: relative;
  height: 260px;
  border: 1px solid #163854;
  background: #204e75;
  overflow: hidden;
}

.su-hero__graphic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.su-hero__copy {
  padding: 46px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.su-lead {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #26313a;
  text-wrap: pretty;
}

.su-body {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #55606a;
  text-wrap: pretty;
}

.su-callout {
  margin-top: 4px;
  border: 1px solid #dfe4e8;
  border-top: 3px solid #204e75;
}

.su-callout__row {
  padding: 18px 20px 16px;
  display: flex;
  gap: 14px;
}

.su-callout__row svg {
  flex: none;
  margin-top: 1px;
  color: #204e75;
}

.su-callout h2 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #204e75;
  text-align: left;
  text-transform: none;
}

.su-callout p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: #55606a;
  text-wrap: pretty;
}

.su-callout__actions {
  padding: 0 20px 18px 56px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.su-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #c4470c;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 11px 18px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #c4470c;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.su-btn:hover,
.su-btn:focus {
  background: #a13908;
  border-color: #a13908;
  color: #fff !important;
}

.su-btn--ghost {
  background: #fff;
  border: 1px solid #c9ced3;
  color: #204e75 !important;
  padding: 10px 16px;
}

.su-btn--ghost:hover,
.su-btn--ghost:focus {
  background: #204e75;
  border-color: #204e75;
  color: #fff !important;
}

.su-btn--lg {
  font-size: 13px;
  padding: 13px 28px;
}

.su-btn--lg.su-btn--ghost {
  padding: 12px 24px;
}

.su-btn--md {
  padding: 12px 20px;
}

.su-btn--md.su-btn--ghost {
  padding: 11px 18px;
}

.su-band {
  align-self: stretch;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 26px;
  background: #f7f9fb;
  border-top: 1px solid #eef0f2;
  border-bottom: 1px solid #eef0f2;
  padding: 44px 60px;
  display: flex;
  justify-content: center;
}

.su-pillars,
.su-steps,
.su-buyers,
.su-home,
.su-helper,
.su-navy {
  text-align: left;
}

.su-pillars {
  width: 100%;
  max-width: 1140px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.su-pillar {
  border: 1px solid #dfe4e8;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.su-pillar__head {
  margin: 0;
  text-transform: uppercase;
  background: #204e75;
  padding: 11px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.su-pillar__art {
  height: 150px;
  border-bottom: 1px solid #eef0f2;
  background: #fff;
}

.su-pillar__art img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.su-pillar__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.su-pillar__body h3,
.su-step h3,
.su-buyer h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #1d2429;
  text-transform: none;
}

.su-pillar__body p,
.su-step p,
.su-buyer p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: #55606a;
  text-wrap: pretty;
}

.su-link {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #204e75 !important;
  text-transform: uppercase;
}

.su-link:hover,
.su-link:focus {
  text-decoration: underline;
}

.su-promo {
  width: 100%;
  max-width: 1140px;
  border: 1px solid #dfe4e8;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.su-promo__copy {
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.su-promo h2 {
  font-size: 28px;
  line-height: 1.14;
  text-transform: none;
}

.su-promo__photo {
  min-height: 280px;
  border-left: 1px solid #dfe4e8;
  background: #f7f9fb;
  overflow: hidden;
}

.su-promo__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.su-steps {
  margin-top: 14px;
  width: 100%;
  max-width: 1140px;
  border: 1px solid #dfe4e8;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.su-step {
  padding: 26px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.su-step + .su-step {
  border-left: 1px solid #dfe4e8;
}

.su-step__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.su-num {
  width: 34px;
  height: 34px;
  border: 1px solid #204e75;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #204e75;
}

.su-step h3 {
  font-size: 17px;
}

.su-helper {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #f7f9fb;
  border: 1px solid #eef0f2;
  font-size: 13.5px;
  line-height: 1.55;
  color: #55606a;
}

.su-helper p {
  margin: 0;
  flex: 1;
}

.su-helper svg {
  flex: none;
  color: #204e75;
}

.su-helper strong {
  color: #26313a;
}

.su-home {
  width: 100%;
  max-width: 940px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.su-navy {
  height: 280px;
  border: 1px solid #163854;
  background-color: #204e75;
  background-image: radial-gradient(#2d5f8c 1.2px, transparent 1.3px);
  background-size: 16px 16px;
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.su-navy .su-kicker {
  color: #aec2d5;
  letter-spacing: 0.2em;
}

.su-navy h3 {
  margin: 4px 0 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  white-space: nowrap;
  text-transform: none;
}

.su-navy h3 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px #e8a33d;
}

.su-checks {
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid #3a6a95;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.su-checks li {
  display: flex;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.45;
  color: #cfdceb;
}

.su-checks svg {
  flex: none;
  margin-top: 2px;
}

.su-shop {
  height: 280px;
  border: 1px solid #dfe4e8;
  overflow: hidden;
  background: #f7f9fb;
}

.su-shop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.su-caption {
  margin: 14px 0 0;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #8a9199;
  text-align: center;
}

.su-buyers {
  margin-top: 14px;
  width: 100%;
  max-width: 1140px;
  border: 1px solid #dfe4e8;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  scroll-margin-top: 24px;
}

.su-buyers__copy {
  background: #f7f9fb;
  border-right: 1px solid #eef0f2;
  padding: 36px 36px 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.su-buyers__copy h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #204e75;
  text-transform: none;
}

.su-buyers__copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #55606a;
  text-wrap: pretty;
}

.su-buyers__copy .su-btn {
  margin-top: auto;
  align-self: flex-start;
}

.su-buyer {
  padding: 20px 28px;
  display: flex;
  gap: 14px;
}

.su-buyer + .su-buyer {
  border-top: 1px solid #eef0f2;
}

.su-check {
  width: 22px;
  height: 22px;
  flex: none;
  border: 1px solid #204e75;
  background: #eef3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #204e75;
  margin-top: 1px;
}

.su-buyer h3 {
  font-size: 15px;
}

.su-cta {
  width: 100%;
  max-width: 900px;
  margin-top: 12px;
  padding: 46px 48px;
  background: #fff;
  border: 1px solid #dfe4e8;
  border-top: 3px solid #c4470c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.su-cta h2 {
  font-size: 33px;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-transform: none;
}

.su-cta p {
  margin: 0;
  max-width: 560px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #6a747d;
  text-wrap: pretty;
}

.su-signoff {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #8a9199;
}

.su-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.su-page a:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

@media (max-width: 1100px) {
  .su-hero,
  .su-promo,
  .su-buyers {
    grid-template-columns: 1fr;
  }

  .su-hero__art,
  .su-buyers__copy {
    border-right: 0;
    border-bottom: 1px solid #eef0f2;
  }

  .su-hero__graphic {
    height: 220px;
  }

  .su-pillars,
  .su-steps {
    grid-template-columns: 1fr 1fr;
  }

  .su-step {
    border-left: 0;
  }

  .su-step:nth-child(2n) {
    border-left: 1px solid #dfe4e8;
  }

  .su-step:nth-child(n + 3) {
    border-top: 1px solid #dfe4e8;
  }

  .su-promo__photo {
    border-left: 0;
    border-top: 1px solid #dfe4e8;
    height: 240px;
    min-height: 240px;
  }

  .su-promo__photo img {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .su-page {
    padding: 48px 20px 64px;
    gap: 64px;
  }

  .su-head h2,
  .su-hero h1,
  .su-cta h2 {
    font-size: 28px;
  }

  .su-head h2 {
    font-size: 24px;
  }

  .su-pillars,
  .su-steps,
  .su-home {
    grid-template-columns: 1fr;
  }

  .su-step,
  .su-step:nth-child(2n) {
    border-left: 0;
  }

  .su-step + .su-step {
    border-top: 1px solid #dfe4e8;
  }

  .su-navy {
    height: auto;
  }

  .su-navy h3 {
    font-size: 32px;
  }

  .su-band {
    padding: 32px 20px;
  }

  .su-callout__actions,
  .su-actions,
  .su-actions .su-btn,
  .su-promo .su-actions .su-btn,
  .su-callout__actions .su-btn {
    width: 100%;
  }

  .su-cta,
  .su-hero__copy,
  .su-hero__art,
  .su-promo__copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .su-helper {
    flex-wrap: wrap;
  }
}
