.footer{background:var(--cw-slate-dark);color:var(--cw-oat);padding:var(--space-section) 0 var(--space-6)}.footer__container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--site-margin)}.footer__top{display:flex;justify-content:space-between;gap:var(--space-9);padding-bottom:var(--space-9);border-bottom:1px solid rgba(250,249,245,.1)}.footer__brand{max-width:280px;display:flex;flex-direction:column;gap:var(--space-4)}.footer__logo{display:flex;align-items:center;gap:.5rem}.footer__logo,.footer__logo:hover{text-decoration:none;color:var(--cw-ivory)}.footer__logo-mark{width:28px;height:28px;flex-shrink:0}.footer__logo-text{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;letter-spacing:-.02em;color:var(--cw-ivory)}.footer__tagline{font-size:var(--text-paragraph-s);color:var(--cw-cloud);line-height:1.6;margin:0}.footer__columns{display:flex;gap:var(--space-9)}.footer__column{display:flex;flex-direction:column;gap:var(--space-3);min-width:120px}.footer__column-title{font-family:var(--font-mono);font-size:var(--text-detail);text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--cw-ivory);margin-bottom:var(--space-1)}.footer__column-links{display:flex;flex-direction:column;gap:var(--space-2);list-style:none;padding:0;margin:0}.footer__link{font-family:var(--font-heading);font-size:var(--text-paragraph-s);color:var(--cw-cloud);text-decoration:none;transition:color var(--duration-fast) ease}.footer__link:hover{color:var(--cw-ivory);text-decoration:none}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-6);gap:var(--space-4)}.footer__copyright{font-family:var(--font-heading);font-size:var(--text-detail);color:var(--cw-cloud);margin:0}.footer__social{display:flex;gap:var(--space-3);align-items:center}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);color:var(--cw-cloud);transition:color var(--duration-fast) ease,background var(--duration-fast) ease}.footer__social-link:hover{color:var(--cw-ivory);background:rgba(250,249,245,.08);text-decoration:none}.footer__social-icon{width:18px;height:18px}@media (max-width:768px){.footer__top{flex-direction:column;gap:var(--space-7)}.footer__brand{max-width:100%}.footer__columns{flex-wrap:wrap;gap:var(--space-6)}.footer__column{min-width:calc(50% - var(--space-3))}.footer__bottom{flex-direction:column;gap:var(--space-3);text-align:center}}