/* ==================== FOOTER (matches indexmain.html footer) ==================== */
.footer{background:#4F3D35;color:rgba(255,255,255,.8);padding:2rem 2rem 1.25rem}
.footer a{text-decoration:none}
.footer__inner{max-width:1200px;margin:0 auto}
.footer__top{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.15);align-items:start}
.footer__brand-logo{width:12rem;height:4rem;margin-bottom:1rem;display:flex;align-items:center}
.footer__brand-logo img{width:12rem;height:4rem;object-fit:contain;opacity:1;filter:grayscale(1) brightness(2) contrast(1.45) drop-shadow(0 2px 3px rgba(0,0,0,.55))}
.footer__brand p{font-size:1.04rem;line-height:1.7;max-width:280px}
.footer__col h6{color:#fff;font-size:1.04rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;line-height:1;white-space:nowrap}
.footer__col ul{list-style:disc;padding:0 0 0 1rem}
.footer__col ul li{margin-bottom:.35rem}
.footer__col ul li a{font-size:1.04rem;color:rgba(255,255,255,.6);border-bottom:0;transition:color .2s}
.footer__col ul li a:hover{color:#DD700B}
.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.75rem}
.footer__social{display:flex;gap:1rem}
.footer__social a{width:2rem;height:2rem;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:rgba(255,255,255,.6);border-bottom:0;transition:color .2s}
.footer__social a:hover{color:#DD700B}
@media(max-width:768px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem}}
