/*
Jojie's 2026 header and footer
Version 1.9.12

Header:
- collapsing logo masthead
- elegant 42px sticky strip
- home control fades in as logo disappears
- compact underline navigation
- inline cart

Footer:
- warm conversion band
- structured brand footer
- mobile accordions
- utility row and back-to-top control
*/

:root {
  --jj-font-interface: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --jj-font-menu: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

html,
body {
  scroll-padding-top: 44px !important;
}

#page-container,
body.et_fixed_nav #page-container,
body.et_non_fixed_nav #page-container,
body.et_show_nav #page-container,
body.et_hide_nav #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}


#et-main-area {
  padding-top: 192px !important;
}

.jj-site-shell {
  width: min(calc(100% - 2rem), 1240px);
  margin-inline: auto;
}

.jj-site-skip {
  position: fixed;
  z-index: 100000;
  top: 10px;
  left: 10px;
  padding: .7rem 1rem;
  color: #fff;
  background: var(--jj-blue-900);
  border-radius: var(--jj-radius-sm);
  transform: translateY(-160%);
}

.jj-site-skip:focus {
  color: #fff;
  transform: translateY(0);
}

/* =========================================================
   COLLAPSING MASTHEAD
   ========================================================= */

.jj-site-header {
  --jj-brand-height: 150px;
  --jj-brand-padding: 14px;
  --jj-logo-width: 220px;
  --jj-logo-opacity: 1;
  --jj-logo-scale: 1;
  --jj-logo-translate-y: 0px;
  --jj-home-opacity: 0;
  --jj-brand-offset: 0px;
  --jj-menu-offset: 0px;

  position: fixed !important;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--jj-brand-height) + 42px);
  margin: 0;
  padding: 0;
  isolation: isolate;
  overflow: visible;
  pointer-events: none;
  color: var(--jj-blue-900);
  background: transparent !important;
  font-family: var(--jj-font-interface);
}

.admin-bar .jj-site-header {
  top: 32px;
}


