/**
 * Global site footer (rendered via wp_footer on every page). Markup + design from
 * index-v2.html's footer, background set to black to match the home "noir" theme.
 * All rules scoped under .dhp-sitefoot so nothing leaks into the theme.
 */
.ct-footer { display: none !important; } /* hide Blocksy's default footer */

.dhp-sitefoot {
  background: #000;
  color: rgba(236, 235, 243, .6);
  padding: 54px 0 0;
  font-size: 13.5px;
  border-top: 1px solid #1e1e24;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
.dhp-sitefoot .dhp-wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
.dhp-sitefoot a { color: inherit; }
.dhp-sitefoot .dhp-lockup {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 800;
  letter-spacing: -.02em; font-size: 17px; text-decoration: none;
  background: linear-gradient(90deg, #3B82F6, #8B5CF6, #06B6D4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.dhp-sitefoot .dhp-lockup svg { display: block; flex-shrink: 0; }
.dhp-foot-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.15fr; gap: 36px 28px; padding-bottom: 42px;
}
@media (max-width: 860px) { .dhp-foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .dhp-foot-grid { grid-template-columns: 1fr; } }
.dhp-foot-brand p { color: rgba(236, 235, 243, .55); font-size: 13.5px; line-height: 1.6; margin: 12px 0 0; max-width: 250px; }
.dhp-foot-col h4 { font-size: 10.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: rgba(236, 235, 243, .42); margin: 4px 0 12px; }
.dhp-foot-col a { display: block; color: rgba(236, 235, 243, .7); font-size: 13.5px; font-weight: 500; text-decoration: none; padding: 5px 0; transition: color .15s; }
.dhp-foot-col a:hover { color: #fff; text-decoration: underline; }
.dhp-foot-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 10px 18px;
  flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, .07); padding: 18px 0 24px;
  font-size: 12.5px; color: rgba(236, 235, 243, .48);
}
