/* Shared leafy footer across the website. Typography stays in Archivo V2. */
body.brand-identity.type-system .site-footer {
  color:#f4f8f1;
  background-color:#123e2d;
  background-image:
    linear-gradient(180deg,transparent,rgb(7 38 27 / .24)),
    linear-gradient(90deg,rgb(7 38 27 / .68),rgb(7 38 27 / .50) 55%,rgb(7 38 27 / .38)),
    url('assets/img/forest-dew-leaf.png');
  background-position:center,center,right center;
  background-size:cover;
  background-repeat:no-repeat;
  padding-block:38px 20px;
}
body.brand-identity.type-system .site-footer :is(p,address,a,.footer-legal,.footer-legal span) { color:#eef4ed; }
body.brand-identity.type-system .site-footer :is(h2,h3) { color:#fff; }
body.brand-identity.type-system .site-footer a:hover { color:#fff; }
body.brand-identity.type-system .site-footer .footer-legal {
  border-color:rgb(255 255 255 / .24);
  margin-top:26px;
  padding-top:16px;
}
body.brand-identity.type-system .site-footer a:focus-visible { outline-color:#ffd486; outline-offset:4px; }
@media(max-width:800px) {
  body.brand-identity.type-system .site-footer {
    background-position:center,center,76% center;
    padding-top:30px;
  }
}