.jj-site-brandbar {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: var(--jj-brand-height);
  overflow: hidden;
  pointer-events: auto;
  background: #fff !important;
  border-bottom: 1px solid rgba(16,42,67,.07);
  transform: translate3d(0, var(--jj-brand-offset), 0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.jj-site-brandbar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: var(--jj-brand-padding);
}

.jj-site-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.jj-site-logo {
  display: block;
  width: var(--jj-logo-width);
  height: auto;
  max-width: 100%;
  max-height: 122px;
  object-fit: contain;
  object-position: center;
  opacity: var(--jj-logo-opacity);
  transform:
    translate3d(0, var(--jj-logo-translate-y), 0)
    scale(var(--jj-logo-scale));
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.jj-site-header.is-logo-hidden .jj-site-brandbar,
.jj-site-header.is-logo-hidden .jj-site-logo-link {
  pointer-events: none;
}

/* =========================================================
   ELEGANT MENU STRIP
   ========================================================= */

.jj-site-menu-strip {
  position: absolute;
  top: var(--jj-brand-height);
  right: 0;
  left: 0;
  z-index: 6;
  pointer-events: auto;
  width: 100%;
  min-height: 42px;
  color: #2F3337;
  background: #FCFBF8 !important;
  border-top: 1px solid rgba(16,42,67,.045);
  border-bottom: 1px solid #E5E7EB;
  box-shadow: 0 3px 12px rgba(16,42,67,.035);
  transform: translate3d(0, var(--jj-menu-offset), 0);
  backface-visibility: hidden;
  will-change: transform, background-color;
  transition:
    background-color 480ms cubic-bezier(.22, 1, .36, 1),
    border-color 480ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 480ms cubic-bezier(.22, 1, .36, 1),
    color 420ms cubic-bezier(.22, 1, .36, 1);
}

.jj-site-header.is-logo-hidden .jj-site-menu-strip {
  box-shadow: 0 5px 16px rgba(16,42,67,.075);
}

.jj-site-menu-strip__inner {
  min-height: 42px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: .55rem;
  transition: background-color 480ms cubic-bezier(.22, 1, .36, 1);
}

.jj-site-desktop-navigation {
  transition: background-color 480ms cubic-bezier(.22, 1, .36, 1);
}

.jj-site-home-control {
  width: 31px;
  height: 31px;
  display: inline-grid;
  place-items: center;
  color: #2F3337;
  border-radius: 6px;
  opacity: var(--jj-home-opacity);
  transform: translateY(calc((1 - var(--jj-home-opacity)) * 3px));
  pointer-events: none;
  text-decoration: none;
}

.jj-site-header.is-home-visible .jj-site-home-control {
  pointer-events: auto;
}

.jj-site-home-control:hover {
  color: #17191C;
  background: #F1F3F5;
}

.jj-site-home-control:focus-visible {
  outline: 2px solid var(--jj-gold-500);
  outline-offset: 2px;
}

.jj-site-home-control svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jj-site-desktop-navigation {
  min-width: 0;
}

.jj-site-menu,
.jj-site-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jj-site-menu--desktop {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(.45rem, 1.15vw, 1.2rem);
}

.jj-site-menu--desktop > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

.jj-site-menu--desktop > li > a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: .55rem .12rem .48rem;
  color: #2F3337 !important;
  font-family: var(--jj-font-interface);
  font-size: clamp(.76rem, .72vw, .81rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .006em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 260ms ease;
}

.jj-site-menu--desktop > li > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--jj-gold-500);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.jj-site-menu--desktop > li > a:hover,
.jj-site-menu--desktop > .current-menu-item > a,
.jj-site-menu--desktop > .current-menu-ancestor > a,
.jj-site-menu--desktop > .current_page_item > a {
  color: #17191C !important;
}

.jj-site-menu--desktop > li > a:hover::before,
.jj-site-menu--desktop > .current-menu-item > a::before,
.jj-site-menu--desktop > .current-menu-ancestor > a::before,
.jj-site-menu--desktop > .current_page_item > a::before {
  transform: scaleX(1);
}

.jj-site-menu .menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: .4rem;
  border-right: 1.25px solid currentColor;
  border-bottom: 1.25px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.jj-site-menu--desktop .sub-menu {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 50%;
  min-width: 250px;
  padding: .48rem;
  visibility: hidden;
  opacity: 0;
  background: #fff !important;
  border: 1px solid rgba(16,42,67,.12);
  border-top: 2px solid var(--jj-gold-500);
  border-radius: 0 0 9px 9px;
  box-shadow: 0 16px 38px rgba(16,42,67,.15);
  transform: translate(-50%, 7px);
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    visibility 150ms ease;
}

/* Invisible hover bridge prevents the first dropdown from closing. */
.jj-site-menu--desktop > li > .sub-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 5px;
}

.jj-site-menu--desktop .sub-menu li {
  position: relative;
}

.jj-site-menu--desktop .sub-menu a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .6rem .68rem;
  color: #2F3337 !important;
  background: #fff !important;
  border-radius: 6px;
  text-decoration: none;
}

.jj-site-menu--desktop .sub-menu a:hover,
.jj-site-menu--desktop .sub-menu .current-menu-item > a,
.jj-site-menu--desktop .sub-menu .current-menu-ancestor > a {
  color: #17191C !important;
  background: #F3F4F6 !important;
}

/* Nested submenu arrows point sideways rather than downward. */
.jj-site-menu--desktop .sub-menu .menu-item-has-children > a::after {
  flex: 0 0 auto;
  margin-left: auto;
  transform: rotate(-45deg);
}

/* Level 2+ flyouts open to the right with a slight overlap—no hover gap. */
.jj-site-menu--desktop .sub-menu .sub-menu {
  top: -.5rem;
  left: calc(100% - .15rem);
  min-width: 238px;
  border-top: 1px solid rgba(16,42,67,.12);
  border-left: 2px solid var(--jj-gold-500);
  border-radius: 9px;
  transform: translate(7px, 0);
}

.jj-site-menu--desktop .sub-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 8px;
}

.jj-site-menu--desktop > li:hover > .sub-menu,
.jj-site-menu--desktop > li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.jj-site-menu--desktop .sub-menu li:hover > .sub-menu,
.jj-site-menu--desktop .sub-menu li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

