/*
Theme Name: Weblab Theme
Theme URI: https://weblabresearch.com
Author: C3Research / Weblab
Author URI: https://www.c3research.com
Description: Official WordPress theme for Weblab — AI-Powered, Research-Led digital research and strategy firm. A C3Research Division.
Version: 1.0.0
License: Proprietary
Text Domain: weblab-theme
*/

/* ── Standardized site footer (rendered by footer.php) ───── */
.footer {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 50px;
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
}
.footer-brand { display: flex; align-items: center; gap: 14px; color: white; font-size: 24px; font-weight: 800; }
.footer-brand .sep { width: 1px; height: 30px; background: rgba(255,255,255,.26); }
.footer-brand .web { font-weight: 500; }
.footer small { display: block; margin-top: 12px; color: rgba(255,255,255,.55); }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-links h4 { margin: 0 0 12px; color: var(--blue); font-size: 12px; }
.footer-links a { display: block; margin: 8px 0; font-size: 13px; color: rgba(255,255,255,.7); }
.footer-links a:hover { color: white; }
.footer-logo-weblab { height: 50px; width: auto; display: block; }
.footer-logo-c3r { height: 40px; width: auto; display: block; }
@media (max-width: 1080px) {
  .footer { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .footer-links { grid-template-columns: 1fr; }
}
