.footer{padding:var(--space-12) 0 var(--space-6);background:var(--bg-primary);border-top:1px solid var(--border-subtle);contain:layout style}.footer__top{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"brand legal" "divider divider" "bottom bottom";gap:var(--space-6);align-items:start}@media (max-width:768px){.footer__top{grid-template-columns:1fr;grid-template-areas:"brand" "legal" "divider" "bottom";text-align:center}}.footer__brand{grid-area:brand;display:flex;flex-direction:column;gap:var(--space-2);min-height:56px}@media (max-width:768px){.footer__brand{align-items:center}}.footer__logo{display:inline-flex;align-items:center;gap:2px;font-size:var(--text-lg);font-weight:500;transition:opacity var(--duration-fast) var(--ease-out-expo);min-height:28px}.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-xs);color:var(--text-muted);min-height:1.4em;line-height:1.4}.footer__legal{grid-area:legal;display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-5);justify-content:flex-end;align-items:center;min-height:24px}.footer__legal-link{font-size:var(--text-xs);color:var(--text-muted);text-decoration:none;transition:color var(--duration-fast) var(--ease-out-expo);white-space:nowrap}.footer__legal-link:hover{color:var(--accent-warm)}@media (max-width:768px){.footer__legal{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-2) var(--space-4);justify-items:center;width:100%;max-width:320px;margin:0 auto}.footer__legal-link:last-child:nth-child(odd){grid-column:1/-1}}.footer__divider{grid-area:divider;display:flex;align-items:center;gap:var(--space-4);margin:var(--space-4) 0;height:6px}.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;flex-shrink:0}.footer__bottom{grid-area:bottom;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);min-height:24px}@media (max-width:768px){.footer__bottom{flex-direction:column;text-align:center;gap:var(--space-2)}}.footer__copyright{font-size:var(--text-xs);color:var(--text-muted);min-height:1.4em;line-height:1.4}.footer__copyright-symbol{margin-right:var(--space-1)}.footer__made-with{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--text-muted);min-height:1.4em;line-height:1.4}.footer__heart{color:oklch(65% .2 25);display:inline-flex;width:12px;height:12px;flex-shrink:0;animation:heartbeat 2s ease-in-out infinite;animation-delay:1s}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.footer__coffee{color:var(--accent-warm)}