/* (Full-bleed breakout for `.elementor-widget-helikon-books-site-footer` is
 * defined in tokens.css so it applies globally.) */

.hb-site-footer {
  background: var(--hb-paper);
  border-top: 1px solid var(--hb-line);
  padding-top: 72px;
}
.hb-site-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.hb-site-footer__brand .hb-site-footer__logo { display: inline-block; margin-bottom: 20px; }
.hb-site-footer__brand p {
  font-size: 14px; color: var(--hb-ink-500);
  line-height: 1.55;
  margin: 0 0 20px;
  max-width: 32ch;
}
.hb-site-footer__social { display: flex; gap: 10px; }
.hb-site-footer__social a {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border: 1px solid var(--hb-line);
  color: var(--hb-ink-700);
  text-decoration: none;
  transition: all .15s;
}
.hb-site-footer__social a:hover {
  background: var(--hb-ink-900);
  color: #fff;
  border-color: var(--hb-ink-900);
}

.hb-site-footer__col h6 {
  font-family: var(--hb-font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--hb-ink-900);
  margin: 0 0 20px;
}
.hb-site-footer__list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column;
  gap: 12px;
}
.hb-site-footer__list a {
  font-size: 14px;
  color: var(--hb-ink-700);
  text-decoration: none;
  transition: color .15s;
}
.hb-site-footer__list a:hover { color: var(--hb-orange-600); }

.hb-site-footer__address {
  font-size: 13px;
  color: var(--hb-ink-500);
  line-height: 1.55;
  font-style: normal;
}

.hb-site-footer__bar {
  border-top: 1px solid var(--hb-line);
  padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--hb-ink-500);
}
.hb-site-footer__legal { display: flex; gap: 24px; flex-wrap: wrap; }
.hb-site-footer__legal a { color: inherit; text-decoration: none; }
.hb-site-footer__legal a:hover { color: var(--hb-blue-700); }

@media (max-width: 1024px) {
  .hb-site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hb-site-footer__grid { grid-template-columns: 1fr; }
  .hb-site-footer__bar { flex-direction: column; align-items: flex-start; }
}
