/* Shared JennyBrown footer, based on the English homepage footer. */
.jb-site-footer,
.jb-site-footer *,
.jb-site-footer *::before,
.jb-site-footer *::after {
  box-sizing: border-box;
}

footer.jb-site-footer {
  position: relative !important;
  inset: auto !important;
  z-index: 1;
  display: block !important;
  clear: both;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #222324 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
}

.jb-site-footer__main {
  padding: 70px 24px;
  border-bottom: 1px dashed rgba(255, 255, 255, .13);
}

.jb-site-footer__inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.jb-site-footer__main .jb-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr);
  gap: 72px;
  align-items: start;
}

.jb-site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
}

.jb-site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jb-site-footer__links li {
  margin: 0 0 11px;
  padding: 0;
  list-style: none;
}

.jb-site-footer a {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .68) !important;
  text-decoration: none !important;
  transition: color .2s ease;
}

.jb-site-footer a:hover,
.jb-site-footer a:focus-visible {
  color: #b99769 !important;
  outline: none;
}

.jb-site-footer a:focus-visible {
  outline: 1px solid #b99769;
  outline-offset: 4px;
}

.jb-site-footer__summary {
  position: relative;
  min-height: 116px;
  margin: 0;
  padding: 0 0 0 46px;
}

.jb-site-footer__summary::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #b99769;
  content: "";
}

.jb-site-footer__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.jb-site-footer__summary p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.65;
}

.jb-site-footer__bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  min-height: 128px;
  padding: 36px 24px;
}

.jb-site-footer__brand {
  display: inline-flex;
  align-items: center;
  width: 109px;
}

.jb-site-footer__brand img {
  display: block;
  width: 109px;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.jb-site-footer__legal {
  justify-self: end;
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 12px !important;
  line-height: 1.8 !important;
  text-align: right;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.jb-site-footer__legal p {
  margin: 0;
  padding: 0;
  color: inherit !important;
  font: inherit !important;
  font-size: 12px !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 767px) {
  .jb-site-footer__main {
    padding: 48px 22px;
  }

  .jb-site-footer__main .jb-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .jb-site-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    align-items: start;
  }

  .jb-site-footer__links {
    display: grid;
    grid-template-rows: repeat(2, minmax(28px, auto));
    gap: 8px;
    align-items: start;
  }

  .jb-site-footer__links li {
    margin: 0;
    text-align: center;
  }

  .jb-site-footer__links a {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }

  .jb-site-footer__summary {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .jb-site-footer__summary::before {
    display: none;
  }

  .jb-site-footer__bottom {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 32px 22px 38px;
  }

  .jb-site-footer__legal {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 359px) {
  .jb-site-footer__nav {
    gap: 6px;
  }

  .jb-site-footer__links a {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jb-site-footer a {
    transition: none;
  }
}
