/* Jee Honey homepage redesign — reference layout */

.page-home,
.page-about {
  --jh-brown: #2d1b0d;
  --jh-brown-soft: #3c2a21;
  --jh-cream: #fffae6;
  --jh-cream-deep: #fffae6;
  --jh-gold: #c08a3e;
  --jh-gold-light: #f5e6b8;
  --jh-amber: #fbbf24;
  --jh-amber-btn: #f5c518;
  --jh-body: #4a3d32;
  --jh-muted: #8a7a6a;
  --jh-white: #ffffff;
  --jh-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --jh-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--jh-cream-deep);
}

.page-home .jee-home {
  --jh-cream: #fffae6;
  --jh-cream-deep: #fffae6;
  font-family: var(--jh-sans);
  color: var(--jh-brown);
  background-color: var(--jh-cream) !important;
}

body.page-home,
body.page-home .page-wrapper {
  background-color: var(--jh-cream) !important;
}

/* Allow sticky header on desktop — .page-wrapper overflow:hidden breaks position:sticky */
@media (min-width: 992px) {
  .page-home .page-wrapper,
  .page-about .page-wrapper {
    overflow: visible !important;
  }
}

@media (max-width: 991px) {
  body.page-home,
  body.page-about {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  body.page-home .page-wrapper,
  body.page-about .page-wrapper {
    overflow-x: hidden !important;
    max-width: 100%;
  }

  .page-home .jee-home,
  .page-about .jee-home {
    overflow-x: hidden;
    max-width: 100%;
  }
}

.page-home .jh-site-header,
.page-about .jh-site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: var(--jh-cream) !important;
  border-bottom: 1px solid rgba(45, 27, 13, 0.06);
  box-shadow: none;
  transform: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Disable theme clone header — it hides on scroll down and only appears after 1000px */
.page-home .sticky-header,
.page-about .sticky-header {
  display: none !important;
}

.page-home .jh-site-header .navigation,
.page-about .jh-site-header .navigation {
  padding: 20px 0;
  border-bottom: none;
  background: var(--jh-cream);
}

.page-home .jh-site-header .navigation > .container,
.page-about .jh-site-header .navigation > .container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(24px, 4vw, 40px);
  padding-right: clamp(24px, 4vw, 40px);
  border-bottom: none !important;
}

.page-home .jh-site-header .jh-nav-row,
.page-about .jh-site-header .jh-nav-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 24px;
  width: 100%;
}

.page-home .jh-site-header .navbar-header,
.page-about .jh-site-header .navbar-header {
  margin-top: 0 !important;
  flex-shrink: 0;
  grid-column: 1;
  justify-self: start;
}

.page-home .jh-site-header .jh-brand,
.page-about .jh-site-header .jh-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--jh-brown) !important;
  text-decoration: none;
  padding: 0;
}

.page-home .jh-site-header .jh-brand-logo,
.page-about .jh-site-header .jh-brand-logo {
  height: 42px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
  background: transparent;
  mix-blend-mode: multiply;
}

.page-home .jh-site-header .jh-brand-divider,
.page-about .jh-site-header .jh-brand-divider {
  width: 1px;
  height: 30px;
  background: rgba(168, 139, 92, 0.45);
  flex-shrink: 0;
  margin: 0 2px;
}

.page-home .jh-site-header .jh-brand-taglines,
.page-about .jh-site-header .jh-brand-taglines {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--jh-sans);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a88b5c;
  line-height: 1.3;
}

.page-home .jh-site-header .navigation-holder,
.page-about .jh-site-header .navigation-holder {
  grid-column: 2;
  justify-self: center;
  flex: 0 0 auto;
  width: auto;
}

.page-home .jh-site-header .jh-header-actions,
.page-about .jh-site-header .jh-header-actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .page-home .jh-site-header .navigation-holder.collapse,
  .page-about .jh-site-header .navigation-holder.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }

  .page-home .jh-site-header .jh-nav-list,
  .page-about .jh-site-header .jh-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 !important;
    padding: 0;
    flex-wrap: nowrap;
  }

  .page-home .jh-site-header #navbar > ul,
  .page-about .jh-site-header #navbar > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 !important;
  }

  .page-home .jh-site-header #navbar > ul > li,
  .page-about .jh-site-header #navbar > ul > li {
    margin: 0;
    padding: 0;
  }

  .page-home .jh-site-header #navbar > ul > li > a,
  .page-about .jh-site-header #navbar > ul > li > a {
    padding: 10px 18px !important;
    border-radius: 999px;
    font-family: var(--jh-sans);
    font-size: 0.875rem;
    font-weight: 500;
    color: #3c2a21 !important;
    background: transparent;
    display: inline-block;
    position: static;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .page-home .jh-site-header #navbar > ul > li > a:hover,
  .page-about .jh-site-header #navbar > ul > li > a:hover {
    color: #2b1b0e !important;
  }

  .page-home .jh-site-header #navbar > ul > li > a.active,
  .page-about .jh-site-header #navbar > ul > li > a.active {
    background: rgba(253, 230, 138, 0.55);
    color: var(--jh-brown) !important;
  }
}

/* Remove theme flaticon bee on nav hover/active */
.page-home .jh-site-header #navbar > ul > li > a::before,
.page-about .jh-site-header #navbar > ul > li > a::before {
  display: none !important;
  content: none !important;
}

.page-home .jh-cart-btn,
.page-about .jh-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--jh-brown);
  color: var(--jh-white) !important;
  font-family: var(--jh-sans);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.page-home .jh-cart-btn:hover,
.page-about .jh-cart-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(43, 27, 14, 0.25);
  color: var(--jh-white) !important;
}

.page-home .jh-cart-btn i,
.page-about .jh-cart-btn i {
  font-size: 0.9rem;
  color: #f5c518;
}

.page-home .jh-site-header .jh-brand:hover,
.page-about .jh-site-header .jh-brand:hover {
  color: var(--jh-brown) !important;
  transform: none;
  opacity: 1;
}

/* Hero */
.page-home .jee-home .jh-hero {
  position: relative;
  background: var(--jh-cream) !important;
  border-top: none !important;
  padding: clamp(8px, 1.5vw, 12px) 0 0 !important;
  overflow: visible;
}

