/* ─── FOOTER ─────────────────────────────────────── */
footer { background: #0C0C0C; padding: 52px 56px 26px; }

.ft {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04); margin-bottom: 22px;
}

.fb .fa { font-size: 20px; font-weight: 900; color: #F5F5F5; letter-spacing: 3px; }
.fb .fp {
  font-size: 8.5px; font-weight: 700; color: var(--beige);
  letter-spacing: 5px; text-transform: uppercase; display: block; margin-bottom: 14px;
}
.fb p { font-size: 12px; color: rgba(255, 255, 255, 0.22); line-height: 1.7; font-weight: 400; }

.fc h5 {
  font-size: 9px; font-weight: 800; color: var(--beige);
  letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 16px;
}
.fc ul { list-style: none; }
.fc li { margin-bottom: 10px; }
.fc a {
  font-size: 12px; color: rgba(255, 255, 255, 0.25); text-decoration: none;
  cursor: pointer; transition: color .2s; font-weight: 400;
}
.fc a:hover { color: var(--beige); }

.fbot { display: flex; align-items: center; justify-content: space-between; }
.fbot p { font-size: 11px; color: rgba(255, 255, 255, 0.14); font-weight: 400; }

.fcyan { color: var(--beige); }
