footer{ padding:44px 0; background:var(--pearl); }
.foot-grid{ display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:24px; }
.foot-brand{ display:flex; align-items:center; gap:10px; }
.foot-brand img{ width:32px; height:32px; border-radius:8px; }
.foot-brand .word{ font-weight:800; }
.foot-links{ display:flex; gap:22px; font-size:0.84rem; font-weight:600; }
.foot-links a{ text-decoration:none; color:var(--ink); opacity:0.75; }
.foot-legal{ margin-top:24px; font-size:0.76rem; color:rgba(61,59,54,0.6); max-width:70ch; }