.page-home .jee-home .jh-hero::before,
.page-home .jee-home .jh-hero::after,
.page-home .jee-home .jh-hero-bg {
  display: none;
}

.page-home .jee-home .jh-hero .jh-wrap.jh-hero-grid {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(40px, 5vw, 56px);
  padding-left: clamp(24px, 4vw, 40px);
  padding-right: clamp(24px, 4vw, 40px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.page-home .jee-home .jh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-home .jee-home .jh-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.page-home .jee-home .jh-hero-content .jh-badge,
.page-home .jee-home .jh-hero h1,
.page-home .jee-home .jh-hero .jh-lead,
.page-home .jee-home .jh-hero .jh-actions,
.page-home .jee-home .jh-hero-stats {
  margin-left: 0 !important;
}

.page-home .jee-home .jh-hero-content .jh-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--jh-white);
  border: 1px solid rgba(45, 27, 13, 0.12);
  color: var(--jh-brown-soft);
  font-family: var(--jh-sans);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 7px 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  box-shadow: none;
}

.page-home .jee-home .jh-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}

.page-home .jee-home .jh-hero h1 {
  font-family: var(--jh-serif) !important;
  font-size: clamp(2.75rem, 4.6vw, 4.25rem) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em;
  color: var(--jh-brown) !important;
  max-width: 11.5ch !important;
  margin: 0 0 20px !important;
}

.page-home .jee-home .jh-hero h1 em {
  font-family: "Cormorant Garamond", var(--jh-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--jh-gold);
}

.page-home .jee-home .jh-lead {
  font-family: var(--jh-sans);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(45, 27, 13, 0.78);
  max-width: 30rem !important;
  margin: 0 0 28px !important;
}

.page-home .jee-home .jh-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px !important;
}

.page-home .jee-home .jh-btn {
  font-family: var(--jh-sans);
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  border: 2px solid transparent;
}

.page-home .jee-home .jh-hero-stat strong {
  display: block;
  font-family: var(--jh-serif);
  font-size: clamp(1.875rem, 2.6vw, 2.375rem);
  font-weight: 700;
  color: var(--jh-gold);
  line-height: 1;
  margin-bottom: 6px;
}

.page-home .jee-home .jh-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(28px, 4.5vw, 48px);
  max-width: none;
  justify-content: start;
  align-items: start;
}

.page-home .jee-home .jh-hero-stat span {
  font-family: var(--jh-sans);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--jh-brown-soft);
  line-height: 1.35;
}

.page-home .jee-home .jh-btn--primary {
  background: var(--jh-brown) !important;
  border-color: var(--jh-brown) !important;
  color: var(--jh-white) !important;
}

.page-home .jee-home .jh-btn--secondary {
  background: var(--jh-white) !important;
  border-color: rgba(43, 27, 14, 0.18) !important;
  color: var(--jh-brown) !important;
}

@media (min-width: 768px) {
  .page-home .jee-home .jh-hero .jh-badge,
  .page-home .jee-home .jh-hero h1,
  .page-home .jee-home .jh-hero .jh-lead,
  .page-home .jee-home .jh-hero .jh-actions,
  .page-home .jee-home .jh-hero-stats {
    margin-left: 0 !important;
  }
}

.page-home .jee-home .jh-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(440px, 45vw, 580px);
  padding: 0;
  overflow: visible;
}

.page-home .jee-home .jh-hero-visual-inner {
  position: relative;
  width: min(100%, 520px);
  height: clamp(420px, 44vw, 540px);
  margin: 0 auto;
}

/* Glow — bottom-right; jar sits on top-left arc */
.page-home .jee-home .jh-hero-glow {
  position: absolute;
  right: -26%;
  bottom: -42%;
  width: 132%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle at 42% 42%,
    rgba(251, 191, 36, 0.52) 0%,
    rgba(253, 224, 71, 0.26) 34%,
    rgba(255, 247, 231, 0) 62%
  );
  pointer-events: none;
  z-index: 0;
}

/* Jar + rings — sized to match reference (~68% visual height) */
.page-home .jee-home .jh-hero-product-stack {
  position: absolute;
  top: 44%;
  left: 44%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 72%;
  max-height: 390px;
  z-index: 1;
}

.page-home .jee-home .jh-hero-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.18);
  pointer-events: none;
  aspect-ratio: 1;
  width: auto;
  height: 108%;
}

.page-home .jee-home .jh-hero-ring--1 {
  height: 118%;
}

.page-home .jee-home .jh-hero-ring--2 {
  height: 96%;
  border-color: rgba(201, 162, 39, 0.14);
}

.page-home .jee-home .jh-hero-ring--3 {
  height: 74%;
  border-color: rgba(201, 162, 39, 0.08);
}

.page-home .jee-home .jh-hero-jar {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  transform: none;
  z-index: 2;
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 22px 44px rgba(43, 27, 14, 0.18));
  margin: 0 auto;
}

.page-home .jee-home .jh-float-card {
  position: absolute;
  z-index: 3;
  background: var(--jh-white);
  border-radius: 14px;
  padding: 14px 18px;
  font-family: var(--jh-sans);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--jh-brown);
  box-shadow: 0 8px 28px rgba(45, 27, 13, 0.12);
  white-space: nowrap;
}

.page-home .jee-home .jh-float-card--top {
  top: 8%;
  right: 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  white-space: normal;
  line-height: 1.25;
  padding: 14px 20px;
}

.page-home .jee-home .jh-float-card--top small {
  font-family: var(--jh-sans);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--jh-body);
}

.page-home .jee-home .jh-float-card--top strong {
  font-family: var(--jh-serif);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--jh-brown);
}

.page-home .jee-home .jh-float-card--rating {
  bottom: 32%;
  left: 2%;
  background: var(--jh-brown);
  color: var(--jh-white);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(45, 27, 13, 0.22);
}

.page-home .jee-home .jh-rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-home .jee-home .jh-float-card--rating .stars {
  color: var(--jh-amber);
  font-size: 1rem;
  line-height: 1;
}

.page-home .jee-home .jh-float-card--rating strong {
  font-family: var(--jh-serif);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--jh-white);
}

