/* High-contrast text and controls shared across the public storefront. */
.t-eyebrow {
  color: #8a4e2a;
}

.trust-bar-title {
  color: #76503a !important;
}

.site-footer .footer-desc,
.site-footer .footer-col li,
.site-footer .footer-col li[style],
.site-footer .footer-col ul li a {
  color: #c4b9b2 !important;
}

.site-footer .footer-title {
  color: #d0c7c1;
}

.site-footer .footer-bottom,
.site-footer .footer-bottom a,
.site-footer .footer-bottom a[style] {
  color: #b5aaa3 !important;
}

/* This CTA is below the fold, so it should remain readable before observers run. */
.final-cta.fade-up {
  opacity: 1 !important;
  transform: none !important;
}

.final-cta .btn-outline {
  background: #302219 !important;
  border-color: rgba(255, 255, 255, .72) !important;
  color: #fff !important;
}

/* Preserve a clear keyboard focus treatment on all custom links and controls. */
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #b86f3f;
  outline-offset: 3px;
}
