.hp-footer.hp-footer--slim {
  background: #3d2310;
  color: rgba(255, 245, 228, 0.7);
  padding: 24px 56px 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hp-footer--slim .hp-footer__top {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 245, 228, 0.08);
  align-items: start;
}

.hp-footer--slim .hp-footer__desc {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 245, 228, 0.5);
  margin: 0 0 10px;
}

.hp-footer--slim .hp-footer__social {
  display: flex;
  gap: 10px;
}

.hp-footer--slim .hp-footer__social a {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: rgba(255, 245, 228, 0.45);
  text-decoration: none;
  border-bottom: 1px solid rgba(189, 122, 30, 0.3);
  padding-bottom: 1px;
}

.hp-footer--slim .hp-footer__social a:hover {
  color: #bd7a1e;
  text-decoration: none;
}

.hp-footer--slim .hp-footer__col-title {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255, 245, 228, 0.5);
  margin-bottom: 8px;
}

.hp-footer--slim .hp-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hp-footer--slim .hp-footer__links a {
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255, 245, 228, 0.4);
  text-decoration: none;
}

.hp-footer--slim .hp-footer__links a:hover {
  color: rgba(255, 245, 228, 0.75);
  text-decoration: none;
}

.hp-footer--slim .hp-footer__bottom {
  font-family: "Josefin Sans", Arial, sans-serif;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.2px;
  color: rgba(255, 245, 228, 0.23);
}

@media (max-width: 1024px) {
  .hp-footer.hp-footer--slim {
    padding: 24px;
  }

  .hp-footer--slim .hp-footer__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hp-footer--slim .hp-footer__bottom {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}

.commerce-main-offset {
  padding-top: 72px;
}

/* Commerce page: keep slim footer docked to viewport bottom. */
.commerce-page-with-sdc .hp-footer.hp-footer--slim {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
}

/* Fallback spacing; JS computes exact value at runtime. */
.commerce-page-with-sdc #commerce.commerce-react-mount {
  padding-bottom: 16rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .commerce-page-with-sdc #commerce.commerce-react-mount {
    padding-bottom: 20rem;
  }
}