.page-home .jee-home .jh-float-card--rating small {
  font-family: var(--jh-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.85;
  color: rgba(255, 255, 255, 0.9);
}

.page-home .jee-home .jh-bee-deco {
  position: absolute;
  right: 0;
  top: 32%;
  width: 40px;
  height: auto;
  opacity: 1;
  z-index: 4;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center center;
  filter: drop-shadow(0 3px 6px rgba(43, 27, 14, 0.12));
  will-change: transform;
}

/* Trust bar — part of hero section */
.page-home .jh-hero .jh-trust-bar {
  position: relative;
  z-index: 1;
  background: var(--jh-brown);
  padding: 18px clamp(16px, 4vw, 40px);
  margin-top: 0;
  width: 100%;
}

.page-home .jh-trust-bar-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.page-home .jh-trust-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 14px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .jh-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 249, 229, 0.92);
  font-family: var(--jh-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.page-home .jh-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.page-home .jh-trust-icon--bee img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.page-home .jh-trust-icon--leaf i {
  color: #f5c518;
  font-size: 1.125rem;
}

.page-home .jh-trust-icon--award i {
  color: #f5c518;
  font-size: 1.125rem;
}

.page-home .jh-trust-icon--truck i {
  color: #f5c518;
  font-size: 1.0625rem;
}

/* Facility section */
.page-home .jee-home .jh-facility {
  background: var(--jh-cream-deep);
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(56px, 8vw, 96px);
}

.page-home .jee-home .jh-facility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
  max-width: 1240px;
}

.page-home .jee-home .jh-photo-grid-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(43, 27, 14, 0.1);
  background: #fff;
}

.page-home .jee-home .jh-photo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
}

.page-home .jee-home .jh-photo-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.page-home .jee-home .jh-photo-caption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  background: var(--jh-white);
  border: 1px solid rgba(43, 27, 14, 0.08);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--jh-brown);
  box-shadow: 0 4px 16px rgba(43, 27, 14, 0.12);
  line-height: 1.3;
}

.page-home .jee-home .jh-facility-content {
  padding-top: 8px;
}

.page-home .jee-home .jh-facility-kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--jh-gold);
  margin: 0 0 14px;
}

.page-home .jee-home .jh-facility h2 {
  font-family: var(--jh-serif);
  font-size: clamp(1.875rem, 3.2vw, 2.625rem);
  font-weight: 700;
  color: var(--jh-brown);
  line-height: 1.12;
  margin: 0 0 18px;
}

.page-home .jee-home .jh-facility-text {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--jh-body);
  margin: 0 0 28px;
  max-width: none;
}

.page-home .jee-home .jh-feature-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 20px;
  margin-bottom: 32px;
}

.page-home .jee-home .jh-feature-mini {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.page-home .jee-home .jh-feature-mini-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #fdf3d7;
  color: #b8860b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}

.page-home .jee-home .jh-feature-mini h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--jh-brown);
  margin: 0 0 4px;
}

.page-home .jee-home .jh-feature-mini p {
  font-size: 0.8125rem;
  color: var(--jh-muted);
  margin: 0;
  line-height: 1.55;
}

.page-home .jee-home .jh-facility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .jee-home .jh-btn--warm {
  background: #c07810;
  border-color: #c07810;
  color: var(--jh-white);
}

.page-home .jee-home .jh-btn--warm:hover {
  color: var(--jh-white);
  filter: brightness(1.05);
}

.page-home .jee-home .jh-btn--outline-warm {
  background: var(--jh-white);
  border: 2px solid rgba(192, 120, 16, 0.35);
  color: var(--jh-brown);
}

.page-home .jee-home .jh-btn--outline-warm:hover {
  border-color: rgba(192, 120, 16, 0.55);
  background: #fffdf8;
  color: var(--jh-brown);
}

/* Value-added range */
.page-home .jee-home .jh-va-range {
  background: var(--jh-cream);
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(56px, 8vw, 96px);
}

.page-home .jee-home .jh-va-range-wrap {
  position: relative;
  max-width: 1240px;
}

.page-home .jee-home .jh-va-bee-deco {
  position: absolute;
  right: 0;
  top: clamp(48px, 6vw, 72px);
  width: 36px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}

.page-home .jee-home .jh-va-range .jh-section-head {
  margin-bottom: clamp(36px, 5vw, 48px);
}

.page-home .jee-home .jh-va-range .jh-section-title {
  font-family: var(--jh-serif);
  font-size: clamp(1.875rem, 3.2vw, 2.5rem);
  color: var(--jh-brown);
}

.page-home .jee-home .jh-va-range .jh-section-sub {
  font-family: var(--jh-serif);
  font-size: 1.0625rem;
  color: var(--jh-body);
  max-width: 36rem;
}

.page-home .jee-home .jh-va-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.page-home .jee-home .jh-va-card {
  background: var(--jh-white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(43, 27, 14, 0.08);
  border: 1px solid rgba(43, 27, 14, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.page-home .jee-home .jh-va-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(43, 27, 14, 0.12);
}

.page-home .jee-home .jh-va-card-visual {
  position: relative;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  background: #f8f4ee;
}

.page-home .jee-home .jh-va-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.page-home .jee-home .jh-va-veg {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #22c55e;
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.page-home .jee-home .jh-va-veg-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.page-home .jee-home .jh-va-card-body {
  padding: 18px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--jh-white);
  border-top: 1px solid rgba(43, 27, 14, 0.05);
}

.page-home .jee-home .jh-va-card-body h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1c1917;
  margin: 0 0 8px;
}

.page-home .jee-home .jh-va-card-body p {
  font-size: 0.8125rem;
  color: var(--jh-muted);
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-home .jee-home .jh-va-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.page-home .jee-home .jh-va-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #c07810;
}

.page-home .jee-home .jh-va-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--jh-brown);
  text-decoration: none;
  white-space: nowrap;
}

.page-home .jee-home .jh-va-link:hover {
  color: var(--jh-gold);
}

/* About story */
.page-home .jee-home .jh-about-story {
  background: #fef9e7;
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(56px, 8vw, 96px);
}

.page-home .jee-home .jh-about-story-wrap {
  max-width: 1240px;
}

.page-home .jee-home .jh-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 56px);
  align-items: center;
}

.page-home .jee-home .jh-about-story-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(43, 27, 14, 0.14);
  aspect-ratio: 5 / 4;
  width: 100%;
}

.page-home .jee-home .jh-about-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 52%, rgba(43, 27, 14, 0.62) 100%);
  pointer-events: none;
}

