/* Patio's quiet footer, matching the layout used on Tend. */
.page-footer--patio{--footer-paper:#fff;--footer-ink:#444;border-top:1px solid #ededed;font-size:13px}
.page-footer--patio .page-footer__inner{padding:26px 0 22px}
.page-footer--patio .page-footer__main{gap:24px}
.page-footer--patio .page-footer__brand{font:500 22px/1.1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.6px;color:#303030}
.page-footer--patio .page-footer__nav{display:flex;flex-wrap:wrap;gap:0 28px}
.page-footer--patio .page-footer__nav a{color:#555}
@media(max-width:700px){
 .page-footer--patio .page-footer__inner{padding:24px 0}
 .page-footer--patio .page-footer__main{gap:12px}
 .page-footer--patio .page-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
}
