.gs-page {
  --gold:#bea885;
  --dark:#24272a;
  --ink:#2c2c2a;
  --soft:#f4f1eb;
  --warm:#ebe3d7;
  --line:#ded8cf;
  color: var(--ink);
  background: #fff;
}
.gs-wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}
.gs-eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
  color: #8e734b;
}
.gs-section {
  padding: 84px 0;
}
.gs-soft {
  background: var(--soft);
}
.gs-dark {
  background: var(--dark);
  color: #fff;
}
.gs-dark .gs-eyebrow {
  color: #e2c693;
}
.gs-dark p,
.gs-dark li {
  color: #ddd9d2;
}
.gs-page h2 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -.035em;
  margin: 0 0 20px;
}
.gs-page h3 {
  margin: 0;
}
.gs-lead,
.gs-copy p,
.gs-long p {
  font-size: 17px;
  line-height: 1.72;
  color: #5b5955;
}
.gs-actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.gs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 900;
}
.gs-btn--gold {
  background: var(--gold);
  color: #1e2021;
}
.gs-btn--dark {
  background: var(--dark);
  color: #fff;
}
.gs-btn--light {
  background: #fff;
  color: #24272a;
}
.gs-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  min-height: 650px;
  background: var(--dark);
  color: #fff;
}
.gs-hero__copy {
  padding: 68px clamp(34px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gs-hero h1 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(46px, 4.6vw, 70px);
  line-height: .97;
  letter-spacing: -.043em;
  margin: 0 0 22px;
}
.gs-hero__lead {
  font-size: 18px;
  line-height: 1.65;
  color: #e1dfda;
  max-width: 620px;
}
.gs-hero__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
  max-width: 620px;
}
.gs-hero__facts div {
  border: 1px solid rgba(255, 255, 255, .17);
  padding: 14px;
}
.gs-hero__facts b {
  display: block;
  color: #dfc392;
}
.gs-hero__facts span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: #d2d0cb;
  margin-top: 4px;
}
.gs-hero__media {
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.gs-hero__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gs-hero__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(36, 39, 42, .16),
      transparent 38%);
}
.gs-hero__note {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  width: min(360px, calc(100% - 48px));
  background: rgba(255, 255, 255, .95);
  padding: 17px 19px;
  color: #292a29;
}
.gs-hero__note strong {
  display: block;
  margin-bottom: 5px;
}
.gs-hero__note span {
  font-size: 13px;
  line-height: 1.5;
  color: #5b5955;
}
.gs-spectrum {
  border-bottom: 1px solid #e5dfd6;
  background: #fff;
}
.gs-spectrum__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.gs-spectrum a,
.gs-spectrum span.is-current {
  padding: 17px 12px;
  text-align: center;
  text-decoration: none;
  color: #55524d;
  border-right: 1px solid #ece6df;
  font-size: 12px;
}
.gs-spectrum a:last-child,
.gs-spectrum span.is-current:last-child {
  border-right: 0;
}
.gs-spectrum a.is-current,
.gs-spectrum span.is-current {
  background: #ece3d6;
  color: #2b2925;
  font-weight: 900;
}
.gs-spectrum small {
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .09em;
  color: #9a7b4c;
  margin-bottom: 4px;
}
.gs-intro {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 68px;
  align-items: start;
}
.gs-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 36px;
}
.gs-benefit {
  background: var(--soft);
  padding: 23px;
}
.gs-benefit span {
  font-family: Georgia, serif;
  font-size: 32px;
  color: var(--gold);
}
.gs-benefit strong {
  display: block;
  font-size: 18px;
  margin: 8px 0;
}
.gs-benefit p {
  font-size: 14px;
  line-height: 1.58;
  color: #62605b;
  margin: 0;
}
.gs-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.gs-feature--reverse {
  grid-template-columns: 1fr 1fr;
}
.gs-feature__image {
  min-height: 500px;
  overflow: hidden;
}
.gs-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gs-feature__copy > p {
  font-size: 17px;
  line-height: 1.72;
  color: #5c5a55;
}
.gs-dark .gs-feature__copy > p {
  color: #ddd9d2;
}
.gs-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
}
.gs-list div {
  padding: 13px 0;
  border-top: 1px solid var(--line);
}
.gs-dark .gs-list div {
  border-color: rgba(255, 255, 255, .16);
}
.gs-list b {
  display: block;
  color: #8e734b;
}
.gs-dark .gs-list b {
  color: #e2c693;
}
.gs-list span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #66635e;
}
.gs-dark .gs-list span {
  color: #d8d4cd;
}
.gs-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.gs-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 25px;
}
.gs-card b {
  display: block;
  font-size: 18px;
  margin-bottom: 9px;
}
.gs-card p {
  font-size: 14px;
  line-height: 1.62;
  color: #615f5a;
  margin: 0;
}
.gs-dark .gs-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .14);
}
.gs-dark .gs-card b {
  color: #e2c693;
}
.gs-dark .gs-card p {
  color: #d8d4cd;
}
.gs-photo-pair {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 14px;
  margin-top: 34px;
}
.gs-photo-pair figure {
  margin: 0;
  position: relative;
  min-height: 430px;
  overflow: hidden;
}
.gs-photo-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gs-photo-pair figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(28, 29, 29, .82);
  color: #fff;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 800;
  max-width: 80%;
}
.gs-callout {
  margin-top: 26px;
  padding: 24px 26px;
  background: #ebe3d7;
  border-left: 4px solid var(--gold);
}
.gs-callout strong {
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}
.gs-callout p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #5c5954;
}
.gs-dark .gs-callout {
  background: rgba(255, 255, 255, .08);
  border-color: #dfc392;
}
.gs-dark .gs-callout strong {
  color: #e4c896;
}
.gs-dark .gs-callout p {
  color: #ddd9d2;
}
.gs-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  background: #fff;
}
.gs-table th,
.gs-table td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
}
.gs-table th {
  background: #eee7dc;
  font-weight: 900;
}
.gs-faq {
  max-width: 980px;
}
.gs-faq details {
  border-top: 1px solid var(--line);
}
.gs-faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.gs-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 19px 38px 19px 0;
  font-size: 17px;
  font-weight: 900;
  position: relative;
}
.gs-faq summary::-webkit-details-marker {
  display: none;
}
.gs-faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 14px;
  font-size: 26px;
  color: #92764c;
}
.gs-faq details[open] summary:after {
  content: "–";
}
.gs-faq details p {
  font-size: 16px;
  line-height: 1.65;
  color: #5f5f5b;
  margin: 0 0 20px;
  max-width: 840px;
}
.gs-final {
  background: #eae2d6;
  padding: 68px 0;
}
.gs-final__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
}
.gs-final h2 {
  font-size: clamp(34px, 3.5vw, 52px);
  margin: 0 0 12px;
}
.gs-final p {
  font-size: 16px;
  line-height: 1.62;
  color: #5e5b55;
  margin: 0;
  max-width: 720px;
}
.gs-final .gs-actions {
  margin: 0;
  justify-content: flex-end;
}
@media (max-width: 1100px) {
  .gs-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .gs-hero__copy {
    padding: 52px 32px;
  }
  .gs-hero__media {
    min-height: 500px;
  }
  .gs-intro,
  .gs-feature,
  .gs-feature--reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .gs-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .gs-grid3 {
    grid-template-columns: 1fr 1fr;
  }
  .gs-photo-pair {
    grid-template-columns: 1fr 1fr;
  }
  .gs-feature__image {
    min-height: 420px;
  }
  .gs-final__inner {
    grid-template-columns: 1fr;
  }
  .gs-final .gs-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 720px) {
  .gs-wrap {
    width: min(100% - 30px, 1240px);
  }
  .gs-section {
    padding: 56px 0;
  }
  .gs-hero__copy {
    padding: 42px 20px;
  }
  .gs-hero h1 {
    font-size: 42px;
  }
  .gs-hero__facts {
    grid-template-columns: 1fr;
  }
  .gs-hero__media {
    min-height: 380px;
  }
  .gs-hero__note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }
  .gs-spectrum__grid {
    display: flex;
    overflow-x: auto;
  }
  .gs-spectrum a,
  .gs-spectrum span.is-current {
    flex: 0 0 37%;
  }
  .gs-benefits,
  .gs-grid3,
  .gs-photo-pair {
    grid-template-columns: 1fr;
  }
  .gs-photo-pair figure {
    min-height: 300px;
  }
  .gs-feature__image {
    min-height: 300px;
  }
  .gs-final {
    padding: 52px 0;
  }
}
.gs-dark .gs-long p,
.gs-dark .gs-copy p,
.gs-dark .gs-lead {
  color: #ddd9d2;
}
.gs-dark h2,
.gs-dark h3 {
  color: #fff;
}
.gs-dark .gs-card p,
.gs-dark .gs-list span {
  color: #ddd9d2;
}
.gs-vitrage-privacy {
  margin-top: 34px;
  max-width: 980px;
}
.gs-vitrage-privacy h3 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.18;
  letter-spacing: -.015em;
  margin: 0 0 12px;
  color: var(--ink);
}
.gs-vitrage-privacy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  color: #5b5955;
}
.gs-vitrage-privacy a {
  font-weight: 800;
  color: #79531f;
  text-underline-offset: 3px;
}
@media (max-width: 720px) {
  .gs-vitrage-privacy {
    margin-top: 26px;
    max-width: none;
  }
  .gs-vitrage-privacy h3 {
    font-size: 24px;
  }
  .gs-vitrage-privacy p {
    font-size: 16px;
    line-height: 1.68;
  }
}
