.footer{background:var(--dark-brown);color:var(--tan);padding:var(--space-2xl) 0 var(--space-lg);position:relative;overflow:hidden}.footer__paw-trail{display:flex;gap:2rem;justify-content:center;padding-bottom:var(--space-xl);flex-wrap:wrap}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-xl)}.footer__brand{text-align:center}.footer__logo{display:flex;align-items:center;gap:8px;justify-content:center;margin-bottom:var(--space-sm)}.footer__logo-text{font-family:var(--font-heading);font-size:var(--text-2xl);font-style:italic;color:var(--cream);font-weight:500}.footer__tagline{font-size:var(--text-sm);color:var(--tan);max-width:400px;line-height:1.6}.footer__divider{opacity:.3}.footer__links-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-2xl);gap:var(--space-2xl);width:100%;max-width:800px}.footer__links-title{font-family:var(--font-body);font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--sage);margin-bottom:var(--space-md)}.footer__links-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-xs)}.footer__link{color:var(--tan);font-size:var(--text-sm);transition:color var(--transition-fast)}.footer__link:hover{color:var(--cream)}.footer__badge-row{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.footer__badge{font-size:var(--text-xs);padding:4px 12px;border:1px solid rgba(163,184,153,.3);border-radius:var(--radius-full);color:var(--sage)}.footer__social{display:flex;gap:var(--space-md)}.footer__social-link{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:var(--tan);transition:all var(--transition-base)}.footer__social-link:hover{color:var(--cream);border-color:var(--sage);background:rgba(163,184,153,.15);transform:scale(1.1)}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:var(--space-lg);width:100%;text-align:center}.footer__copyright{font-size:var(--text-xs);color:rgba(212,196,176,.5)}@media (max-width:640px){.footer__links-grid{grid-template-columns:1fr;text-align:center}.footer__badge-row{justify-content:center}}.has-custom-cursor,.has-custom-cursor *{cursor:none!important}@media (hover:none) and (pointer:coarse){.has-custom-cursor,.has-custom-cursor *{cursor:auto!important}}.custom-cursor-wrapper{position:fixed;top:0;left:0;pointer-events:none;z-index:99999;will-change:transform;mix-blend-mode:normal}.custom-cursor__ring{position:absolute;top:-20px;left:-20px;width:40px;height:40px;border:1.5px solid var(--olive-green);border-radius:50%;opacity:.4;transition:width .3s var(--ease-bounce),height .3s var(--ease-bounce),top .3s var(--ease-bounce),left .3s var(--ease-bounce),opacity .3s ease,border-color .3s ease}.custom-cursor__paw{position:absolute;top:-10px;left:-10px;transition:transform .2s var(--ease-bounce),opacity .2s ease}.custom-cursor-wrapper--hover .custom-cursor__ring{width:60px;height:60px;top:-30px;left:-30px;border-color:var(--leaf-green);opacity:.6;border-width:2px}.custom-cursor-wrapper--hover .custom-cursor__paw{transform:scale(1.3) rotate(10deg)}.custom-cursor-wrapper--click .custom-cursor__ring{width:30px;height:30px;top:-15px;left:-15px;opacity:.8;border-color:var(--earth-brown)}.custom-cursor-wrapper--click .custom-cursor__paw{transform:scale(.8)}@media (max-width:768px){.custom-cursor-wrapper{display:none}}@media (prefers-reduced-motion:reduce){.custom-cursor__paw,.custom-cursor__ring{transition:none}}