/* =====================================================================
 * SCC site footer (loaded on every page) — see inc/site-footer.php.
 * Dark band per the reference sites; colours mirror the canonical palette
 * (footer ink #212529, gold #FFD84D) without depending on type.css, since
 * this file loads on pages the design system does not.
 * The theme's own (emptied) footer strip is hidden at the bottom.
 * ===================================================================== */

.scc-ft{ background:#212529; color:#CFCBD8; font-size:14px; line-height:1.6; }
.scc-ft a{ color:#CFCBD8; text-decoration:none; transition:color .15s; }
.scc-ft a:hover{ color:#fff; text-decoration:underline; text-underline-offset:3px; }

.scc-ft-in{ max-width:1250px; margin:0 auto; padding:46px 20px 30px;
  display:grid; grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,1fr));
  gap:36px 32px; }

/* Brand block */
.scc-ft-logo{ margin:0; font-size:24px; font-weight:800; letter-spacing:-.02em; color:#fff; }
.scc-ft-logo span{ color:#FFD84D; }
.scc-ft-tag{ margin:2px 0 0; font-size:11px; font-weight:700; letter-spacing:.22em;
  text-transform:uppercase; color:#8F899D; }
.scc-ft-mission{ margin:14px 0 0; max-width:34ch; font-size:13.5px; color:#A7A1B4; }
.scc-ft-social{ list-style:none; display:flex; gap:10px; margin:18px 0 0; padding:0; }
.scc-ft-social a{ display:flex; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,.22);
  transition:background-color .15s, border-color .15s, color .15s; }
.scc-ft-social a:hover{ background:#FFD84D; border-color:#FFD84D; color:#212529;
  text-decoration:none; }
.scc-ft-social svg{ width:18px; height:18px; }

/* Link columns */
.scc-ft-h{ margin:4px 0 14px; font-size:13px; font-weight:800; letter-spacing:.08em;
  text-transform:uppercase; color:#fff; }
.scc-ft-col ul{ list-style:none; margin:0; padding:0; }
.scc-ft-col li{ margin:0 0 10px; }

/* Commission line + copyright bar */
.scc-ft-note{ max-width:1250px; margin:0 auto; padding:18px 20px 0;
  border-top:1px solid rgba(255,255,255,.09); font-size:12.5px; color:#8F899D; }
.scc-ft-note a{ color:#CFCBD8; text-decoration:underline; text-underline-offset:3px; }
.scc-ft-bar{ max-width:1250px; margin:0 auto; display:flex; align-items:center;
  justify-content:space-between; gap:10px; padding:14px 20px 28px;
  font-size:12.5px; color:#8F899D; }

/* The theme's emptied footer strip renders as a bare dark band — hidden. */
#colophon{ display:none !important; }

@media (max-width:767.98px){
  .scc-ft-in{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px 20px;
    padding:36px 18px 24px; }
  .scc-ft-brand{ grid-column:1 / -1; text-align:center; }
  .scc-ft-mission{ margin-left:auto; margin-right:auto; }
  .scc-ft-social{ justify-content:center; }
  .scc-ft-note{ text-align:center; padding-left:18px; padding-right:18px; }
  .scc-ft-bar{ flex-direction:column; text-align:center; padding-bottom:26px; }
}
