:root{
  /* JAAP COUNTER — navy / gold (mockup) */
  --sp-primary: #1A1340;      /* Navy */
  --sp-secondary: #120E2E;    /* Darker navy */
  --sp-accent: #C6A35D;       /* Gold */
  --sp-accent-light: #D4B56E;
  --sp-bg: #F9F6F0;           /* Cream */
  --sp-text: #1A1340;
  --sp-surface: #FFFFFF;
  --sp-border: rgba(26,19,64,.12);
  --sp-shadow: 0 18px 55px rgba(18,14,46,.14);

  --primary-blue: var(--sp-primary);
  --accent-blue: var(--sp-accent);
  --dark-blue: var(--sp-secondary);
  --bg-light: var(--sp-bg);
  --text-dark: var(--sp-text);
  --white: #ffffff;

  --bs-body-bg: var(--sp-bg);
  --bs-body-color: var(--sp-text);
  --bs-primary: var(--sp-primary);
  --bs-primary-rgb: 26, 19, 64;
  --bs-link-color: var(--sp-primary);
  --bs-link-hover-color: var(--sp-accent);
}

body{
  font-family: "Poppins", "Hind", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: var(--sp-bg);
  color: var(--sp-text);
}

h1,h2,h3,h4,h5,h6,.display-6{
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
.jc-nav-link{
  font-family: "Poppins", "Hind", sans-serif !important;
}

body::before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(26,19,64,.08), transparent 60%),
    radial-gradient(760px 360px at 85% 10%, rgba(198,163,93,.10), transparent 60%),
    radial-gradient(520px 260px at 50% 90%, rgba(26,19,64,.05), transparent 60%);
  opacity: .95;
  z-index: 0;
}

header, main, footer, .main-content, .bg-listing-page{
  position: relative;
  z-index: 1;
}

