/* J Fishwick Web Design credit, matched to the Cynefin Quest footer. */
.site-footer{isolation:isolate}
.site-footer .footer-credit{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:32px;
  padding-top:20px;
  border-top:1px solid rgba(244,243,239,.18);
}
.site-footer .footer-credit-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  max-width:100%;
  min-height:52px;
  color:var(--footer-link,#f4f3ef);
  text-decoration:none;
  border-radius:4px;
}
.site-footer .footer-credit-logo{
  display:block;
  width:58px;
  height:58px;
  flex:0 0 58px;
  object-fit:contain;
  /* Preserve the supplied logo exactly. Its inverted black background blends
     into the footer, leaving a subdued light mark without a white square. */
  filter:grayscale(1) invert(1);
  mix-blend-mode:screen;
  opacity:.76;
}
.site-footer .footer-credit-copy{
  min-width:0;
  font-family:var(--font-body,system-ui,sans-serif);
  font-size:.8rem;
  font-weight:400;
  line-height:1.65;
}
.site-footer .footer-credit-prefix{
  display:block;
  color:var(--footer-link,#f4f3ef);
  font-size:.73rem;
}
.site-footer .footer-credit-name{
  display:block;
  font-weight:600;
  text-decoration:underline;
  text-decoration-color:rgba(244,243,239,.48);
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.site-footer .footer-credit-link:hover .footer-credit-name,
.site-footer .footer-credit-link:focus-visible .footer-credit-name{
  text-decoration-color:currentColor;
}
.site-footer .footer-credit-link:hover .footer-credit-logo,
.site-footer .footer-credit-link:focus-visible .footer-credit-logo{opacity:1}
@media(max-width:520px){
  .site-footer .footer-credit{margin-top:26px;padding-top:18px}
}
