.elementor-145 .elementor-element.elementor-element-b5e30ca{--display:flex;}.elementor-145 .elementor-element.elementor-element-b5e30ca.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-145 .elementor-element.elementor-element-b5e30ca{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0111714 *//* =========================================
   BASE
   ========================================= */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "QTBookmann-BoldItalic", serif;
  font-style: italic;
  background: #fdf7ef;
  color: #1a1a1a;
}

/* =========================================
   HEADER (same as other pages)
   ========================================= */

.jcd-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(249, 240, 226, 0.98);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e4d4bf;
}

.jcd-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* TEXT LOGO — SAME AS OTHER PAGES */
.jcd-text-logo {
  font-family: "QTBookmann-BoldItalic", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  white-space: nowrap;
}

.jcd-text-logo:hover {
  opacity: 0.85;
}

/* Desktop nav */
.jcd-main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.jcd-main-nav a {
  position: relative;
  padding-bottom: 0.1rem;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

.jcd-main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #b88a4a;
  transition: width 0.2s ease;
}

.jcd-main-nav a:hover::after,
.jcd-main-nav a.is-active::after {
  width: 100%;
}

/* Blue Call Today button */
.jcd-call-blue {
  background: #0d6efd;
  color: #ffffff !important;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, transform 0.15s ease;
  margin-left: 1.5rem;
  text-decoration: none;
}

.jcd-call-blue:hover {
  background: #0b5ed7;
  transform: translateY(-1px);
}

.jcd-call-blue-desktop {
  display: inline-flex;
}

.jcd-call-blue-mobile {
  display: none;
  margin-top: 1rem;
  width: fit-content;
}

/* Mobile menu toggle (hamburger) */
.jcd-menu-toggle {
  display: none;
  width: 34px;
  height: 28px;
  border: none;
  background: transparent;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.jcd-menu-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: #3a2a18;
  border-radius: 999px;
}

/* Mobile nav */
.jcd-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 0 1.5rem 0.75rem;
  border-top: 1px solid #e4d4bf;
  background: #f9f0e2;
}

.jcd-mobile-nav a {
  padding: 0.55rem 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: inherit;
}

.jcd-mobile-nav a:last-child {
  border-bottom: none;
}

.jcd-mobile-nav.is-open {
  display: flex;
}

/* =========================================
   PRODUCTS PAGE LAYOUT
   ========================================= */

.jcd-products-page {
  padding: 3.5rem 1.5rem 4rem;
}

.jcd-products-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Page header */
.jcd-products-header {
  max-width: 880px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.jcd-products-title {
  font-size: clamp(2rem, 2.4vw + 1.4rem, 2.8rem);
  margin: 0 0 0.9rem;
}

.jcd-products-intro {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #4a3a29;
}

/* Product list */
.jcd-product-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* Individual product */
.jcd-product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 2rem;
  padding: 1.75rem 1.75rem 2rem;
  border-radius: 1.4rem;
  background: #ffffff;
  border: 1px solid #e0d5c2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

/* Product image */
.jcd-product-media img {
  width: 100%;
  height: auto;           /* No forced cropping */
  object-fit: contain;    /* Show entire image */
  border-radius: 1rem;
  display: block;
}

/* Product body */
.jcd-product-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Category */
.jcd-product-category {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8f6834;
}

/* Name */
.jcd-product-name {
  font-size: 1.6rem;
  margin: 0;
}

/* Meta row */
.jcd-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  color: #5b4a35;
}

/* Highlight paragraph */
.jcd-product-highlight {
  font-size: 0.98rem;
  line-height: 1.7;
  margin-top: 0.2rem;
}

/* Panels (details/summary accordions) */
.jcd-product-panels {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.jcd-panel {
  border-radius: 0.9rem;
  border: 1px solid #e0d5c2;
  background: #fdf9f3;
  overflow: hidden;
}

/* Summary row */
.jcd-panel-summary {
  list-style: none;
  cursor: pointer;
  padding: 0.6rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jcd-panel-title {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

/* Simple chevron indicator */
.jcd-panel-chevron::before {
  content: "▾";
  font-size: 0.8rem;
}

/* Body */
.jcd-panel-body {
  padding: 0.6rem 0.9rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Enquire button */
.jcd-product-actions {
  margin-top: 1rem;
}

.jcd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.9rem;
  border-radius: 999px;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}

.jcd-btn-enquire {
  background: #1c3b8b;
  color: #ffffff;
  border-color: #1c3b8b;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.jcd-btn-enquire:hover {
  background: #2449a9;
  border-color: #2449a9;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

/* Bottom note */
.jcd-products-footer {
  margin-top: 3rem;
  font-size: 0.96rem;
  line-height: 1.7;
  text-align: center;
  color: #4a3a29;
}

/* =========================================
   PERSONAL ITEMS SECTION
   ========================================= */

.jcd-personal-items {
  padding: 0 1.5rem 4rem;
}

.jcd-personal-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.jcd-personal-title {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

.jcd-personal-text p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4a3a29;
  margin: 0 0 0.9rem;
}

.jcd-personal-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 1.1rem;
  border: 1px solid #e0d5c2;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1024px) {
  .jcd-product {
    grid-template-columns: 1fr;
  }

  .jcd-personal-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* Header behavior matches other pages */
  .jcd-header-inner {
    padding: 0.6rem 1rem;
  }

  .jcd-main-nav {
    display: none;
  }

  .jcd-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .jcd-call-blue-desktop {
    display: none;
  }

  .jcd-call-blue-mobile {
    display: inline-flex;
  }

  .jcd-products-page {
    padding: 3rem 1.25rem 3.5rem;
  }

  .jcd-product {
    padding: 1.5rem 1.4rem 1.8rem;
  }

  .jcd-personal-items {
    padding: 0 1.25rem 3.5rem;
  }
}/* End custom CSS */