/* First Sheep — shared Footer for every route. */
.site-footer{padding:70px 24px 30px;background:#ead9d2;color:var(--fs-color-dark-cocoa);font-family:var(--first-sheep-font)}
.footer-inner{max-width:1160px;margin:auto}
.footer-brand{display:block;margin-bottom:50px}
.footer-brand__signature{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.footer-lockup{display:inline-flex;align-items:center;gap:9px;text-decoration:none}
.footer-lockup img:first-child{width:44px;height:44px;border-radius:0}.footer-lockup .brand-wordmark{width:146px;height:auto}
.footer-brand__signature>span{display:block;max-width:28rem;color:#6b5a53;font-size:.875rem;line-height:1.55}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}
.footer-grid h2{margin:0 0 16px;font-size:.77rem;letter-spacing:.12em}
.footer-grid a{display:block;margin:9px 0;color:var(--fs-color-dark-cocoa);font-size:.82rem;text-decoration:none}
.footer-grid a:hover{color:#91461f;text-decoration:none}
.footer-bottom{display:flex;justify-content:space-between;margin-top:55px;padding-top:20px;color:#6b5a53;font-size:.72rem;border-top:1px solid rgba(58,44,40,.18)}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.site-footer{padding:52px 24px 26px}.footer-brand{margin-bottom:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 18px}.footer-bottom{flex-direction:column;gap:8px;margin-top:38px}.footer-lockup img:first-child{width:36px;height:36px}.footer-lockup .brand-wordmark{width:120px}}
