:root{--olive:#606e52;--text-dark:#333;--text-muted:#666}.footer{width:100%;color:var(--text-dark);box-sizing:border-box;background:radial-gradient(900px 300px at 10% 0,#eef0ea2e,#0000 60%),linear-gradient(#ecf5d8,#e7f3cf);align-items:center;height:115px;padding:0 4vw;font-family:sans-serif;display:flex;overflow:hidden}.footer-container{justify-content:space-between;align-items:center;gap:15px;width:100%;max-width:1400px;margin:0 auto;display:flex}.footer-brand{flex-direction:column;justify-content:center;min-width:fit-content;display:flex}.footer-logo{object-fit:contain;width:60px;height:45px}.footer-brand span{flex-direction:row;align-items:center;display:flex}.footer-tagline{color:var(--text-muted);margin:0;font-size:.75rem}.footer-links{flex-direction:column;justify-content:center;display:flex}.footer-heading{color:var(--olive);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.8rem;font-weight:700}.footer-links ul{grid-template-columns:1fr 1fr;gap:2px 20px;margin:0;padding:0;list-style:none;display:grid}.footer-links ul li{margin:0}.footer-links ul li a{color:var(--text-muted);white-space:nowrap;font-size:.75rem;text-decoration:none;transition:color .2s}.footer-links ul li a:hover{color:var(--olive)}.footer-social{align-items:center;gap:10px;display:flex}.footer-social a{width:32px;height:32px;color:var(--olive);background:#ffffff80;border:1px solid #606e5233;border-radius:50%;place-items:center;font-size:.9rem;text-decoration:none;transition:all .3s;display:grid}.footer-social a:hover{background:var(--olive);color:#fff;transform:translateY(-2px)}.footer-social a:hover svg{color:#fff!important}.footer-bottom{color:var(--text-muted);text-align:right;min-width:fit-content;max-width:120px;font-size:.7rem;line-height:1.2}@media (max-width:900px){.footer-links{display:none}}@media (max-width:768px){.footer{height:auto;padding:20px 4vw}.footer-container{text-align:center;flex-direction:column;gap:15px}.footer-links{display:block}.footer-bottom{text-align:center;max-width:none}}