/* Inline cart: no pill or oversized button. */
.jj-site-cart {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .34rem;
  padding: .25rem 0 .25rem .75rem;
  color: #2F3337;
  background: transparent;
  border: 0;
  border-left: 1px solid #D8DCE1;
  border-radius: 0;
  font-family: var(--jj-font-interface);
  font-size: .76rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 260ms ease,
    border-color 300ms ease;
}

.jj-site-cart:hover {
  color: #17191C;
}

.jj-site-cart svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jj-site-cart__count {
  min-width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  padding-inline: .2rem;
  color: var(--jj-blue-900);
  background: var(--jj-gold-200);
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 600;
}

.jj-site-menu-toggle,
.jj-site-mobile-navigation,
.jj-site-menu-backdrop {
  display: none;
}

/* =========================================================
   MENU TYPOGRAPHY — INTER
   Refined for the Prussian-blue navigation surface.
   ========================================================= */

.jj-site-menu--desktop > li > a,
.jj-site-menu--desktop .sub-menu a,
.jj-site-menu--mobile > li > a,
.jj-site-menu--mobile .sub-menu a,
.jj-site-menu-toggle,
.jj-site-cart {
  font-family: var(--jj-font-menu);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .01em;
}

.jj-site-menu--desktop > li > a {
  line-height: 1;
}

.jj-site-menu--desktop .sub-menu a,
.jj-site-menu--mobile > li > a,
.jj-site-menu--mobile .sub-menu a {
  line-height: 1.4;
}

/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

@media (max-width: 1119px) {
  #et-main-area {
    padding-top: 154px !important;
  }

  .jj-site-logo {
    max-height: 94px;
  }

  .jj-site-header {
    --jj-brand-height: 112px;
    --jj-brand-padding: 9px;
    --jj-logo-width: 164px;
  }

  .jj-site-menu-strip__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .jj-site-desktop-navigation {
    display: none;
  }

  .jj-site-menu-toggle {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .42rem;
    padding: .36rem .48rem;
    color: #2F3337;
    background: transparent !important;
    border: 0;
    border-radius: 6px;
    font-family: var(--jj-font-interface);
    font-size: .75rem;
    font-weight: 500;
    cursor: pointer;
    transition:
      color 180ms ease,
      background-color 180ms ease;
  }

  .jj-site-menu-toggle:hover {
    color: #17191C;
    background: #F1F3F5 !important;
  }

  .jj-site-menu-toggle__icon {
    width: 16px;
    display: grid;
    gap: 3px;
  }

  .jj-site-menu-toggle__icon span {
    height: 1.5px;
    background: currentColor;
    border-radius: 999px;
  }

  .jj-site-home-control {
    justify-self: center;
  }

  .jj-site-cart--strip {
    justify-self: end;
  }

  .jj-site-mobile-navigation {
    position: fixed !important;
    z-index: 10050;
    inset: 0 0 0 auto;
    width: min(90vw, 390px);
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    color: var(--jj-blue-900) !important;
    background: #fff !important;
    border: 0;
    box-shadow: -22px 0 60px rgba(11,34,57,.28);
    visibility: hidden;
    opacity: 0;
    transform: translateX(105%);
    transition:
      transform 200ms ease,
      opacity 200ms ease,
      visibility 200ms ease;
  }

  .jj-site-mobile-navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .jj-site-mobile-navigation__head {
    position: sticky;
    z-index: 3;
    top: 0;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 1rem;
    background: #fff !important;
    border-bottom: 1px solid var(--jj-border);
  }

  .jj-site-mobile-navigation__brand {
    width: 96px;
    display: inline-flex;
  }

  .jj-site-drawer-logo {
    display: block;
    width: 94px;
    height: auto;
    max-height: 54px;
    object-fit: contain;
  }

  .jj-site-menu-close {
    position: relative;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background: var(--jj-blue-050);
    border: 1px solid var(--jj-border);
    border-radius: 50%;
    cursor: pointer;
  }

  .jj-site-menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 1.5px;
    background: var(--jj-blue-900);
    border-radius: 999px;
  }

  .jj-site-menu-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .jj-site-menu-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .jj-site-mobile-navigation__menu {
    width: 100%;
    padding: .65rem 1rem 1rem;
    background: #fff !important;
  }

  .jj-site-menu--mobile {
    width: 100%;
    display: grid;
    gap: .12rem;
  }

  .jj-site-menu--mobile > li {
    display: block;
    border-bottom: 1px solid rgba(16,42,67,.08);
  }

  .jj-site-menu--mobile > li > a {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .68rem .58rem;
    color: #2F3337 !important;
    background: #fff !important;
    border-radius: 7px;
    font-size: .86rem;
    font-weight: 500;
    text-decoration: none;
  }

  .jj-site-menu--mobile > li > a:hover,
  .jj-site-menu--mobile > .current-menu-item > a,
  .jj-site-menu--mobile > .current-menu-ancestor > a,
  .jj-site-menu--mobile > .current_page_item > a {
    color: #17191C !important;
    background: #F3F4F6 !important;
  }

  .jj-site-menu--mobile .sub-menu {
    position: static;
    min-width: 0;
    display: none;
    margin: 0 0 .42rem .58rem;
    padding: .08rem 0 .18rem .55rem;
    visibility: visible;
    opacity: 1;
    background: #fff !important;
    border: 0;
    border-left: 1px solid var(--jj-gold-500);
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .jj-site-menu--mobile .menu-item-has-children.is-submenu-open > .sub-menu {
    display: block;
  }

  .jj-site-menu--mobile .sub-menu .sub-menu {
    margin-left: .45rem;
    border-left-color: rgba(201,158,68,.55);
  }

  .jj-site-menu--mobile .sub-menu a {
    display: block;
    padding: .58rem .62rem;
    color: #3A3E43 !important;
    background: #fff !important;
    border-radius: 6px;
    font-size: .8rem;
    text-decoration: none;
  }

  .jj-site-mobile-navigation__contact {
    margin-top: auto;
    display: grid;
    gap: .48rem;
    padding: 1rem;
    color: var(--jj-blue-900);
    background: var(--jj-blue-050) !important;
    border-top: 1px solid var(--jj-border);
  }

  .jj-site-mobile-navigation__contact strong {
    font-size: .8rem;
  }

  .jj-site-mobile-navigation__contact a {
    color: var(--jj-blue-700);
    font-size: .76rem;
    text-decoration: none;
  }

  .jj-site-menu-backdrop {
    position: fixed;
    z-index: 10040;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(11,34,57,.68);
    border: 0;
    pointer-events: none;
    transition:
      opacity 200ms ease,
      visibility 200ms ease;
  }

  .jj-site-menu-backdrop.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  body.jj-menu-open {
    overflow: hidden;
  }
}

