.footer{padding:var(--space-16) 0 var(--space-8);background:var(--bg-primary);border-top:1px solid var(--border-subtle);min-height:280px;contain:strict;content-visibility:auto;contain-intrinsic-size:auto 280px}.footer__top{display:grid;grid-template-columns:1fr 2fr auto;gap:var(--space-12);margin-bottom:var(--space-12)}@media (max-width:1024px){.footer__top{grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer__top{grid-template-columns:1fr;text-align:center}}.footer__brand{display:flex;flex-direction:column;gap:var(--space-3)}@media (max-width:640px){.footer__brand{align-items:center}}.footer__logo{display:flex;align-items:center;gap:2px;font-size:var(--text-xl);font-weight:500;transition:opacity var(--duration-fast) var(--ease-out-expo)}.footer__logo:hover{opacity:.7}.footer__logo-bracket{color:var(--accent-warm)}.footer__logo-text{color:var(--text-primary)}.footer__tagline{font-size:var(--text-sm);color:var(--text-muted)}.footer__nav{display:flex;gap:var(--space-16)}@media (max-width:640px){.footer__nav{justify-content:center}}.footer__nav-group{display:flex;flex-direction:row;align-items:center;gap:var(--space-8)}.footer__nav-title{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0}.footer__nav-list{list-style:none;display:flex;flex-direction:row;gap:var(--space-6);margin:0}.footer__nav-link{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--duration-fast) var(--ease-out-expo)}.footer__nav-link:hover{color:var(--text-primary)}.footer__legal{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-6);justify-content:center;margin:var(--space-6) 0}.footer__legal-link{font-size:var(--text-xs);color:var(--text-muted);text-decoration:none;transition:color var(--duration-fast) var(--ease-out-expo)}.footer__legal-link:hover{color:var(--accent-warm)}@media (max-width:640px){.footer__legal{gap:var(--space-3) var(--space-4)}.footer__legal-link{font-size:var(--text-xs)}}.footer__social{display:flex;gap:var(--space-2)}@media (max-width:1024px){.footer__social{grid-column:1/-1;justify-content:flex-start}}@media (max-width:640px){.footer__social{justify-content:center}}.footer__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--text-muted);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--duration-fast) var(--ease-out-expo)}.footer__social-link:hover{color:var(--text-primary);border-color:var(--accent-warm);background:oklch(75% .12 55/.1);transform:translateY(-2px)}.footer__divider{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-8)}.footer__divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent 0,var(--border-subtle) 50%,transparent 100%)}.footer__divider-dot{width:6px;height:6px;background:var(--accent-warm);border-radius:50%;opacity:.5}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4)}@media (max-width:640px){.footer__bottom{flex-direction:column;text-align:center}}.footer__copyright{font-size:var(--text-sm);color:var(--text-muted)}.footer__copyright-symbol{margin-right:var(--space-1)}.footer__made-with{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-muted)}.footer__heart{color:oklch(65% .2 25);animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.footer__coffee{color:var(--accent-warm)}