.svx-section {
  padding: 78px 0;
  background: #fff;
  color: #2d3135;
}
.svx-section--cream {
  background: #f6f1e9;
}
.svx-section--dark {
  background: #292c2e;
  color: #fff;
}
.svx-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.svx-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 850;
  color: #9a7747;
}
.svx-section--dark .svx-kicker {
  color: #d6ba8b;
}
.svx-heading {
  max-width: 900px;
  margin-bottom: 30px;
}
.svx-heading h2,
.svx-section h2 {
  font:
    500 clamp(31px, 3.6vw, 48px)/1.08 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  color: #262a2d;
}
.svx-section--dark h2,
.svx-section--dark h3 {
  color: #fff;
}
.svx-heading > p:last-child,
.svx-copy p {
  font-size: 17px;
  line-height: 1.72;
  color: #5a5e61;
}
.svx-section--dark .svx-heading > p:last-child,
.svx-section--dark .svx-copy p {
  color: #ddd;
}
.svx-copy p {
  margin: 0 0 14px;
}
.svx-copy a {
  color: #7c5728;
  font-weight: 800;
}
.svx-section--dark .svx-copy a {
  color: #e2c593;
}
.svx-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.svx-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.svx-card {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 14px;
  padding: 24px;
}
.svx-section--cream .svx-card {
  background: #fff;
}
.svx-section--dark .svx-card {
  background: #33373a;
  border-color: #4c5053;
}
.svx-card h3 {
  font:
    500 25px/1.18 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 9px;
  color: #272b2e;
}
.svx-card p {
  margin: 0;
  color: #5b5f62;
  line-height: 1.65;
}
.svx-section--dark .svx-card p {
  color: #ddd;
}
.svx-section--dark .svx-card h3 {
  color: #fff;
}
.svx-card a {
  display: inline-block;
  margin-top: 12px;
  color: #805a29;
  font-weight: 850;
}
.svx-section--dark .svx-card a {
  color: #e2c593;
}
.svx-list {
  margin: 18px 0 0;
  padding-left: 19px;
  line-height: 1.65;
}
.svx-list li + li {
  margin-top: 6px;
}
.svx-note {
  margin-top: 24px;
  padding: 17px 19px;
  border-left: 4px solid #b99b6e;
  background: #efe8de;
  line-height: 1.65;
}
.svx-section--dark .svx-note {
  background: #34383b;
  border-color: #d3b681;
}
.svx-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  min-height: 620px;
  background: #f5f0e8;
}
.svx-hero__copy {
  padding: 90px max(34px, calc((100vw - 1180px)/2));
  padding-right: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.svx-hero h1 {
  font:
    500 clamp(48px, 6vw, 78px)/.98 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -.035em;
  margin: 0 0 22px;
  color: #262a2d;
}
.svx-lead {
  font-size: 19px;
  line-height: 1.68;
  color: #555b5e;
  max-width: 690px;
  margin: 0 0 26px;
}
.svx-actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.svx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #b99b6e;
  text-decoration: none;
  font-weight: 850;
}
.svx-btn--gold {
  background: #b99b6e;
  color: #24282b;
}
.svx-btn--line {
  background: transparent;
  color: #292d30;
}
.svx-hero__media {
  min-height: 620px;
  background: #ddd3c6;
}
.svx-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svx-breadcrumb {
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto;
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #777;
}
.svx-breadcrumb a {
  color: #5d5d5d;
  text-decoration: none;
}
.svx-breadcrumb a:hover {
  text-decoration: underline;
}
.svx-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.svx-media {
  margin: 0;
  background: #eee8df;
  overflow: hidden;
}
.svx-media img {
  display: block;
  width: 100%;
  height: auto;
}
.svx-media figcaption {
  padding: 12px 14px;
  font-size: 13px;
  color: #666;
  background: #fff;
}
.svx-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}
.svx-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #e7dfd4;
}
.svx-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}
.svx-gallery figure:last-child img {
  min-height: 330px;
}
.svx-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.svx-tab {
  padding: 20px;
  border-top: 3px solid #b99b6e;
  background: #fff;
  border-left: 1px solid #e1d7ca;
  border-right: 1px solid #e1d7ca;
  border-bottom: 1px solid #e1d7ca;
}
.svx-tab h3 {
  font:
    500 22px/1.2 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 8px;
}
.svx-tab p {
  margin: 0;
  color: #5d6164;
  line-height: 1.55;
  font-size: 14px;
}
.svx-tab a {
  display: inline-block;
  margin-top: 10px;
  color: #7f5b2e;
  font-weight: 850;
}
.svx-faq {
  display: grid;
  gap: 10px;
  max-width: 900px;
}
.svx-faq details {
  background: #fff;
  border: 1px solid #ded5c8;
  padding: 0 18px;
}
.svx-faq summary {
  cursor: pointer;
  font-weight: 850;
  padding: 17px 0;
}
.svx-faq p {
  margin: 0 0 18px;
  line-height: 1.65;
  color: #555b5e;
}
.svx-final {
  padding: 58px 0;
  background: #b79a70;
  color: #24282b;
}
.svx-final__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.svx-final h2 {
  font:
    500 clamp(30px, 3.6vw, 46px)/1.08 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 10px;
}
.svx-final p {
  margin: 0;
  line-height: 1.65;
  max-width: 760px;
}
.svx-final .svx-btn {
  background: #fff;
  border-color: #fff;
  color: #292d30;
}
.svx-section img {
  max-width: 100%;
}
.svx-hero--long-title .svx-hero__copy {
  min-width: 0;
}
.svx-hero--long-title h1 {
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -.025em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
@media (max-width: 900px) {
  .svx-grid--3 {
    grid-template-columns: 1fr 1fr;
  }
  .svx-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .svx-hero {
    grid-template-columns: 1fr;
  }
  .svx-hero__copy {
    padding: 62px 28px;
  }
  .svx-hero__media {
    min-height: 450px;
  }
  .svx-split {
    grid-template-columns: 1fr;
  }
  .svx-gallery {
    grid-template-columns: 1fr;
  }
  .svx-final__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .svx-section {
    padding: 58px 0;
  }
  .svx-wrap,
  .svx-breadcrumb,
  .svx-final__inner {
    width: min(100% - 24px, 1180px);
  }
  .svx-grid,
  .svx-grid--3,
  .svx-tabs {
    grid-template-columns: 1fr;
  }
  .svx-hero__copy {
    padding: 50px 18px;
  }
  .svx-hero h1 {
    font-size: 43px;
  }
  .svx-hero__media {
    min-height: 340px;
  }
  .svx-gallery img {
    min-height: 260px;
  }
}
