.seo-vg-page {
  --seo-sand:#efe5d7;
  --seo-soft:#f8f5f0;
  --seo-warm:#b8a07c;
  --seo-charcoal:#2e3235;
}
.seo-hero .vg-hero__copy {
  background: #24272a;
}
.seo-hero .vg-hero__image img {
  object-position: center;
}
.seo-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}
.seo-hero__facts div {
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .055);
}
.seo-hero__facts strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.seo-hero__facts span {
  display: block;
  color: #d8d6d1;
  font-size: 12.5px;
  line-height: 1.45;
}
.seo-quick {
  background: #fff;
  border-bottom: 1px solid #e5dfd6;
}
.seo-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.seo-quick a {
  display: block;
  padding: 18px 18px;
  text-decoration: none;
  color: var(--vg-ink);
  border-right: 1px solid #e5dfd6;
}
.seo-quick a:last-child {
  border-right: 0;
}
.seo-quick small {
  display: block;
  color: var(--vg-gold-dark);
  font-weight: 850;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.seo-quick strong {
  font-size: 14px;
  line-height: 1.35;
}
.seo-split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 58px;
  align-items: center;
}
.seo-split--reverse {
  grid-template-columns: 1.08fr .92fr;
}
.seo-media img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.seo-media--tall img {
  aspect-ratio: 4/5;
}
.seo-media__caption {
  font-size: 12px;
  line-height: 1.5;
  color: #64696b;
  margin-top: 9px;
}
.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.seo-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--vg-line);
}
.seo-card h3 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 10px;
}
.seo-card p {
  margin: 0;
  color: #555d60;
  line-height: 1.65;
  font-size: 14px;
}
.vg-section--dark .seo-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .14);
}
.vg-section--dark .seo-card p {
  color: #ddd9d2;
}
.vg-section--dark .seo-card h3 {
  color: #fff;
}
.seo-compare {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.seo-compare article {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--vg-line);
}
.seo-compare .tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--vg-gold-dark);
  margin-bottom: 9px;
}
.seo-compare h3 {
  font-size: 18px;
  margin: 0 0 9px;
}
.seo-compare p {
  font-size: 14px;
  line-height: 1.6;
  color: #575e61;
  margin: 0;
}
.seo-compare ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.seo-compare li {
  font-size: 13px;
  line-height: 1.5;
  padding: 7px 0;
  border-top: 1px solid #eee8df;
}
.seo-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 170px;
  gap: 10px;
  margin-top: 30px;
}
.seo-gallery figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  background: #e9e4dc;
}
.seo-gallery figure:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}
.seo-gallery figure:nth-child(2) {
  grid-column: span 5;
  grid-row: span 2;
}
.seo-gallery figure:nth-child(3) {
  grid-column: span 4;
  grid-row: span 2;
}
.seo-gallery figure:nth-child(4) {
  grid-column: span 4;
  grid-row: span 2;
}
.seo-gallery figure:nth-child(5) {
  grid-column: span 4;
  grid-row: span 2;
}
.seo-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.seo-gallery figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: rgba(255, 255, 255, .94);
  padding: 10px 12px;
  border-left: 3px solid var(--vg-gold);
}
.seo-gallery figcaption strong {
  display: block;
  font-size: 13px;
}
.seo-gallery figcaption span {
  display: block;
  color: #62696c;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 2px;
}
.seo-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 32px;
}
.seo-product {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--vg-line);
  text-decoration: none;
  color: var(--vg-ink);
  min-width: 0;
}
.seo-product__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f2eee7;
}
.seo-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.seo-product__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}
.seo-product__body small {
  color: var(--vg-gold-dark);
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
}
.seo-product__body strong {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 22px;
}
.seo-product__body span {
  font-size: 13px;
  line-height: 1.5;
  color: #5b6265;
}
.seo-product__body b {
  margin-top: auto;
  padding-top: 9px;
  font-size: 12px;
  color: var(--vg-gold-dark);
}
.seo-tone-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.seo-tone {
  min-height: 205px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(0, 0, 0, .08);
}
.seo-tone h3 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 24px;
  margin: 0 0 7px;
}
.seo-tone p {
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
  max-width: 30ch;
}
.seo-tone--light {
  background: #e6e6e3;
}
.seo-tone--mid {
  background: #b9b9b4;
}
.seo-tone--warm {
  background: #b1a69b;
}
.seo-tone--dark {
  background: #4b4e50;
  color: #fff;
}
.seo-tone--dark p {
  color: #e5e5e2;
}
.seo-list {
  display: grid;
  gap: 9px;
  margin-top: 24px;
}
.seo-list div {
  position: relative;
  padding: 13px 14px 13px 38px;
  background: #fff;
  border: 1px solid var(--vg-line);
  font-size: 14px;
  line-height: 1.55;
}
.seo-list div:before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 12px;
  color: var(--vg-gold-dark);
  font-weight: 900;
}
.vg-section--dark .seo-list div {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .14);
  color: #eee;
}
.seo-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.seo-step {
  padding: 22px;
  border: 1px solid var(--vg-line);
  background: #fff;
}
.seo-step b {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  color: var(--vg-gold);
  font-size: 40px;
  display: block;
  line-height: 1;
  margin-bottom: 14px;
}
.seo-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.seo-step p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: #5b6265;
}
.seo-note {
  margin-top: 22px;
  padding: 17px 18px;
  background: #fff7e8;
  border-left: 4px solid var(--vg-gold);
  font-size: 14px;
  line-height: 1.65;
  color: #4d5457;
}
.seo-note strong {
  display: block;
  margin-bottom: 4px;
}
.seo-faq {
  max-width: 940px;
}
.seo-faq details {
  border-top: 1px solid var(--vg-line);
}
.seo-faq details:last-child {
  border-bottom: 1px solid var(--vg-line);
}
.seo-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  font-size: 17px;
  padding: 18px 42px 18px 0;
  position: relative;
}
.seo-faq summary::-webkit-details-marker {
  display: none;
}
.seo-faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 14px;
  font-size: 27px;
  color: var(--vg-gold-dark);
  font-weight: 400;
}
.seo-faq details[open] summary:after {
  content: "–";
}
.seo-faq details p {
  margin: 0 0 20px;
  color: #50575a;
  line-height: 1.7;
  max-width: 820px;
}
.seo-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.seo-inline-links a {
  display: inline-flex;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--vg-line);
  color: var(--vg-ink);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 800;
}
.vg-section--dark .seo-inline-links a {
  background: transparent;
  border-color: #686d70;
  color: #fff;
}
.seo-luxury-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.seo-luxury-line article {
  padding: 25px;
  background: #fff;
  border: 1px solid var(--vg-line);
}
.seo-luxury-line h3 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 27px;
  margin: 0 0 10px;
}
.seo-luxury-line p {
  margin: 0;
  color: #596164;
  line-height: 1.68;
  font-size: 14px;
}
.seo-final .vg-final__image img {
  object-position: center;
}
@media (max-width: 1120px) {
  .seo-card-grid,
  .seo-compare,
  .seo-tone-grid,
  .seo-process {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 980px) {
  .seo-split,
  .seo-split--reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .seo-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-quick__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-quick a:nth-child(2) {
    border-right: 0;
  }
  .seo-quick a:nth-child(-n+2) {
    border-bottom: 1px solid #e5dfd6;
  }
}
@media (max-width: 680px) {
  .seo-hero__facts,
  .seo-card-grid,
  .seo-compare,
  .seo-tone-grid,
  .seo-process,
  .seo-products,
  .seo-luxury-line {
    grid-template-columns: 1fr;
  }
  .seo-quick__grid {
    grid-template-columns: 1fr;
  }
  .seo-quick a {
    border-right: 0;
    border-bottom: 1px solid #e5dfd6;
  }
  .seo-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }
  .seo-gallery figure:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .seo-media img {
    aspect-ratio: 4/3;
  }
}
.seo-media--compact {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.seo-media--compact img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 900px) {
  .seo-media--compact {
    max-width: 100%;
  }
}
.seo-hero .vg-btn--line {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .035);
}
.seo-hero .vg-btn--line:hover {
  background: rgba(255, 255, 255, .10);
}
