/* Kodumarket Julge — site footer
   Dark editorial footer — §5.1 p.10.
   bg: #050E1C, color: rgba(255,255,255,.6), padding: 56px 48px 32px */

/* ---------- Hide GP default footer (as a safety net alongside remove_action) ---------- */
.site-footer > *:not(.km-footer) { display: none !important; }
.site-footer { background: transparent !important; padding: 0 !important; margin: 0 !important; }

/* ---------- Custom footer wrapper ---------- */
.km-footer {
  background: #050E1C;
  color: rgba(255,255,255,.6);
  padding: 56px 48px 32px;
  font-size: 13px;
  line-height: 1.6;
}
.km-footer a {
  color: inherit;
  text-decoration: none;
  transition: color .15s;
}
.km-footer a:hover { color: #fff; }

/* ---------- Top block: logo plate + tagline ---------- */
.km-footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.km-footer__brand {
  max-width: 420px;
}
.km-footer__plate {
  /* v1.7.6: inverted logo — no white plate needed */
  background: transparent;
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
}
.km-footer__plate img,
.km-footer__plate svg {
  display: block;
  height: 52px;
  width: auto;
  max-width: 100%;
}
.km-footer__tagline {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.km-footer__tagline-line {
  display: block;
}
.km-footer__tagline .km-serif {
  color: var(--km-green-500);
}

/* ---------- Link columns ---------- */
.km-footer__col h4 {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  font-weight: 400;
  margin: 0 0 16px;
}
.km-footer__col ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.km-footer__col a {
  font-size: 14px;
  line-height: 1.4;
}

/* ---------- Bottom row ---------- */
.km-footer__bottom {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}
.km-footer__bottom-right {
  display: inline-flex;
  gap: 20px;
}

/* ---------- Mobile ---------- */
@media (max-width: 1024px) {
  .km-footer {
    padding: 40px 16px 24px;
  }
  .km-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }
  .km-footer__brand {
    grid-column: 1 / -1;
  }
  .km-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