.page-home .jee-home .jh-about-story-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.page-home .jee-home .jh-about-story-overlay {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  margin: 0;
  padding: 0;
  background: none;
  font-family: var(--jh-serif);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--jh-white);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  max-width: 12ch;
}

.page-home .jee-home .jh-about-story-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4px;
}

.page-home .jee-home .jh-about-kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b4842c;
  margin: 0 0 14px;
}

.page-home .jee-home .jh-about-story h2 {
  font-family: var(--jh-serif);
  font-size: clamp(1.875rem, 3.2vw, 2.5rem);
  font-weight: 700;
  color: #2d1b08;
  line-height: 1.14;
  margin: 0 0 18px;
}

.page-home .jee-home .jh-about-story-text {
  font-size: 1.0625rem;
  line-height: 1.72;
  color: var(--jh-body);
  margin: 0 0 32px;
  max-width: 34rem;
}

.page-home .jee-home .jh-about-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.page-home .jee-home .jh-about-metric {
  background: #f9f3d1;
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
}

.page-home .jee-home .jh-about-metric strong {
  display: block;
  font-family: var(--jh-serif);
  font-size: clamp(1.375rem, 2.2vw, 1.625rem);
  font-weight: 700;
  color: #c49a3d;
  line-height: 1.1;
  margin-bottom: 6px;
}

.page-home .jee-home .jh-about-metric span {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--jh-brown-soft);
  line-height: 1.35;
  display: block;
}

.page-home .jee-home .jh-about-cta {
  min-height: 48px;
  padding: 12px 28px;
}

/* Honey products showcase */
.page-home .jee-home .jh-honey-products {
  background: #fefbea;
  padding-top: clamp(56px, 8vw, 88px);
  padding-bottom: clamp(56px, 8vw, 88px);
}

.page-home .jee-home .jh-honey-products-wrap {
  position: relative;
  max-width: 1240px;
}

.page-home .jee-home .jh-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(32px, 4vw, 44px);
}

.page-home .jee-home .jh-products-head .jh-section-head {
  text-align: left;
  margin-bottom: 0;
  max-width: none;
}

.page-home .jee-home .jh-honey-products .jh-section-kicker {
  color: #b4842c;
  letter-spacing: 0.2em;
}

.page-home .jee-home .jh-honey-products .jh-section-title {
  font-family: var(--jh-serif);
  font-size: clamp(1.875rem, 3.2vw, 2.5rem);
  color: #2d1b08;
}

.page-home .jee-home .jh-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.page-home .jee-home .jh-shop-card {
  background: var(--jh-white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(43, 27, 14, 0.08);
  border: 1px solid rgba(43, 27, 14, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.page-home .jee-home .jh-shop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(43, 27, 14, 0.12);
}

.page-home .jee-home .jh-shop-card-media {
  position: relative;
  background-color: #fef0c4;
  background-image: radial-gradient(
    ellipse 88% 92% at 50% 46%,
    #fffef8 0%,
    #fff6cf 38%,
    #fdeea2 72%,
    #f8e08e 100%
  );
  padding: 24px 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
}

.page-home .jee-home .jh-shop-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #2d1b08;
  color: var(--jh-white);
  font-family: var(--jh-sans);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 999px;
}

.page-home .jee-home .jh-shop-card-media img {
  max-height: 168px;
  width: auto;
  max-width: 92%;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 10px 22px rgba(43, 27, 14, 0.16));
}

.page-home .jee-home .jh-shop-card-body {
  padding: 16px 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--jh-white);
}

.page-home .jee-home .jh-shop-card-body h3 {
  font-family: var(--jh-serif);
  font-size: 1rem;
  font-weight: 700;
  color: #2d1b08;
  margin: 0 0 4px;
  line-height: 1.2;
}

.page-home .jee-home .jh-shop-card-flavor {
  font-size: 0.8125rem;
  color: var(--jh-muted);
  margin: 0 0 10px;
}

.page-home .jee-home .jh-shop-card-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  margin-bottom: 14px;
}

.page-home .jee-home .jh-shop-card-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2d1b08;
}

.page-home .jee-home .jh-shop-card-weights {
  font-size: 0.6875rem;
  color: var(--jh-muted);
}

.page-home .jee-home .jh-btn--cart {
  width: 100%;
  background: #f5c518;
  border-color: #f5c518;
  color: #2d1b08;
  font-weight: 700;
  font-size: 0.8125rem;
  min-height: 42px;
  border-radius: 10px;
  margin-top: auto;
}

.page-home .jee-home .jh-btn--cart:hover {
  filter: brightness(1.04);
  color: #2d1b08;
}

.page-home .jee-home .jh-products-head .jh-btn--outline-dark {
  flex-shrink: 0;
  min-height: 44px;
  padding: 10px 22px;
  font-size: 0.875rem;
  border-color: rgba(43, 27, 14, 0.22);
}

.page-home .jee-home .jh-btn--cart:hover {
  filter: brightness(1.04);
  color: var(--jh-brown);
}

.page-home .jee-home .jh-btn--outline-dark {
  background: transparent;
  border: 2px solid rgba(43, 27, 14, 0.2);
  color: var(--jh-brown);
  white-space: nowrap;
}

/* Testimonials */
.page-home .jee-home .jh-reviews {
  background: #3d2411;
  padding: clamp(56px, 8vw, 88px) 0;
  position: relative;
  overflow: hidden;
}

.page-home .jee-home .jh-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.page-home .jee-home .jh-reviews .jh-section-head--center {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 48px);
  position: relative;
  z-index: 1;
}

.page-home .jee-home .jh-reviews .jh-section-kicker {
  color: #e8b84a;
  letter-spacing: 0.2em;
}

