:root {
  --nature-gold: #b99769;
  --nature-dark: #1c1d1e;
  --nature-ink: #292a2b;
  --nature-muted: #73716e;
  --nature-paper: #f3efe9;
  --nature-line: rgba(41, 42, 43, .13);
}

.nature-refresh {
  background: var(--nature-paper);
  color: var(--nature-ink);
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

.nature-refresh main {
  overflow: hidden;
}

.nature-refresh main > .g-fullheight--md {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 650px;
  height: min(82vh, 850px);
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: scroll !important;
  isolation: isolate;
}

.nature-refresh main > .g-fullheight--md::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17, 18, 19, .76) 0%, rgba(17, 18, 19, .48) 43%, rgba(17, 18, 19, .08) 76%);
  content: "";
}

.nature-refresh main > .g-fullheight--md > .g-container--md {
  display: flex;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  padding: 110px 0 70px !important;
  text-align: left !important;
}

.nature-refresh main > .g-fullheight--md .g-margin-b-60--xs {
  max-width: 680px;
  margin-bottom: 0;
}

.nature-refresh main > .g-fullheight--md .text-uppercase {
  margin-bottom: 18px !important;
  color: #e2cdb0 !important;
  font-size: 12px !important;
  letter-spacing: .24em !important;
}

.nature-refresh main > .g-fullheight--md h1 {
  margin: 0 0 24px;
  color: #fff !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 7vw, 82px) !important;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: .01em !important;
}

.nature-refresh main > .g-fullheight--md h1 + p {
  max-width: 620px;
  color: rgba(255, 255, 255, .84) !important;
  font-size: clamp(17px, 2vw, 22px) !important;
  font-weight: 300;
}

.nature-refresh main > .container {
  width: 100%;
  max-width: none;
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
  background: var(--nature-paper);
}

.nature-refresh main > .container > .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 38px;
  padding: 32px;
  border: 1px solid var(--nature-line);
  background: #fff;
}

.nature-refresh main > .container > .row::before,
.nature-refresh main > .container > .row::after {
  display: none;
  content: none;
}

.nature-refresh main > .container > .row:last-child {
  margin-bottom: 0;
}

.nature-refresh main > .container > .row > [class*="col-sm-3"] {
  grid-column: span 3;
  left: auto !important;
  right: auto !important;
  width: auto;
  padding: 0;
  float: none;
}

.nature-refresh main > .container > .row > .col-sm-1 {
  display: none;
}

.nature-refresh main > .container > .row > [class*="col-sm-5"] {
  grid-column: span 6;
  left: auto !important;
  right: auto !important;
  width: auto;
  padding: 34px 38px;
  float: none;
  text-align: left !important;
}

.nature-refresh main > .container > .row:nth-child(2) > [class*="col-sm-5"] {
  order: -1;
}

.nature-refresh main > .container .img-responsive {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
}

.nature-refresh main > .container .text-uppercase,
.nature-refresh .g-bg-color--primary-ltr .text-uppercase {
  color: var(--nature-gold) !important;
  font-size: 12px !important;
  letter-spacing: .2em !important;
}

.nature-refresh main > .container h2,
.nature-refresh .g-bg-color--primary-ltr h2,
.nature-refresh .nature-story h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
}

.nature-refresh main > .container h2 {
  margin-bottom: 18px;
  color: var(--nature-ink);
  font-size: clamp(34px, 4vw, 48px) !important;
}

.nature-refresh main > .container h2 + p {
  margin: 0;
  color: var(--nature-muted);
  font-size: 17px !important;
}

.nature-refresh .g-bg-color--primary-ltr {
  background: var(--nature-dark);
}

.nature-refresh .g-bg-color--primary-ltr > .container {
  width: min(1180px, calc(100% - 48px));
  padding: 105px 0 112px !important;
}

.nature-refresh .g-bg-color--primary-ltr .g-margin-b-100--xs {
  margin-bottom: 56px;
}

.nature-refresh .g-bg-color--primary-ltr h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(36px, 5vw, 56px) !important;
}

