/* Homepage SEO copy — cream editorial bridge into the footer */
.wvn-home-seo-copy {
  --wvn-oxblood: #3a2727;
  --wvn-ivory: #f0ede4;
  --wvn-gold: #9a7b6a;
  --wvn-rose: #9a6b6b;
  --wvn-display: "Aboreto", Georgia, serif;
  --wvn-serif: "Cormorant Garamond", Georgia, serif;
  --wvn-sans: "Plus Jakarta Sans", system-ui, sans-serif;

  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(72px, 9vw, 110px) 0 clamp(64px, 8vw, 96px);
  background: #f0ede4 !important;
  color: #3a2727 !important;
  overflow: hidden;
}

/* Keep cream even when site theme toggle is dark */
[data-theme="dark"] .wvn-home-seo-copy,
body.wvn-body .wvn-home-seo-copy {
  background: #f0ede4 !important;
  color: #3a2727 !important;
}

.wvn-home-seo-copy__inner {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.wvn-home-seo-copy__eyebrow {
  margin: 0 0 14px;
  font-family: var(--wvn-sans) !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: #9a7b6a !important;
}

.wvn-home-seo-copy h2,
.wvn-home-seo-copy #wvn-home-seo-heading,
body.wvn-body .wvn-home-seo-copy h2,
body.wvn-body .wvn-home-seo-copy #wvn-home-seo-heading {
  margin: 0 auto;
  max-width: 16ch;
  font-family: var(--wvn-display) !important;
  font-size: clamp(28px, 4.4vw, 48px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #3a2727 !important;
  text-wrap: balance;
}

.wvn-home-seo-copy h2 em,
body.wvn-body .wvn-home-seo-copy h2 em {
  display: inline;
  font-family: var(--wvn-serif) !important;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: rgba(58, 39, 39, 0.78) !important;
}

.wvn-home-seo-copy__lede,
body.wvn-body .wvn-home-seo-copy__lede {
  margin: 22px auto 0;
  max-width: 46em;
  font-family: var(--wvn-serif) !important;
  font-size: clamp(17px, 1.5vw, 20px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: rgba(58, 39, 39, 0.72) !important;
}

.wvn-home-seo-copy__links {
  margin: 36px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(58, 39, 39, 0.14);
  max-width: 52em;
}

.wvn-home-seo-copy__prompt,
body.wvn-body .wvn-home-seo-copy__prompt {
  margin: 0 0 18px;
  font-family: var(--wvn-sans) !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(58, 39, 39, 0.55) !important;
}

.wvn-home-seo-copy__links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wvn-home-seo-copy__links a,
body.wvn-body .wvn-home-seo-copy__links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(58, 39, 39, 0.22) !important;
  border-radius: 999px;
  background: transparent !important;
  font-family: var(--wvn-sans) !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: rgba(58, 39, 39, 0.88) !important;
  transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.wvn-home-seo-copy__links a:hover,
.wvn-home-seo-copy__links a:focus-visible,
body.wvn-body .wvn-home-seo-copy__links a:hover,
body.wvn-body .wvn-home-seo-copy__links a:focus-visible {
  border-color: #9a6b6b !important;
  background: rgba(154, 107, 107, 0.1) !important;
  color: #9a6b6b !important;
  outline: none;
}

@media (max-width: 700px) {
  .wvn-home-seo-copy {
    padding: 56px 0 64px;
  }

  .wvn-home-seo-copy__inner {
    width: calc(100% - 32px);
  }

  .wvn-home-seo-copy h2,
  .wvn-home-seo-copy #wvn-home-seo-heading {
    max-width: 14ch;
    letter-spacing: 0.04em !important;
  }

  .wvn-home-seo-copy__lede {
    font-size: 16px;
    line-height: 1.5;
  }

  .wvn-home-seo-copy__links ul {
    flex-direction: column;
    align-items: stretch;
  }

  .wvn-home-seo-copy__links a {
    justify-content: center;
  }
}