.page-home .jee-home .jh-reviews .jh-section-title {
  font-family: var(--jh-serif);
  color: var(--jh-white);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

.page-home .jee-home .jh-reviews-slider-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.page-home .jee-home .jh-reviews-active {
  width: 100%;
}

.page-home .jee-home .jh-reviews-active .slick-slide {
  width: calc(100vw / 4.25);
  height: auto;
  padding-right: 24px;
  box-sizing: border-box;
}

.page-home .jee-home .jh-reviews-active .slick-slide > div {
  height: 100%;
}

.page-home .jee-home .jh-review-card {
  width: 100%;
  min-height: 252px;
  height: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-home .jee-home .jh-review-card .jh-stars {
  color: #f5c518;
  font-size: 0.6875rem;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.page-home .jee-home .jh-review-card blockquote {
  margin: 0 0 20px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 251, 235, 0.92);
  flex: 1;
}

.page-home .jee-home .jh-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.page-home .jee-home .jh-review-avatar {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f5c518;
  color: #3d2411;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .jee-home .jh-review-author strong {
  display: block;
  font-size: 0.875rem;
  color: var(--jh-white);
}

.page-home .jee-home .jh-review-author span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

/* CTA banner */
.page-home .jee-home .jh-cta-banner {
  background: #fef9e7;
  padding: clamp(48px, 7vw, 80px) 0 clamp(56px, 8vw, 88px);
}

.page-home .jee-home .jh-cta-banner-wrap {
  position: relative;
  max-width: 1240px;
}

.page-home .jee-home .jh-cta-box {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) clamp(32px, 5vw, 56px);
  border-radius: 28px;
  background: linear-gradient(90deg, #fde047 0%, #fbbf24 38%, #f59e0b 72%, #e88a18 100%);
  text-align: center;
  box-shadow: 0 18px 56px rgba(234, 136, 24, 0.18);
}

.page-home .jee-home .jh-cta-box h2 {
  font-family: var(--jh-serif);
  font-size: clamp(1.875rem, 3.8vw, 2.75rem);
  font-weight: 700;
  color: #2d1b08;
  margin: 0 0 14px;
  line-height: 1.12;
}

.page-home .jee-home .jh-cta-box h2 em {
  font-family: "Cormorant Garamond", var(--jh-serif);
  font-style: italic;
  font-weight: 700;
  color: #2d1b08;
}

.page-home .jee-home .jh-cta-box p {
  font-family: var(--jh-sans);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #2d1b08;
  margin: 0 0 28px;
  opacity: 0.88;
}

.page-home .jee-home .jh-btn--cta-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 34px;
  border-radius: 999px;
  background: #2d1b08;
  border: none;
  color: var(--jh-white);
  font-family: var(--jh-sans);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(45, 27, 8, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .jee-home .jh-btn--cta-shop:hover {
  color: var(--jh-white);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(45, 27, 8, 0.32);
}

/* Footer redesign */
.page-home .jh-footer,
.page-about .jh-footer {
  background: #1a0f08;
  color: rgba(201, 162, 39, 0.72);
  padding: clamp(56px, 7vw, 80px) 0 clamp(28px, 4vw, 36px);
}

.page-home .jh-footer .jh-footer-wrap {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 5vw, 32px);
  padding-right: clamp(20px, 5vw, 32px);
}

.page-home .jh-footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px 40px;
  padding-bottom: clamp(32px, 4vw, 44px);
}

.page-home .jh-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.page-home .jh-footer-col--brand {
  flex: 0 1 340px;
  max-width: 340px;
  min-width: min(100%, 280px);
}

.page-home .jh-footer-col--links {
  flex: 0 0 auto;
  min-width: 108px;
}

.page-home .jh-footer-col--visit {
  flex: 0 1 300px;
  max-width: 300px;
  min-width: min(100%, 240px);
}

.page-home .jh-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.page-home .jh-footer-brand img {
  height: 52px;
  width: auto;
  flex-shrink: 0;
  background: var(--jh-white);
  border-radius: 14px;
  padding: 7px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-home .jh-footer-brand span {
  font-family: var(--jh-serif);
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  font-weight: 700;
  color: var(--jh-white);
  line-height: 1.1;
}

.page-home .jh-footer-desc {
  font-family: var(--jh-sans);
  font-size: 0.8125rem;
  line-height: 1.7;
  color: rgba(201, 162, 39, 0.68);
  margin: 0;
}

.page-home .jh-footer h4 {
  font-family: var(--jh-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a227;
  margin: 0 0 18px;
  line-height: 1;
}

.page-home .jh-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .jh-footer ul li {
  margin-bottom: 11px;
}

.page-home .jh-footer ul li:last-child {
  margin-bottom: 0;
}

.page-home .jh-footer ul a {
  color: rgba(201, 162, 39, 0.78);
  text-decoration: none;
  font-family: var(--jh-sans);
  font-size: 0.8125rem;
  transition: color 0.15s ease;
}

.page-home .jh-footer ul a:hover {
  color: #e8c96a;
}

.page-home .jh-footer-contact {
  font-family: var(--jh-sans);
  font-size: 0.8125rem;
  line-height: 1.7;
  color: rgba(201, 162, 39, 0.68);
  margin: 0;
}

.page-home .jh-footer-contact a {
  color: rgba(201, 162, 39, 0.78);
  text-decoration: none;
  transition: color 0.15s ease;
}

.page-home .jh-footer-contact a:hover {
  color: #e8c96a;
}

.page-home .jh-footer-bottom {
  border-top: 1px solid rgba(201, 162, 39, 0.22);
  padding-top: 22px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  font-family: var(--jh-sans);
  font-size: 0.6875rem;
  color: rgba(201, 162, 39, 0.52);
}

.page-home .jh-footer-copy {
  flex: 0 1 auto;
  text-align: left;
}

.page-home .jh-footer-certs {
  flex: 0 1 auto;
  color: rgba(201, 162, 39, 0.52);
  text-align: right;
  margin-left: auto;
}

.page-home .client-area {
  display: none;
}

.page-home .tp-site-footer,
.page-about .tp-site-footer {
  display: none;
}

/* Section typography overrides */
.page-home .jee-home .jh-section-kicker {
  color: var(--jh-gold);
}

.page-home .jee-home .jh-section-title {
  font-family: var(--jh-serif);
  color: var(--jh-brown);
}

.page-home .jee-home .jh-section-sub {
  color: var(--jh-body);
}

.page-home .jee-home section {
  position: relative;
}

.page-home .jee-home section.jh-hero {
  padding-top: clamp(8px, 1.5vw, 12px) !important;
  padding-bottom: 0 !important;
}

.page-home .jee-home .jh-wrap {
  max-width: 1240px;
}

/* Responsive */
@media (max-width: 991px) {
  body.page-home,
  body.page-about {
    scroll-padding-top: 80px;
  }

  .page-home header.site-header.jh-site-header,
  .page-about header.site-header.jh-site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none !important;
    background: var(--jh-cream) !important;
    border-bottom: 1px solid rgba(45, 27, 13, 0.08);
    box-shadow: 0 2px 14px rgba(43, 27, 14, 0.1);
  }

  .page-home .jh-site-header .navigation,
  .page-about .jh-site-header .navigation {
    padding: 12px 0;
    background: var(--jh-cream) !important;
  }

  .page-home .jee-home,
  .page-about .jee-home {
    padding-top: 80px;
  }

  .page-home .jee-home > section {
    scroll-margin-top: 88px;
  }

  .page-home .site-header .navigation.sticky-on,
  .page-about .site-header .navigation.sticky-on {
    position: static !important;
    top: auto !important;
    opacity: 1 !important;
  }

  .page-home .jh-site-header .navigation > .container,
  .page-about .jh-site-header .navigation > .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-home .jh-site-header .jh-nav-row,
  .page-about .jh-site-header .jh-nav-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: 10px;
    row-gap: 0;
    position: relative;
    min-height: 56px;
    padding-right: 0;
  }

  .page-home .jh-site-header .navbar-header,
  .page-about .jh-site-header .navbar-header {
    display: contents;
    margin-top: 0 !important;
  }

  .page-home .jh-site-header .jh-brand,
  .page-about .jh-site-header .jh-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    gap: 8px;
  }

  .page-home .jh-site-header .jh-brand-divider,
  .page-about .jh-site-header .jh-brand-divider {
    display: block;
    height: 26px;
  }

  .page-home .jh-site-header .jh-brand-taglines,
  .page-about .jh-site-header .jh-brand-taglines {
    display: flex;
    flex-shrink: 1;
    min-width: 0;
    font-size: 0.4375rem;
    letter-spacing: 0.14em;
    line-height: 1.25;
  }

  .page-home .jh-site-header .jh-header-actions,
  .page-about .jh-site-header .jh-header-actions {
    grid-column: 2;
    grid-row: 1;
    position: static;
    transform: none;
    right: auto;
    top: auto;
    margin: 0;
    z-index: 2;
  }

  .page-home .jh-site-header .navbar-header .open-btn,
  .page-about .jh-site-header .navbar-header .open-btn {
    grid-column: 3;
    grid-row: 1;
    position: relative !important;
    top: auto;
    right: auto;
    transform: none;
    z-index: 1201;
    width: 44px !important;
    height: 44px !important;
    margin: 0;
    padding: 0 !important;
    border: none !important;
    border-radius: 12px;
    background: var(--jh-brown) !important;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: none;
    overflow: visible;
  }

  .page-home .jh-site-header .navbar-header .open-btn span.icon-bar,
  .page-about .jh-site-header .navbar-header .open-btn span.icon-bar {
    background-color: #fff !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    display: block;
    border-radius: 2px;
    flex-shrink: 0;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }

  .page-home .jh-site-header .navbar-header .open-btn.x-close,
  .page-about .jh-site-header .navbar-header .open-btn.x-close {
    gap: 0;
  }

  .page-home .jh-site-header .navbar-header .open-btn.x-close span.icon-bar,
  .page-about .jh-site-header .navbar-header .open-btn.x-close span.icon-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -9px !important;
  }

  .page-home .jh-site-header .navbar-header .open-btn.x-close span.middle-angle,
  .page-about .jh-site-header .navbar-header .open-btn.x-close span.middle-angle {
    opacity: 0;
  }

  .page-home .jh-site-header .navbar-header .open-btn.x-close span.first-angle,
  .page-about .jh-site-header .navbar-header .open-btn.x-close span.first-angle {
    transform: rotate(45deg);
  }

  .page-home .jh-site-header .navbar-header .open-btn.x-close span.last-angle,
  .page-about .jh-site-header .navbar-header .open-btn.x-close span.last-angle {
    transform: rotate(-45deg);
  }

  .page-home .jh-site-header .navigation-holder,
  .page-about .jh-site-header .navigation-holder {
    grid-column: 1 / -1;
    grid-row: 1;
    pointer-events: none;
  }

  .page-home .jh-site-header .navigation-holder.slideInn,
  .page-about .jh-site-header .navigation-holder.slideInn {
    pointer-events: auto;
  }

  .page-home .jh-site-header #navbar,
  .page-about .jh-site-header #navbar {
    position: fixed !important;
    top: 0 !important;
    left: calc(-1 * min(300px, 88vw) - 24px) !important;
    width: min(300px, 88vw) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 64px !important;
    background: #fffae6 !important;
    z-index: 1200 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-shadow: 8px 0 32px rgba(43, 27, 14, 0.14);
    border-right: 1px solid rgba(43, 27, 14, 0.06);
    transition: left 0.28s ease;
    pointer-events: auto;
  }

  .page-home .jh-site-header #navbar.slideInn,
  .page-about .jh-site-header #navbar.slideInn {
    left: 0 !important;
  }

  .page-home .jh-site-header #navbar:not(.slideInn),
  .page-about .jh-site-header #navbar:not(.slideInn) {
    pointer-events: none;
  }

  .page-home .jh-site-header #navbar:not(.slideInn) .menu-close,
  .page-about .jh-site-header #navbar:not(.slideInn) .menu-close {
    display: none !important;
  }

  .page-home .jh-site-header #navbar .jh-nav-list,
  .page-about .jh-site-header #navbar .jh-nav-list,
  .page-home .jh-site-header #navbar > ul,
  .page-about .jh-site-header #navbar > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 8px 0 32px !important;
    background: transparent !important;
    position: relative;
    z-index: 1;
    float: none !important;
  }

  .page-home .jh-site-header #navbar .jh-nav-list > li,
  .page-about .jh-site-header #navbar .jh-nav-list > li,
  .page-home .jh-site-header #navbar > ul > li,
  .page-about .jh-site-header #navbar > ul > li {
    display: block !important;
    float: none !important;
    width: 100%;
  }

  .page-home .jh-site-header .menu-close,
  .page-about .jh-site-header .menu-close {
    display: flex !important;
    position: absolute !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
    background: rgba(43, 27, 14, 0.06) !important;
    color: var(--jh-brown) !important;
    border-radius: 10px;
    line-height: 1;
    z-index: 2;
  }

  .page-home .jh-site-header .menu-close .fi:before,
  .page-about .jh-site-header .menu-close .fi:before {
    font-size: 16px;
    color: var(--jh-brown);
  }

  .page-home .jh-site-header #navbar > ul > li > a,
  .page-about .jh-site-header #navbar > ul > li > a {
    padding: 14px 20px !important;
    font-family: var(--jh-sans);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--jh-brown-soft) !important;
  }

  .page-home .jh-site-header #navbar > ul > li > a.active,
  .page-about .jh-site-header #navbar > ul > li > a.active {
    background: rgba(253, 230, 138, 0.55);
    color: var(--jh-brown) !important;
  }

  .page-home .jh-site-header #navbar > ul > li,
  .page-about .jh-site-header #navbar > ul > li {
    border-bottom: 1px solid rgba(43, 27, 14, 0.06);
  }

  .page-home .jh-site-header .jh-cart-btn,
  .page-about .jh-site-header .jh-cart-btn {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.8125rem;
  }

  .page-home .jh-site-header .jh-brand-logo,
  .page-about .jh-site-header .jh-brand-logo {
    height: 36px;
  }

  .page-home .jee-home .jh-hero {
    padding-top: clamp(4px, 2vw, 8px) !important;
    overflow: hidden;
  }

  .page-home .jee-home section.jh-hero {
    padding-top: clamp(4px, 2vw, 8px) !important;
    overflow: hidden;
  }

  .page-home .jee-home .jh-hero .jh-wrap.jh-hero-grid {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
  }

  .page-home .jee-home .jh-hero-grid {
    gap: 24px;
  }

  .page-home .jee-home .jh-hero-visual {
    order: -1;
    min-height: min(85vw, 360px);
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .page-home .jee-home .jh-hero-visual-inner {
    width: min(100%, 320px);
    height: min(80vw, 340px);
    margin: 0 auto;
    padding-bottom: 0;
    overflow: hidden;
  }

  .page-home .jee-home .jh-hero-glow {
    right: -10%;
    bottom: -28%;
    width: 110%;
  }

  .page-home .jee-home .jh-hero-product-stack {
    top: 46%;
    left: 46%;
    height: 70%;
    max-height: 280px;
    transform: translate(-50%, -50%);
  }

  .page-home .jee-home .jh-float-card--top {
    top: 8%;
    right: 2%;
    padding: 10px 12px;
  }

  .page-home .jee-home .jh-float-card--top strong {
    font-size: 0.8125rem;
  }

  .page-home .jee-home .jh-float-card--rating {
    left: 0;
    bottom: 26%;
    padding: 10px 12px;
  }

  .page-home .jee-home .jh-bee-deco {
    right: 0;
    top: 28%;
    width: 30px;
  }

  .page-home .jee-home .jh-hero-content {
    width: 100%;
  }

  .page-home .jee-home .jh-hero-content .jh-badge {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
    margin-bottom: 20px;
  }

  .page-home .jee-home .jh-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
    margin-bottom: 28px;
  }

  .page-home .jee-home .jh-actions .jh-btn {
    width: 100%;
    justify-content: center;
  }

  .page-home .jee-home .jh-hero h1 {
    max-width: none !important;
    font-size: clamp(2.125rem, 7.5vw, 2.75rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em;
    margin-bottom: 18px !important;
  }

  .page-home .jee-home .jh-lead {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 24px !important;
    max-width: none !important;
  }

  .page-home .jee-home .jh-hero-content .jh-badge {
    font-size: 0.6875rem;
    margin-bottom: 20px;
  }

  .page-home .jee-home .jh-hero-stat strong {
    font-size: clamp(1.625rem, 5vw, 1.875rem);
  }

  .page-home .jee-home .jh-hero-stat span {
    font-size: 0.6875rem;
  }

  .page-home .jee-home .jh-hero-grid,
  .page-home .jee-home .jh-facility-grid,
  .page-home .jee-home .jh-about-story-grid {
    grid-template-columns: 1fr;
  }

  .page-home .jee-home .jh-about-story-media {
    aspect-ratio: 4 / 3;
  }

  .page-home .jee-home .jh-about-story-media img {
    object-position: center 8%;
  }

  .page-home .jee-home .jh-photo-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .jee-home .jh-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    justify-content: center;
    justify-items: center;
    text-align: center;
    padding-left: clamp(28px, 7vw, 44px);
  }

  .page-home .jee-home .jh-hero-stat {
    text-align: center;
  }

  .page-home .jee-home .jh-va-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .jee-home .jh-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .page-home .jh-trust-list {
    justify-content: center;
  }

  .page-home .jh-trust-list li {
    white-space: normal;
    text-align: left;
    flex: 0 1 calc(50% - 12px);
    justify-content: flex-start;
  }

  .page-home .jh-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    gap: 32px 40px;
  }

  .page-home .jh-footer-col--brand,
  .page-home .jh-footer-col--visit {
    max-width: none;
    min-width: 0;
  }

  .page-home .jh-footer-col--brand {
    grid-column: 1 / -1;
  }

  .page-home .jh-footer-bottom {
    flex-wrap: wrap;
  }

  .page-home .jh-footer-certs {
    margin-left: 0;
    text-align: left;
  }

  .page-home .jee-home .jh-hero .jh-badge,
  .page-home .jee-home .jh-hero h1,
  .page-home .jee-home .jh-hero .jh-lead,
  .page-home .jee-home .jh-hero .jh-actions {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .page-home .jh-site-header .jh-cart-btn,
  .page-about .jh-site-header .jh-cart-btn {
    padding: 10px 12px;
    font-size: 0;
    gap: 0;
  }

  .page-home .jh-site-header .jh-cart-btn i,
  .page-about .jh-site-header .jh-cart-btn i {
    font-size: 1rem;
  }

  .page-home .jee-home .jh-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .page-home .jee-home .jh-hero-stat strong {
    font-size: clamp(1.375rem, 4.5vw, 1.625rem);
  }

  .page-home .jee-home .jh-photo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .jee-home .jh-va-grid {
    grid-template-columns: 1fr;
  }

  .page-home .jee-home .jh-about-metrics {
    grid-template-columns: 1fr;
  }

  .page-home .jee-home .jh-feature-mini-grid {
    grid-template-columns: 1fr;
  }

  .page-home .jh-trust-list li {
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
  }

  .page-home .jh-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-home .jh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .page-home .jee-home .jh-products-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-home .jee-home .jh-reviews-active .slick-slide {
    width: min(88vw, 340px);
    padding-right: 16px;
  }

  .page-home .jee-home .jh-review-card {
    min-height: 228px;
    padding: 24px;
  }

  .page-home .jee-home .jh-products-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .page-home .jee-home .jh-products-grid .jh-shop-card {
    flex: 0 0 min(240px, 78vw);
    scroll-snap-align: start;
  }
}