.nature-refresh .g-bg-color--primary-ltr .list-inline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nature-refresh .g-bg-color--primary-ltr .list-inline::before,
.nature-refresh .g-bg-color--primary-ltr .list-inline::after {
  display: none;
  content: none;
}

.nature-refresh .g-bg-color--primary-ltr .s-process-v1 {
  display: flex;
  width: auto;
  min-height: 350px;
  margin: 0 !important;
  padding: 32px 24px 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  float: none;
}

.nature-refresh .g-bg-color--primary-ltr .s-process-v1::before {
  display: none;
}

.nature-refresh .g-bg-color--primary-ltr .s-process-v1 > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nature-refresh .g-bg-color--primary-ltr .s-process-v1 > div > .g-margin-b-30--xs {
  flex: 0 0 auto;
}

.nature-refresh .g-bg-color--primary-ltr .s-process-v1 > div > .g-padding-x-20--xs {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}

.nature-refresh .g-bg-color--primary-ltr .s-process-v1 span {
  display: inline-grid !important;
  place-items: center;
  width: 86px !important;
  height: 86px !important;
  border: 1px solid var(--nature-gold);
  background: transparent !important;
  box-shadow: none;
  color: var(--nature-gold) !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px !important;
}

.nature-refresh .g-bg-color--primary-ltr .s-process-v1 h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 14px;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 400;
}

.nature-refresh .g-bg-color--primary-ltr .s-process-v1 p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .64) !important;
  font-size: 14px;
  line-height: 1.72;
}

.nature-refresh .nature-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 520px;
  background: #fff;
}

.nature-refresh .nature-story > .container {
  display: flex;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 80px max(48px, calc((100vw - 1180px) / 2));
}

.nature-refresh .nature-story > .container > .row {
  width: 100%;
  margin: 0;
}

.nature-refresh .nature-story > .container [class*="col-sm-5"] {
  left: auto;
  width: 100%;
  padding: 0;
  float: none;
}

.nature-refresh .nature-story .g-margin-b-30--xs {
  max-width: 520px;
  margin: 0;
}

.nature-refresh .nature-story h3 {
  margin: 0 0 22px;
  color: var(--nature-ink);
  font-size: clamp(34px, 4vw, 50px) !important;
}

.nature-refresh .nature-story h3 a {
  color: inherit;
}

.nature-refresh .nature-story h3 a:hover,
.nature-refresh .nature-story h3 a:focus {
  color: var(--nature-gold);
}

.nature-refresh .nature-story p {
  margin: 0;
  color: var(--nature-muted);
  font-size: 17px;
  line-height: 1.8;
}

.nature-refresh .nature-story > .js__fullwidth-img {
  position: relative;
  left: auto;
  width: auto;
  height: 100% !important;
  min-height: 520px;
  padding: 0;
  float: none;
  overflow: hidden;
}

