.lux-hero--theme-13 {
  background: #f2eee6;
  color: var(--ink);
}

.lux-hero--theme-13 .lux-hero__media img {
  object-position: center;
  filter: saturate(.82) contrast(.98) brightness(1.01);
}

.lux-hero--theme-13 .lux-hero__shade {
  background:
    linear-gradient(90deg, rgba(249, 246, 239, .94) 0%, rgba(249, 246, 239, .72) 28%, rgba(249, 246, 239, .08) 65%),
    linear-gradient(180deg, rgba(249, 246, 239, .04) 42%, rgba(249, 246, 239, .92) 100%);
}

.lux-hero--theme-13 .lux-hero__side p {
  color: rgba(24, 18, 15, .72);
}

.lux-hero--theme-13 .lux-hero__bottom {
  border-color: rgba(24, 18, 15, .38);
}

.lux-hero--theme-13 h1 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .28);
}

.lux-hero--theme-13 h1 em {
  color: #93682f;
}

.lux-hero--theme-13 .signature-link:hover i,
.lux-hero--theme-13 .signature-link:focus-visible i {
  background: var(--ink);
  color: var(--ivory-light);
}

@media (max-width: 48rem) {
  .lux-hero--theme-13 .lux-hero__media img {
    object-position: 64% center;
  }

  .lux-hero--theme-13 .lux-hero__shade {
    background:
      linear-gradient(180deg, rgba(249, 246, 239, .06) 16%, rgba(249, 246, 239, .72) 58%, rgba(249, 246, 239, .97) 100%),
      linear-gradient(90deg, rgba(249, 246, 239, .58), transparent 78%);
  }
}
