footer {
  background: var(--b);
  border-top: 1px solid var(--br);
  padding: 2.4rem 3rem;
}
.ft {
  max-width: 1280px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1.5rem;
}
.ft-l  { display: flex; align-items: center; gap: .65rem; }
.ft-ico {
  width: 34px; height: 34px; border-radius: 7px;
  background: linear-gradient(145deg, var(--g), rgba(200,144,10,.45));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1rem; font-weight: 600; color: #000;
}
.ft-words { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.ft-words b    { font-size: .72rem; font-weight: 700; letter-spacing: .16em; color: var(--t); display: block; line-height: 1; }
.ft-words span { font-size: .52rem; font-weight: 300; letter-spacing: .14em; color: var(--t3); line-height: 1; }
.ft-copy { font-size: .54rem; color: rgba(250,250,248,.45); margin-top: .2rem; }
.ft-nav  { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.ft-nav a {
  font-size: .58rem; font-weight: 400; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(250,250,248,.45); transition: color .2s;
}
.ft-nav a:hover { color: var(--g); }
