/* FCS Magazine — Site footer (sage-dark, 4-col grid + bottom row).
 * Identical on every template (Doc #163 §3). Lifted verbatim from V7.
 */

/* Footer logo lockup (matches nav-brand visual treatment) */
.footer-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.4rem;
}

.footer-lockup-mark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1;
  padding: 0.4rem 0.55rem 0.32rem;
  border: 1px solid var(--copper);
  border-radius: 4px;
  letter-spacing: 0;
  color: white;
}

.footer-lockup-name {
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.005em;
  color: white;
}

.footer {
  background: var(--sage-dark);
  color: rgba(245, 241, 234, 0.6);
  padding: 4.5rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 550;
  color: var(--paper);
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}

.footer-tagline {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--paper);
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}

.footer-desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(245, 241, 234, 0.5);
  max-width: 320px;
  margin-bottom: 1.75rem;
  font-weight: 500;
}

.footer-social {
  display: flex;
  gap: 0.6rem;
}

.footer-social a {
  width: 40px; height: 40px;
  border-radius: 4px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: var(--copper);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(207, 125, 95, 0.45);
}

.footer-col-title {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--paper);
  margin-bottom: 1.5rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(245, 241, 234, 0.6);
  transition: all 0.25s ease;
  font-weight: 500;
}

.footer-links a:hover { color: var(--copper-pale); padding-left: 4px; }

.footer-contact {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(245, 241, 234, 0.6);
  font-weight: 500;
}

.footer-contact a { color: var(--copper-pale); font-weight: 600; transition: color 0.25s ease; }
.footer-contact a:hover { color: var(--copper); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(245, 241, 234, 0.4);
  font-weight: 500;
}

.footer-dst {
  font-style: italic;
  color: rgba(245, 241, 234, 0.3);
}