/* ========== TOP UTILITY BAR ========== */
.jc-topbar{
  background: var(--sp-primary);
  color: rgba(255,255,255,.92);
  font-size: .76rem;
  padding: 7px 0;
  letter-spacing: .02em;
  font-family: "Poppins", sans-serif;
}
.jc-topbar a{ color: rgba(255,255,255,.9); text-decoration: none; }
.jc-topbar a:hover{ color: var(--sp-accent-light); }
.jc-topbar-sep{ opacity: .35; margin: 0 .55rem; }
.jc-topbar-social a{
  width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  margin-left: 6px;
  font-size: .75rem;
}
.jc-topbar-social a:hover{ background: var(--sp-accent); color: #1A0F2E; }

/* ========== MAIN HEADER (white) ========== */
.header-sticky{
  background: #ffe2e2;
  border-bottom: 1px solid var(--sp-border);
  box-shadow: 0 4px 20px rgba(26,15,46,.06);
  position: sticky;
  top: 0;
  z-index: 2100;
}
.jc-header-main{
  padding: 12px 0;
}
.jc-logo-link{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.jc-logo-img{
  height: 58px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}
.jc-logo-img.mobile{ height: 46px; max-width: 160px; }

.jc-search-wrap{
  flex: 1;
  max-width: 520px;
  margin: 0 auto;
}
.jc-search-group{
  display: flex;
  align-items: stretch;
  border: 1.5px solid rgba(45,27,78,.18);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.jc-search-group:focus-within{
  border-color: var(--sp-primary);
  box-shadow: 0 0 0 3px rgba(45,27,78,.12);
}
.jc-search-group select{
  border: 0;
  background: #f5f2ef;
  padding: 0 10px;
  font-size: .78rem;
  color: var(--sp-text);
  max-width: 130px;
  outline: none;
}
.jc-search-group input{
  border: 0;
  flex: 1;
  padding: 10px 12px;
  font-size: .9rem;
  outline: none;
  background: transparent;
}
.jc-search-group button{
  border: 0;
  background: var(--sp-primary);
  color: #fff;
  padding: 0 18px;
  font-size: .95rem;
}
.jc-search-group button:hover{ background: var(--sp-secondary); }

.jc-header-actions{
  display: flex;
  align-items: center;
  gap: 8px;
}
.jc-account-link{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--sp-text);
  font-size: .82rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 8px;
}
.jc-account-link:hover{ background: rgba(45,27,78,.06); color: var(--sp-primary); }
.jc-account-link i{ font-size: 1.15rem; color: var(--sp-primary); }
.jc-account-text{ line-height: 1.2; }
.jc-account-text small{ display:block; font-weight: 500; color: rgba(26,18,40,.55); font-size: .7rem; }

.nav-icon-btn-modern{
  background: rgba(45,27,78,.06) !important;
  color: var(--sp-primary) !important;
  width: 42px; height: 42px;
  border-radius: 10px !important;
}
.nav-icon-btn-modern:hover{
  background: rgba(201,162,39,.18) !important;
  color: var(--sp-secondary) !important;
}
.cart-badge-new{
  background: var(--sp-primary) !important;
  border-color: #fff !important;
}

/* ========== NAVY NAV BAR — single line ========== */
.jc-nav-bar{
  background: var(--sp-primary);
  border-top: 1px solid rgba(255,255,255,.06);
}
.jc-nav-bar .navbar{ padding: 0; }
.jc-nav-bar .container{
  max-width: 1320px;
}
.jc-nav-scroll{
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.jc-nav-scroll::-webkit-scrollbar{ display: none; }
.jc-nav-bar .navbar-nav{
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  justify-content: center;
  width: max-content;
  min-width: 100%;
  margin: 0 auto;
  gap: 0;
}
.jc-nav-bar .nav-link,
.jc-nav-link{
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: .72rem !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 11px 10px !important;
  border-radius: 0 !important;
  white-space: nowrap;
  line-height: 1.2;
}
.jc-nav-bar .nav-link:hover,
.jc-nav-link:hover{
  background: rgba(198,163,93,.22) !important;
  color: var(--sp-accent-light) !important;
}
.jc-nav-bar .nav-link i{ display: none; }
.jc-nav-bar .dropdown-menu{
  border: 0;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(18,14,46,.16);
  z-index: 2200;
}
.navbar{ position: relative; z-index: 2101; }
.dropdown-menu{ z-index: 2200; }
.mega-menu .dropdown-menu{ z-index: 2200; }

/* Desktop: always show nav as one row (no hamburger collapse wrap) */
@media (min-width: 992px){
  .jc-nav-bar .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }
  .jc-nav-bar .navbar-toggler{ display: none !important; }
}

/* Mobile toggler on navy bar */
.jc-nav-bar .navbar-toggler{
  border: 0;
  box-shadow: none;
  padding: 8px;
}
.jc-nav-bar .navbar-toggler-icon{
  filter: invert(1) brightness(2);
}
@media (max-width: 991.98px){
  .jc-nav-bar .navbar-nav{
    flex-wrap: wrap !important;
    width: 100%;
    padding: 8px 0 12px;
  }
  .jc-nav-bar .nav-link{ padding: 10px 12px !important; font-size: .8rem !important; }
}

/* Search overrides (legacy) */
.search-input-group{
  border-color: rgba(45,27,78,.18) !important;
  background: #fff !important;
}
.search-input-group:focus-within{
  border-color: rgba(45,27,78,.55) !important;
  box-shadow: 0 12px 30px rgba(45,27,78,.14) !important;
}
.btn-search-visible{
  background: linear-gradient(135deg, var(--sp-primary), #3d2a63) !important;
}
.btn-search-visible:hover{
  background: linear-gradient(135deg, var(--sp-secondary), var(--sp-primary)) !important;
}

/* Buttons */
.btn-primary{
  --bs-btn-bg: var(--sp-primary);
  --bs-btn-border-color: var(--sp-primary);
  --bs-btn-hover-bg: var(--sp-secondary);
  --bs-btn-hover-border-color: var(--sp-secondary);
  --bs-btn-active-bg: #120A1F;
  --bs-btn-active-border-color: #120A1F;
}
.btn-outline-primary{
  --bs-btn-color: var(--sp-primary);
  --bs-btn-border-color: rgba(45,27,78,.35);
  --bs-btn-hover-bg: rgba(45,27,78,.08);
  --bs-btn-hover-border-color: var(--sp-primary);
}
.btn-jc-gold{
  background: transparent;
  border: 2px solid var(--sp-accent);
  color: var(--sp-primary);
  font-weight: 700;
  padding: .65rem 1.4rem;
}
.btn-jc-gold:hover{
  background: var(--sp-accent);
  color: #1A0F2E;
}

/* ========== HERO — image only (no text) ========== */
.jc-hero{
  background: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.jc-hero-link{
  display: block;
  width: 100%;
}
.jc-hero-img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: min(72vh, 560px);
}
.jc-hero-img.mobile{
  max-height: none;
}
@media (max-width: 991.98px){
  .jc-hero-img.desktop{ display: none !important; }
  .jc-hero-img.mobile{ display: block !important; }
}
@media (min-width: 992px){
  .jc-hero-img.mobile{ display: none !important; }
  .jc-hero-img.desktop{ display: block !important; }
}

/* Trust strip */
.jc-trust{
  background: #fff;
  border-top: 1px solid var(--sp-border);
  border-bottom: 1px solid var(--sp-border);
  padding: 22px 0;
}
.jc-trust-item{
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 8px;
}
.jc-trust-item i{
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, #F6D9C8, #F0E6D8);
  color: #4A2C1A;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.jc-trust-item strong{
  display: block;
  font-size: .82rem;
  color: var(--sp-primary);
  letter-spacing: .04em;
}
.jc-trust-item span{
  font-size: .72rem;
  color: rgba(26,18,40,.55);
}

/* Section titles */
.jc-section{ padding: 48px 0; }
.jc-section-head{
  text-align: center;
  margin-bottom: 32px;
}
.jc-section-head h2{
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--sp-primary);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 8px;
}
.jc-section-head h2::before,
.jc-section-head h2::after{
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  background: var(--sp-accent);
  vertical-align: middle;
  margin: 0 14px;
  border-radius: 2px;
}
.jc-section-head p{
  color: rgba(26,18,40,.6);
  margin: 0;
}

/* Category circles */
.jc-cat-grid{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.jc-cat-card{
  text-align: center;
  text-decoration: none;
  color: var(--sp-text);
  transition: transform .2s ease;
}
.jc-cat-card:hover{ transform: translateY(-4px); color: var(--sp-primary); }
.jc-cat-img{
  width: 110px; height: 110px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 3px solid rgba(198,163,93,.55);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(26,15,46,.1);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.jc-cat-card:hover .jc-cat-img{
  border-color: #C6A35D;
  box-shadow: 0 14px 32px rgba(198,163,93,.22);
}
.jc-cat-img img{ width: 100%; height: 100%; object-fit: cover; }
.jc-cat-name{
  font-weight: 700;
  font-size: .9rem;
  color: var(--sp-primary);
  margin-bottom: 2px;
}
.jc-cat-shop{
  font-size: .72rem;
  font-weight: 700;
  color: var(--sp-accent);
  letter-spacing: .04em;
}

/* Product cards */
.jc-prod-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.jc-prod-card{
  background: #fff;
  border: 1px solid rgba(45,27,78,.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(26,15,46,.06);
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.jc-prod-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(26,15,46,.12);
}
.jc-prod-badge{
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  background: var(--sp-primary);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 4px 10px;
  border-radius: 4px;
}
.jc-prod-badge.off{ background: var(--sp-accent); color: #1A0F2E; }
.jc-prod-img{
  aspect-ratio: 1;
  background: #faf8f5;
  position: relative;
  overflow: hidden;
}
.jc-prod-img img{ width: 100%; height: 100%; object-fit: cover; }
.jc-prod-actions{
  position: absolute;
  top: 12px; right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transition: opacity .2s;
}
.jc-prod-card:hover .jc-prod-actions{ opacity: 1; }
.jc-prod-act{
  width: 34px; height: 34px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--sp-primary);
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.jc-prod-act:hover{ background: var(--sp-primary); color: #fff; }
.jc-prod-body{ padding: 14px 14px 16px; flex: 1; display: flex; flex-direction: column; }
.jc-prod-stars{ color: var(--sp-accent); font-size: .72rem; margin-bottom: 4px; }
.jc-prod-title{
  font-weight: 700;
  font-size: .92rem;
  color: var(--sp-text);
  margin-bottom: 8px;
  line-height: 1.35;
}
.jc-prod-price{ margin-bottom: 12px; }
.jc-prod-now{ font-weight: 800; color: var(--sp-primary); font-size: 1.05rem; }
.jc-prod-old{ color: #999; text-decoration: line-through; font-size: .85rem; margin-left: 6px; }
.jc-add-cart{
  margin-top: auto;
  width: 100%;
  border: 0;
  background: var(--sp-primary);
  color: #fff;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .06em;
  padding: 10px;
  border-radius: 6px;
  text-transform: uppercase;
}
.jc-add-cart:hover{ background: var(--sp-secondary); color: #fff; }

/* Promo banners */
.jc-promo-row{ display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.jc-promo{
  border-radius: 14px;
  padding: 28px 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.jc-promo.dark{
  background: linear-gradient(135deg, var(--sp-primary), var(--sp-secondary));
  color: #fff;
}
.jc-promo.cream{
  background: linear-gradient(135deg, #F7F3EB, #E8DFD0);
  color: var(--sp-primary);
  border: 1px solid rgba(45,27,78,.1);
}
.jc-promo h3{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  margin-bottom: 8px;
}
.jc-promo p{ font-size: .9rem; opacity: .85; margin-bottom: 14px; }
.jc-promo .btn{ align-self: flex-start; font-size: .78rem; font-weight: 700; }

/* Feature ribbon */
.jc-ribbon{
  background: var(--sp-primary);
  color: #fff;
  padding: 28px 0;
}
.jc-ribbon-item{
  text-align: center;
  padding: 8px;
}
.jc-ribbon-item i{
  color: var(--sp-accent);
  font-size: 1.5rem;
  margin-bottom: 8px;
  display: block;
}
.jc-ribbon-item strong{
  display: block;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Testimonials */
.jc-testi-card{
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(45,27,78,.08);
  box-shadow: 0 10px 28px rgba(26,15,46,.06);
  height: 100%;
}
.jc-testi-avatar{
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--sp-accent);
}
.jc-testi-stars{ color: var(--sp-accent); font-size: .8rem; }

/* Legacy spiritual classes remapped */
.sp-hero{ padding: 0; }
.sp-hero-card{ display: none; }
.sp-section{ padding: 26px 0; }
.sp-section-title{ color: var(--sp-primary); font-weight: 800; }
.sp-section-sub{ color: rgba(26,18,40,.65); margin: 0; }
.sp-cat-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.sp-cat-card{
  border: 1px solid rgba(45,27,78,.10);
  background: #fff;
  border-radius: 18px;
  overflow:hidden;
  text-decoration:none;
  color: var(--sp-text);
  box-shadow: 0 12px 28px rgba(26,15,46,.08);
  transition: transform .16s ease, box-shadow .16s ease;
}
.sp-cat-card:hover{
  transform: translateY(-2px);
  border-color: rgba(201,162,39,.45);
  box-shadow: 0 18px 40px rgba(26,15,46,.12);
}
.sp-cat-img{
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(45,27,78,.08), rgba(201,162,39,.12));
  display:flex; align-items:center; justify-content:center;
}
.sp-cat-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.sp-cat-body{ padding: 12px 12px 14px; }
.sp-cat-name{ font-weight: 800; color: var(--sp-primary); margin: 0 0 6px; font-size: 1.02rem; }
.sp-cat-meta{
  display:flex; align-items:center; justify-content: space-between;
  color: rgba(26,18,40,.65); font-size: .9rem; font-weight: 600;
}

.top-bar{
  background: linear-gradient(90deg, var(--sp-secondary), var(--sp-primary));
}

/* Footer */
.footer-modern{
  background: linear-gradient(135deg, #120E2E, #1A1340) !important;
}
.footer-modern::before{ display:none !important; }
.water-droplets-bg{ display:none !important; }
.footer-contact-wrapper{
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}
.social-link:hover{ color: var(--sp-accent) !important; }
.footer-modern .footer-heading{
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: .4px;
}
.footer-modern .footer-links a:hover,
.footer-modern .footer-legal-links a:hover{
  color: var(--sp-accent) !important;
  text-decoration: none !important;
}

/* Newsletter strip in footer */
.jc-newsletter{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 28px;
}
.jc-newsletter h4{
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 6px;
}
.jc-newsletter p{ color: rgba(255,255,255,.65); font-size: .85rem; margin-bottom: 12px; }
.jc-newsletter .input-group input{
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
}
.jc-newsletter .input-group input::placeholder{ color: rgba(255,255,255,.45); }
.jc-newsletter .btn-subscribe{
  background: var(--sp-accent);
  color: #1A0F2E;
  font-weight: 700;
  border: 0;
}

@media (max-width: 992px){
  .jc-cat-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jc-prod-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jc-promo-row{ grid-template-columns: 1fr; }
  .sp-cat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jc-account-text{ display: none; }
  .jc-search-wrap{ max-width: none; }
}
@media (max-width: 576px){
  .jc-cat-grid{
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 4px 2px 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .jc-cat-grid::-webkit-scrollbar{ display: none; }
  .jc-cat-card{
    flex: 0 0 38%;
    scroll-snap-align: start;
  }
  .jc-prod-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .jc-hero{ padding: 0; }
  .jc-cat-img{ width: 88px; height: 88px; }
  .sp-cat-grid{ grid-template-columns: 1fr; }
}

/* ========== INNER PAGES (products, auth, contact, legal) ========== */
.bg-listing-page,
.contact-page-wrapper,
.auth-page-wrapper,
.product-detail-page,
main{
  font-family: "Poppins", sans-serif;
}
.contact-hero,
.auth-card-header h2,
.page-title,
.product-title-main{
  font-family: "Playfair Display", Georgia, serif !important;
}
.contact-hero{
  background: linear-gradient(135deg, var(--sp-primary) 0%, #2a2258 100%) !important;
}
.auth-page-wrapper{
  background: var(--sp-bg);
  min-height: 60vh;
}
.auth-card{
  border: 1px solid var(--sp-border) !important;
  border-radius: 16px !important;
  box-shadow: var(--sp-shadow) !important;
  background: #fff;
}
.auth-logo-circle{
  background: rgba(26,19,64,.08) !important;
  color: var(--sp-primary) !important;
}
.btn-primary,
.btn.btn-primary{
  background: var(--sp-primary) !important;
  border-color: var(--sp-primary) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.btn-primary:hover,
.btn.btn-primary:hover{
  background: var(--sp-secondary) !important;
  border-color: var(--sp-secondary) !important;
}
.text-primary,
.text-dark-blue,
.text-primary1,
.text-primary2{
  color: var(--sp-primary) !important;
}
.text-accent-blue{
  color: var(--sp-accent) !important;
}
.breadcrumb-item a{ color: inherit; }
.product-card,
.fp-card,
.card.product-item{
  border-color: rgba(26,19,64,.08) !important;
}
.footer-modern{
  background: linear-gradient(135deg, #120E2E, #1A1340) !important;
}
.jc-header-main{ padding: 10px 0; }
.jc-logo-img{ height: 52px; }
.jc-logo-img.mobile{ height: 42px; }

/* ========== HOME: Welcome / Path / Guides (app-like) ========== */
.jc-welcome{
  padding: 36px 0 8px;
}
.jc-welcome-inner{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
  background: linear-gradient(180deg, #FFF9F2 0%, #F7F0E6 100%);
  border: 1px solid rgba(93,42,24,.08);
  border-radius: 24px;
  padding: 28px 28px 24px;
  box-shadow: 0 14px 40px rgba(93,42,24,.06);
}
.jc-welcome-kicker{
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 700;
  color: #5D2A18;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.jc-welcome-copy h1,
.jc-welcome-copy h2{
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #6B4A3A;
  margin: 0 0 10px;
  line-height: 1.45;
}
.jc-welcome-sub{
  color: rgba(93,42,24,.65);
  font-size: .92rem;
  margin: 0 0 18px;
  max-width: 420px;
}
.jc-welcome-actions{ display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.jc-btn-solid{
  display: inline-flex; align-items: center;
  background: #5D2A18; color: #fff !important;
  font-weight: 700; font-size: .85rem;
  padding: 11px 22px; border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(93,42,24,.22);
}
.jc-btn-solid:hover{ background: #3f1c10; color: #fff !important; }
.jc-btn-text{
  color: #5D2A18 !important; font-weight: 700; font-size: .9rem; text-decoration: none;
}
.jc-welcome-glow{ display: flex; justify-content: center; }
.jc-om-orb{
  width: 150px; height: 150px; border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #FF8A3D, #C2410C 55%, #7A2E12 100%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 14px rgba(255,122,0,.12), 0 0 40px rgba(255,122,0,.28);
  color: #5D2A18; font-size: 3.2rem;
  animation: jcOrbPulse 3.2s ease-in-out infinite;
}
@keyframes jcOrbPulse{
  0%,100%{ transform: scale(1); box-shadow: 0 0 0 14px rgba(255,122,0,.12), 0 0 40px rgba(255,122,0,.28); }
  50%{ transform: scale(1.04); box-shadow: 0 0 0 18px rgba(255,122,0,.16), 0 0 52px rgba(255,122,0,.35); }
}

.jc-pillars{
  padding: 22px 0 10px;
  background: linear-gradient(180deg, #FAF8F4 0%, #F7F3EC 100%);
}
.jc-pillars-scroll{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.jc-pillar-card{
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 52px 18px 22px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(61, 40, 23, .06);
  border: 1px solid rgba(61, 40, 23, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.jc-pillar-card:hover{
  transform: translateY(-4px);
  color: inherit;
  box-shadow: 0 14px 32px rgba(61, 40, 23, .1);
}
.jc-pillar-icon{
  position: absolute;
  top: 14px;
  left: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F6D9C8;
  color: #4A2C1A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.jc-pillar-icon svg{
  width: 20px;
  height: 20px;
  display: block;
}
.jc-pillar-card strong{
  display: block;
  color: #4A2C1A;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
}
.jc-pillar-desc{
  display: block;
  color: #8A7466;
  font-size: .78rem;
  line-height: 1.45;
  font-weight: 500;
}

.jc-path-flow{ padding: 28px 0 12px; }
.jc-path-card{
  background: #fff;
  border-radius: 24px;
  padding: 26px 24px 20px;
  box-shadow: 0 16px 44px rgba(93,42,24,.08);
  border: 1px solid rgba(93,42,24,.07);
  background-image:
    radial-gradient(circle at 100% 0%, rgba(198,163,93,.12), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(255,122,0,.06), transparent 40%);
}
.jc-path-head{
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  margin-bottom: 18px;
}
.jc-path-head h2{
  font-family: "Playfair Display", Georgia, serif;
  color: #5D2A18; font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin: 0 0 4px; font-weight: 700;
}
.jc-path-head p{ margin: 0; color: rgba(93,42,24,.65); font-size: .92rem; }
.jc-path-start{
  flex-shrink: 0;
  border: 1.5px solid rgba(93,42,24,.35);
  color: #5D2A18 !important;
  font-weight: 700; font-size: .82rem;
  padding: 8px 16px; border-radius: 999px; text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease;
}
.jc-path-start:hover{ background: rgba(93,42,24,.06); }
.jc-path-steps{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}
.jc-path-step{
  background: linear-gradient(160deg, #FFF8EF, #F8EFE3);
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(93,42,24,.06);
  transition: transform .18s ease;
}
.jc-path-step:hover{ transform: translateY(-2px); }
.jc-path-step-icon{
  width: 44px; height: 44px; border-radius: 50%;
  background: #F6D9C8; color: #4A2C1A;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
}
.jc-path-step-icon svg{ width: 22px; height: 22px; display: block; }
.jc-path-step h3{
  font-family: "Playfair Display", Georgia, serif;
  color: #5D2A18; font-size: 1.1rem; margin: 0 0 4px;
}
.jc-path-step p{ margin: 0; color: rgba(93,42,24,.7); font-size: .88rem; font-weight: 500; }
.jc-path-quote{
  background: rgba(255,248,239,.9);
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(93,42,24,.06);
}
.jc-path-quote strong{
  display: block; color: #5D2A18; font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem; margin-bottom: 4px;
}
.jc-path-quote p{ margin: 0; color: rgba(93,42,24,.7); font-size: .88rem; }

.jc-guides{ padding: 28px 0 16px; }
.jc-guides-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.jc-guide-card{
  background: linear-gradient(165deg, #FFF6EC, #FFE8D4);
  border-radius: 20px;
  padding: 22px 18px 18px;
  border: 1px solid rgba(255,102,0,.12);
  box-shadow: 0 10px 28px rgba(230,92,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.jc-guide-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(230,92,0,.12);
}
.jc-guide-art{
  width: 64px; height: 64px; border-radius: 18px;
  background: rgba(255,255,255,.75);
  color: #E65C00;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.55rem; margin-bottom: 12px;
}
.jc-guide-card h3{
  color: #E65C00; font-weight: 800; font-size: 1.12rem;
  margin: 0 0 6px; font-family: "Poppins", sans-serif;
}
.jc-guide-card p{
  color: rgba(93,42,24,.7); font-size: .85rem; margin: 0 0 14px; min-height: 2.4em;
}
.jc-guide-btn{
  display: inline-flex; align-items: center; justify-content: center;
  background: #FF6600; color: #fff !important;
  font-weight: 700; font-size: .8rem;
  padding: 10px 18px; border-radius: 8px; text-decoration: none;
  transition: background .18s ease;
}
.jc-guide-btn:hover{ background: #e55a00; color: #fff !important; }

@media (max-width: 991.98px){
  .jc-welcome-inner{
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 18px;
  }
  .jc-welcome-sub{ margin-left: auto; margin-right: auto; }
  .jc-welcome-actions{ justify-content: center; }
  .jc-om-orb{ width: 120px; height: 120px; font-size: 2.6rem; }
  .jc-pillars-scroll{
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 4px 2px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .jc-pillars-scroll::-webkit-scrollbar{ display: none; }
  .jc-pillar-card{
    flex: 0 0 72%;
    max-width: 260px;
    scroll-snap-align: start;
  }
  .jc-path-head{ flex-direction: column; align-items: stretch; }
  .jc-path-start{ align-self: flex-start; }
  .jc-path-steps{
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .jc-path-steps::-webkit-scrollbar{ display: none; }
  .jc-path-step{
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .jc-guides-grid{ grid-template-columns: 1fr; }
  .jc-guide-card{
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 14px;
    align-items: start;
  }
  .jc-guide-art{ grid-row: 1 / span 2; margin-bottom: 0; }
  .jc-guide-btn{ grid-column: 1 / -1; width: 100%; }
}

/* ========== MOBILE APP TAB BAR ========== */
.jc-app-tabbar{
  display: none;
}
@media (max-width: 991.98px){
  body{
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }
  .footer-modern{
    margin-bottom: 12px;
  }
  /* Hide bulky desktop gold/navy nav collapse clutter — use app tabs */
  .jc-nav-bar{
    display: none !important;
  }
  .jc-topbar{ display: none !important; }
  .header-sticky{
    box-shadow: 0 2px 16px rgba(26,19,64,.08);
  }
  .jc-header-main{
    padding: 8px 0;
  }
  .jc-app-tabbar{
    display: flex !important;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    z-index: 2500;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 22px;
    box-shadow:
      0 10px 40px rgba(18,14,46,.18),
      0 0 0 1px rgba(26,19,64,.08);
    padding: 8px 6px 10px;
    align-items: flex-end;
    justify-content: space-around;
    gap: 2px;
  }
  .jc-tab{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-decoration: none;
    color: #8a8499;
    font-size: .62rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 6px 2px;
    border-radius: 14px;
    transition: color .15s ease, transform .15s ease;
    min-width: 0;
  }
  .jc-tab i{
    font-size: 1.15rem;
    line-height: 1;
  }
  .jc-tab span:not(.jc-tab-fab):not(.jc-tab-badge){
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .jc-tab.active{
    color: #1A1340;
  }
  .jc-tab.active i{ color: #C6A35D; }
  .jc-tab-cart{
    position: relative;
    top: -18px;
  }
  .jc-tab-fab{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1A1340, #2a2258);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(26,19,64,.35);
    position: relative;
    border: 3px solid #F9F6F0;
  }
  .jc-tab-fab i{
    font-size: 1.2rem;
    color: #fff;
  }
  .jc-tab-cart span:not(.jc-tab-fab):not(.jc-tab-badge){
    margin-top: 2px;
    color: #1A1340;
    font-weight: 700;
  }
  .jc-tab-badge{
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #C6A35D;
    color: #1A1340;
    font-size: .62rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
  }
  .jc-tab-badge:empty,
  .jc-tab-badge[data-empty="1"]{ display: none; }
}

.jc-faq{ padding: 8px 0 48px; }
.jc-faq-list{ max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.jc-faq-item{
  background: #fff;
  border: 1px solid rgba(93,42,24,.08);
  border-radius: 14px;
  padding: 4px 16px 4px;
  box-shadow: 0 8px 22px rgba(61,40,23,.05);
}
.jc-faq-item summary{
  cursor: pointer;
  font-weight: 600;
  color: #1A1340;
  padding: 12px 0;
  list-style: none;
}
.jc-faq-item summary::-webkit-details-marker{ display: none; }
.jc-faq-item p{
  margin: 0 0 14px;
  color: #6B4A3A;
  font-size: .92rem;
  line-height: 1.6;
}