.page-home .jee-home .jh-va-cta {
  text-align: center;
  margin-top: 40px;
}

.page-home .jee-home .jh-va-cta .jh-btn--outline-dark {
  min-height: 46px;
  padding: 12px 28px;
  border-color: rgba(43, 27, 14, 0.22);
  font-size: 0.875rem;
}

.page-home .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Homepage animations ── */
@keyframes jh-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes jh-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes jh-scale-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes jh-jar-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes jh-card-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes jh-glow-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.88;
    transform: scale(1.05);
  }
}

@keyframes jh-ring-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes jh-bee-flight {
  0%,
  100% {
    transform: translateY(-50%) translate(0, 0) rotate(0deg);
  }

  20% {
    transform: translateY(-50%) translate(8px, -14px) rotate(3deg);
  }

  40% {
    transform: translateY(-50%) translate(14px, -6px) rotate(6deg);
  }

  60% {
    transform: translateY(-50%) translate(6px, 6px) rotate(0deg);
  }

  80% {
    transform: translateY(-50%) translate(-4px, -2px) rotate(-4deg);
  }
}

@keyframes jh-trust-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-home .jh-hero-content .jh-badge,
.page-home .jh-hero-content h1,
.page-home .jh-hero-content .jh-lead,
.page-home .jh-hero-content .jh-actions,
.page-home .jh-hero-content .jh-hero-stats,
.page-home .jh-hero-glow,
.page-home .jh-hero-product-stack,
.page-home .jh-float-card--top,
.page-home .jh-float-card--rating,
.page-home .jh-bee-deco,
.page-home .jh-hero .jh-trust-bar {
  opacity: 0;
  animation-duration: 0.85s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: both;
  animation-play-state: paused;
}

