@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400&family=Jost:wght@300;400;500&display=swap");

:root {
  --jj-footer-black: #141210;
  --jj-footer-gold: #b8956c;
}

/* ─── Shared site bottom (all storefront pages) ─── */
.jj-site-bottom {
  background: var(--jj-footer-black);
  color: #fff;
}

.jj-site-bottom .notify-section,
.jj-site-bottom .notify-section--bottom {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(88px, 12vw, 120px) 24px clamp(48px, 6vw, 64px);
  background: var(--jj-footer-black) !important;
  color: #fff;
  text-align: center;
  pointer-events: auto;
}

.jj-site-bottom .notify-inner {
  max-width: 560px;
  margin: 0 auto;
}

.jj-site-bottom .jj-footer-logo {
  position: absolute;
  top: clamp(1.25rem, 2.5vw, 1.75rem);
  left: clamp(1rem, 4vw, 2rem);
  width: clamp(34px, 4.5vw, 48px);
  padding: 0;
  z-index: 6;
  pointer-events: auto;
}

.jj-site-bottom .jj-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.jj-site-bottom .notify-section__eyebrow {
  display: block;
  margin: 0 0 18px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--jj-footer-gold);
}

.jj-site-bottom .notify-section__title {
  margin: 0 0 36px;
  font-family: Cinzel, "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}

.jj-site-bottom .jj-notify-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 34px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.jj-site-bottom .jj-notify-trigger:hover {
  background: var(--jj-footer-gold);
  color: var(--jj-footer-black);
  border-color: var(--jj-footer-gold);
  transform: none;
}

.jj-site-bottom .jj-notify-trigger__arrow {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.jj-site-bottom .jj-footer {
  background: var(--jj-footer-black);
  padding: 0 0 clamp(1.5rem, 3vw, 2.5rem);
}

.jj-site-bottom .jj-footer-titles {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(1200px, 100%);
  margin: 0 auto clamp(0.75rem, 1.5vw, 1rem);
  padding: 48px clamp(1rem, 4vw, 2rem) 0;
  box-sizing: border-box;
}

.jj-site-bottom .jj-footer-titles__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 2.5vw, 2.25rem);
  width: 100%;
  min-width: 0;
}

.jj-site-bottom .jj-footer-titles__link {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.32em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.jj-site-bottom .jj-footer-titles__link:hover {
  opacity: 0.75;
  color: #fff;
}

.jj-site-bottom .jj-footer__divider {
  width: calc(100% - clamp(2rem, 8vw, 4rem));
  max-width: 1200px;
  height: 1px;
  margin: 0 auto clamp(1rem, 2vw, 1.5rem);
  background: rgba(255, 255, 255, 0.22);
}

.jj-site-bottom .jj-footer__copy {
  margin: 0;
  padding: 0 clamp(1rem, 4vw, 2rem);
  font-family: "Jost", sans-serif;
  font-size: clamp(0.62rem, 1vw, 0.75rem);
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  text-align: left;
}

@media (max-width: 720px) {
  .jj-site-bottom .jj-footer-titles__links {
    justify-content: flex-start;
  }

  .jj-site-bottom .notify-section,
  .jj-site-bottom .notify-section--bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Locale picker (shared with homepage Wix footer) */
.jj-footer-locale {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.jj-footer-locale__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.jj-footer-locale__caret {
  font-size: 0.85em;
  line-height: 1;
}

.jj-footer-locale__menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 30;
  min-width: 160px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #1c1a18;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.jj-footer-locale__option {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}

.jj-footer-locale__option:hover,
.jj-footer-locale__option[aria-selected="true"] {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

html[dir="rtl"] .jj-footer-locale__menu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .jj-footer-locale__option {
  text-align: right;
}

/* ─── Homepage Wix footer overrides (legacy) ─── */

/* Bottom notify + footer — unified black */
#notify-section.notify-section,
#notify-section.notify-section--bottom {
  background: var(--jj-footer-black) !important;
}

/* Footer content stack */
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mdr13kdg-container) {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-kbgakgyt),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mdr13kdg) {
  height: auto !important;
  min-height: 0 !important;
}

/* Footer — pure black background */
#site-root footer#comp-kbgakxmn,
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-kbgakgyt),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mdr13kdg),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mdr13kdg-container),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mdr17w8k),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2ozf91),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2ozes),
#site-root footer#comp-kbgakxmn :where(._background_x7ip3_1) {
  --bg: 20, 18, 16 !important;
  --bg-overlay-color: var(--jj-footer-black) !important;
  --backgroundColor: var(--jj-footer-black) !important;
  background-color: var(--jj-footer-black) !important;
}

/* Hide old Wix column blocks */
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmq54zx0),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2oxu2),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2oyaj),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2oyp1),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2oz5b),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2oxzq),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2oydo),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2oyui),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2oz9x) {
  display: none !important;
}

/* Logo — top left of bottom black section */
#notify-section .jj-footer-logo {
  position: absolute;
  top: clamp(1.25rem, 2.5vw, 1.75rem);
  left: clamp(1rem, 4vw, 2rem);
  width: clamp(34px, 4.5vw, 48px);
  padding: 0;
  z-index: 6;
  pointer-events: auto;
}

#notify-section .jj-footer-logo .comp-kbgakxmn_r_comp-mmq54zrs,
#notify-section .jj-footer-logo :where(.comp-kbgakxmn_r_comp-mmq54zrs) {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  inset: auto !important;
  grid-area: auto !important;
}

/* Footer link row */
#site-root footer#comp-kbgakxmn .jj-footer-titles {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(1200px, 100%);
  margin: clamp(0.5rem, 1.5vw, 1rem) auto clamp(0.75rem, 1.5vw, 1rem);
  padding: 0 clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
  position: relative !important;
  inset: auto !important;
  grid-area: auto !important;
  z-index: 5;
  pointer-events: auto;
  order: 10;
}

#site-root footer#comp-kbgakxmn .jj-footer-titles__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 2.5vw, 2.25rem);
  width: 100%;
  min-width: 0;
}

#site-root footer#comp-kbgakxmn .jj-footer-titles__link {
  font-family: "Jost", sans-serif !important;
  font-size: clamp(0.68rem, 1.1vw, 0.82rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  white-space: nowrap;
}

#site-root footer#comp-kbgakxmn .jj-footer-titles__link:hover {
  opacity: 0.75;
}

#site-root footer#comp-kbgakxmn .jj-footer-titles__locale span {
  font-size: 0.7em;
  margin-left: 0.2em;
}

@media (max-width: 720px) {
  #site-root footer#comp-kbgakxmn .jj-footer-titles__links {
    justify-content: flex-start;
  }
}

/* Divider + copyright block */
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2ozdz) {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  inset: auto !important;
  grid-area: auto !important;
  order: 20;
}

#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2ozdz) .line,
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2ozdz) ._line_1fluj_31 {
  background-color: rgba(255, 255, 255, 0.22) !important;
}

#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2ozkt),
#site-root footer#comp-kbgakxmn :where(.comp-kbgakxmn_r_comp-mmp2ozkt) p {
  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
  font-family: "Jost", sans-serif !important;
  font-size: clamp(0.62rem, 1vw, 0.75rem) !important;
  letter-spacing: 0.08em !important;
  text-align: left !important;
  margin-left: clamp(1rem, 4vw, 2rem) !important;
}
