/* Header & footer chrome — light-only surfaces (load with class="darkreader" on the link tag) */

.yard-chrome-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #ffffff !important;
  background-image: none !important;
  color-scheme: only light !important;
}

.yard-header > :not(.yard-chrome-bg),
.yard-footer > :not(.yard-chrome-bg) {
  position: relative;
  z-index: 1;
}

.yard-chrome-light,
.yard-chrome-bg,
.yard-footer__grid,
.yard-footer__bar,
.yard-header__brand,
.yard-footer__brand,
.yard-footer__logo-wrap {
  color-scheme: only light !important;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

footer.yard-footer.yard-chrome-light,
.yard-footer__grid,
.yard-footer__bar {
  background-color: #ffffff !important;
  background-image: none !important;
}

.yard-footer__brand,
.yard-footer__logo-wrap {
  background-color: transparent !important;
  background-image: none !important;
}

header.yard-header.yard-chrome-light {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

.yard-header__brand {
  background-color: transparent !important;
  background-image: none !important;
  justify-content: flex-start !important;
  margin-right: auto !important;
  flex: 0 1 auto !important;
}

/* Footer copy — always dark-on-white (Dark Reader themes text for dark surfaces) */
.yard-chrome-light.yard-footer,
.yard-chrome-light.yard-footer p,
.yard-footer.yard-chrome-light p {
  color: #141414 !important;
}

.yard-chrome-light .yard-footer__bar,
.yard-footer.yard-chrome-light .yard-footer__bar {
  color: #000000 !important;
}

.yard-chrome-light.yard-footer a,
.yard-footer.yard-chrome-light a {
  color: #141414 !important;
}

.yard-chrome-light.yard-footer a.yard-email-link,
.yard-footer.yard-chrome-light a.yard-email-link,
.yard-chrome-light.yard-footer a.yard-tel-link,
.yard-footer.yard-chrome-light a.yard-tel-link,
.yard-chrome-light.yard-footer a.yard-footer__nav-link,
.yard-footer.yard-chrome-light a.yard-footer__nav-link,
.yard-chrome-light.yard-footer a.yard-footer__legal-link,
.yard-footer.yard-chrome-light a.yard-footer__legal-link {
  color: #141414 !important;
}

.yard-chrome-light.yard-footer a.yard-email-link:hover,
.yard-footer.yard-chrome-light a.yard-email-link:hover,
.yard-chrome-light.yard-footer a.yard-tel-link:hover,
.yard-footer.yard-chrome-light a.yard-tel-link:hover,
.yard-chrome-light.yard-footer a.yard-footer__nav-link:hover,
.yard-footer.yard-chrome-light a.yard-footer__nav-link:hover,
.yard-chrome-light.yard-footer a.yard-footer__legal-link:hover,
.yard-footer.yard-chrome-light a.yard-footer__legal-link:hover,
.yard-chrome-light.yard-footer a.yard-email-link:focus-visible,
.yard-footer.yard-chrome-light a.yard-email-link:focus-visible,
.yard-chrome-light.yard-footer a.yard-tel-link:focus-visible,
.yard-footer.yard-chrome-light a.yard-tel-link:focus-visible,
.yard-chrome-light.yard-footer a.yard-footer__nav-link:focus-visible,
.yard-footer.yard-chrome-light a.yard-footer__nav-link:focus-visible,
.yard-chrome-light.yard-footer a.yard-footer__legal-link:focus-visible,
.yard-footer.yard-chrome-light a.yard-footer__legal-link:focus-visible {
  color: #ffb81c !important;
}

.yard-chrome-light.yard-footer .yard-footer__heading,
.yard-footer.yard-chrome-light .yard-footer__heading {
  color: #e85d04 !important;
}

.yard-chrome-light.yard-footer .yard-contact-label,
.yard-footer.yard-chrome-light .yard-contact-label {
  color: #007a4d !important;
}

.yard-chrome-light.yard-footer .yard-piq__payload,
.yard-footer.yard-chrome-light .yard-piq__payload {
  color: #007a4d !important;
}

.yard-chrome-light.yard-footer .yard-piq__iq,
.yard-footer.yard-chrome-light .yard-piq__iq {
  color: #ffb81c !important;
}

.yard-footer.yard-chrome-light .yard-footer__bar .yard-piq__payload,
.yard-footer.yard-chrome-light .yard-footer__bar .yard-piq__iq {
  color: #000000 !important;
}

.yard-chrome-light.yard-footer a:hover,
.yard-footer.yard-chrome-light a:hover {
  color: #ffb81c !important;
}

.yard-chrome-light.yard-footer a.yard-footer__social-link,
.yard-footer.yard-chrome-light a.yard-footer__social-link {
  color: #007a4d !important;
  border-color: #007a4d !important;
}

.yard-chrome-light.yard-footer a.yard-footer__social-link:hover,
.yard-footer.yard-chrome-light a.yard-footer__social-link:hover,
.yard-chrome-light.yard-footer a.yard-footer__social-link:focus-visible,
.yard-footer.yard-chrome-light a.yard-footer__social-link:focus-visible {
  color: #ffb81c !important;
  background-color: #ffffff !important;
  border-color: #007a4d !important;
}

/* Header menu — readable on white */
.yard-chrome-light.yard-header .yard-menu-btn,
header.yard-header.yard-chrome-light .yard-menu-btn {
  background-color: #eceff2 !important;
  color: #141414 !important;
  border-color: #007a4d !important;
}

.yard-header__brand img,
.yard-logo-footer {
  filter: none !important;
  -webkit-filter: none !important;
}