.nature-refresh .nature-story > .js__fullwidth-img img {
  display: block !important;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.nature-refresh .nature-story--community > .container { grid-column: 2; }
.nature-refresh .nature-story--community > .js__fullwidth-img { grid-column: 1; grid-row: 1; }
.nature-refresh .nature-story--carbon > .container { grid-column: 1; }
.nature-refresh .nature-story--carbon > .js__fullwidth-img { grid-column: 2; grid-row: 1; }

.nature-refresh .jb-site-footer__links li,
.nature-refresh .jb-site-footer__links a,
.nature-refresh .jb-site-footer__placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

html[lang="zh-CN"] .nature-refresh {
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

html[lang="zh-CN"] .nature-refresh main > .g-fullheight--md h1,
html[lang="zh-CN"] .nature-refresh main > .container h2,
html[lang="zh-CN"] .nature-refresh .g-bg-color--primary-ltr h2,
html[lang="zh-CN"] .nature-refresh .nature-story h3 {
  font-family: "Noto Serif SC", "Songti SC", STSong, Georgia, serif;
  letter-spacing: .04em;
}

@media (max-width: 991px) {
  .nature-refresh main > .container > .row {
    padding: 26px;
  }

  .nature-refresh main > .container > .row > [class*="col-sm-5"] {
    padding: 24px;
  }

  .nature-refresh .g-bg-color--primary-ltr .list-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nature-refresh .g-bg-color--primary-ltr .s-process-v1 {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .nature-refresh main > .g-fullheight--md {
    min-height: 560px;
    height: 76vh;
    background-position: 62% center !important;
  }

  .nature-refresh main > .g-fullheight--md::before {
    background: linear-gradient(90deg, rgba(17, 18, 19, .82), rgba(17, 18, 19, .4));
  }

  .nature-refresh main > .g-fullheight--md > .g-container--md {
    width: calc(100% - 40px);
    padding-top: 90px !important;
  }

  .nature-refresh main > .g-fullheight--md h1 {
    font-size: 45px !important;
  }

  html[lang="zh-CN"] .nature-refresh main > .g-fullheight--md h1 {
    font-size: 40px !important;
  }

  .nature-refresh main > .container {
    padding: 72px 18px;
  }

  .nature-refresh main > .container > .row {
    gap: 14px;
    margin-bottom: 26px;
    padding: 18px;
  }

  .nature-refresh main > .container > .row > [class*="col-sm-3"] {
    grid-column: span 6;
  }

  .nature-refresh main > .container > .row > [class*="col-sm-5"] {
    grid-column: span 12;
    order: 3 !important;
    padding: 22px 4px 12px;
  }

  .nature-refresh .g-bg-color--primary-ltr > .container {
    width: calc(100% - 36px);
    padding: 76px 0 82px !important;
  }

  .nature-refresh .g-bg-color--primary-ltr .g-margin-b-100--xs {
    margin-bottom: 38px;
  }

  .nature-refresh .g-bg-color--primary-ltr .list-inline {
    grid-template-columns: 1fr;
  }

  .nature-refresh .g-bg-color--primary-ltr .s-process-v1 {
    min-height: 0;
    padding: 30px 22px;
  }

  .nature-refresh .g-bg-color--primary-ltr .s-process-v1 h3 {
    min-height: 0;
  }

  html[lang="en"] .nature-refresh .jb-site-footer__links li,
  html[lang="en"] .nature-refresh .jb-site-footer__links a,
  html[lang="en"] .nature-refresh .jb-site-footer__placeholder {
    font-size: 13px;
    line-height: 1.35;
  }

  html[lang="zh-CN"] .nature-refresh .jb-site-footer__links li,
  html[lang="zh-CN"] .nature-refresh .jb-site-footer__links a,
  html[lang="zh-CN"] .nature-refresh .jb-site-footer__placeholder {
    font-size: 14px;
    line-height: 1.35;
  }

  .nature-refresh .nature-story {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .nature-refresh .nature-story > .container,
  .nature-refresh .nature-story--community > .container,
  .nature-refresh .nature-story--carbon > .container {
    grid-column: 1;
    grid-row: 2;
    padding: 62px 24px 70px;
  }

  .nature-refresh .nature-story > .js__fullwidth-img,
  .nature-refresh .nature-story--community > .js__fullwidth-img,
  .nature-refresh .nature-story--carbon > .js__fullwidth-img {
    grid-column: 1;
    grid-row: 1;
    min-height: 300px;
  }

  .nature-refresh .nature-story > .js__fullwidth-img img {
    min-height: 300px;
  }
}

@media (max-width: 359px) {
  html[lang="en"] .nature-refresh .jb-site-footer__links li,
  html[lang="en"] .nature-refresh .jb-site-footer__links a,
  html[lang="en"] .nature-refresh .jb-site-footer__placeholder {
    font-size: 12px;
  }

  html[lang="zh-CN"] .nature-refresh .jb-site-footer__links li,
  html[lang="zh-CN"] .nature-refresh .jb-site-footer__links a,
  html[lang="zh-CN"] .nature-refresh .jb-site-footer__placeholder {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nature-refresh .wow {
    animation: none !important;
    transition: none !important;
  }
}
