:root {
  --sus-ink: #18302c;
  --sus-paper: #edf0e8;
  --sus-rust: #9f553a;
  --sus-white: #fffdf8;
  --sus-line: rgba(24, 48, 44, 0.17);
}

.page-sustainability {
  background: var(--sus-white);
  color: var(--sus-ink);
}

.sustain-label {
  color: var(--sus-rust);
  font-size: 0.69rem;
  font-weight: 780;
  text-transform: uppercase;
}

.sustain-intro {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(75px, 9vw, 135px) 0 70px;
  text-align: center;
}

.sustain-intro h1 {
  max-width: 1030px;
  margin: 17px auto 0;
  font-size: clamp(3.35rem, 6vw, 6.8rem);
  font-weight: 400;
}

.sustain-intro > p:not(.sustain-label) {
  max-width: 680px;
  margin: 25px auto 0;
  color: rgba(24, 48, 44, 0.64);
  font-size: 0.9rem;
}

.sustain-intro > a,
.sustain-editorial a {
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  color: var(--sus-rust);
  font-size: 0.74rem;
  font-weight: 760;
}

.sustain-panorama {
  width: min(1640px, calc(100% - 56px));
  aspect-ratio: 2.35 / 1;
  margin: 0 auto;
  overflow: hidden;
  background: #dfe5db;
}

.sustain-panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.sustain-statement {
  width: min(900px, calc(100% - 64px));
  margin: 0 auto;
  padding: 130px 0 140px;
  text-align: center;
}

.sustain-statement h2,
.sustain-editorial h2,
.sustain-framework h2,
.sustain-documents h2,
.sustain-scenes h2,
.sustain-delivery h2,
.sustain-closing h2 {
  margin-top: 14px;
  font-size: clamp(2.8rem, 4.8vw, 5.45rem);
  font-weight: 400;
}

.sustain-statement > p:last-child {
  max-width: 660px;
  margin: 24px auto 0;
  color: rgba(24, 48, 44, 0.64);
  font-size: 0.84rem;
}

.sustain-editorial {
  border-top: 1px solid var(--sus-line);
}

.sustain-editorial article {
  display: grid;
  min-height: 650px;
  grid-template-columns: 1fr 1fr;
}

.sustain-editorial article:nth-child(even) figure {
  grid-column: 2;
}

.sustain-editorial article:nth-child(even) > div {
  grid-column: 1;
  grid-row: 1;
}

.sustain-editorial figure {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #e1e5dc;
}

.sustain-editorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustain-editorial article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(50px, 9vw);
}

.sustain-editorial h2 {
  max-width: 720px;
  font-size: clamp(2.6rem, 4vw, 4.8rem);
}

.sustain-editorial article > div > p:not(.sustain-label) {
  max-width: 570px;
  margin-top: 22px;
  color: rgba(24, 48, 44, 0.64);
  font-size: 0.82rem;
}

.sustain-framework {
  padding: 120px max(32px, calc((100% - 1500px) / 2));
  background: var(--sus-ink);
  color: #fff;
}

.sustain-framework h2 {
  max-width: 860px;
  color: #fff;
}

.sustain-framework > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sustain-framework article {
  min-height: 285px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 34px 40px 20px;
}

.sustain-framework article:first-child {
  padding-left: 0;
}

.sustain-framework article:last-child {
  border-right: 0;
}

.sustain-framework article > span {
  color: #d69a84;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.sustain-framework h3 {
  margin-top: 50px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.sustain-framework article p {
  max-width: 330px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
}

.sustain-documents {
  display: grid;
  width: min(1500px, calc(100% - 64px));
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px 90px;
  align-items: center;
  margin: 0 auto;
  padding: 130px 0;
}

.sustain-documents__copy > p:not(.sustain-label) {
  max-width: 560px;
  margin-top: 23px;
  color: rgba(24, 48, 44, 0.64);
  font-size: 0.8rem;
}

.sustain-documents__copy .button {
  margin-top: 30px;
}

.sustain-documents figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #e1e5dc;
}

.sustain-documents figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.4);
}

.sustain-document-register {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--sus-line);
}

.sustain-document-register div {
  min-height: 125px;
  border-right: 1px solid var(--sus-line);
  border-bottom: 1px solid var(--sus-line);
  padding: 24px 26px;
}

.sustain-document-register div:first-child {
  padding-left: 0;
}

.sustain-document-register div:last-child {
  border-right: 0;
}

.sustain-document-register strong,
.sustain-document-register span {
  display: block;
}

