/* Tend's quiet, neutral footer. Patio keeps its own footer treatment. */
.page-footer--tend{--footer-paper:#fff;--footer-ink:#444;border-top:1px solid #ededed;font-size:13px}
.page-footer--tend .page-footer__inner{padding:26px 0 22px}
.page-footer--tend .page-footer__main{gap:24px}
.page-footer--tend .page-footer__brand{font-size:22px;font-weight:500;letter-spacing:-.6px;color:#303030}
.page-footer--tend .page-footer__nav{display:flex;flex-wrap:wrap;gap:0 28px}
.page-footer--tend .page-footer__nav a{color:#555}
.page-footer--tend .page-footer__bottom{margin-top:8px;padding-top:0;border-top:0;gap:8px 24px}
.page-footer--tend .page-footer__email{font-size:13px;color:#666}
.page-footer--tend .page-footer__copyright{font-size:12px;color:#737373;opacity:1}
@media(max-width:700px){
 .page-footer--tend .page-footer__inner{padding:24px 0}
 .page-footer--tend .page-footer__main{gap:12px}
 .page-footer--tend .page-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
 .page-footer--tend .page-footer__bottom{gap:0;margin-top:12px}
}
