/* Jasper Balke v0.9.8 — Footer (site-weit) */

.site-footer.site-footer--v91 {
  background: var(--forest-deep);
  color: rgba(255, 255, 255, .7);
  padding: clamp(44px, 6vw, 72px) 0 clamp(24px, 3vw, 36px) !important;
}

.jb-footer-wrap {
  width: min(1320px, calc(100% - clamp(28px, 8vw, 108px)));
  margin-inline: auto;
  padding-inline: clamp(14px, 4vw, 54px);
}

.jb-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 60px);
  align-items: start;
}

.jb-footer-brand__link {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 16px;
}

.jb-footer-brand__link img { filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .4)); }

.jb-footer-brand__link span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.jb-footer-brand__link strong { font-size: .96rem; }
.jb-footer-brand__link small { font-size: .66rem; color: rgba(255, 255, 255, .6); }

.jb-footer-brand__address {
  margin: 0;
  font-size: .88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .5);
  font-style: normal;
}

.jb-footer-label {
  margin: 0 0 14px;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .38);
}

.jb-footer-col nav,
.jb-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.jb-footer-col a,
.jb-footer-contact a {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  font-size: .92rem;
  transition: color .15s ease;
}

.jb-footer-col a:hover,
.jb-footer-contact a:hover { color: #fff; }

.jb-footer-contact span { color: rgba(255, 255, 255, .5); font-size: .92rem; }

.jb-footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.jb-footer-social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
}

.jb-footer-social-icons a:hover { background: rgba(255, 255, 255, .22); }

.jb-footer-bottom {
  margin-top: clamp(32px, 4vw, 52px);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  font-size: .78rem;
  color: rgba(255, 255, 255, .34);
}

.jb-footer-legal { display: flex; gap: 18px; }

.jb-footer-legal a {
  color: rgba(255, 255, 255, .34);
  text-decoration: none;
  transition: color .15s ease;
}

.jb-footer-legal a:hover { color: rgba(255, 255, 255, .7); }

@media (max-width: 900px) {
  .jb-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jb-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .jb-footer-grid {
    grid-template-columns: 1fr;
  }
}
