/* Shared footer, matching the original resource guide on desktop and mobile. */
/* The brand link stays on the current page and uses native smooth anchor scrolling. */
html{scroll-behavior:smooth}
.neo-footer{position:relative;display:flex;flex-direction:column;align-items:center;width:min(76vw,1040px);max-width:100%;margin:0 auto;padding:0 0 32px;background:#f7f4ef;color:#1c1b19;font-family:"Open Sauce",sans-serif}
.neo-footer__brand{position:relative;display:block;width:100%;aspect-ratio:2.16/1}
.neo-footer__brand img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;transition:opacity .55s ease}
.neo-footer__orange{opacity:0}
.neo-footer__brand:focus-visible{outline:2px solid #e2571c;outline-offset:3px;border-radius:8px}
.neo-footer__brand:focus-visible .neo-footer__black{opacity:0}
.neo-footer__brand:focus-visible .neo-footer__orange{opacity:1}
.neo-footer__legal{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 24px;width:84%;margin-top:-2%;color:rgba(28,27,25,.58);font-size:10px;line-height:1.5;letter-spacing:.015em}
.neo-footer__copyright{grid-column:1;grid-row:1;margin:0;color:#1c1b19}
.neo-footer__socials{display:flex;align-items:center;gap:2px;grid-column:1;grid-row:2;margin-left:-5px}
.neo-footer__social{position:relative;display:grid;place-items:center;width:24px;height:24px;border-radius:3px;color:#1c1b19;transition:color .18s}
.neo-footer__social>svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.neo-footer__social:hover,.neo-footer__social:focus-visible{color:#e2571c}
.neo-footer__links{grid-column:2;grid-row:1/3;display:flex;justify-content:flex-end;align-items:center;gap:18px}
.neo-footer__links a{position:relative;padding:8px 0;color:rgba(28,27,25,.7);text-decoration:none;white-space:nowrap}
.neo-footer__links a::after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:1px;background:#e2571c;transition:right .22s}
.neo-footer__links a:hover{color:#1c1b19}
.neo-footer__links a:hover::after{right:0}
@media(hover:hover) and (pointer:fine){.neo-footer__brand:hover .neo-footer__black{opacity:0}.neo-footer__brand:hover .neo-footer__orange{opacity:1}}
@media(hover:none){.neo-footer__black{animation:neo-footer-black 6s ease-in-out infinite}.neo-footer__orange{animation:neo-footer-orange 6s ease-in-out infinite}}
@keyframes neo-footer-black{0%,42%,100%{opacity:1}55%,88%{opacity:0}}
@keyframes neo-footer-orange{0%,42%,100%{opacity:0}55%,88%{opacity:1}}
@media(max-width:640px){.neo-footer{width:100%;padding-bottom:24px}.neo-footer__legal{width:84%;margin-top:0;grid-template-columns:1fr auto;gap:8px 12px;font-size:9px}.neo-footer__copyright{grid-column:1;grid-row:1}.neo-footer__socials{grid-column:2;grid-row:1;justify-content:flex-end;margin:0}.neo-footer__links{grid-column:1/-1;grid-row:2;justify-content:center;gap:18px}.neo-footer__social{width:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.neo-footer__brand img{animation:none;transition:none}}