.page-home.jh-animations-ready .jh-hero-content .jh-badge,
.page-home.jh-animations-ready .jh-hero-content h1,
.page-home.jh-animations-ready .jh-hero-content .jh-lead,
.page-home.jh-animations-ready .jh-hero-content .jh-actions,
.page-home.jh-animations-ready .jh-hero-content .jh-hero-stats {
  animation-name: jh-fade-up;
  animation-play-state: running;
}

.page-home.jh-animations-ready .jh-hero-content .jh-badge {
  animation-delay: 0.05s;
}

.page-home.jh-animations-ready .jh-hero-content h1 {
  animation-delay: 0.15s;
}

.page-home.jh-animations-ready .jh-hero-content .jh-lead {
  animation-delay: 0.28s;
}

.page-home.jh-animations-ready .jh-hero-content .jh-actions {
  animation-delay: 0.4s;
}

.page-home.jh-animations-ready .jh-hero-content .jh-hero-stats {
  animation-delay: 0.52s;
}

.page-home.jh-animations-ready .jh-hero-glow {
  animation:
    jh-fade-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both,
    jh-glow-pulse 6s ease-in-out 1.2s infinite;
  animation-play-state: running;
}

.page-home.jh-animations-ready .jh-hero-product-stack {
  animation-name: jh-scale-in;
  animation-delay: 0.35s;
  animation-play-state: running;
}

