:root {
  --g6-gold:#bea885;
  --g6-dark:#24272a;
  --g6-char:#424242;
  --g6-cream:#f5f0e8;
  --g6-soft:#ece6dc;
  --g6-text:#353634;
  --g6-muted:#666862;
  --g6-line:#ded5c7;
}
.g6-page {
  background: #fff;
  color: var(--g6-text);
}
.g6-wrap {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}
.g6-kicker {
  margin: 0 0 12px;
  color: #9a7340;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 900;
}
.g6-hero {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  min-height: 720px;
  background: var(--g6-dark);
  color: #fff;
}
.g6-hero__copy {
  padding: 66px clamp(34px, 5vw, 86px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.g6-hero h1 {
  font-size: clamp(48px, 5vw, 78px);
  line-height: .95;
  letter-spacing: -.045em;
  margin: 0 0 24px;
  max-width: 720px;
}
.g6-hero h1 span {
  display: block;
}
.g6-hero__lead {
  margin: 0;
  max-width: 700px;
  font-size: 19px;
  line-height: 1.68;
  color: #e6e2db;
}
.g6-hero__lead + p {
  margin-top: 13px;
}
.g6-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}
.g6-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
}
.g6-btn--gold {
  background: var(--g6-gold);
  color: #202220;
}
.g6-btn--line {
  border-color: #777a7b;
  color: #fff;
}
.g6-btn--line-dark {
  border-color: #7d766c;
  color: #333;
}
.g6-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, .14);
  margin-top: 30px;
}
.g6-facts div {
  padding: 15px 17px;
  background: #303335;
}
.g6-facts b {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.g6-facts span {
  display: block;
  color: #cbc8c1;
  font-size: 13px;
  line-height: 1.42;
}
.g6-hero__media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #111;
}
.g6-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  display: block;
}
.g6-hero__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(36, 39, 42, .18),
      transparent 30%);
}
.g6-hero__caption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  max-width: 460px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .94);
  color: #2c2e2c;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .18);
}
.g6-hero__caption strong {
  display: block;
  font-size: 17px;
}
.g6-hero__caption span {
  display: block;
  margin-top: 5px;
  color: #5f605c;
  line-height: 1.5;
  font-size: 14px;
}
.g6-bar {
  background: #fff;
  border-bottom: 1px solid #e4ddd3;
}
.g6-bar__inner {
  display: grid;
  grid-template-columns: 180px repeat(3, 1fr);
  align-items: stretch;
}
.g6-bar__meter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g6-gold);
  font-size: 48px;
  font-weight: 950;
  letter-spacing: -.05em;
  color: #24272a;
}
.g6-bar__item {
  padding: 20px 24px;
  border-right: 1px solid #e4ddd3;
}
.g6-bar__item:last-child {
  border-right: 0;
}
.g6-bar__item b {
  display: block;
  color: #24272a;
}
.g6-bar__item span {
  display: block;
  margin-top: 5px;
  color: #6b6c68;
  font-size: 14px;
  line-height: 1.5;
}
.g6-section {
  padding: 82px 0;
}
.g6-section--cream {
  background: var(--g6-cream);
}
.g6-section--dark {
  background: var(--g6-dark);
  color: #fff;
}
.g6-head {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 38px;
}
.g6-head h2,
.g6-feature h2,
.g6-wave h2,
.g6-alt h2,
.g6-faq h2,
.g6-final h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.g6-head > p {
  margin: 0;
  color: #66625c;
  font-size: 18px;
  line-height: 1.72;
}
.g6-section--dark .g6-head > p {
  color: #d5d1ca;
}
.g6-section--dark .g6-kicker {
  color: #d9c49d;
}
.g6-feature {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 58px;
  align-items: center;
}
.g6-feature__image {
  margin: 0;
}
.g6-feature__image img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  display: block;
}
.g6-feature__image figcaption {
  padding-top: 11px;
  color: #77736d;
  font-size: 13px;
  line-height: 1.5;
}
.g6-feature__copy p {
  font-size: 18px;
  line-height: 1.72;
  color: #625f59;
}
.g6-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}
.g6-checks div {
  border-top: 2px solid var(--g6-gold);
  padding-top: 11px;
}
.g6-checks b {
  display: block;
  margin-bottom: 4px;
}
.g6-checks span {
  color: #696a66;
  line-height: 1.48;
  font-size: 14px;
}
.g6-usecases {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
}
.g6-usecases__photo {
  position: relative;
  margin: 0;
  min-height: 570px;
  overflow: hidden;
}
.g6-usecases__photo img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  display: block;
}
.g6-usecases__photo figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 18px;
  background: rgba(36, 39, 42, .9);
  color: #fff;
}
.g6-usecases__photo b,
.g6-usecases__photo span {
  display: block;
}
.g6-usecases__photo span {
  margin-top: 4px;
  color: #e2ded8;
  font-size: 14px;
  line-height: 1.45;
}
.g6-usecases__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.g6-usecases__cards article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--g6-line);
  min-height: 170px;
}
.g6-usecases__cards em {
  font-style: normal;
  color: #a17a48;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .09em;
}
.g6-usecases__cards h3 {
  margin: 13px 0 8px;
  font-size: 21px;
  color: #24272a;
}
.g6-usecases__cards p {
  margin: 0;
  color: #66625d;
  line-height: 1.62;
}
.g6-pleat-layout {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 72px;
  align-items: start;
}
.g6-pleat-layout h2 {
  margin: 0;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -.04em;
  color: #fff;
}
.g6-pleat-layout > div:first-child p:not(.g6-kicker) {
  color: #d1cec7;
  line-height: 1.7;
  font-size: 18px;
}
.g6-pleat-list {
  border-top: 1px solid rgba(255, 255, 255, .18);
}
.g6-pleat-row {
  display: grid;
  grid-template-columns: 72px 190px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  align-items: start;
}
.g6-pleat-row b:first-child {
  font-size: 28px;
  color: #cdb58e;
}
.g6-pleat-row strong {
  font-size: 19px;
  color: #fff;
}
.g6-pleat-row p {
  margin: 0;
  color: #d4d0c9;
  line-height: 1.6;
}
.g6-wave {
  margin-top: 38px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: #efe6d8;
  color: #2a2c2a;
}
.g6-wave__metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 42px 24px;
  background: var(--g6-gold);
  text-align: center;
}
.g6-wave__metric b {
  font-size: 72px;
  line-height: .9;
  letter-spacing: -.06em;
}
.g6-wave__metric span {
  margin-top: 9px;
  font-weight: 900;
}
.g6-wave__copy {
  padding: 36px 42px;
}
.g6-wave__copy h2 {
  font-size: clamp(30px, 3vw, 46px);
}
.g6-wave .g6-kicker {
  color: #7a582e;
}
.g6-wave__copy p {
  font-size: 17px;
  line-height: 1.68;
  color: #555651;
}
.g6-wave__copy a {
  font-weight: 900;
  color: #6b4d27;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.g6-control {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: center;
}
.g6-control__photo img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}
.g6-control__copy h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.g6-control__copy > p {
  font-size: 18px;
  line-height: 1.72;
  color: #625f59;
}
.g6-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}
.g6-choice article {
  padding: 22px;
  border: 1px solid var(--g6-line);
  background: #fff;
}
.g6-choice h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.g6-choice p {
  margin: 0;
  color: #66625d;
  line-height: 1.6;
}
.g6-control a {
  font-weight: 900;
  color: #6f5430;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.g6-alt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  background: #f3ede4;
}
.g6-alt__copy {
  padding: 60px clamp(32px, 5vw, 74px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.g6-alt__copy p {
  font-size: 18px;
  line-height: 1.7;
  color: #625e57;
}
.g6-alt__image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}
.g6-alt__copy a {
  font-weight: 900;
  color: #6c4f2a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.g6-alt__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.g6-alt__links a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #d2c5b2;
  text-decoration: none;
  color: #373631;
}
.g6-alt__links a:first-child {
  background: var(--g6-gold);
  border-color: var(--g6-gold);
  font-weight: 900;
  color: #24272a;
}
.g6-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.g6-process article {
  padding: 24px;
  border: 1px solid var(--g6-line);
  background: #fff;
}
.g6-process b {
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--g6-gold);
  color: #24272a;
  margin-bottom: 15px;
}
.g6-process h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.g6-process p {
  margin: 0;
  color: #66625d;
  line-height: 1.6;
}
.g6-faq {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 68px;
}
.g6-faq__intro p {
  font-size: 17px;
  line-height: 1.7;
  color: #625e57;
}
.g6-faq details {
  border-top: 1px solid #d7d0c6;
  padding: 17px 0;
}
.g6-faq summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  color: #292b29;
}
.g6-faq details p {
  margin: 10px 0 0;
  color: #625e57;
  line-height: 1.65;
}
.g6-final {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: var(--g6-dark);
  color: #fff;
}
.g6-final__copy {
  padding: 68px clamp(34px, 5vw, 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.g6-final__copy p {
  font-size: 18px;
  line-height: 1.65;
  color: #d0ccc5;
}
.g6-final__aside {
  padding: 54px;
  background: #303335;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.g6-final__aside b {
  font-size: 18px;
  margin-bottom: 12px;
}
.g6-final__aside ul {
  margin: 0 0 20px;
  padding-left: 18px;
  color: #dedad3;
  line-height: 1.8;
}
.g6-page p a,
.g6-page li a {
  font-weight: 900;
  color: #6d512d;
  text-decoration: underline;
  text-decoration-thickness: 1.4px;
  text-underline-offset: 3px;
}
.g6-section--dark p a,
.g6-section--dark li a,
.g6-final p a,
.g6-final li a {
  color: #e2c89f;
}
@media (max-width: 1100px) {
  .g6-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .g6-hero__media {
    min-height: 580px;
  }
  .g6-bar__inner {
    grid-template-columns: 150px 1fr 1fr 1fr;
  }
  .g6-head,
  .g6-feature,
  .g6-usecases,
  .g6-pleat-layout,
  .g6-control,
  .g6-faq {
    grid-template-columns: 1fr;
  }
  .g6-usecases__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .g6-alt {
    grid-template-columns: 1fr;
  }
  .g6-alt__image img {
    height: 500px;
    min-height: 0;
  }
  .g6-process {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .g6-wrap {
    width: min(100% - 30px, 1220px);
  }
  .g6-section {
    padding: 56px 0;
  }
  .g6-hero__copy {
    padding: 44px 20px;
  }
  .g6-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }
  .g6-hero__lead {
    font-size: 17px;
  }
  .g6-facts {
    grid-template-columns: 1fr;
  }
  .g6-hero__media {
    min-height: 470px;
  }
  .g6-hero__caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
  .g6-bar__inner {
    grid-template-columns: 1fr;
  }
  .g6-bar__meter {
    min-height: 90px;
  }
  .g6-bar__item {
    border-right: 0;
    border-bottom: 1px solid #e4ddd3;
  }
  .g6-head {
    gap: 18px;
  }
  .g6-feature__image img,
  .g6-control__photo img {
    height: 390px;
  }
  .g6-checks,
  .g6-choice,
  .g6-usecases__cards,
  .g6-process {
    grid-template-columns: 1fr;
  }
  .g6-usecases__photo,
  .g6-usecases__photo img {
    min-height: 390px;
  }
  .g6-pleat-row {
    grid-template-columns: 50px 1fr;
    gap: 10px;
  }
  .g6-pleat-row p {
    grid-column: 2;
  }
  .g6-wave {
    grid-template-columns: 1fr;
  }
  .g6-wave__metric {
    padding: 30px 20px;
  }
  .g6-wave__copy {
    padding: 28px 22px;
  }
  .g6-alt__copy {
    padding: 44px 20px;
  }
  .g6-alt__image img {
    height: 410px;
  }
  .g6-final {
    grid-template-columns: 1fr;
  }
  .g6-final__copy,
  .g6-final__aside {
    padding: 46px 20px;
  }
  .g6-btn {
    width: 100%;
  }
}
.g6-section--dark .g6-wave {
  color: #24272a !important;
}
.g6-section--dark .g6-wave h2,
.g6-section--dark .g6-wave h3,
.g6-section--dark .g6-wave strong {
  color: #24272a !important;
}
.g6-section--dark .g6-wave__copy p {
  color: #4e504c !important;
}
.g6-section--dark .g6-wave__copy .g6-kicker {
  color: #6b4a22 !important;
}
.g6-section--dark .g6-wave__copy a {
  color: #65471f !important;
}
