@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600;700;800&display=swap");
@import url("responsive-luxury-master.css");
:root{--bg:#050505;--bg2:#0a0a0a;--card:#111;--gold:#d4af37;--gold2:#f4d889;--gold3:#8f6113;--text:#f7f1e6;--muted:#b7ae9d;--line:rgba(212,175,55,.18);--max:1320px;--radius:24px;--shadow:0 24px 70px rgba(0,0,0,.40);--ease:cubic-bezier(.23,.82,.23,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 90% 0,rgba(212,175,55,.05),transparent 28%),var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif;line-height:1.55}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(92%,var(--max));margin:auto}.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.topbar{border-bottom:1px solid var(--line);background:#070605;color:#d8cfbf;font-size:12px;letter-spacing:.08em;position:relative;z-index:1001}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:8px 0}.gold-text{color:var(--gold2);font-weight:700}
#header{position:sticky;top:0;z-index:1000;background:rgba(5,5,4,.9);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border-bottom:1px solid var(--line);transition:background .3s ease,box-shadow .3s ease,border-color .3s ease}
#header.scrolled{background:rgba(4,4,3,.97);box-shadow:0 12px 40px rgba(0,0,0,.75),0 0 20px rgba(212,175,55,.08);border-bottom-color:rgba(212,175,55,.35)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0}
.brand{display:flex;align-items:center;gap:14px;min-width:220px;text-decoration:none;transition:transform .3s ease}
.brand:hover{transform:translateY(-1px)}
.brand img{width:52px;height:52px;object-fit:contain;background:transparent!important;filter:drop-shadow(0 2px 12px rgba(212,175,55,.5));transition:transform .4s cubic-bezier(.19,1,.22,1);display:block}
.brand:hover img{transform:scale(1.08) rotate(3deg)}
.brand strong{display:block;font:700 16px/1.1 'Cinzel',serif;letter-spacing:.16em;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.8)}
.brand small{display:block;color:var(--gold2);font-size:10px;letter-spacing:.38em;font-weight:700;margin-top:3px}
.menu{display:flex;gap:24px;font-size:13.5px;list-style:none;margin:0;padding:0}
.menu a{color:#e6dfd1;font:600 13px 'Cinzel',serif;letter-spacing:.12em;text-decoration:none;position:relative;padding:6px 2px;transition:color .3s ease,text-shadow .3s ease}
.menu a::after{content:"";position:absolute;left:50%;right:50%;bottom:-4px;height:2px;background:linear-gradient(135deg,#b08726 0%,#d4af37 32%,#fbf0d0 60%,#c99b2e 85%,#926b14 100%);box-shadow:0 0 8px rgba(255,215,0,.8);border-radius:999px;transition:left .35s cubic-bezier(.19,1,.22,1),right .35s cubic-bezier(.19,1,.22,1),opacity .3s ease;opacity:0}
.menu a:hover,.menu a.active{color:#fff;text-shadow:0 0 12px rgba(212,175,55,.5)}
.menu a:hover::after,.menu a.active::after{left:0;right:0;opacity:1}
.actions{display:flex;align-items:center;gap:12px}
.icon-btn{width:40px;height:40px;border:1px solid rgba(212,175,55,.22);background:rgba(255,255,255,.03);color:#f1e7d3;border-radius:50%;display:grid;place-items:center;font-size:19px;text-decoration:none;cursor:pointer;transition:transform .3s cubic-bezier(.19,1,.22,1),border-color .3s ease,background .3s ease,box-shadow .3s ease}
.icon-btn:hover{border-color:#ffd700;background:rgba(212,175,55,.16);color:#ffd700;transform:translateY(-2px);box-shadow:0 6px 20px rgba(212,175,55,.3)}
.mobile-toggle{display:none!important}
@media(max-width:992px){.menu{display:none!important}.mobile-toggle{display:grid!important}}
.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);backdrop-filter:blur(10px);z-index:99999;opacity:0;pointer-events:none;transition:.3s ease}
.mobile-menu.open{opacity:1;pointer-events:auto}
.mobile-menu-box{position:absolute;top:0;right:0;width:min(80vw,320px);height:100%;background:#0a0907;border-left:1px solid rgba(212,175,55,.3);padding:30px 24px;display:flex;flex-direction:column;gap:18px;transform:translateX(100%);transition:.35s cubic-bezier(.19,1,.22,1)}
.mobile-menu.open .mobile-menu-box{transform:translateX(0)}
.mobile-menu-box a{color:#f5eee1;font:600 16px 'Cinzel',serif;letter-spacing:.1em;padding:10px 0;border-bottom:1px solid rgba(212,175,55,.12);text-decoration:none}
.mobile-menu-box a:hover{color:var(--gold2)}.hero{position:relative;min-height:78vh;display:grid;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}.hero-media{position:absolute;inset:0;background:center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.90),rgba(0,0,0,.40) 60%,rgba(0,0,0,.70))}.hero .container{position:relative;z-index:2}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end;padding:100px 0 70px}.eyebrow{color:var(--gold2);font-size:11px;letter-spacing:.25em;font-weight:800}.hero h1,.section h2,.page-title,.editorial h2{font-family:Cinzel,serif}.hero h1{font-size:clamp(46px,6.2vw,88px);line-height:1;margin:16px 0 20px}.hero p,.section p{color:var(--muted)}.hero p{max-width:650px;font-size:17px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;font-weight:800;border:1px solid var(--gold)}.btn-gold{background:linear-gradient(135deg,#8d5d10,#d6ad49,#f6d786);color:#110c03;border:none}.btn-dark{background:transparent;color:var(--gold2)}.btn-soft{border-color:var(--line);color:#f0e7d7}.rate-card{max-width:300px;justify-self:end;padding:24px;border:1px solid var(--line);border-radius:24px;background:rgba(16,16,16,.72);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.rate-card h3{font:500 13px Cinzel,serif;color:#d9cfbf;margin:18px 0 4px}.rate-card strong{font:800 28px/1 "Cinzel",system-ui,sans-serif;color:var(--gold2)}.rate-card small{color:#a39a8b}.rate-divider{height:1px;background:var(--line);margin:15px 0}.rate-card a{display:flex;justify-content:space-between;margin-top:20px;color:var(--gold2);font-size:11px;letter-spacing:.13em}.dots{display:flex;gap:8px;position:absolute;bottom:22px;left:50%;transform:translateX(-50%);z-index:3}.dots button{width:30px;height:2px;border:0;background:#66573b;padding:0}.dots button.active{background:var(--gold)}
.section{padding:88px 0}.section-head{max-width:780px;margin:0 auto 42px;text-align:center}.section-head h2{font-size:42px;line-height:1.15;margin:10px 0}.section-head.row{max-width:none;text-align:left;display:flex;justify-content:space-between;align-items:end}.trust{background:#080808;border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.trust .grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:23px 18px;display:flex;gap:12px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item i{font-size:26px;color:var(--gold2)}.trust-item b,.trust-item span{display:block}.trust-item span{color:var(--muted);font-size:12px}
.collections{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.collection{position:relative;min-height:320px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#0b0b0b}.collection img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.collection:hover img{transform:scale(1.05)}.collection:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.92))}.collection .copy{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}.collection h3{font:500 24px Cinzel,serif;margin:6px 0}.collection small{color:#c4baaa}.split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature{position:relative;min-height:360px;border:1px solid var(--line);border-radius:28px;overflow:hidden}.feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feature:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.15))}.feature .copy{position:relative;z-index:2;padding:40px;max-width:570px}.feature h3{font:500 36px Cinzel,serif;margin:12px 0}.feature strong{font-size:11px;letter-spacing:.12em;color:var(--gold2)}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#0d0d0d;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.35s var(--ease)}.product-card:hover{transform:translateY(-6px);border-color:rgba(212,175,55,.45);box-shadow:0 18px 50px rgba(0,0,0,.32)}.product-media{aspect-ratio:1/1;background:#111;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.product-card:hover .product-media img{transform:scale(1.04)}.product-body{padding:16px}.product-body h3{font:500 17px Cinzel,serif;margin:0 0 8px}.meta{font-size:12px;color:var(--muted)}.price{font:700 28px "Cormorant Garamond",serif;color:var(--gold2);margin-top:10px}.product-actions{display:flex;gap:8px;margin-top:12px}.mini-btn{flex:1;padding:9px;border:1px solid var(--line);background:#0a0a0a;color:#e8dfce;border-radius:999px}
.custom{position:relative;overflow:hidden;border-block:1px solid var(--line)}.custom-bg{position:absolute;inset:0;background:url('../assets/placeholders/custom.svg') center/cover no-repeat;opacity:.65}.custom:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.78) 55%,rgba(5,5,5,.18))}.custom .container{position:relative;z-index:2;padding:90px 0}.custom h2{font-size:58px;line-height:1.08;margin:10px 0 16px}.editorial-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.editorial-card{position:relative;border:1px solid var(--line);border-radius:28px;overflow:hidden;min-height:410px}.editorial-card img{width:100%;height:100%;object-fit:cover;opacity:.8}.editorial-card .overlay-copy{position:absolute;left:24px;right:24px;bottom:22px}.editorial-card b{display:block;font:500 27px Cinzel,serif;margin-top:8px}.editorial p{max-width:600px;line-height:1.8}.quick-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}

/* ============================================================
   JJ HOME EXPERIENCE V2
   ============================================================ */
.jj-center-copy{max-width:820px;text-align:center;margin:auto}.jj-center-copy h2{font-size:46px;line-height:1.12;margin:10px 0 14px}.jj-center-copy p{max-width:760px;margin:0 auto;line-height:1.8}
.jj-editorial-dark{background:linear-gradient(180deg,#070707 0%,#0b0b0b 100%);border-top:1px solid rgba(212,175,55,.06);border-bottom:1px solid rgba(212,175,55,.08)}
.jj-edit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.jj-edit-card{position:relative;min-height:340px;height:360px;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#0b0b0b;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .4s var(--ease),border-color .4s ease,box-shadow .4s ease}
.jj-edit-card:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.45);box-shadow:0 20px 50px rgba(0,0,0,.4)}
.jj-edit-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s var(--ease),filter .5s ease}
.jj-edit-card:hover img{transform:scale(1.06);filter:saturate(1.08)}
.jj-edit-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 20%,rgba(0,0,0,.35) 55%,rgba(0,0,0,.95) 100%);pointer-events:none}
.jj-edit-copy{position:relative;z-index:2;padding:24px}
.jj-edit-copy span{font-size:10px;letter-spacing:.28em;color:var(--gold2);font-weight:800;text-shadow:0 1px 6px rgba(0,0,0,.8)}
.jj-edit-copy h3{font:500 25px Cinzel,serif;margin:7px 0 4px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.8)}
.jj-edit-copy small{color:#c6bcac;font-size:12px}
.jj-tone-section{background:radial-gradient(circle at 15% 45%,rgba(212,175,55,.045),transparent 32%),#090909}
.jj-section-link{font-size:11px;letter-spacing:.14em;white-space:nowrap}
.jj-home-empty{border:1px dashed var(--line);border-radius:20px;padding:36px;text-align:center;color:var(--muted);grid-column:1/-1}
.jj-bridal-band{padding-top:30px}
.jj-feature-banner{position:relative;min-height:440px;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:#090909}
.jj-feature-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.jj-feature-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.72) 42%,rgba(0,0,0,.14) 82%)}
.jj-feature-overlay{position:relative;z-index:2;max-width:620px;padding:72px 60px}
.jj-feature-overlay h2{font:500 46px Cinzel,serif;margin:10px 0 14px}
.jj-feature-overlay p{line-height:1.8;max-width:540px;color:#c3b9aa}
.jj-bridal-products{margin-top:18px}
.jj-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.jj-type-card{min-height:220px;aspect-ratio:1/1;position:relative;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#0b0b0b;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;isolation:isolate;text-decoration:none;transition:transform .4s var(--ease),border-color .4s ease,box-shadow .4s ease}
.jj-type-card:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.48);box-shadow:0 18px 45px rgba(0,0,0,.45)}
.jj-type-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2;transition:transform .7s var(--ease)}
.jj-type-card:hover img{transform:scale(1.08)}
.jj-type-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 15%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.92) 100%);z-index:-1}
.jj-type-card span{font:600 21px Cinzel,serif;color:#fff;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.9)}
.jj-type-card small{color:var(--gold2);font-size:11px;letter-spacing:.06em;margin-top:4px;text-shadow:0 1px 8px rgba(0,0,0,.9)}
.jj-gender-section{background:linear-gradient(180deg,#090909,#060606)}
.jj-gender-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.jj-gender-card{position:relative;min-height:440px;aspect-ratio:3/4;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#0b0b0b;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;transition:transform .4s var(--ease),border-color .4s ease,box-shadow .4s ease}
.jj-gender-card:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.45);box-shadow:0 20px 50px rgba(0,0,0,.45)}
.jj-gender-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .8s var(--ease)}
.jj-gender-card:hover img{transform:scale(1.05)}
.jj-gender-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 25%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.95) 100%);pointer-events:none}
.jj-gender-card>div{position:relative;z-index:2;padding:26px}
.jj-gender-card h3{font:500 31px Cinzel,serif;margin:7px 0 3px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.8)}
.jj-gender-card small{color:#c7bdac}
.jj-custom-hero{position:relative;min-height:520px;border-block:1px solid var(--line);overflow:hidden}
.jj-custom-bg{position:absolute;inset:0;background:url('../assets/placeholders/custom-bg.jpg') center/cover no-repeat;opacity:.62}
.jj-custom-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#030303 0%,rgba(3,3,3,.84) 40%,rgba(3,3,3,.26) 100%)}
.jj-custom-inner{position:relative;z-index:2;min-height:520px;display:flex;align-items:center;justify-content:space-between;gap:50px}
.jj-custom-inner>div:first-child{max-width:650px}
.jj-custom-inner h2{font:500 62px/1.05 Cinzel,serif;margin:11px 0 18px}
.jj-custom-inner p{max-width:600px;color:#c8beaf;line-height:1.85;margin-bottom:28px}
.jj-custom-stat{width:250px;height:250px;border:1px solid rgba(212,175,55,.26);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:rgba(7,7,7,.25);backdrop-filter:blur(8px)}
.jj-custom-stat span{font-size:10px;letter-spacing:.28em;color:var(--gold2);font-weight:800}
.jj-custom-stat strong{font:500 26px/1.15 Cinzel,serif;margin-top:12px}
.jj-story-section{background:#080808}
.jj-story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.jj-story-copy h2{font:500 45px/1.12 Cinzel,serif;margin:10px 0 16px}
.jj-story-copy p{max-width:640px;line-height:1.85;color:#c1b7a8}
.jj-story-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.jj-mini-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:#d6ccbc;font-size:12px}
.jj-mini-trust span{display:inline-flex;align-items:center;gap:7px}
.jj-mini-trust i{color:var(--gold2);font-size:16px}
.jj-story-image{position:relative;min-height:500px;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:#0b0b0b}
.jj-story-image img{width:100%;height:100%;min-height:500px;object-fit:cover;object-position:center;opacity:.88;transition:transform .8s var(--ease)}
.jj-story-image:hover img{transform:scale(1.04)}
.jj-story-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 32%,rgba(0,0,0,.9) 100%)}
.jj-story-image>div{position:absolute;z-index:2;left:26px;right:26px;bottom:24px}
.jj-story-image strong{display:block;font:500 27px Cinzel,serif;margin-top:8px}
.jj-service-section{padding-bottom:100px}
.jj-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.jj-service-card{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#0d0d0d,#090909);padding:28px;transition:transform .35s var(--ease),border-color .35s ease,box-shadow .35s ease}
.jj-service-card:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.42);box-shadow:0 20px 60px rgba(0,0,0,.32)}
.jj-service-card>i{font-size:29px;color:var(--gold2);display:block;margin-bottom:20px}
.jj-service-card>span{display:block;font:500 24px Cinzel,serif}
.jj-service-card small{display:block;color:#aaa191;line-height:1.7;margin:10px 0 20px}
.jj-service-card b{font-size:11px;letter-spacing:.15em;color:var(--gold2)}
@media(max-width:1080px){.jj-edit-grid,.jj-type-grid{grid-template-columns:repeat(2,1fr)}.jj-gender-grid,.jj-service-grid,.jj-story-grid{grid-template-columns:1fr}.jj-story-image{min-height:420px}.jj-custom-inner{align-items:flex-start;padding:80px 0;flex-direction:column}.jj-custom-stat{width:190px;height:190px;align-self:flex-end;margin-top:-40px}.jj-feature-overlay{padding:60px 44px}}
@media(max-width:640px){.jj-center-copy h2{font-size:34px}.jj-edit-grid,.jj-type-grid,.jj-gender-grid,.jj-service-grid{grid-template-columns:1fr}.jj-edit-card{min-height:290px;height:auto}.jj-feature-banner{min-height:540px}.jj-feature-overlay{padding:48px 26px}.jj-feature-overlay h2{font-size:38px}.jj-custom-inner h2{font-size:46px}.jj-story-copy h2{font-size:36px}.jj-gender-card{min-height:380px}.jj-custom-stat{align-self:flex-start;margin-top:10px}.section-head.row{gap:16px}}
.page-hero{position:relative;min-height:48vh;min-height:420px;display:flex;align-items:flex-end;overflow:hidden;border-bottom:1px solid var(--line);background:#050505}
.page-hero .bg{position:absolute;inset:0;background-position:center 30%;background-size:cover;background-repeat:no-repeat;opacity:.82;transition:transform 1.2s ease}
.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.95) 0%,rgba(5,5,5,.8) 45%,rgba(5,5,5,.35) 80%,rgba(5,5,5,.8) 100%),linear-gradient(0deg,rgba(5,5,5,.9) 0%,transparent 55%);pointer-events:none;z-index:1}
.page-hero .container{position:relative;z-index:2;padding:95px 0 54px}
.page-title{font-size:clamp(40px,6vw,68px);margin:10px 0 12px;font-family:Cinzel,serif;line-height:1.1}
.crumbs{display:flex;gap:8px;color:#9f9688;font-size:12px;margin-bottom:12px}
.crumbs a{color:var(--gold2);transition:color .2s ease}
.crumbs a:hover{color:#fff}
.toolbar{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:28px}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.chip{padding:9px 13px;border:1px solid var(--line);background:#0b0b0b;color:#cfc5b4;border-radius:999px}
.chip.active,.chip:hover{background:rgba(212,175,55,.1);color:var(--gold2);border-color:var(--gold)}
.search-box{display:flex;gap:8px}
.search-box input,.field input,.field select,.field textarea,.sort{width:100%;background:#0c0c0c;border:1px solid var(--line);color:#efe5d2;border-radius:12px;padding:12px 14px;outline:none}
.search-box input:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold)}
.shop-grid{display:grid;grid-template-columns:270px 1fr;gap:28px}
.filter-panel{border:1px solid var(--line);border-radius:20px;padding:20px;background:#0b0b0b;height:max-content;position:sticky;top:100px}
.filter-panel h4{font:600 14px Cinzel,serif;color:var(--gold2);margin:0 0 14px}
.filter-group{margin-bottom:20px}
.filter-group label{display:block;color:#cfc5b4;font-size:13px;margin:9px 0}
.empty{border:1px dashed var(--line);padding:50px;text-align:center;color:var(--muted);border-radius:20px}
.hidden{display:none!important}
.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:40px}
.product-gallery{border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#0c0c0c}
.product-gallery-main{aspect-ratio:1/1;position:relative}
.product-gallery-main img{width:100%;height:100%;object-fit:cover}
.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:12px}
.thumb{aspect-ratio:1;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#111}
.thumb img{width:100%;height:100%;object-fit:cover}
.product-info h1{font:500 44px Cinzel,serif;line-height:1.1}
.product-info .sku{font-size:11px;color:#9b9385;letter-spacing:.15em}
.product-info .big-price{font:700 50px "Cormorant Garamond",serif;color:var(--gold2);margin:15px 0}
.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0}
.spec{border:1px solid var(--line);padding:14px;border-radius:14px;background:#0c0c0c}
.spec span{display:block;color:#8e8679;font-size:11px}
.spec b{display:block;margin-top:4px}
.cta-row{display:flex;gap:10px;flex-wrap:wrap}
.form-shell{max-width:860px;margin:auto;border:1px solid var(--line);border-radius:28px;background:#0b0b0b;padding:32px;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field.full{grid-column:1/-1}
.field label{display:block;font-size:12px;font-weight:600;color:#c0b6a6;margin-bottom:7px;letter-spacing:.04em}
.form-actions{display:flex;justify-content:flex-end;margin-top:12px}
.notice{border:1px solid var(--line);border-radius:16px;padding:16px 18px;background:rgba(212,175,55,.04);color:#cfc5b4;font-size:13px;line-height:1.6}

/* ============================================================
   JJ LUXURY ABOUT & CONTACT RICH SUITE
   ============================================================ */
.jj-about-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}
.jj-pillar-card{border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#0e0e0e 0%,#090909 100%);padding:28px 24px;transition:all .35s var(--ease);position:relative;overflow:hidden}
.jj-pillar-card:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.45);box-shadow:0 16px 45px rgba(0,0,0,.4)}
.jj-pillar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:.35s ease}
.jj-pillar-card:hover:before{opacity:1}
.jj-pillar-icon{width:52px;height:52px;border-radius:50%;border:1px solid rgba(212,175,55,.3);background:radial-gradient(circle,rgba(212,175,55,.15),transparent 70%),#111;display:grid;place-items:center;font-size:24px;color:var(--gold2);margin-bottom:18px}
.jj-pillar-card h3{font:500 20px Cinzel,serif;margin:0 0 10px;color:#f8f2e7}
.jj-pillar-card p{color:#a9a091;font-size:13px;line-height:1.7;margin:0}

.jj-timeline{position:relative;padding:30px 0;max-width:960px;margin:50px auto 0}
.jj-timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:linear-gradient(180deg,transparent,var(--gold),var(--gold2),transparent);transform:translateX(-50%)}
.jj-timeline-item{display:grid;grid-template-columns:1fr 60px 1fr;gap:20px;align-items:center;margin-bottom:48px}
.jj-timeline-item.reverse .jj-time-copy{order:3;text-align:left}
.jj-timeline-item.reverse .jj-time-card{order:1}
.jj-time-copy{text-align:right}
.jj-time-copy .jj-year{font:700 36px "Cormorant Garamond",serif;color:var(--gold2);display:block;line-height:1}
.jj-time-copy h3{font:500 20px Cinzel,serif;margin:6px 0;color:#fdfaf3}
.jj-time-copy p{color:#a8a092;font-size:13px;line-height:1.65;margin:0}
.jj-time-node{width:36px;height:36px;border-radius:50%;border:2px solid var(--gold);background:#050505;display:grid;place-items:center;margin:auto;z-index:2;box-shadow:0 0 16px rgba(212,175,55,.4)}
.jj-time-node:after{content:"";width:12px;height:12px;border-radius:50%;background:var(--gold2)}
.jj-time-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#0d0d0d;max-height:220px}
.jj-time-card img{width:100%;height:100%;object-fit:cover;min-height:200px}

.jj-craft-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px}
.jj-craft-step{border:1px solid var(--line);border-radius:22px;background:#0b0b0b;padding:26px 20px;position:relative;overflow:hidden}
.jj-craft-step span.step-no{font:800 11px/1 Manrope,sans-serif;color:var(--gold2);letter-spacing:.2em;display:block;margin-bottom:12px}
.jj-craft-step h4{font:500 18px Cinzel,serif;margin:0 0 8px;color:#fbf5ea}
.jj-craft-step p{color:#9d9486;font-size:12px;line-height:1.7;margin:0}

.jj-founder-card{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;border:1px solid var(--line);border-radius:32px;background:radial-gradient(circle at 10% 20%,rgba(212,175,55,.06),transparent 40%),#0a0a0a;padding:48px;margin-top:50px;box-shadow:var(--shadow)}
.jj-founder-quote{font:italic 400 22px/1.6 "Cormorant Garamond",serif;color:#f3ecdf;margin:16px 0 24px}
.jj-founder-sig{display:flex;align-items:center;gap:18px}
.jj-founder-sig strong{display:block;font:600 16px Cinzel,serif;color:var(--gold2)}
.jj-founder-sig span{color:#9e9688;font-size:12px}
.jj-founder-image{border:1px solid var(--line);border-radius:24px;overflow:hidden;max-height:360px}
.jj-founder-image img{width:100%;height:100%;object-fit:cover}

.jj-contact-channels{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:40px}
.jj-channel-card{border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#0f0f0f,#090909);padding:24px;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;gap:16px;transition:all .35s var(--ease)}
.jj-channel-card:hover{transform:translateY(-4px);border-color:rgba(212,175,55,.45);box-shadow:0 16px 40px rgba(0,0,0,.4)}
.jj-channel-head{display:flex;align-items:center;gap:12px}
.jj-channel-head i{font-size:24px;color:var(--gold2)}
.jj-channel-head h3{font:500 17px Cinzel,serif;margin:0;color:#f8f2e7}
.jj-channel-card p{color:#9f9688;font-size:13px;line-height:1.6;margin:0}
.jj-channel-card b{font-size:11px;letter-spacing:.12em;color:var(--gold2);display:inline-flex;align-items:center;gap:6px}

.jj-faq-grid{max-width:880px;margin:40px auto 0;display:flex;flex-direction:column;gap:14px}
.jj-faq-item{border:1px solid var(--line);border-radius:18px;background:#0b0b0b;overflow:hidden;transition:border-color .3s ease}
.jj-faq-item.open{border-color:rgba(212,175,55,.4)}
.jj-faq-q{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font:500 16px Cinzel,serif;color:#f8f2e7}
.jj-faq-q i{color:var(--gold2);font-size:20px;transition:transform .3s ease}
.jj-faq-item.open .jj-faq-q i{transform:rotate(45deg)}
.jj-faq-a{padding:0 24px 22px;color:#aba191;font-size:14px;line-height:1.75;display:none}
.jj-faq-item.open .jj-faq-a{display:block}

@media(max-width:1080px){
  .jj-about-pillars,.jj-craft-grid,.jj-contact-channels{grid-template-columns:repeat(2,1fr)}
  .jj-founder-card{grid-template-columns:1fr}
  .jj-timeline:before{left:20px}
  .jj-timeline-item,.jj-timeline-item.reverse{grid-template-columns:40px 1fr;gap:18px}
  .jj-timeline-item .jj-time-copy,.jj-timeline-item.reverse .jj-time-copy{order:2;text-align:left}
  .jj-timeline-item .jj-time-node,.jj-timeline-item.reverse .jj-time-node{order:1;margin:0}
  .jj-timeline-item .jj-time-card,.jj-timeline-item.reverse .jj-time-card{display:none}
}
@media(max-width:640px){
  .jj-about-pillars,.jj-craft-grid,.jj-contact-channels{grid-template-columns:1fr}
  .jj-founder-card{padding:28px 20px}
  .form-shell{padding:24px 18px}
}

/* Haute Joaillerie Luxury Footer Styles */
.footer,
.jj-luxury-footer {
  position: relative;
  background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08) 0%, #050505 55%), #050505;
  border-top: 1px solid rgba(212, 175, 55, 0.28);
  color: #cfc5b4;
  margin-top: 80px;
  overflow: hidden;
}
.footer::before,
.jj-luxury-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.8), rgba(243, 217, 139, 1), rgba(212, 175, 55, 0.8), transparent);
}
.jj-footer-trust-strip {
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  background: rgba(212, 175, 55, 0.015);
  padding: 32px 0;
}
.jj-trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.jj-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.jj-trust-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15), transparent 70%), #0c0b08;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.08);
}
.jj-trust-icon i {
  font-size: 22px;
  color: #f3d98b;
}
.jj-trust-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.jj-trust-text strong {
  font: 600 13px Cinzel, serif;
  letter-spacing: 0.05em;
  color: #f8f1e6;
  text-transform: uppercase;
}
.jj-trust-text span {
  font-size: 11px;
  color: #9a9284;
  line-height: 1.4;
}
.jj-footer-main {
  padding: 68px 0 50px;
}
.jj-footer-grid,
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 48px;
}
.jj-footer-col {
  display: flex;
  flex-direction: column;
}
.jj-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  text-decoration: none;
  background: transparent !important;
}
.footer-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: transparent !important;
  filter: drop-shadow(0 2px 12px rgba(212, 175, 55, 0.45));
}
.jj-footer-brand-text strong {
  display: block;
  font: 700 18px/1.1 'Cinzel', serif;
  letter-spacing: 0.18em;
  color: #fff;
}
.jj-footer-brand-text small {
  display: block;
  color: var(--gold2);
  font-size: 11px;
  letter-spacing: 0.38em;
  font-weight: 700;
  margin-top: 3px;
}
.jj-footer-desc {
  color: #a89f90;
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.jj-hallmark-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.24);
  color: #d6b258;
  font: 800 9px/1 Manrope, Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: max-content;
}
.jj-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4af37;
  box-shadow: 0 0 8px #d4af37;
  animation: jjPulseDot 2s infinite ease-in-out;
}
@keyframes jjPulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}
.jj-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jj-footer-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c4bba9;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.25s ease;
}
.jj-footer-contacts a i {
  color: #d4af37;
  font-size: 15px;
}
.jj-footer-contacts a:hover {
  color: #f3d98b;
}
.jj-col-title,
.footer h4 {
  font: 700 13px Cinzel, serif !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #f4d889 !important;
  margin: 0 0 22px !important;
  position: relative;
  padding-bottom: 10px;
}
.jj-col-title::after,
.footer h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 1.5px;
  background: #d4af37;
}
.jj-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jj-footer-links li a,
.footer-grid > div > a {
  display: inline-block;
  color: #a89f90;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
}
.jj-footer-links li a:hover,
.footer-grid > div > a:hover {
  color: #f3d98b;
  transform: translateX(4px);
}
.jj-newsletter-desc {
  color: #a89f90;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.jj-newsletter-form {
  margin-bottom: 24px;
}
.jj-input-wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  background: #0b0b0a;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.jj-input-wrap:focus-within {
  border-color: #d4af37;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.15);
}
.jj-input-wrap input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 12px 18px;
  color: #f5ead5;
  font: 500 13px Manrope, sans-serif;
  outline: none;
}
.jj-input-wrap input::placeholder {
  color: #70685c;
}
.jj-input-wrap button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 20px;
  border: 0;
  background: linear-gradient(135deg, #d4af37, #f3d98b);
  color: #100b03;
  font: 800 11px Manrope, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 0.25s ease;
}
.jj-input-wrap button:hover {
  filter: brightness(1.1);
}
.jj-social-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jj-social-label {
  font: 600 10px Cinzel, serif;
  letter-spacing: 0.18em;
  color: #928a7c;
  text-transform: uppercase;
}
.socials.jj-luxury-socials,
.socials {
  display: flex;
  gap: 10px;
}
.socials.jj-luxury-socials a,
.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(255, 255, 255, 0.02);
  color: #d6b258;
  display: grid;
  place-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.socials.jj-luxury-socials a:hover,
.socials a:hover {
  background: #d4af37;
  color: #100b03;
  border-color: #f3d98b;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.25);
}
.jj-footer-bottom-bar,
.footer-bottom {
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  background: #030303;
  padding: 22px 0;
  font-size: 12px;
  color: #837b6f;
}
.jj-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.jj-copyright {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.jj-tagline-accent {
  color: #d4af37;
  font-family: Cinzel, serif;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.jj-legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.jj-legal-links a {
  color: #837b6f;
  text-decoration: none;
  transition: color 0.2s ease;
}
.jj-legal-links a:hover {
  color: #f3d98b;
}
.jj-sep {
  color: rgba(212, 175, 55, 0.3);
}
#loader{position:fixed;inset:0;z-index:9999;background:#050505;display:grid;place-items:center;align-content:center;gap:10px;opacity:1;visibility:visible;transition:.45s}.loader-logo{width:110px}.loader-hidden{opacity:0;visibility:hidden}.toast{position:fixed;right:20px;bottom:20px;z-index:5000;background:#111;color:#f1e7d3;border:1px solid var(--line);padding:14px 16px;border-radius:14px;box-shadow:var(--shadow);transform:translateY(20px);opacity:0;pointer-events:none;transition:.3s}.toast.show{transform:translateY(0);opacity:1}.modal{position:fixed;inset:0;z-index:4000;background:rgba(0,0,0,.78);backdrop-filter:blur(8px);display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-box{width:min(920px,95vw);max-height:90vh;overflow:auto;background:#0b0b0b;border:1px solid var(--line);border-radius:24px;position:relative}.modal-close{position:absolute;right:12px;top:12px}.quick-view{display:grid;grid-template-columns:1fr 1fr}.quick-view img{width:100%;height:100%;min-height:400px;object-fit:cover}.quick-view .info{padding:32px}
@media(max-width:1080px){.menu{display:none}.mobile-toggle{display:grid}.hero-grid,.product-layout,.editorial-grid{grid-template-columns:1fr}.rate-card{justify-self:start}.trust .grid{grid-template-columns:1fr 1fr}.collections,.grid-4{grid-template-columns:1fr 1fr}.split,.footer-grid{grid-template-columns:1fr 1fr}.shop-grid{grid-template-columns:1fr}.filter-panel{position:static}.quick-view{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.topbar .container{overflow:auto;justify-content:center;gap:14px}.topbar span:nth-child(4),.topbar span:last-child{display:none!important}.nav{padding:10px 0}.brand{min-width:0;flex:1 1 auto;max-width:calc(100% - 130px)}.brand strong{font-size:12.5px}.brand small{font-size:7.5px}.brand img{width:32px;height:32px}.actions .hide-mobile,#header .actions>a[href*="wishlist"],#header .actions>a[href*="cart"],#header .actions>.jj-account-shell,#header .actions>[data-jj-account-shell],#header .actions>a[href*="account"],#header .actions>a[href*="login"]{display:none!important}.hero-grid{padding:80px 0 60px}.hero-actions{flex-direction:column}.btn{width:100%}.rate-card{max-width:none}.trust .grid,.collections,.grid-4,.split,.form-grid,.footer-grid{grid-template-columns:1fr}.section{padding:64px 0}.section-head.row{display:block;text-align:left}.section-head h2{font-size:34px}.custom h2{font-size:42px}.page-hero .container{padding:78px 0 44px}.page-title{font-size:42px}.toolbar{display:block}.search-box{margin-top:15px}.spec-grid{grid-template-columns:1fr}.quick-view .info{padding:24px}}

.compare-table{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

/* loader failsafe */
#loader.loader-hidden{opacity:0;visibility:hidden;pointer-events:none}

.jj-live-rate-loading-v2{
  opacity:.72;
  letter-spacing:.02em;
}

/* ============================================================
   JJ LUXURY FILE UPLOAD & APPOINTMENTS EXTENSION
   ============================================================ */
.jj-upload-zone{
  border:2px dashed rgba(212,175,55,.35);
  border-radius:16px;
  background:rgba(15,15,15,.6);
  padding:16px;
  transition:all .3s ease;
  position:relative;
}
.jj-upload-zone:hover,.jj-upload-zone.dragover{
  border-color:var(--gold);
  background:rgba(212,175,55,.04);
}
.jj-upload-drop{
  display:flex;
  align-items:center;
  gap:16px;
  cursor:pointer;
  padding:8px;
}
.jj-upload-previews{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:14px;
}
.jj-upload-thumb{
  position:relative;
  aspect-ratio:1/1;
  border-radius:12px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#111;
}
.jj-upload-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.jj-upload-remove{
  position:absolute;
  top:6px;
  right:6px;
  width:26px;
  height:26px;
  border-radius:50%;
  background:rgba(0,0,0,.75);
  color:#fff;
  border:1px solid rgba(255,255,255,.3);
  display:grid;
  place-items:center;
  font-size:14px;
  cursor:pointer;
  transition:background .2s ease;
}
.jj-upload-remove:hover{
  background:#e53e3e;
  border-color:#e53e3e;
}


/* ============================================================
   JJ ROYAL HOMEPAGE LUXURY ANIMATIONS & EFFECTS
   ============================================================ */
@keyframes jjMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes jjGoldShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes jjKenBurns {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

@keyframes jjFloatGlow {
  0%, 100% { transform: translateY(0); filter: drop-shadow(0 0 15px rgba(212,175,55,0.25)); }
  50% { transform: translateY(-6px); filter: drop-shadow(0 0 25px rgba(212,175,55,0.45)); }
}

.jj-marquee-wrap {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #0d0c09, #1a160d, #0d0c09);
  border-top: 1px solid rgba(212,175,55,0.28);
  border-bottom: 1px solid rgba(212,175,55,0.28);
  padding: 14px 0;
  white-space: nowrap;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.jj-marquee-track {
  display: inline-flex;
  gap: 40px;
  animation: jjMarquee 26s linear infinite;
}

.jj-marquee-track:hover {
  animation-play-state: paused;
}

.jj-marquee-item {
  font: 700 12px/1 Cinzel, serif;
  letter-spacing: 0.18em;
  color: #f1dfa8;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
}

.jj-marquee-item i {
  color: #d4af37;
  font-size: 14px;
}

/* Rate Calculator Widget */
.jj-calc-box {
  background: linear-gradient(145deg, #161410, #0d0c09);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  position: relative;
  overflow: hidden;
}

.jj-calc-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(212,175,55,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.jj-calc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.2fr;
  gap: 16px;
  align-items: end;
  margin-top: 18px;
}

@media(max-width: 900px) {
  .jj-calc-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .jj-calc-grid {
    grid-template-columns: 1fr;
  }
}

.jj-calc-result {
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 12px;
  padding: 12px 16px;
  text-align: right;
}

.jj-calc-result small {
  display: block;
  font-size: 10px;
  color: #a89f8f;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jj-calc-result strong {
  font: 700 24px Cinzel, serif;
  color: #f7e2a9;
}

/* Reviews Carousel */
.jj-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}

@media(max-width: 900px) {
  .jj-reviews-grid {
    grid-template-columns: 1fr;
  }
}

.jj-review-card {
  background: #11100d;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.jj-review-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212,175,55,0.5);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.jj-stars {
  color: #ffd700;
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
  gap: 4px;
}

.jj-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.jj-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1f1b13;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold2);
  font: 700 15px Cinzel, serif;
}

/* ============================================================
   HAUTE JOAILLERIE FIGMA/DRIBBBLE ANIMATIONS & MICRO-INTERACTIONS
   ============================================================ */
@keyframes jjGoldTextShimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes jjMarqueeLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes jjMarqueeRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@keyframes jjOrbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.35; }
  50% { transform: translate(25px, -30px) scale(1.15); opacity: 0.55; }
}

@keyframes jjFloatingBadge {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(0.5deg); }
}

@keyframes jjGlowSweep {
  0% { transform: translateX(-100%) rotate(45deg); }
  100% { transform: translateX(200%) rotate(45deg); }
}

@keyframes jjSpinOrbit {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes jjLaserPulse {
  0%, 100% { opacity: 0.4; filter: drop-shadow(0 0 4px #d4af37); }
  50% { opacity: 1; filter: drop-shadow(0 0 12px #f5d77f); }
}

/* Shimmer Gold Text Utility */
.jj-gold-shimmer {
  background: linear-gradient(90deg, #dfc36d 0%, #ffffff 25%, #d4af37 50%, #f6e6b4 75%, #dfc36d 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: jjGoldTextShimmer 4s linear infinite;
  display: inline-block;
}

/* Ambient Glowing Background Orb */
.jj-ambient-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.18) 0%, rgba(212,175,55,0.02) 60%, transparent 80%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
  animation: jjOrbDrift 10s ease-in-out infinite;
}

/* Dual Layer Running Marquee */
.jj-dual-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #080705;
  border-top: 1px solid rgba(212,175,55,0.25);
  border-bottom: 1px solid rgba(212,175,55,0.25);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.8), 0 10px 30px rgba(0,0,0,0.5);
}

.jj-marquee-row {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 0;
}

.jj-marquee-row.top {
  background: linear-gradient(90deg, #110f0a, #1a160d, #110f0a);
  border-bottom: 1px solid rgba(212,175,55,0.12);
}

.jj-marquee-row.bottom {
  background: #090806;
  padding: 9px 0;
}

.jj-marquee-content-left {
  display: inline-flex;
  gap: 36px;
  animation: jjMarqueeLeft 24s linear infinite;
}

.jj-marquee-content-right {
  display: inline-flex;
  gap: 36px;
  animation: jjMarqueeRight 28s linear infinite;
}

.jj-marquee-row:hover .jj-marquee-content-left,
.jj-marquee-row:hover .jj-marquee-content-right {
  animation-play-state: paused;
}

.jj-m-item {
  font: 700 12px/1 Cinzel, serif;
  letter-spacing: 0.22em;
  color: #f7e6b5;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
}

.jj-m-item.outline {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(212,175,55,0.8);
}

.jj-m-item i {
  color: #d4af37;
  font-size: 14px;
  filter: drop-shadow(0 0 6px rgba(212,175,55,0.6));
}

/* Floating Glassmorphic Pill Banner */
.jj-hero-ticker-pill {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(18, 16, 11, 0.75);
  border: 1px solid rgba(212, 175, 55, 0.4);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.5), inset 0 0 12px rgba(212,175,55,0.1);
  margin-bottom: 22px;
  animation: jjFloatingBadge 5s ease-in-out infinite;
}

.jj-hero-ticker-pill span {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #f0e6d2;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 5 Karigari Steps Timeline */
.jj-karigari-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
  margin-top: 36px;
}

.jj-karigari-timeline::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(90deg, rgba(212,175,55,0.1), #d4af37 50%, rgba(212,175,55,0.1));
  z-index: 0;
  animation: jjLaserPulse 3s infinite ease-in-out;
}

@media(max-width: 1024px) {
  .jj-karigari-timeline {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .jj-karigari-timeline::before {
    display: none;
  }
}

.jj-karigari-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #13110c 0%, #090806 100%);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 20px;
  padding: 24px 20px;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}

.jj-karigari-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 16px 40px rgba(0,0,0,0.6), 0 0 20px rgba(212,175,55,0.15);
}

.jj-karigari-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.06) 50%, transparent 60%);
  transform: translateX(-100%) rotate(45deg);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.jj-karigari-card:hover::after {
  transform: translateX(100%) rotate(45deg);
}

.jj-step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1c1810;
  border: 1px solid #d4af37;
  color: #f7df99;
  font: 700 16px Cinzel, serif;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  box-shadow: 0 0 15px rgba(212,175,55,0.3);
}

.jj-karigari-card h4 {
  font: 600 17px Cinzel, serif;
  color: #fff;
  margin: 0 0 8px;
}

.jj-karigari-card p {
  color: #aba191;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* Celestial Silhouette Orbit Grid */
.jj-orbit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 32px;
}

@media(max-width: 900px) {
  .jj-orbit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 500px) {
  .jj-orbit-grid {
    grid-template-columns: 1fr;
  }
}

.jj-orbit-card {
  position: relative;
  border-radius: 24px;
  background: #0d0c09;
  border: 1px solid var(--line);
  padding: 24px 18px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jj-orbit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 25px rgba(212,175,55,0.12);
}

.jj-orbit-disc {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
  border: 2px solid rgba(212,175,55,0.3);
  box-shadow: 0 8px 25px rgba(0,0,0,0.6);
}

.jj-orbit-disc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.jj-orbit-card:hover .jj-orbit-disc img {
  transform: scale(1.15);
}

.jj-orbit-disc::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(212,175,55,0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.jj-orbit-card:hover .jj-orbit-disc::after {
  opacity: 1;
  animation: jjSpinOrbit 12s linear infinite;
}

.jj-orbit-card h3 {
  font: 600 20px Cinzel, serif;
  color: #fff;
  margin: 0 0 4px;
}

.jj-orbit-card small {
  color: var(--gold2);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Interactive Tabs for Live Catalogue */
.jj-tabs-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.jj-tab-btn {
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: #0d0c09;
  color: #cfc5b4;
  font: 700 12px Cinzel, serif;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.jj-tab-btn:hover, .jj-tab-btn.active {
  background: linear-gradient(135deg, #8d5d10, #d6ad49, #f6d786);
  color: #110c03;
  border-color: #f6d786;
  box-shadow: 0 6px 20px rgba(212,175,55,0.35);
  transform: translateY(-2px);
}

/* Bespoke Atelier 3D Showcase */
.jj-bespoke-stage {
  background: radial-gradient(circle at 75% 30%, rgba(212,175,55,0.12) 0%, transparent 60%), #070705;
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 32px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  box-shadow: 0 25px 70px rgba(0,0,0,0.6);
  position: relative;
  overflow: hidden;
}

@media(max-width: 992px) {
  .jj-bespoke-stage {
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }
}