.page-home.jh-animations-ready .jh-float-card--top {
  animation:
    jh-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.62s both,
    jh-card-float 5.2s ease-in-out 1.5s infinite;
  animation-play-state: running;
}

.page-home.jh-animations-ready .jh-float-card--rating {
  animation:
    jh-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.72s both,
    jh-card-float 5.8s ease-in-out 1.7s infinite;
  animation-play-state: running;
}

.page-home.jh-animations-ready .jh-bee-deco {
  animation:
    jh-fade-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.82s both,
    jh-bee-flight 5.5s ease-in-out 1.4s infinite;
  animation-play-state: running;
}

.page-home.jh-animations-ready .jh-hero .jh-trust-bar {
  animation-name: jh-trust-rise;
  animation-delay: 0.9s;
  animation-play-state: running;
}

.page-home.jh-animations-ready .jh-hero-jar {
  animation: jh-jar-float 4.8s ease-in-out 1.3s infinite;
}

.page-home.jh-animations-ready .jh-hero-ring--1 {
  animation: jh-ring-spin 48s linear 1.4s infinite;
}

.page-home.jh-animations-ready .jh-hero-ring--2 {
  animation: jh-ring-spin 64s linear 1.4s infinite reverse;
}

.page-home .jh-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .jh-reveal.jh-in-view {
  opacity: 1;
  transform: translateY(0);
}

.page-home .jh-site-header {
  opacity: 0;
  transform: none !important;
  animation: jh-fade-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

@media (prefers-reduced-motion: reduce) {
  .page-home .jh-site-header,
  .page-home .jh-hero-content .jh-badge,
  .page-home .jh-hero-content h1,
  .page-home .jh-hero-content .jh-lead,
  .page-home .jh-hero-content .jh-actions,
  .page-home .jh-hero-content .jh-hero-stats,
  .page-home .jh-hero-glow,
  .page-home .jh-hero-product-stack,
  .page-home .jh-float-card--top,
  .page-home .jh-float-card--rating,
  .page-home .jh-bee-deco,
  .page-home .jh-hero .jh-trust-bar,
  .page-home .jh-hero-jar,
  .page-home .jh-hero-ring--1,
  .page-home .jh-hero-ring--2 {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .page-home .jh-bee-deco {
    transform: translateY(-50%) rotate(0deg) !important;
  }

  .page-home .jh-hero-product-stack {
    transform: translate(-50%, -50%) !important;
  }

  .page-home .jh-hero-ring--1,
  .page-home .jh-hero-ring--2,
  .page-home .jh-hero-ring--3 {
    transform: translate(-50%, -50%) !important;
  }

  .page-home .jh-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
