/* ===== Footer ===== */
.site-footer{background:var(--ink);color:rgba(249,240,227,0.86);padding:clamp(2.5rem,6vw,4rem) 1.5rem 2rem;}
.site-footer .footer-primary,.site-footer .footer-resource-grid{display:grid;grid-template-columns:1.35fr repeat(3,minmax(0,0.75fr));gap:2rem;align-items:start;max-width:var(--container);margin:0 auto;}
.site-footer .footer-brand h4{font-family:var(--font-display);font-size:clamp(1.15rem,2.4vw,1.6rem);color:var(--cream);margin:0 0 0.8rem;line-height:1.1;}
.site-footer .footer-brand p{font-size:0.95rem;line-height:1.8;}
.site-footer .footer-block h4{font-family:var(--font-body);font-size:0.78rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--cream);margin:0 0 0.85rem;font-weight:800;}
.site-footer .footer-block a{display:block;color:rgba(249,240,227,0.84);font-weight:700;font-size:0.9rem;line-height:1.45;margin-bottom:0.55rem;}
.site-footer .footer-block a:hover{color:var(--crimson-bright);}
.site-footer .footer-social-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0.65rem;flex-wrap:nowrap;margin-top:0.2rem;}
.site-footer .footer-social-row a{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin:0;line-height:1;}
.site-footer .social-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:var(--crimson-deep);color:var(--cream);transition:background 0.2s ease,transform 0.2s ease;}
.site-footer .social-icon svg{width:17px;height:17px;fill:currentColor;}
.site-footer .footer-social-row a:hover .social-icon{background:var(--crimson);transform:translateY(-1px);}
.site-footer .footer-divider{height:1px;background:rgba(249,240,227,0.16);margin-top:2rem;margin-bottom:1.4rem;padding:0;max-width:var(--container);}
.site-footer .footer-bottom{display:block;max-width:var(--container);margin:0 auto;padding-top:0;border-top:0;font-size:0.86rem;opacity:1;color:rgba(249,240,227,0.74);}
.site-footer .footer-bottom p{margin:0 0 0.45rem;line-height:1.6;}
.site-footer .footer-bottom a{color:var(--cream);font-weight:700;}
@media(max-width:720px){.site-footer .footer-primary,.site-footer .footer-resource-grid{grid-template-columns:1fr;}}