
/* ===== Alter Jack shared styles ===== */
html{
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
body{
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.material-symbols-outlined{
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.signature-gradient{
  background: linear-gradient(135deg, #386631 0%, #b9eeab 100%);
}
.text-shadow-editorial{
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Header */
.site-header{
  position: sticky;
  top: 0;
  z-index: 80;
  background: #e9e9e5;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  transition: box-shadow .22s ease, border-color .22s ease;
}
.site-header.is-scrolled{
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.site-header *{
  box-sizing: border-box;
}
.site-nav-shell{
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
}
.site-nav-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
}
.site-logo{
  display: inline-flex;
  align-items: center;
  width: 164px;
  min-width: 164px;
  max-width: 164px;
  height: 40px;
  line-height: 0;
  text-decoration: none;
  overflow: hidden;
  flex: 0 0 auto;
}
.site-logo-img{
  display: block;
  width: 164px;
  min-width: 164px;
  max-width: 164px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  object-fit: contain;
}
.desktop-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1 1 auto;
  min-width: 0;
}
.nav-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 34px;
  padding: 0 2px 4px;
  border-bottom: 2px solid transparent;
  color: #5b5c5b;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.nav-link:hover{
  color: #386631;
}
.nav-link.is-active{
  color: #386631;
  border-bottom-color: #386631;
}
.desktop-cta{
  flex: 0 0 210px;
  width: 210px;
  display: flex;
  justify-content: flex-end;
}
.header-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  min-width: 186px;
  height: 42px;
  padding: 0 16px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #386631 0%, #b9eeab 100%);
  color: #d2ffc4;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  font-size: 0.89rem;
  line-height: 1;
  font-weight: 600;
}
.header-cta:hover{
  opacity: 0.92;
}

/* no shake */
.site-header,
.site-header *{
  transform: none !important;
  animation: none !important;
}
.site-header a,
.site-header button,
.site-header .nav-link,
.site-header .header-cta,
.site-header .site-logo{
  transition: none !important;
  transform: none !important;
  translate: none !important;
  scale: none !important;
  will-change: auto !important;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.site-header a:hover,
.site-header a:active,
.site-header a:focus,
.site-header a:focus-visible,
.site-header button:hover,
.site-header button:active,
.site-header button:focus,
.site-header button:focus-visible,
.site-header .nav-link:hover,
.site-header .nav-link:active,
.site-header .nav-link:focus,
.site-header .nav-link:focus-visible,
.site-header .header-cta:hover,
.site-header .header-cta:active,
.site-header .header-cta:focus,
.site-header .header-cta:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}

/* Mobile */
.mobile-only{
  display: none;
}
.mobile-menu-btn{
  display: none;
}
.mobile-panel{
  display: none;
}

@media (max-width: 767px){
  .site-nav-shell{
    padding: 14px 20px;
  }
  .site-nav-row{
    gap: 16px;
    min-height: 44px;
  }
  .desktop-nav,
  .desktop-cta{
    display: none;
  }
  .mobile-only{
    display: inline-flex !important;
  }
  .mobile-menu-btn{
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    border: 1px solid rgba(0,0,0,0.12);
    background: #ffffff;
    align-items: center;
    justify-content: center;
    color: #2e2f2f;
    cursor: pointer;
    padding: 0;
  }
  .mobile-menu-btn .material-symbols-outlined{
    font-size: 24px;
    line-height: 1;
  }
  .mobile-panel{
    display: none;
    margin-top: 12px;
    background: #ecebe7;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 24px;
    padding: 12px 16px 16px;
  }
  .mobile-panel.is-open{
    display: block !important;
  }
  .mobile-link{
    display: block;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    color: #2e2f2f;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
  }
  .mobile-link:last-of-type{
    border-bottom: none;
  }
  .mobile-link.is-active{
    color: #386631;
  }
  .mobile-cta{
    width: 100%;
    margin-top: 14px;
  }
  .site-logo{
    width: 156px;
    min-width: 156px;
    max-width: 156px;
    height: 38px;
  }
  .site-logo-img{
    width: 156px;
    min-width: 156px;
    max-width: 156px;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
  }
}

/* Footer */
.site-footer{
  background: #e3e2de;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Homepage feature stack fix */
.home-feature-stack{
  overflow: visible !important;
}
.home-feature-stack-wrap{
  overflow: visible !important;
}
.home-feature-stack-main{
  width: 84% !important;
  margin-left: auto !important;
}
.home-feature-stack-overlay{
  top: auto !important;
  left: 1rem !important;
  bottom: 1rem !important;
  width: 40% !important;
  max-width: 280px !important;
  transform: none !important;
}
.home-feature-stack-overlay img{
  width: 100% !important;
  display: block !important;
}
@media (min-width: 768px) and (max-width: 1180px){
  .home-feature-stack .grid{
    gap: 3rem !important;
    align-items: center !important;
  }
  .home-feature-stack-wrap{
    padding-left: 0.75rem !important;
  }
  .home-feature-stack-main{
    width: 100% !important;
    margin-left: 0 !important;
  }
  .home-feature-stack-overlay{
    left: 0.75rem !important;
    bottom: 0.75rem !important;
    width: 42% !important;
    max-width: 250px !important;
  }
}
@media (min-width: 1181px){
  .home-feature-stack-overlay{
    left: -0.5rem !important;
    bottom: 1.25rem !important;
    width: 38% !important;
    max-width: 300px !important;
  }
}

/* Product page filters */
.product-filter-pills{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  position:relative;
  z-index:30;
  margin-bottom:2.25rem;
}
.product-filter-pills .filter-btn{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid rgba(0,0,0,.22) !important;
  background:transparent !important;
  color:#3f3f3b !important;
  border-radius:9999px !important;
  padding:12px 20px !important;
  line-height:1 !important;
  font-size:15px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
  min-width:max-content !important;
  box-shadow:none !important;
  outline:none !important;
  transform:none !important;
  translate:none !important;
  position:static !important;
  left:auto !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  transition:background-color .18s ease, color .18s ease, border-color .18s ease !important;
  cursor:pointer;
}
.product-filter-pills .filter-btn:hover{
  background:rgba(58,105,49,.08) !important;
  border-color:rgba(58,105,49,.38) !important;
  color:#2f5728 !important;
}
.product-filter-pills .filter-btn:focus,
.product-filter-pills .filter-btn:active{
  transform:none !important;
  translate:none !important;
  box-shadow:none !important;
  outline:none !important;
}
.product-filter-pills .filter-btn.is-active,
.product-filter-pills .filter-btn[aria-pressed="true"]{
  background:#3a6931 !important;
  color:#fff !important;
  border-color:#3a6931 !important;
  font-weight:500 !important;
}
.product-filter-pills .filter-btn.is-active:hover,
.product-filter-pills .filter-btn[aria-pressed="true"]:hover{
  background:#335d2b !important;
  border-color:#335d2b !important;
  color:#fff !important;
}
.product-card.is-hidden{
  display:none !important;
}
.product-card{
  position:relative;
  z-index:1;
}
.product-card,
.product-card *{
  backface-visibility:hidden;
}
