/*
 * footer.css — Footer
 * Fotogruppe elektron Lübbenau Child Theme
 */

.fge-footer {
  background: var(--bg-blue-deep); color: rgba(255,255,255,0.85); padding: 64px 5% 36px;
}
.fge-footer-inner { max-width: 1340px; margin: 0 auto; }
.fge-footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 52px;
}

/* Brand */
.fge-footer-brand .fge-footer-logo { display: flex; align-items: center; gap: 11px; }
.fge-footer-logo-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700;
}
.fge-footer-logo-name { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: #fff; }
.fge-footer-logo-sub  { font-family: 'Space Mono', monospace; font-size: 0.58rem; color: rgba(255,255,255,0.5); letter-spacing: 0.12em; text-transform: uppercase; }
.fge-footer-brand p   { font-size: 0.86rem; color: rgba(255,255,255,0.55); line-height: 1.8; margin-top: 14px; max-width: 270px; }

/* Columns */
.fge-footer-col h5 {
  font-family: 'Space Mono', monospace; font-size: 0.65rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px;
  font-weight: 400;
}
.fge-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.fge-footer-col ul li a { font-size: 0.86rem; color: rgba(255,255,255,0.55); transition: color 0.25s; }
.fge-footer-col ul li a:hover { color: #fff; }

/* Bottom */
.fge-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding-top: 26px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.fge-footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin: 0; }
.fge-footer-bottom-links { display: flex; gap: 22px; }
.fge-footer-bottom-links a { font-size: 0.78rem; color: rgba(255,255,255,0.35); transition: color 0.25s; }
.fge-footer-bottom-links a:hover { color: rgba(255,255,255,0.8); }