@media (max-width: 782px) {
  .admin-bar .jj-site-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  #et-main-area {
    padding-top: 144px !important;
  }

  .jj-site-logo {
    max-height: 84px;
  }

  .jj-site-shell {
    width: min(calc(100% - 1.1rem), 1240px);
  }

  .jj-site-header {
    --jj-brand-height: 102px;
    --jj-brand-padding: 8px;
    --jj-logo-width: 146px;
  }

  .jj-site-cart__label {
    display: none;
  }

  .jj-site-cart--strip {
    min-width: 34px;
    min-height: 30px;
    position: relative;
    padding-left: .58rem;
  }

  .jj-site-cart--strip .jj-site-cart__count {
    position: absolute;
    top: -3px;
    right: -4px;
  }
}

@media (max-width: 390px) {
  .jj-site-menu-toggle__label {
    display: none;
  }

  .jj-site-menu-toggle {
    width: 32px;
    padding-inline: .35rem;
  }
}

/* =========================================================
   FOOTER CONVERSION BAND
   ========================================================= */

.jj-site-footer {
  color: rgba(255,255,255,.78);
  background: #102A43;
  font-family: var(--jj-font-menu);
}

.jj-site-footer h2,
.jj-site-footer p,
.jj-site-footer li,
.jj-site-footer address,
.jj-site-footer a,
.jj-site-footer button {
  font-family: var(--jj-font-menu);
}

.jj-site-footer__conversion {
  color: #102A43;
  background: #F7F1E4;
  border-top: 1px solid rgba(16,42,67,.07);
  border-bottom: 1px solid rgba(16,42,67,.1);
}

.jj-site-footer__conversion-inner {
  min-height: 174px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding-block: 2.35rem;
}

.jj-site-footer__conversion-copy {
  max-width: 760px;
}

