/* Shared site footer — used by index, industries/*, articles/* */
.site-footer-full{background:#111;padding:4rem 0 2rem;color:#fff;margin-top:4rem}
.site-footer-full .footer-container{max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}
.site-footer-full .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:2.25rem;margin-bottom:3rem}
.site-footer-full .footer-brand{display:flex;flex-direction:column;gap:1rem}
.site-footer-full .footer-brand-top{display:flex;align-items:center;gap:.5rem;text-decoration:none}
.site-footer-full .footer-brand-top img{width:32px;height:32px;object-fit:contain;border-radius:8px}
.site-footer-full .footer-brand-top span{font-size:1.15rem;font-weight:700;color:#fff}
.site-footer-full .footer-brand p{font-size:.825rem;color:rgba(255,255,255,.4);line-height:1.65;max-width:260px}
.site-footer-full .footer-col h4{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.3);margin-bottom:1.25rem}
.site-footer-full .footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}
.site-footer-full .footer-col a{font-size:.84rem;color:rgba(255,255,255,.5);text-decoration:none;transition:color .15s}
.site-footer-full .footer-col a:hover{color:#fff}
.site-footer-full .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.site-footer-full .footer-bottom span{font-size:.75rem;color:rgba(255,255,255,.25)}
.site-footer-full .footer-bottom-links{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0}
.site-footer-full .footer-bottom-links a{font-size:.75rem;color:rgba(255,255,255,.25);text-decoration:none;transition:color .15s}
.site-footer-full .footer-bottom-links a:hover{color:rgba(255,255,255,.7)}
@media(max-width:1024px){.site-footer-full .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}
@media(max-width:768px){.site-footer-full .footer-grid{grid-template-columns:1fr;gap:2rem}}
