@layer base{.site-footer{background:var(--bg-card);border-top:1px solid var(--stone-200);flex-direction:column;gap:48px;width:100%;padding:72px 48px 40px;display:flex}.site-footer__top{width:100%;max-width:var(--layout-content);grid-template-columns:minmax(0,1.3fr) minmax(0,3fr);gap:64px;margin:0 auto;display:grid}.site-footer__brand{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.site-footer__tagline{max-width:280px;font-size:var(--text-sm);color:var(--stone-500);margin:0;line-height:1.6}.site-footer__socials{align-items:center;gap:10px;margin:4px 0 0;padding:0;list-style:none;display:flex}.site-footer__socials a{width:36px;height:36px;color:var(--stone-500);background:var(--stone-100);border:1px solid var(--stone-200);transition:color var(--dur-fast)var(--ease-out-soft),background var(--dur-fast)var(--ease-out-soft),transform var(--dur-fast)var(--ease-out-soft);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.site-footer__socials a:hover{color:var(--fg-heading);background:var(--bg-card);transform:translateY(-1px)}.site-footer__cols{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px;display:grid}.site-footer__col h4{font-size:var(--text-xs);color:var(--fg-heading);text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px;font-weight:600;line-height:1.4}.site-footer__col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.site-footer__col a{font-size:var(--text-sm);color:var(--stone-500);transition:color var(--dur-fast)var(--ease-out-soft);line-height:1.5;display:inline-block;position:relative}.site-footer__col a:after{content:"";transform-origin:0;height:1px;transition:transform var(--dur-fast)var(--ease-out-soft);background:currentColor;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.site-footer__col a:hover{color:var(--fg-heading)}.site-footer__col a:hover:after{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.site-footer__col a:after{transition:none}}.site-footer__bottom{width:100%;max-width:var(--layout-content);border-top:1px solid var(--stone-200);flex-direction:column;align-items:flex-start;gap:12px;margin:0 auto;padding-top:32px;display:flex}.site-footer__disclosure{max-width:680px;font-size:var(--text-xs);color:var(--stone-500);margin:0;line-height:1.55}.site-footer__legal{font-size:var(--text-xs);color:var(--stone-500);flex-wrap:wrap;align-items:center;gap:8px;line-height:1.5;display:flex}.site-footer__legal a{color:var(--stone-500);transition:color var(--dur-fast)var(--ease-out-soft)}.site-footer__legal a:hover{color:var(--fg-heading)}.site-footer__legal .dot{background:var(--stone-400);border-radius:50%;width:2.5px;height:2.5px}.site-footer__status{align-items:center;gap:6px;display:inline-flex}.site-footer__status-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #22c55e2e}@media (prefers-reduced-motion:no-preference){.site-footer__status-dot{animation:site-footer-status-pulse 2.2s var(--ease-in-out)infinite}}@keyframes site-footer-status-pulse{0%,to{box-shadow:0 0 0 3px #22c55e2e}50%{box-shadow:0 0 0 5px #22c55e14}}}