.jj-site-footer__eyebrow {
  margin: 0 0 .48rem;
  color: #946919 !important;
  font-size: .7rem !important;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: none;
}

.jj-site-footer__conversion h2 {
  margin: 0;
  color: #102A43 !important;
  font-family: var(--jj-font-display) !important;
  font-size: clamp(1.48rem, 2.6vw, 2.25rem) !important;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.jj-site-footer__conversion-copy > p:last-child {
  max-width: 650px;
  margin: .72rem 0 0;
  color: #40566A !important;
  font-size: .86rem !important;
  line-height: 1.65;
}

.jj-site-footer__conversion-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .68rem;
  flex-wrap: wrap;
}

.jj-site-footer__button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .62rem 1rem;
  border-radius: 999px;
  font-size: .79rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.jj-site-footer__button--primary {
  color: #102A43;
  background: var(--jj-gold-500);
  border: 1px solid var(--jj-gold-500);
}

.jj-site-footer__button--primary:hover {
  color: #102A43;
  background: #DDB55B;
}

.jj-site-footer__button--secondary {
  color: #102A43;
  background: transparent;
  border: 1px solid rgba(16,42,67,.24);
}

.jj-site-footer__button--secondary:hover {
  color: #102A43;
  background: #FFFFFF;
  border-color: rgba(16,42,67,.38);
}

/* =========================================================
   TEXT-LED MAIN FOOTER
   ========================================================= */

.jj-site-footer__main {
  padding: 3.55rem 0 3.2rem;
  background: #102A43;
  border-top: 1px solid rgba(201,158,68,.45);
}

.jj-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(190px, .75fr) minmax(285px, 1.05fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.jj-site-footer__brand {
  max-width: 430px;
  padding-right: clamp(.5rem, 2vw, 1.5rem);
}

.jj-site-footer__brand-name {
  margin: 0 0 .95rem;
  color: #FFFFFF !important;
  font-family: var(--jj-font-display) !important;
  font-size: clamp(1.3rem, 2vw, 1.72rem) !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.015em;
}

.jj-site-footer__brand > p:not(.jj-site-footer__brand-meta) {
  max-width: 390px;
  margin: 0;
  color: rgba(255,255,255,.7) !important;
  font-size: .84rem !important;
  line-height: 1.75;
}

.jj-site-footer__brand-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .42rem;
  margin: 1.1rem 0 0;
  color: #E9CD8B !important;
  font-size: .72rem !important;
  font-weight: 600;
  letter-spacing: .025em;
}

.jj-site-footer__desktop-heading {
  margin: .16rem 0 1rem;
  color: #FFFFFF !important;
  font-size: .82rem !important;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .015em;
  text-transform: none;
}

.jj-site-footer__toggle {
  display: none;
}

