/*
Theme Name: Hello Krishna Child
Template: hello-elementor
Description: Child theme for Krishna Jewellers custom CSS/JS.
Version: 1.0.0
Text Domain: hello-krishna-child
*/


/* WooCommerce dark/gold theme overrides */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: #F5EFE2 !important;
  font-weight: 600;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #D4AF37 !important;
  font-family: 'Inter', sans-serif;
}
.woocommerce ul.products li.product .price del { color: #6F6552 !important; }
.woocommerce ul.products li.product .price ins { color: #D4AF37 !important; text-decoration: none; }
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #D4AF37 !important;
  color: #0E0B08 !important;
  border-radius: 2px !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none !important;
  transition: background-color .3s ease;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #E8C24A !important;
  color: #0E0B08 !important;
}
.woocommerce nav.woocommerce-breadcrumb,
.woocommerce nav.woocommerce-breadcrumb a {
  color: #A89C84 !important;
  font-family: 'Inter', sans-serif;
}
.woocommerce table.variations select,
.woocommerce .quantity input.qty {
  background: #0A0805 !important;
  color: #EDE6D8 !important;
  border: 1px solid rgba(212,175,55,0.3) !important;
  border-radius: 2px;
  padding: 8px 10px;
}
.woocommerce table.variations label { color: #A89C84 !important; font-family: 'Inter', sans-serif; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-details__short-description p { color: #EDE6D8 !important; font-family: 'Inter', sans-serif; font-weight: 300; }
.woocommerce table.shop_attributes th { color: #C9A227 !important; font-family: 'Inter', sans-serif; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; border-color: rgba(212,175,55,0.14) !important; }
.woocommerce table.shop_attributes td { color: #EDE6D8 !important; border-color: rgba(212,175,55,0.14) !important; }
.woocommerce .star-rating { color: #D4AF37 !important; }
.woocommerce ul.products li.product h2 a, .woocommerce ul.products li.product a { color: inherit; text-decoration: none; }
.woocommerce-breadcrumb a { text-decoration: underline; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.stock { font-size: 15px; }
.stock.in-stock { color: #8E826B !important; }

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button.button.alt {
  background-color: #D4AF37 !important;
  color: #0E0B08 !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #E8C24A !important;
  color: #0E0B08 !important;
}

/* Krishna Jewellers -- custom header/footer (child theme) */
.kj-site-header{position:sticky;top:0;left:0;width:100%;z-index:200;background:rgba(67,16,25,0.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(212,175,55,0.22);}
.kj-header-inner{max-width:1360px;margin:0 auto;padding:14px clamp(20px,5vw,56px);display:flex;align-items:center;justify-content:space-between;gap:24px;}
.kj-header-logo{display:flex;align-items:center;text-decoration:none;}
.kj-header-logo img{height:38px;width:auto;display:block;}
.kj-header-logo-text{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:22px;color:#F5EFE2;letter-spacing:1px;}
.kj-header-nav{display:flex;}
.kj-nav-list{list-style:none;display:flex;align-items:center;gap:32px;margin:0;padding:0;}
.kj-nav-list a{font-family:'Inter',sans-serif;font-size:13px;letter-spacing:.5px;color:#EDE6D8;text-decoration:none;transition:color .3s ease;}
.kj-nav-list a:hover{color:#D4AF37;}
.kj-header-actions{display:flex;align-items:center;gap:18px;padding-left:10px;border-left:1px solid rgba(212,175,55,0.14);}
.kj-inquire-pill{background:#D4AF37;color:#0E0B08;font-family:'Inter',sans-serif;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:9px 20px;border-radius:20px;text-decoration:none;transition:background .3s ease;}
.kj-inquire-pill:hover{background:#E8C24A;}
.kj-icon-link{display:flex;padding:6px;color:#EDE6D8;background:none;border:none;cursor:pointer;text-decoration:none;position:relative;transition:color .3s ease;}
.kj-icon-link:hover{color:#D4AF37;}
.kj-cart-count{position:absolute;top:-2px;right:-4px;min-width:16px;height:16px;border-radius:8px;background:#D4AF37;color:#0E0B08;font-family:'Inter',sans-serif;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0 4px;}
.kj-mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;}
.kj-mobile-toggle span{display:block;width:22px;height:1.5px;background:#EDE6D8;}
.kj-mobile-menu{display:none;flex-direction:column;gap:4px;padding:10px clamp(20px,5vw,56px) 26px;background:rgba(67,16,25,0.98);}
.kj-mobile-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;}
.kj-mobile-nav-list a{display:block;padding:12px 0;font-family:'Inter',sans-serif;font-size:15px;color:#EDE6D8;text-decoration:none;border-bottom:1px solid rgba(212,175,55,0.1);}
.kj-mobile-inquire{align-self:flex-start;margin-top:16px;}
.kj-site-header.is-open .kj-mobile-menu{display:flex;}
.kj-search-panel{display:none;background:rgba(10,8,5,0.98);border-top:1px solid rgba(212,175,55,0.14);}
.kj-search-panel.is-open{display:block;}
.kj-search-panel-inner{max-width:640px;margin:0 auto;padding:20px clamp(20px,5vw,56px);display:flex;align-items:center;gap:14px;}
.kj-search-panel-inner form{flex:1;display:flex;}
.kj-search-panel-inner input[type="search"]{flex:1;background:transparent;border:none;border-bottom:1px solid rgba(212,175,55,0.3);color:#EDE6D8;font-family:'Inter',sans-serif;font-size:16px;padding:8px 0;outline:none;}
.kj-search-close{background:none;border:none;color:#8E826B;font-size:24px;cursor:pointer;line-height:1;padding:4px;}

@media (max-width:900px){
	.kj-header-nav{display:none;}
	.kj-header-actions .kj-inquire-pill{display:none;}
	.kj-mobile-toggle{display:flex;}
}

.kj-site-footer{background:#0A0805;border-top:1px solid rgba(212,175,55,0.14);}
.kj-footer-inner{max-width:900px;margin:0 auto;padding:70px clamp(20px,5vw,56px) 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;}
.kj-footer-logo{text-decoration:none;}
.kj-footer-logo img{height:34px;width:auto;display:block;margin:0 auto;}
.kj-footer-logo-text{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:24px;color:#F5EFE2;}
.kj-footer-tagline{margin:0;font-family:'Inter',sans-serif;font-size:13px;font-style:italic;color:#A89C84;}
.kj-footer-nav-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:28px;margin:0;padding:0;}
.kj-footer-nav-list a{font-family:'Inter',sans-serif;font-size:13px;color:#EDE6D8;text-decoration:none;}
.kj-footer-nav-list a:hover{color:#D4AF37;}
.kj-footer-social{display:flex;gap:14px;}
.kj-social-icon{width:40px;height:40px;border:1px solid rgba(212,175,55,0.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Inter',sans-serif;font-size:11px;color:#D4AF37;text-decoration:none;transition:border-color .3s ease,background .3s ease;}
.kj-social-icon:hover{border-color:#D4AF37;background:rgba(212,175,55,0.08);}
.kj-footer-copy{margin:20px 0 0;font-family:'Inter',sans-serif;font-size:12px;color:#6F6552;}
.kj-hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* Journal */
.kj-journal{max-width:1200px;margin:0 auto;padding:70px clamp(20px,5vw,56px) 100px;}
.kj-journal-head{text-align:center;margin-bottom:50px;}
.kj-journal-head h1{margin:10px 0 0;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(2.2rem,4vw,3.2rem);color:#F5EFE2;}
.kj-journal-head h1 em{font-style:italic;color:#D4AF37;}
.kj-eyebrow{font-family:'Inter',sans-serif;font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#C9A227;}
.kj-journal-featured{display:flex;flex-wrap:wrap;gap:40px;text-decoration:none;background:#0A0805;border:1px solid rgba(212,175,55,0.14);margin-bottom:50px;}
.kj-journal-featured-img{flex:1 1 420px;}
.kj-journal-featured-img img{width:100%;height:100%;object-fit:cover;display:block;min-height:320px;}
.kj-journal-featured-body{flex:1 1 340px;padding:36px 36px 36px 0;display:flex;flex-direction:column;justify-content:center;gap:14px;}
.kj-journal-featured-body h2{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:32px;color:#F5EFE2;}
.kj-journal-featured-body p{margin:0;font-family:'Inter',sans-serif;font-weight:300;font-size:14px;color:#A89C84;line-height:1.6;}
.kj-cat-tag{align-self:flex-start;background:#431019;color:#F5EFE2;font-family:'Inter',sans-serif;font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:5px 12px;}
.kj-journal-readmore{font-family:'Inter',sans-serif;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#D4AF37;}
.kj-journal-filter{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:40px;border-bottom:1px solid rgba(212,175,55,0.14);padding-bottom:20px;}
.kj-journal-filter a{font-family:'Inter',sans-serif;font-size:13px;color:#A89C84;text-decoration:none;}
.kj-journal-filter a.is-active,.kj-journal-filter a:hover{color:#D4AF37;}
.kj-journal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:28px;margin-bottom:70px;}
.kj-journal-card{display:flex;flex-direction:column;background:#0A0805;border:1px solid rgba(212,175,55,0.14);text-decoration:none;transition:transform .4s ease,border-color .4s ease;}
.kj-journal-card:hover{transform:translateY(-4px);border-color:rgba(212,175,55,0.4);}
.kj-journal-card-img{aspect-ratio:4/3;overflow:hidden;}
.kj-journal-card-img img{width:100%;height:100%;object-fit:cover;display:block;}
.kj-journal-card-body{padding:20px;display:flex;flex-direction:column;gap:10px;}
.kj-journal-card-body h3{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:20px;color:#F5EFE2;}
.kj-journal-card-body p{margin:0;font-family:'Inter',sans-serif;font-weight:300;font-size:13px;color:#8E826B;line-height:1.5;}
.kj-newsletter-band{background:#161009;padding:60px clamp(20px,5vw,56px);text-align:center;}
.kj-newsletter-band h2{margin:0 0 12px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:30px;color:#F5EFE2;}
.kj-newsletter-band h2 em{font-style:italic;color:#D4AF37;}
.kj-newsletter-band p{margin:0 0 24px;font-family:'Inter',sans-serif;font-size:14px;color:#A89C84;}
.kj-newsletter-form{display:flex;gap:10px;max-width:420px;margin:0 auto;flex-wrap:wrap;justify-content:center;}
.kj-newsletter-form input{flex:1;min-width:220px;background:transparent;border:1px solid rgba(212,175,55,0.3);color:#EDE6D8;padding:12px 16px;font-family:'Inter',sans-serif;font-size:14px;}
.kj-newsletter-form button{background:#D4AF37;color:#0E0B08;border:none;padding:12px 24px;font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;}

/* Single post */
.kj-single-post{max-width:760px;margin:0 auto;padding:70px clamp(20px,5vw,56px) 100px;}
.kj-single-head{text-align:center;margin-bottom:30px;}
.kj-single-head h1{margin:14px 0 10px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(2rem,4vw,2.8rem);color:#F5EFE2;}
.kj-single-meta{font-family:'Inter',sans-serif;font-size:12px;color:#8E826B;}
.kj-single-img{margin-bottom:40px;}
.kj-single-img img{width:100%;height:auto;display:block;}
.kj-single-body{font-family:'Inter',sans-serif;font-weight:300;font-size:16px;line-height:1.8;color:#EDE6D8;}
.kj-single-related{margin-top:70px;padding-top:40px;border-top:1px solid rgba(212,175,55,0.14);}
.kj-single-related h2{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:26px;color:#F5EFE2;margin-bottom:24px;}

/* Our Story */
.kj-story{background:#0E0B08;}
.kj-story-hero{max-width:1200px;margin:0 auto;padding:90px clamp(20px,5vw,56px) 70px;display:flex;flex-wrap:wrap;gap:50px;align-items:center;}
.kj-story-hero-text{flex:1 1 420px;}
.kj-story-hero-text h1{margin:0 0 20px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.05;color:#F5EFE2;}
.kj-story-hero-text h1 em{font-style:italic;color:#D4AF37;}
.kj-story-hero-text p{font-family:'Cormorant Garamond',Georgia,serif;font-size:20px;line-height:1.5;color:#F5EFE2;}
.kj-story-hero-text p em{color:#D4AF37;font-style:italic;}
.kj-story-hero-img{flex:1 1 340px;}
.kj-story-hero-img img{width:100%;height:auto;display:block;border-radius:2px;}
.kj-story-timeline{max-width:900px;margin:0 auto;padding:60px clamp(20px,5vw,56px);position:relative;}
.kj-story-timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:1px;background:rgba(212,175,55,0.2);}
.kj-timeline-row{display:flex;position:relative;margin-bottom:50px;}
.kj-timeline-left{justify-content:flex-start;}
.kj-timeline-right{justify-content:flex-end;}
.kj-timeline-content{width:44%;}
.kj-timeline-left .kj-timeline-content{text-align:right;padding-right:30px;}
.kj-timeline-right .kj-timeline-content{text-align:left;padding-left:30px;}
.kj-timeline-tag{font-family:'Inter',sans-serif;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#C9A227;margin-bottom:8px;}
.kj-timeline-content h3{margin:0 0 8px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:22px;color:#F5EFE2;}
.kj-timeline-content p{margin:0;font-family:'Inter',sans-serif;font-weight:300;font-size:14px;line-height:1.7;color:#A89C84;}
.kj-timeline-dot{position:absolute;left:50%;top:6px;width:10px;height:10px;background:#D4AF37;border-radius:50%;transform:translateX(-50%);}
.kj-story-values{max-width:1000px;margin:0 auto;padding:60px clamp(20px,5vw,56px);display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;text-align:center;border-top:1px solid rgba(212,175,55,0.14);}
.kj-value-num{font-family:'Cormorant Garamond',Georgia,serif;font-size:36px;color:#D4AF37;margin-bottom:10px;}
.kj-story-values h3{margin:0 0 10px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:22px;color:#F5EFE2;}
.kj-story-values p{margin:0;font-family:'Inter',sans-serif;font-weight:300;font-size:14px;color:#A89C84;line-height:1.6;}
.kj-story-journey img{width:100%;height:auto;display:block;}
.kj-story-closing{max-width:640px;margin:0 auto;padding:80px clamp(20px,5vw,56px);text-align:center;}
.kj-story-closing p{font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;line-height:1.6;color:#F5EFE2;margin-bottom:20px;}
.kj-story-signature{font-family:'Inter',sans-serif !important;font-size:13px !important;color:#8E826B !important;font-style:italic;}

@media (max-width:820px){
	.kj-timeline-content,.kj-timeline-left .kj-timeline-content,.kj-timeline-right .kj-timeline-content{width:calc(100% - 40px);text-align:left;padding:0 0 0 40px;}
	.kj-timeline-row,.kj-timeline-left,.kj-timeline-right{justify-content:flex-start;}
	.kj-story-timeline::before{left:10px;}
	.kj-timeline-dot{left:10px;}
}
/* ===== Header: transparent-over-hero, solid on scroll ===== */
.kj-site-header{position:fixed;top:0;left:0;width:100%;z-index:200;background:transparent;border-bottom:1px solid transparent;transition:background .35s ease,border-color .35s ease;backdrop-filter:none;}
.kj-site-header.kj-scrolled{background:rgba(67,16,25,0.95);border-bottom-color:rgba(212,175,55,0.22);backdrop-filter:blur(10px);}
body{padding-top:0;}
.kj-home,.kj-single-post,.kj-journal,.kj-story,.kj-pdp-breadcrumb,.kj-site-footer{position:relative;}
.kj-hero{padding-top:78px;}

.kj-inquire-pill{border-radius:0;}
.kj-mobile-toggle span{background:#D4AF37;}

/* Mega menu */
.kj-nav-has-mega{position:relative;}
.kj-mega-menu{position:fixed;top:78px;left:0;width:100%;background:#0A0805;border-top:1px solid rgba(212,175,55,0.14);border-bottom:1px solid rgba(212,175,55,0.14);box-shadow:0 24px 50px rgba(0,0,0,0.45);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .26s ease,transform .26s ease,visibility .26s;z-index:150;}
.kj-nav-has-mega:hover .kj-mega-menu,.kj-mega-menu:hover{opacity:1;visibility:visible;transform:none;}
.kj-mega-inner{max-width:1280px;margin:0 auto;padding:44px clamp(20px,5vw,56px);display:flex;flex-wrap:wrap;gap:56px;}
.kj-mega-label{font-family:'Inter',sans-serif;font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#C9A227;margin-bottom:22px;}
.kj-mega-products{flex:2 1 480px;}
.kj-mega-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 36px;}
.kj-mega-product{display:block;padding:12px 14px;margin:0 -14px;text-decoration:none;transition:background .25s ease;border-radius:2px;}
.kj-mega-product:hover{background:rgba(212,175,55,0.06);}
.kj-mega-product-name{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:19px;color:#F5EFE2;margin-bottom:3px;}
.kj-mega-product-desc{display:block;font-family:'Inter',sans-serif;font-weight:300;font-size:12px;color:#8E826B;}
.kj-mega-heritage{flex:1 1 200px;display:flex;flex-direction:column;}
.kj-mega-heritage a{display:block;padding:10px 0;font-family:'Inter',sans-serif;font-size:13px;color:#EDE6D8;text-decoration:none;border-bottom:1px solid rgba(212,175,55,0.1);}
.kj-mega-heritage a:hover{color:#D4AF37;}
.kj-mega-bespoke{flex:1 1 220px;padding:24px;background:linear-gradient(155deg,#1a130a,#0E0B08);border:1px solid rgba(212,175,55,0.16);display:flex;flex-direction:column;justify-content:flex-end;}
.kj-mega-bespoke-title{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:23px;color:#F5EFE2;margin-bottom:16px;}
.kj-mega-bespoke-title em{font-style:italic;color:#D4AF37;}
.kj-mega-bespoke-btn{display:inline-flex;align-self:flex-start;padding:12px 20px;background:#D4AF37;color:#0E0B08;font-family:'Inter',sans-serif;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;text-decoration:none;}
@media (max-width:900px){.kj-mega-menu{display:none;}}

/* Reveal animation */
.kj-reveal{opacity:0;transform:translateY(30px);transition:opacity .9s cubic-bezier(.2,.6,.2,1),transform .9s cubic-bezier(.2,.6,.2,1);}
.kj-reveal.kj-in{opacity:1;transform:none;}
[data-reveal-group]>*{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.2,.6,.2,1),transform .8s cubic-bezier(.2,.6,.2,1);}
[data-reveal-group]>*.kj-in{opacity:1;transform:none;}
@media (prefers-reduced-motion:reduce){.kj-reveal,[data-reveal-group]>*{opacity:1!important;transform:none!important;}}

/* Hero */
.kj-hero{position:relative;background:radial-gradient(90% 80% at 18% 12%,rgba(212,175,55,0.07) 0%,transparent 55%),#0E0B08;padding-left:clamp(20px,5vw,56px);padding-right:clamp(20px,5vw,56px);padding-bottom:clamp(60px,9vw,110px);padding-top:calc(78px + clamp(60px,10vh,110px));}
.kj-hero-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(40px,6vw,80px);}
.kj-hero-text{flex:1 1 440px;}
.kj-hero-text h1{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(3rem,7.5vw,5.8rem);line-height:1.02;letter-spacing:-.5px;color:#F5EFE2;}
.kj-sheen{display:inline-block;font-style:italic;font-weight:600;background:linear-gradient(100deg,#C9A227 0%,#F6DC8C 26%,#D4AF37 50%,#F6DC8C 74%,#C9A227 100%);background-size:220% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:kjSheen 6.5s linear infinite;}
@keyframes kjSheen{0%{background-position:-160% 0;}100%{background-position:260% 0;}}
.kj-hero-sub{margin:30px 0 0;max-width:440px;font-family:'Inter',sans-serif;font-weight:300;font-size:clamp(15px,1.6vw,17px);line-height:1.7;color:#EDE6D8;}
.kj-hero-ctas{display:flex;flex-wrap:wrap;gap:16px;margin-top:42px;}
.kj-btn-gold{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:#D4AF37;color:#0E0B08;font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;text-decoration:none;transition:background .3s ease,transform .3s ease;}
.kj-btn-gold:hover{background:#E8C24A;transform:translateY(-2px);}
.kj-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:transparent;color:#D4AF37;border:1px solid rgba(212,175,55,0.5);font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;text-decoration:none;transition:border-color .3s ease,background .3s ease;}
.kj-btn-outline:hover{border-color:#D4AF37;background:rgba(212,175,55,0.07);}
.kj-hero-visual{flex:1 1 420px;}
.kj-hero-visual-box{position:relative;overflow:hidden;width:100%;min-height:clamp(440px,62vh,660px);border:1px solid rgba(212,175,55,0.14);background:repeating-linear-gradient(135deg,rgba(212,175,55,0.05) 0 1px,transparent 1px 24px),radial-gradient(120% 100% at 65% 25%,#1c150c 0%,#0A0805 72%);display:flex;align-items:flex-end;justify-content:center;padding:26px;}
.kj-hero-visual-box span{font-family:ui-monospace,Menlo,monospace;font-size:11px;letter-spacing:1px;color:#8E826B;text-align:center;text-transform:uppercase;line-height:1.6;}

/* Pillars */
.kj-pillars{padding-left:clamp(20px,5vw,56px);padding-right:clamp(20px,5vw,56px);}
.kj-pillars-inner{max-width:1280px;margin:0 auto;border-top:1px solid rgba(212,175,55,0.14);border-bottom:1px solid rgba(212,175,55,0.14);display:flex;flex-wrap:wrap;}
.kj-pillar{flex:1 1 260px;padding:clamp(40px,5vw,64px) clamp(26px,3vw,44px);text-align:center;}
.kj-pillar+.kj-pillar{border-left:1px solid rgba(212,175,55,0.14);}
.kj-diamond{width:13px;height:13px;border:1.5px solid #D4AF37;transform:rotate(45deg);display:inline-block;margin-bottom:22px;}
.kj-pillar-title{font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#D4AF37;margin-bottom:14px;}
.kj-pillar p{margin:0;font-family:'Inter',sans-serif;font-weight:300;font-size:14px;line-height:1.65;color:#A89C84;}

/* Fusion */
.kj-fusion{padding:clamp(80px,11vw,140px) clamp(20px,5vw,56px);}
.kj-fusion-head{max-width:1280px;margin:0 auto;text-align:center;margin-bottom:clamp(48px,6vw,76px);}
.kj-fusion-head h2{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.05;color:#F5EFE2;}
.kj-fusion-head h2 em{font-style:italic;color:#D4AF37;}
.kj-fusion-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr));gap:clamp(20px,2.4vw,32px);}
.kj-fusion-card{display:flex;flex-direction:column;background:#0A0805;border:1px solid rgba(212,175,55,0.14);text-decoration:none;transition:transform .5s cubic-bezier(.2,.6,.2,1),border-color .5s ease;}
.kj-fusion-card:hover{transform:translateY(-6px);border-color:rgba(212,175,55,0.45);}
.kj-fusion-card-img img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;}
.kj-fusion-card-body{padding:22px;display:flex;flex-direction:column;gap:8px;}
.kj-fusion-card-name{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:22px;color:#F5EFE2;}
.kj-fusion-card-price{font-family:'Inter',sans-serif;font-size:14px;color:#D4AF37;}
.kj-fusion-card-view{font-family:'Inter',sans-serif;font-size:10.5px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#C9A227;}

/* Value row */
.kj-value-row{background:#0A0805;border-top:1px solid rgba(212,175,55,0.14);border-bottom:1px solid rgba(212,175,55,0.14);padding:clamp(56px,7vw,88px) clamp(20px,5vw,56px);}
.kj-value-row-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:clamp(32px,4vw,48px);}
.kj-value-item{text-align:center;}
.kj-value-item div{font-family:'Cormorant Garamond',Georgia,serif;font-size:21px;color:#F5EFE2;}

/* Bespoke */
.kj-bespoke{padding:clamp(20px,5vw,56px);}
.kj-bespoke-panel{max-width:1280px;margin:0 auto;position:relative;background:radial-gradient(80% 120% at 50% 0%,rgba(212,175,55,0.09) 0%,transparent 60%),linear-gradient(160deg,#161009 0%,#0A0805 100%);border:1px solid rgba(212,175,55,0.14);padding:clamp(56px,9vw,120px) clamp(28px,6vw,80px);text-align:center;}
.kj-bespoke-panel h2{margin:0 auto;max-width:760px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(2.3rem,5vw,3.7rem);line-height:1.08;color:#F5EFE2;}
.kj-bespoke-panel h2 em{font-style:italic;color:#D4AF37;}
.kj-bespoke-panel p{margin:28px auto 0;max-width:580px;font-family:'Inter',sans-serif;font-weight:300;font-size:clamp(15px,1.6vw,16px);line-height:1.75;color:#EDE6D8;}
.kj-bespoke-panel .kj-btn-gold{margin-top:42px;}

/* Lifestyle */
.kj-lifestyle{padding:clamp(80px,11vw,130px) clamp(20px,5vw,56px);}
.kj-lifestyle-head{max-width:1280px;margin:0 auto;text-align:center;margin-bottom:clamp(44px,6vw,68px);}
.kj-lifestyle-head h2{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(2.2rem,4.6vw,3.4rem);line-height:1.05;color:#F5EFE2;}
.kj-lifestyle-head h2 em{font-style:italic;color:#D4AF37;}
.kj-lifestyle-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:clamp(16px,2vw,24px);}
.kj-lifestyle-tile{display:flex;flex-direction:column;gap:14px;}
.kj-lifestyle-img{aspect-ratio:3/4;border:1px solid rgba(212,175,55,0.14);background:repeating-linear-gradient(135deg,rgba(212,175,55,0.05) 0 1px,transparent 1px 22px),linear-gradient(160deg,#1a130b,#0A0805);display:flex;align-items:flex-end;justify-content:center;padding:16px;}
.kj-lifestyle-img span{font-family:ui-monospace,Menlo,monospace;font-size:9px;letter-spacing:1px;color:#7c715b;text-transform:uppercase;text-align:center;}
.kj-lifestyle-label{font-family:'Cormorant Garamond',Georgia,serif;font-size:20px;color:#F5EFE2;text-align:center;}

/* Trust */
.kj-trust{background:#0A0805;border-top:1px solid rgba(212,175,55,0.14);border-bottom:1px solid rgba(212,175,55,0.14);padding:clamp(72px,9vw,110px) clamp(20px,5vw,56px);}
.kj-trust-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:clamp(36px,4vw,56px);}
.kj-trust-item{text-align:center;}
.kj-trust-icon{width:34px;height:34px;border:1.5px solid #D4AF37;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px;}
.kj-trust-icon .kj-diamond{margin:0;width:10px;height:10px;}
.kj-trust-item h3{margin:0 0 10px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:23px;color:#F5EFE2;}
.kj-trust-item p{margin:0;font-family:'Inter',sans-serif;font-weight:300;font-size:13.5px;line-height:1.6;color:#A89C84;}

/* Inquiry */
.kj-inquiry{padding:clamp(80px,11vw,140px) clamp(20px,5vw,56px);}
.kj-inquiry-inner{max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;gap:clamp(48px,7vw,90px);}
.kj-inquiry-form-col{flex:1 1 420px;}
.kj-inquiry-form-col h2{margin:0 0 36px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(2.1rem,4.4vw,3.2rem);line-height:1.07;color:#F5EFE2;}
.kj-inquiry-form-col h2 em{font-style:italic;color:#D4AF37;}
.kj-inquiry-form-col .wpcf7-form{display:flex;flex-direction:column;gap:22px;}
.kj-inquiry-form-col .wpcf7-form p{margin:0;}
.kj-inquiry-form-col label{display:flex;flex-direction:column;gap:9px;font-family:'Inter',sans-serif;font-size:10px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#8E826B;}
.kj-inquiry-form-col input,.kj-inquiry-form-col select,.kj-inquiry-form-col textarea{background:transparent;border:none;border-bottom:1px solid rgba(212,175,55,0.22);padding:11px 0;font-size:15px;color:#F5EFE2;font-family:'Inter',sans-serif;}
.kj-inquiry-form-col input:focus,.kj-inquiry-form-col select:focus,.kj-inquiry-form-col textarea:focus{border-bottom-color:#D4AF37;}
.kj-inquiry-form-col .wpcf7-submit{margin-top:8px;align-self:flex-start;padding:16px 38px;background:#D4AF37;color:#0E0B08;border:none;font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;cursor:pointer;}
.kj-inquiry-details-col{flex:1 1 280px;display:flex;flex-direction:column;gap:34px;padding-top:8px;}
.kj-detail-label{font-family:'Inter',sans-serif;font-size:10px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#8E826B;margin-bottom:12px;}
.kj-inquiry-details-col p{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;line-height:1.45;color:#F5EFE2;}
.kj-inquiry-social{display:flex;gap:14px;margin-top:4px;}

/* Footer tagline exact match */
.kj-footer-tagline{font-family:'Cormorant Garamond',Georgia,serif!important;font-style:italic;font-size:18px!important;color:#D4AF37!important;}

/* Custom gold WhatsApp button */
.kj-whatsapp-btn{position:fixed;right:clamp(18px,3vw,30px);bottom:clamp(18px,3vw,30px);z-index:1200;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#D4AF37,#C9A227);box-shadow:0 8px 26px rgba(0,0,0,0.45),0 0 0 1px rgba(212,175,55,0.4);text-decoration:none;transition:transform .3s cubic-bezier(.2,.6,.2,1),box-shadow .3s ease;}
.kj-whatsapp-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 32px rgba(0,0,0,0.55),0 0 0 1px rgba(246,220,140,0.6);}
/* Account for the WordPress admin bar so the fixed header doesn't overlap it */
body.admin-bar .kj-site-header { top: 32px; }
body.admin-bar .kj-mega-menu { top: 110px; }
@media screen and (max-width: 782px) {
	body.admin-bar .kj-site-header { top: 46px; }
	body.admin-bar .kj-mega-menu { top: 124px; }
}
/* Every page except the homepage needs its content pushed below the fixed header.
   The homepage hero intentionally sits behind the transparent header, so it's excluded. */
.kj-site-header + *:not(.kj-home) { margin-top: 78px; }
body.admin-bar .kj-site-header + *:not(.kj-home) { margin-top: 110px; }
@media screen and (max-width: 782px) {
	body.admin-bar .kj-site-header + *:not(.kj-home) { margin-top: 124px; }
}
/* ===== Header v2: hamburger<->X morph, mobile overlay animation, docked scroll pill ===== */
.kj-mobile-toggle{display:none;flex-direction:row;align-items:center;justify-content:center;gap:0;background:none;border:none;cursor:pointer;padding:8px;color:#D4AF37;}
.kj-toggle-icon{width:22px;height:22px;display:block;transition:transform .3s ease-in-out;}
.kj-toggle-morph{stroke-dasharray:12 63;transition:stroke-dasharray .3s ease-in-out,stroke-dashoffset .3s ease-in-out;}
.kj-site-header.is-open .kj-toggle-icon{transform:rotate(-45deg);}
.kj-site-header.is-open .kj-toggle-morph{stroke-dasharray:20 300;stroke-dashoffset:-32.42px;}
@media (max-width:900px){.kj-mobile-toggle{display:flex;}}

.kj-mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:100px clamp(20px,8vw,56px) 40px;background:rgba(14,11,8,0.98);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transform:scale(0.96);transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:190;overflow-y:auto;}
.kj-site-header.is-open .kj-mobile-menu{opacity:1;visibility:visible;transform:scale(1);}
.kj-mobile-menu a{display:block;padding:14px 0;font-family:'Inter',sans-serif;font-size:20px;color:#EDE6D8;text-decoration:none;border-bottom:1px solid rgba(212,175,55,0.12);}
.kj-mobile-menu a:hover{color:#D4AF37;}
.kj-mobile-menu .kj-mobile-inquire{align-self:flex-start;margin-top:24px;border-bottom:none;color:#0E0B08;}
body.kj-menu-open{overflow:hidden;}

@media (min-width:901px){
	.kj-site-header{transition:background .35s ease,border-color .35s ease,top .35s ease,left .35s ease,transform .35s ease,width .35s ease,max-width .35s ease,border-radius .35s ease,box-shadow .35s ease;}
	.kj-site-header.kj-scrolled{top:14px;left:50%;transform:translateX(-50%);width:calc(100% - 40px);max-width:1200px;border-radius:14px;box-shadow:0 18px 40px rgba(0,0,0,0.35);}
	body.admin-bar .kj-site-header.kj-scrolled{top:46px;}
}
/* ===== Mobile header overflow fix: row was ~409px wide on a 375px viewport ===== */
@media (max-width:900px){
	.kj-header-inner{padding:14px 14px;gap:8px;}
	.kj-header-actions{gap:6px;padding-left:6px;}
	.kj-icon-link{padding:4px;}
}
@media (max-width:360px){
	.kj-header-actions a[aria-label="My Account"]{display:none;}
}
/* ===== Mobile overflow fix #2: hero flex items refused to shrink below content min-width, widening the whole page ===== */
.kj-hero-text,.kj-hero-visual{min-width:0;}
/* Mobile overflow fix #3 removed: overflow-x:hidden on body breaks position:sticky sitewide (forces overflow-y:auto). Real causes already fixed above (header gaps, hero-box box-sizing). */
/* ===== Fix: mobile menu (child of header) was painting over the header's own toggle icon; explicit close button; inquire pill restored; responsive hero image ===== */
.kj-header-inner{position:relative;z-index:201;}
.kj-mobile-menu-close{position:absolute;top:18px;right:16px;background:none;border:none;color:#D4AF37;font-size:34px;line-height:1;cursor:pointer;padding:6px 10px;}
.kj-mobile-menu .kj-mobile-inquire{padding:9px 20px;display:inline-flex;align-items:center;border-radius:20px;background:#D4AF37;}
.kj-hero-visual-img{width:100%;height:100%;object-fit:cover;display:block;}
/* ===== Mobile overflow fix #4: hero visual box used content-box sizing, so its own padding+border inflated width:100% by 54px ===== */
.kj-hero-visual-box{box-sizing:border-box;}
/* ===== Fix: mobile menu collapsed to just its own padding height (140px) instead of filling the screen once scrolled; force explicit viewport height ===== */
.kj-mobile-menu{height:100vh;height:100dvh;}
/* ===== Remove now-unused redundant close button (superseded by header-inner z-index fix) ===== */
.kj-mobile-menu-close{display:none;}
/* ===== Editable gallery caption + optional extended description block ===== */
.kj-gallery-extended-desc{margin:16px auto 0;font-family:'Inter',sans-serif;font-weight:300;font-size:14px;line-height:1.75;color:#A89C84;max-width:640px;text-align:left;}
.kj-gallery-extended-desc p{margin:0 0 12px;}
.kj-gallery-extended-desc p:last-child{margin-bottom:0;}
/* ===== Product pages, mobile only: hide floating WhatsApp button so it doesn't cover the sticky Add-to-Cart bar ===== */
@media (max-width:900px){
	body.single-product .kj-whatsapp-btn{display:none;}
}