/* Shared footer layout. Each site keeps its own palette and wordmark. */
.page-footer{--footer-paper:#803e2c;--footer-ink:#fff0d8;background:var(--footer-paper);color:var(--footer-ink);font:400 15px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.page-footer--tend{--footer-paper:#284833;--footer-ink:#f8f6ee}
.page-footer *{box-sizing:border-box}
.page-footer__inner{width:min(1180px,calc(100% - 96px));margin-inline:auto;padding:56px 0 28px}
.page-footer__main{display:flex;align-items:center;justify-content:space-between;gap:48px}
.page-footer a{color:inherit;text-decoration:none;text-underline-offset:6px;text-decoration-thickness:1px}
.page-footer a:focus-visible{outline:2px solid currentColor;outline-offset:6px;border-radius:3px}
.page-footer__brand{display:inline-flex;align-items:center;gap:16px;flex-shrink:0;font:400 70px/1.05 var(--serif,Caudex,Georgia,serif);letter-spacing:-.055em}
.page-footer--tend .page-footer__brand{font:500 42px/1.1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-1.5px}
.page-footer__brand img{display:block;width:56px;height:56px;filter:drop-shadow(0 3px 6px #0002)}
.page-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(120px,auto));gap:4px 48px}
.page-footer__nav a{display:flex;align-items:center;min-height:44px;padding-block:8px}
.page-footer__nav a:hover,.page-footer__nav a[aria-current=page],.page-footer__email:hover{text-decoration:underline}
.page-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px 32px;margin-top:36px;padding-top:22px;border-top:1px solid #ffffff30}
.page-footer__email{display:inline-flex;align-items:center;min-height:44px;font-size:15px}
.page-footer__copyright{margin:0;font-size:12px;line-height:1.6;opacity:.75}
@media(max-width:1050px){.page-footer__inner{width:calc(100% - 64px)}}
@media(max-width:700px){
 .page-footer__inner{width:calc(100% - 40px);padding:38px 0 26px}
 .page-footer__main{align-items:flex-start;flex-direction:column;gap:24px}
 .page-footer__brand{font-size:58px}
 .page-footer--tend .page-footer__brand{font-size:36px}
 .page-footer__brand img{width:48px;height:48px}
 .page-footer__nav{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
 .page-footer__bottom{align-items:flex-start;flex-direction:column;gap:8px;margin-top:24px;padding-top:16px}
}
@media print{.page-footer{display:none}}