.jj-site-footer__panel ul {
  display: grid;
  gap: .56rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jj-site-footer__panel li,
.jj-site-footer__panel p,
.jj-site-footer__panel address {
  margin: 0;
  color: rgba(255,255,255,.66) !important;
  font-size: .8rem !important;
  font-style: normal;
  line-height: 1.68;
}

.jj-site-footer__panel a {
  position: relative;
  display: inline;
  color: rgba(255,255,255,.78);
  font-size: inherit;
  text-decoration: none;
  background-image: linear-gradient(#E9CD8B, #E9CD8B);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition:
    color 150ms ease,
    background-size 150ms ease;
}

.jj-site-footer__panel a:hover {
  color: #FFFFFF;
  background-size: 100% 1px;
}

.jj-site-footer__address {
  display: grid;
  gap: .82rem;
}

.jj-site-footer__contact-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: start;
  gap: .58rem;
}

.jj-site-footer__contact-label {
  color: #E9CD8B;
  font-size: .73rem;
  font-weight: 600;
  line-height: 1.68;
}

.jj-site-footer__map-link {
  width: fit-content;
  display: block !important;
  margin-top: .32rem;
  color: #E9CD8B !important;
  font-size: .72rem !important;
}

.jj-site-footer__resource-links {
  margin-top: 1.2rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(255,255,255,.11);
}

/* =========================================================
   FOOTER UTILITY ROW
   ========================================================= */

.jj-site-footer__bottom {
  color: rgba(255,255,255,.52);
  background: #0A2035;
  border-top: 1px solid rgba(255,255,255,.08);
}

.jj-site-footer__bottom-inner {
  min-height: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1.15rem;
  padding-block: .62rem;
}

.jj-site-footer__bottom p,
.jj-site-footer__bottom a,
.jj-site-footer__back-to-top {
  margin: 0;
  color: inherit;
  font-size: .69rem !important;
  line-height: 1.45;
  text-decoration: none;
}

.jj-site-footer__utility {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.jj-site-footer__bottom a:hover {
  color: #E9CD8B;
}

.jj-site-footer__back-to-top {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .34rem .46rem;
  color: rgba(255,255,255,.66);
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.jj-site-footer__back-to-top:hover {
  color: #FFFFFF;
  background: rgba(255,255,255,.07);
}

.jj-site-footer__back-to-top svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   FOOTER RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {
  .jj-site-footer__conversion-inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .jj-site-footer__conversion-actions {
    justify-content: flex-start;
  }

  .jj-site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .jj-site-footer__brand {
    grid-column: 1 / -1;
    max-width: 650px;
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  .jj-site-footer__conversion-inner {
    min-height: 0;
    padding-block: 2.1rem;
  }

  .jj-site-footer__conversion-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .jj-site-footer__button {
    width: 100%;
  }

  .jj-site-footer__main {
    padding: 2.65rem 0 2rem;
  }

  .jj-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .jj-site-footer__brand {
    padding-bottom: .55rem;
  }

  .jj-site-footer__desktop-heading {
    display: none;
  }

  .jj-site-footer__group {
    border-top: 1px solid rgba(255,255,255,.11);
  }

  .jj-site-footer__toggle {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem 0;
    color: #FFFFFF;
    background: transparent;
    border: 0;
    font-size: .79rem;
    font-weight: 600;
    letter-spacing: .015em;
    text-align: left;
    text-transform: none;
    cursor: pointer;
  }

  .jj-site-footer__toggle svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #E9CD8B;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 160ms ease;
  }

  .jj-site-footer__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .jj-site-footer__panel {
    padding: 0 0 1rem;
  }

  .jj-site-footer__panel[hidden] {
    display: none;
  }

  .jj-site-footer__contact-row {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .jj-site-footer__bottom-inner {
    grid-template-columns: 1fr auto;
    gap: .65rem 1rem;
  }

  .jj-site-footer__utility {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: wrap;
  }

  .jj-site-footer__back-to-top span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jj-site-footer__panel a,
  .jj-site-footer__toggle svg {
    transition: none;
  }
}

/* =========================================================
   TWO-STATE MENU SURFACE
   Light while the logo is visible; Prussian blue near the
   end of the logo collapse. Dropdowns and drawer stay light.
   ========================================================= */

/* Top-of-page state */
body .jj-site-header .jj-site-menu-strip,
body .jj-site-header .jj-site-menu-strip__inner,
body .jj-site-header .jj-site-desktop-navigation {
  background-color: #FCFBF8 !important;
  background-image: none !important;
}

body .jj-site-header .jj-site-menu--desktop > li > a,
body .jj-site-header .jj-site-cart--strip,
body .jj-site-header .jj-site-home-control,
body .jj-site-header .jj-site-menu-toggle {
  color: #2F3337 !important;
}

body .jj-site-header .jj-site-menu--desktop > li > a:hover,
body .jj-site-header .jj-site-menu--desktop > .current-menu-item > a,
body .jj-site-header .jj-site-menu--desktop > .current-menu-ancestor > a,
body .jj-site-header .jj-site-menu--desktop > .current_page_item > a,
body .jj-site-header .jj-site-home-control:hover,
body .jj-site-header .jj-site-cart--strip:hover,
body .jj-site-header .jj-site-menu-toggle:hover {
  color: #17191C !important;
}

/* Scrolled state */
body .jj-site-header.is-dark-strip .jj-site-menu-strip,
body .jj-site-header.is-dark-strip .jj-site-menu-strip__inner,
body .jj-site-header.is-dark-strip .jj-site-desktop-navigation {
  background-color: #102A43 !important;
  background-image: none !important;
}

body .jj-site-header.is-dark-strip .jj-site-menu-strip {
  border-top-color: rgba(255,255,255,.05);
  border-bottom-color: rgba(201,158,68,.62);
  box-shadow: 0 6px 20px rgba(7,27,45,.2);
}

body .jj-site-header.is-dark-strip .jj-site-menu--desktop > li > a,
body .jj-site-header.is-dark-strip .jj-site-cart--strip,
body .jj-site-header.is-dark-strip .jj-site-home-control,
body .jj-site-header.is-dark-strip .jj-site-menu-toggle {
  color: rgba(255,255,255,.84) !important;
}

body .jj-site-header.is-dark-strip .jj-site-menu--desktop > li > a:hover,
body .jj-site-header.is-dark-strip .jj-site-menu--desktop > .current-menu-item > a,
body .jj-site-header.is-dark-strip .jj-site-menu--desktop > .current-menu-ancestor > a,
body .jj-site-header.is-dark-strip .jj-site-menu--desktop > .current_page_item > a {
  color: #FFFFFF !important;
}

body .jj-site-header.is-dark-strip .jj-site-home-control:hover,
body .jj-site-header.is-dark-strip .jj-site-cart--strip:hover,
body .jj-site-header.is-dark-strip .jj-site-menu-toggle:hover {
  color: #E9CD8B !important;
  background-color: rgba(255,255,255,.07) !important;
}

body .jj-site-header.is-dark-strip .jj-site-cart--strip {
  border-left-color: rgba(255,255,255,.2);
}

body .jj-site-header.is-dark-strip .jj-site-cart__count {
  color: #102A43;
  background: #E9CD8B;
}

/* Dropdowns and the mobile drawer remain light in both states. */
body .jj-site-header .jj-site-menu--desktop .sub-menu,
body .jj-site-header .jj-site-menu--desktop .sub-menu a,
body .jj-site-header .jj-site-mobile-navigation,
body .jj-site-header .jj-site-mobile-navigation__head,
body .jj-site-header .jj-site-mobile-navigation__menu,
body .jj-site-header .jj-site-menu--mobile > li > a,
body .jj-site-header .jj-site-menu--mobile .sub-menu,
body .jj-site-header .jj-site-menu--mobile .sub-menu a {
  background-color: #FFFFFF !important;
}

body .jj-site-header .jj-site-menu--desktop .sub-menu a,
body .jj-site-header .jj-site-menu--mobile > li > a,
body .jj-site-header .jj-site-menu--mobile .sub-menu a {
  color: #2F3337 !important;
}

body .jj-site-header .jj-site-menu--desktop .sub-menu a:hover,
body .jj-site-header .jj-site-menu--desktop .sub-menu .current-menu-item > a,
body .jj-site-header .jj-site-menu--desktop .sub-menu .current-menu-ancestor > a,
body .jj-site-header .jj-site-menu--mobile > li > a:hover,
body .jj-site-header .jj-site-menu--mobile > .current-menu-item > a,
body .jj-site-header .jj-site-menu--mobile > .current-menu-ancestor > a,
body .jj-site-header .jj-site-menu--mobile > .current_page_item > a {
  color: #17191C !important;
  background-color: #F3F4F6 !important;
}

@media (max-width: 1119px) {
  body .jj-site-header .jj-site-menu-strip,
  body .jj-site-header .jj-site-menu-strip__inner {
    background-color: #FCFBF8 !important;
    background-image: none !important;
  }

  body .jj-site-header.is-dark-strip .jj-site-menu-strip,
  body .jj-site-header.is-dark-strip .jj-site-menu-strip__inner {
    background-color: #102A43 !important;
    background-image: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jj-site-menu-strip,
  .jj-site-menu-strip__inner,
  .jj-site-desktop-navigation,
  .jj-site-home-control,
  .jj-site-menu--desktop > li > a,
  .jj-site-cart,
  .jj-site-menu-toggle {
    transition: none;
  }

  .jj-site-logo {
    transform: none;
  }
}


.jj-site-header .jj-site-brandbar,
.jj-site-header .jj-site-menu-strip,
.jj-site-header .jj-site-mobile-navigation,
.jj-site-header .jj-site-menu-backdrop {
  pointer-events: auto;
}