.sustain-document-register strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.sustain-document-register span {
  margin-top: 12px;
  color: rgba(24, 48, 44, 0.56);
  font-size: 0.68rem;
}

.sustain-scenes {
  padding: 120px 0 130px;
  background: var(--sus-paper);
}

.sustain-scenes > header {
  display: flex;
  width: min(1500px, calc(100% - 64px));
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin: 0 auto 55px;
}

.sustain-scenes > header > p {
  max-width: 310px;
  color: rgba(24, 48, 44, 0.56);
  font-size: 0.7rem;
}

.sustain-scenes__rail {
  display: grid;
  grid-auto-columns: minmax(310px, 29vw);
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  padding: 0 max(32px, calc((100% - 1500px) / 2));
  scrollbar-color: var(--sus-rust) transparent;
}

.sustain-scenes article {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #dfe5db;
}

.sustain-scenes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustain-scenes article::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(0deg, rgba(9, 24, 22, 0.72), transparent);
  content: "";
}

.sustain-scenes article span {
  position: absolute;
  z-index: 1;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.sustain-delivery {
  padding: 130px max(32px, calc((100% - 1500px) / 2));
}

.sustain-delivery > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  border-top: 1px solid var(--sus-line);
}

.sustain-delivery article {
  min-height: 270px;
  border-right: 1px solid var(--sus-line);
  padding: 34px 40px 20px;
}

.sustain-delivery article:first-child {
  padding-left: 0;
}

.sustain-delivery article:last-child {
  border-right: 0;
}

.sustain-delivery article > span {
  color: var(--sus-rust);
  font-size: 0.67rem;
  font-weight: 780;
  text-transform: uppercase;
}

.sustain-delivery h3 {
  margin-top: 56px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.sustain-delivery article p {
  max-width: 330px;
  margin-top: 14px;
  color: rgba(24, 48, 44, 0.62);
  font-size: 0.74rem;
}

.sustain-closing {
  display: flex;
  min-height: 440px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 80px max(32px, calc((100% - 1500px) / 2));
  background: #e4e9df;
}

.sustain-closing h2 {
  max-width: 930px;
}

@media (max-width: 900px) {
  .sustain-editorial article {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .sustain-editorial article:nth-child(even) figure,
  .sustain-editorial article:nth-child(even) > div {
    grid-column: auto;
    grid-row: auto;
  }

  .sustain-editorial figure {
    min-height: 500px;
  }

  .sustain-framework > div,
  .sustain-delivery > div {
    grid-template-columns: 1fr;
  }

  .sustain-framework article,
  .sustain-framework article:first-child,
  .sustain-delivery article,
  .sustain-delivery article:first-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
  }

  .sustain-delivery article,
  .sustain-delivery article:first-child {
    border-bottom-color: var(--sus-line);
  }

  .sustain-framework h3,
  .sustain-delivery h3 {
    margin-top: 20px;
  }

  .sustain-documents {
    grid-template-columns: 1fr;
  }

  .sustain-document-register {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sustain-intro {
    width: calc(100% - 32px);
    padding: 62px 0 45px;
    text-align: left;
  }

  .sustain-intro h1 {
    font-size: clamp(2.65rem, 12vw, 3.65rem);
  }

  .sustain-intro > p:not(.sustain-label) {
    margin-left: 0;
  }

  .sustain-panorama {
    width: calc(100% - 32px);
    aspect-ratio: 4 / 3;
  }

  .sustain-statement {
    width: calc(100% - 32px);
    padding: 85px 0;
    text-align: left;
  }

  .sustain-statement > p:last-child {
    margin-left: 0;
  }

  .sustain-editorial figure {
    min-height: 380px;
  }

  .sustain-editorial article > div {
    padding: 65px 16px 75px;
  }

  .sustain-framework,
  .sustain-delivery {
    padding: 78px 16px;
  }

  .sustain-documents {
    width: calc(100% - 32px);
    gap: 48px;
    padding: 80px 0;
  }

  .sustain-document-register {
    grid-template-columns: 1fr;
  }

  .sustain-document-register div,
  .sustain-document-register div:first-child {
    min-height: 0;
    border-right: 0;
    padding: 22px 0;
  }

  .sustain-scenes {
    padding: 78px 0 90px;
  }

  .sustain-scenes > header {
    display: block;
    width: calc(100% - 32px);
  }

  .sustain-scenes > header > p {
    margin-top: 18px;
  }

  .sustain-scenes__rail {
    grid-auto-columns: 78vw;
    padding: 0 16px;
  }

  .sustain-closing {
    display: grid;
    min-height: 420px;
    padding: 65px 16px;
  }
}
