.mu-footer{background:var(--mu-navy);color:rgba(253,246,236,0.8);padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,4vw,2.5rem) 1.5rem;font-size:0.8125rem;line-height:1.7}
.mu-footer-inner{max-width:36rem;margin:0 auto;text-align:center}
.mu-footer-brand{display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-bottom:1.5rem}
.mu-footer-brand svg{flex-shrink:0}
.mu-footer-brand span{font-family:var(--mu-serif);font-size:1rem;font-weight:700;color:rgba(253,246,236,0.95)}
.mu-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem 1.25rem;margin-bottom:1.25rem}
.mu-footer-links a{color:rgba(253,246,236,0.7);text-decoration:none;font-size:0.8125rem;font-weight:500;transition:color 0.2s}
.mu-footer-links a:hover{color:#E07A5F}
.mu-footer-divider{width:3rem;height:2px;background:rgba(224,122,95,0.3);margin:1.25rem auto;border:none}
.mu-footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:0.375rem 1rem;margin-bottom:1.25rem}
.mu-footer-legal a{color:rgba(253,246,236,0.5);font-size:0.75rem;text-decoration:none;transition:color 0.2s}
.mu-footer-legal a:hover{color:rgba(253,246,236,0.8)}
.mu-footer-social{display:flex;justify-content:center;gap:0.75rem;margin-bottom:1.25rem}
.mu-footer-social a{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:rgba(253,246,236,0.08);color:rgba(253,246,236,0.7);transition:all 0.2s;text-decoration:none}
.mu-footer-social a:hover{background:rgba(224,122,95,0.2);color:#E07A5F}
.mu-footer-disclaimer{font-size:0.6875rem;color:rgba(253,246,236,0.4);line-height:1.6;margin-bottom:0.75rem;max-width:32rem;margin-left:auto;margin-right:auto}
.mu-footer-copy{font-size:0.6875rem;color:rgba(253,246,236,0.3)}
