.footer{background:var(--primary-green);color:var(--white);padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:var(--light-green);margin-bottom:1rem;font-weight:600}.footer-brand h3{font-size:1.5rem;margin-bottom:.25rem}.footer-description{line-height:1.6;opacity:.9;font-size:.875rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--white);text-decoration:none;opacity:.9;transition:opacity .2s ease,color .2s ease;font-size:.875rem}.footer-links a:hover{opacity:1;color:var(--light-green)}.contact-info p{margin-bottom:.25rem;opacity:.9}.contact-info p,.hours-info{font-size:.875rem}.hours-day{display:flex;justify-content:space-between;margin-bottom:.5rem;opacity:.9}.hours-day span:first-child{font-weight:500}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem}.footer-bottom-layout{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.footer-bottom-legal{flex:1 1;text-align:left}.footer-logo-showcase{flex-shrink:0;display:flex;align-items:flex-end}.footer-logo-img{width:120px;height:auto;max-width:35vw;transition:transform .2s ease;object-fit:contain}.footer-logo-showcase:hover .footer-logo-img{transform:scale(1.05)}.footer-disclaimer{background:rgba(0,0,0,.2);padding:1rem;border-radius:8px;margin-bottom:1.5rem}.footer-disclaimer p{font-size:.875rem;line-height:1.5;margin:0;color:var(--light-green)}.footer-disclaimer strong{color:var(--white)}.footer-copyright{opacity:.8}.footer-copyright p{margin-bottom:.25rem;font-size:.875rem}.footer-copyright p:last-child{font-size:.75rem;font-style:italic}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-section:first-child{grid-column:1/-1;text-align:center}.hours-day{flex-direction:column;gap:.25rem}.contact-info,.hours-day{text-align:center}}@media (max-width:480px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-section{margin-bottom:1rem}.hours-day{justify-content:center;gap:.5rem}.footer-disclaimer{padding:.75rem}.footer-disclaimer p{font-size:.8rem}.footer-bottom-layout{flex-direction:column-reverse;align-items:center;text-align:center}.footer-bottom-legal{text-align:center}.footer-logo-showcase{margin-bottom:1.5rem}}