:root{--navy:#07192f;--navy2:#0d2848;--gold:#d4af37;--gold2:#f1d981;--white:#fff;--muted:#6f7782;--light:#f6f3ed;--dark:#08111f;--card:#ffffff;--shadow:0 18px 45px rgba(7,25,47,.16);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#152033;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1240px;margin:0 auto;padding:0 22px}.topbar{background:rgba(7,25,47,.94);backdrop-filter:blur(10px);position:sticky;top:0;z-index:99;border-bottom:1px solid rgba(212,175,55,.25)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{color:white}.brand strong{font-size:25px;letter-spacing:.08em}.brand span{display:block;color:var(--gold);font-size:12px;letter-spacing:.28em;text-transform:uppercase}.menu{display:flex;gap:22px;align-items:center}.menu a{color:#fff;font-weight:700;font-size:14px}.menu a:hover{color:var(--gold)}.phone{border:1px solid rgba(212,175,55,.55);padding:11px 15px;border-radius:999px;color:var(--gold)!important}.hero{min-height:720px;display:flex;align-items:center;position:relative;color:white;background:linear-gradient(90deg,rgba(7,25,47,.92),rgba(7,25,47,.62),rgba(7,25,47,.25)),var(--hero) center/cover no-repeat}.eyebrow{color:var(--gold2);font-weight:800;letter-spacing:.24em;text-transform:uppercase;font-size:13px}.hero h1{font-size:clamp(44px,7vw,92px);line-height:.96;margin:18px 0 22px;letter-spacing:-.055em;max-width:980px}.hero p{max-width:760px;font-size:20px;color:#e6edf5}.btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 22px;font-weight:900}.btn.gold{background:var(--gold);color:#07192f}.btn.out{border:1px solid rgba(255,255,255,.55);color:white}.trust{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.trust span{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 14px;font-weight:800}.section{padding:92px 0}.section.alt{background:var(--light)}.head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.head h2{font-size:clamp(34px,4vw,58px);line-height:1;margin:10px 0;letter-spacing:-.04em}.head p{color:var(--muted);max-width:640px;margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(7,25,47,.08)}.card .pic{height:270px;background:#ddd;overflow:hidden}.card .pic img{width:100%;height:100%;object-fit:cover;transition:.45s}.card:hover .pic img{transform:scale(1.06)}.card .body{padding:24px}.card h3{font-size:24px;margin:0 0 8px}.meta{color:var(--gold);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.dark{background:var(--navy);color:white}.dark .head p,.dark p{color:#d8e2ed}.features{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.feature{padding:26px;background:white;border-radius:18px;box-shadow:var(--shadow);font-weight:900}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{width:100%;height:250px;object-fit:cover;border-radius:14px}.project-hero{padding:86px 0;background:linear-gradient(135deg,var(--navy),var(--navy2));color:white}.project-hero h1{font-size:clamp(40px,6vw,76px);line-height:1;margin:8px 0}.pairs{display:grid;gap:24px}.pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:white;border-radius:20px;box-shadow:var(--shadow);padding:12px}.pair figure{margin:0;position:relative}.pair img{width:100%;height:360px;object-fit:cover;border-radius:14px}.pair figcaption{position:absolute;top:12px;left:12px;background:rgba(7,25,47,.9);color:white;border-radius:999px;padding:7px 12px;font-weight:900;font-size:12px}.cta{background:linear-gradient(135deg,#07192f,#12365f);color:white;border-radius:28px;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:24px}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:24px}.formbox{background:white;border-radius:22px;padding:26px;box-shadow:var(--shadow)}input,textarea,select{width:100%;padding:14px;border:1px solid #d9dee7;border-radius:12px;margin-bottom:12px;font:inherit}textarea{min-height:130px}.footer{background:#040b16;color:#cdd7e2;padding:48px 0}.footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.admin-note{background:#fff7dd;border:1px solid #eed58c;padding:16px;border-radius:14px;color:#4b3a00}.mobile-only{display:none}@media(max-width:900px){.nav{height:auto;padding:16px 0;align-items:flex-start}.menu{display:none}.mobile-only{display:block}.hero{min-height:620px}.grid,.grid.two,.features,.contact-grid,.footer .cols{grid-template-columns:1fr}.head{display:block}.gallery{grid-template-columns:repeat(2,1fr)}.pair{grid-template-columns:1fr}.pair img{height:280px}.cta{display:block}.brand strong{font-size:19px}}@media(max-width:560px){.gallery{grid-template-columns:1fr}.hero h1{font-size:43px}.section{padding:62px 0}.card .pic{height:220px}}
.project-hero.has-bg{position:relative;background:linear-gradient(90deg,rgba(7,25,47,.92),rgba(7,25,47,.65)),var(--hero) center/cover no-repeat;min-height:480px;display:flex;align-items:center}.project-copy{font-size:18px;color:#334155;max-width:900px}.head.small{margin-bottom:22px}.gallery a{display:block}.gallery a img{transition:.25s}.gallery a:hover img{transform:translateY(-3px);box-shadow:var(--shadow)}.features .feature{color:#07192f}.jho-admin-tip{background:#fff7dd;border:1px solid #ead28b;padding:18px;border-radius:16px;margin:18px 0}.project-hero .btn.out{border-color:rgba(255,255,255,.7)}@media(max-width:900px){.project-hero.has-bg{min-height:420px}.topbar{position:relative}.phone{display:inline-flex;margin-top:8px}}

/* JHO Hub v2.2 project CMS polish */
.project-intro{padding-top:70px}.project-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:42px}.project-facts div{background:#fff;border:1px solid rgba(7,25,47,.08);box-shadow:var(--shadow);border-radius:18px;padding:18px 20px}.project-facts span{display:block;color:var(--muted);font-weight:800;text-transform:uppercase;font-size:11px;letter-spacing:.14em}.project-facts strong{display:block;font-size:20px;color:var(--navy);margin-top:4px}.overview-head{align-items:start}.pair{position:relative}.pair-title{grid-column:1/-1;padding:2px 8px 4px;font-weight:900;color:var(--navy);letter-spacing:.01em}.pair figcaption.badge{top:14px;left:14px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;border:1px solid rgba(255,255,255,.25)}.pair figcaption.badge.before{background:rgba(8,17,31,.92);color:#fff}.pair figcaption.badge.after{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#07192f}.full-gallery-head{margin-top:66px}.room-gallery-wrap{display:grid;gap:38px}.room-block{background:#fff;border:1px solid rgba(7,25,47,.06);box-shadow:0 12px 35px rgba(7,25,47,.08);border-radius:24px;padding:22px}.room-title{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}.room-title h3{font-size:27px;line-height:1;margin:0;color:var(--navy)}.room-title span{color:var(--gold);font-weight:900;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.room-gallery{grid-template-columns:repeat(3,1fr)}.room-gallery a{position:relative;overflow:hidden;border-radius:16px}.room-gallery img{height:300px;border-radius:16px}.gallery-chip{position:absolute;left:12px;bottom:12px;border-radius:999px;padding:7px 10px;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.12em;background:rgba(7,25,47,.9);color:#fff}.gallery-chip.after{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#07192f}.gallery-chip.before{background:rgba(7,25,47,.92);color:#fff}.jho-lightbox-overlay{position:fixed;inset:0;background:rgba(2,8,18,.94);z-index:9999;display:none;align-items:center;justify-content:center;padding:24px}.jho-lightbox-overlay.active{display:flex}.jho-lightbox-box{max-width:min(1120px,96vw);max-height:90vh;text-align:center;color:white}.jho-lightbox-box img{max-height:82vh;max-width:100%;object-fit:contain;border-radius:12px;box-shadow:0 25px 80px rgba(0,0,0,.55)}.jho-lightbox-caption{margin-top:12px;color:#e5edf6;font-weight:800}.jho-lightbox-close{position:fixed;top:18px;right:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:999px;width:44px;height:44px;font-size:28px;line-height:38px;cursor:pointer}.sync-table{border-collapse:collapse;background:white;box-shadow:var(--shadow);border-radius:14px;overflow:hidden}.sync-table th,.sync-table td{padding:12px 14px;border-bottom:1px solid #e7ebf0;text-align:left}.sync-table th{background:#07192f;color:white}@media(max-width:900px){.project-facts{grid-template-columns:repeat(2,1fr)}.room-gallery{grid-template-columns:repeat(2,1fr)}.room-gallery img{height:240px}}@media(max-width:560px){.project-facts,.room-gallery{grid-template-columns:1fr}.room-block{padding:14px}.room-gallery img{height:280px}.room-title{align-items:flex-start;flex-direction:column}.project-facts strong{font-size:18px}}

/* JHO Hub v2.3 sales-presentation project pages */
.project-hero-v23{min-height:620px;padding:120px 0 94px;overflow:hidden}.project-hero-v23:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 25%,rgba(212,175,55,.18),transparent 30%),linear-gradient(90deg,rgba(7,25,47,.96),rgba(7,25,47,.76),rgba(7,25,47,.42));pointer-events:none}.project-hero-v23 .wrap{position:relative;z-index:1}.project-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;align-items:end}.project-hero-copy h1{max-width:880px;text-wrap:balance}.project-hero-copy p{max-width:720px}.project-snapshot{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(15px);border-radius:26px;padding:22px;display:grid;gap:13px}.project-snapshot div{border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:12px}.project-snapshot div:last-child{border-bottom:0;padding-bottom:0}.project-snapshot span{display:block;color:var(--gold2);font-size:11px;letter-spacing:.17em;text-transform:uppercase;font-weight:900}.project-snapshot strong{display:block;color:white;font-size:20px;line-height:1.22;margin-top:4px}.project-story{background:#fff;padding:76px 0}.project-story-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:58px;align-items:start}.project-story h2{font-size:clamp(34px,4.6vw,62px);line-height:.98;margin:12px 0 24px;letter-spacing:-.045em;color:var(--navy);text-wrap:balance}.project-service-summary{color:#405065;font-size:17px;border-left:4px solid var(--gold);padding:6px 0 6px 18px;margin-top:24px}.highlight-card{background:linear-gradient(135deg,#07192f,#12365f);border-radius:26px;color:white;padding:30px;box-shadow:var(--shadow);position:sticky;top:105px}.highlight-card h3{font-size:27px;margin:0 0 18px}.highlight-card ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.highlight-card li{position:relative;padding-left:28px;color:#edf4fb;font-weight:750}.highlight-card li:before{content:"✓";position:absolute;left:0;top:0;color:var(--gold2);font-weight:1000}.before-after-section{background:#fbfaf7;padding-top:84px}.refined-head{align-items:start}.refined-head h2{text-wrap:balance}.pairs-v23{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.pair-v23{display:block;padding:0;overflow:hidden;border-radius:26px;border:1px solid rgba(7,25,47,.08);box-shadow:0 18px 45px rgba(7,25,47,.12);background:#fff;transition:transform .22s ease, box-shadow .22s ease}.pair-v23:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(7,25,47,.18)}.pair-v23 .pair-title{padding:18px 20px 14px;font-size:18px;letter-spacing:.02em;border-bottom:1px solid rgba(7,25,47,.07);display:flex;align-items:center;justify-content:space-between}.pair-v23 .pair-title:after{content:"Transformation";font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:1000}.pair-media{display:grid;grid-template-columns:1fr 1fr;gap:0}.pair-media a{display:block}.pair-v23 figure{overflow:hidden;background:#0b1727}.pair-v23 img{height:245px;border-radius:0;transition:transform .35s ease}.pair-v23 a:hover img,.pair-v23 figure:hover img{transform:scale(1.035)}.pair-v23 figcaption.badge{top:12px;left:12px;padding:8px 12px;border-radius:999px;box-shadow:0 8px 26px rgba(0,0,0,.18);backdrop-filter:blur(10px)}.pair-v23 figcaption.badge.before{background:rgba(7,25,47,.82)}.pair-v23 figcaption.badge.after{background:linear-gradient(135deg,var(--gold),var(--gold2));border-color:rgba(255,255,255,.45)}.full-gallery-section{padding-top:86px}.room-gallery-v23{gap:24px}.room-block-v23{background:white;border-radius:26px;border:1px solid rgba(7,25,47,.08);box-shadow:0 14px 38px rgba(7,25,47,.08);overflow:hidden;padding:0}.room-block-v23 summary{cursor:pointer;list-style:none}.room-block-v23 summary::-webkit-details-marker{display:none}.room-block-v23 .room-title{margin:0;padding:22px 24px;border-bottom:1px solid rgba(7,25,47,.08)}.room-title-main{display:flex;flex-direction:column;gap:4px}.room-title-main strong{font-size:25px;line-height:1;color:var(--navy)}.room-title-main em{font-style:normal;color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:1000}.room-toggle{border:1px solid rgba(7,25,47,.12);border-radius:999px;padding:9px 12px;font-size:12px;font-weight:950;color:var(--navy);background:#f8f6ef}.room-block-v23[open] .room-toggle{background:var(--navy);color:#fff;border-color:var(--navy)}.masonry-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:18px}.masonry-gallery a{min-height:0;position:relative;overflow:hidden;border-radius:18px;box-shadow:0 10px 22px rgba(7,25,47,.08)}.masonry-gallery img{height:210px;width:100%;object-fit:cover;border-radius:18px;transition:transform .35s ease}.masonry-gallery a:nth-child(5n+1){grid-row:span 2}.masonry-gallery a:nth-child(5n+1) img{height:432px}.masonry-gallery a:hover img{transform:scale(1.05)}.gallery-chip{box-shadow:0 8px 22px rgba(0,0,0,.18);backdrop-filter:blur(10px)}.cta-v23{box-shadow:0 26px 70px rgba(7,25,47,.20)}.cta-v23 h2{margin:8px 0;font-size:clamp(32px,4vw,54px);letter-spacing:-.04em;line-height:1}@media(max-width:1100px){.project-hero-grid,.project-story-grid{grid-template-columns:1fr}.project-snapshot{grid-template-columns:repeat(2,1fr)}.highlight-card{position:relative;top:auto}.pairs-v23{grid-template-columns:1fr}.pair-v23 img{height:300px}.masonry-gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.project-hero-v23{min-height:auto;padding:74px 0 58px}.project-snapshot{grid-template-columns:1fr}.pairs-v23{gap:18px}.pair-media{grid-template-columns:1fr}.pair-v23 img{height:270px}.pair-v23 .pair-title{display:block}.pair-v23 .pair-title:after{display:block;margin-top:4px}.masonry-gallery{grid-template-columns:repeat(2,1fr);padding:12px}.masonry-gallery img,.masonry-gallery a:nth-child(5n+1) img{height:205px}.masonry-gallery a:nth-child(5n+1){grid-row:auto}.room-block-v23 .room-title{align-items:flex-start;gap:12px;flex-direction:column}.project-story{padding:58px 0}}@media(max-width:520px){.masonry-gallery{grid-template-columns:1fr}.masonry-gallery img,.masonry-gallery a:nth-child(5n+1) img{height:260px}.project-snapshot strong{font-size:18px}.highlight-card{padding:24px}.pair-v23 img{height:250px}}


/* JHO Hub v3.7B — Website Output / Portfolio Grid */
.portfolio-hero-v37b{padding:96px 0 78px;background:radial-gradient(circle at 80% 20%,rgba(212,175,55,.18),transparent 30%),linear-gradient(135deg,#07192f,#0d2848);color:#fff;position:relative;overflow:hidden}.portfolio-hero-v37b:after{content:"";position:absolute;inset:auto -10% -45% 45%;height:420px;background:rgba(255,255,255,.05);transform:rotate(-8deg);border-radius:80px}.portfolio-hero-v37b .wrap{position:relative;z-index:1}.portfolio-hero-v37b h1{font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.055em;margin:12px 0 18px;max-width:850px}.portfolio-hero-v37b p{max-width:760px;color:#dce7f3;font-size:18px;margin:0}.portfolio-section-v37b{background:#f7f4ee}.portfolio-toolbar-v37b{background:#fff;border:1px solid rgba(7,25,47,.08);box-shadow:0 12px 34px rgba(7,25,47,.08);border-radius:22px;padding:20px 22px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.portfolio-toolbar-v37b strong{display:block;font-size:22px;color:#07192f}.portfolio-toolbar-v37b span{display:block;color:#6f7782;font-size:14px;margin-top:2px}.portfolio-grid-v37b{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.portfolio-card{background:#fff;border:1px solid rgba(7,25,47,.08);border-radius:28px;overflow:hidden;box-shadow:0 18px 44px rgba(7,25,47,.11);display:flex;flex-direction:column;min-height:100%;transition:transform .22s ease, box-shadow .22s ease}.portfolio-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(7,25,47,.18)}.portfolio-card-media{height:280px;background:#d9dee7;position:relative;overflow:hidden}.portfolio-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .42s ease}.portfolio-card:hover .portfolio-card-media img{transform:scale(1.06)}.portfolio-card-badge{position:absolute;left:16px;top:16px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#07192f;border-radius:999px;padding:8px 12px;font-weight:1000;font-size:11px;text-transform:uppercase;letter-spacing:.12em;box-shadow:0 10px 24px rgba(0,0,0,.18)}.portfolio-card-body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1}.portfolio-meta{color:var(--gold);font-weight:1000;text-transform:uppercase;font-size:12px;letter-spacing:.14em}.portfolio-card h2{font-size:27px;line-height:1.05;letter-spacing:-.025em;color:#07192f;margin:0}.portfolio-card p{color:#546173;margin:0;flex:1}.portfolio-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:8px}.portfolio-stats span{background:#f8f6ef;border:1px solid rgba(7,25,47,.06);border-radius:14px;padding:10px;color:#516072;font-size:12px;font-weight:800}.portfolio-stats strong{display:block;color:#07192f;font-size:18px;line-height:1}.portfolio-link{margin-top:10px;border-top:1px solid rgba(7,25,47,.08);padding-top:16px;color:#07192f;font-weight:1000}.portfolio-link span{color:var(--gold);font-size:20px;margin-left:6px}.post-type-archive-jho_project .section:first-of-type{padding-top:92px}@media(max-width:1050px){.portfolio-grid-v37b{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-card-media{height:260px}}@media(max-width:680px){.portfolio-grid-v37b{grid-template-columns:1fr}.portfolio-card-media{height:250px}.portfolio-stats{grid-template-columns:1fr 1fr}.portfolio-toolbar-v37b{display:block}.portfolio-hero-v37b{padding:70px 0 56px}}

.portfolio-card-media.is-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#102844,#07192f)}.portfolio-placeholder{width:92px;height:92px;border-radius:50%;border:1px solid rgba(212,175,55,.55);display:flex;align-items:center;justify-content:center;color:var(--gold);font-weight:1000;letter-spacing:.18em;font-size:22px}

/* JHO Hub v4.1A - Universal Asset / Video Output */
.jho-video-section{background:#f7f7f4;}
.jho-video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;}
.jho-video-card{background:#fff;border:1px solid rgba(10,24,40,.10);border-radius:18px;padding:18px;box-shadow:0 14px 40px rgba(10,24,40,.08);}
.jho-video-card h3{margin:0 0 14px;font-size:20px;}
.jho-project-video{width:100%;border-radius:14px;background:#000;display:block;}
.jho-video-frame{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:14px;background:#000;}
.jho-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;}
.jho-video-caption{margin:12px 0 0;color:#58606b;font-size:14px;}
.jhohub-video-thumb{width:90px;height:64px;border-radius:8px;background:#0d1b2a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;}
.jhohub-video-thumb span{font-size:22px;line-height:1;}
.jhohub-video-thumb small{font-size:11px;opacity:.85;margin-top:4px;}


/* JHO Hub v4.1B - Video Presentation Engine */
.jho-video-card-grid{max-width:980px;margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.jho-video-card-compact{padding:0;overflow:hidden;border-radius:24px;}
.jho-video-thumb-card{position:relative;display:block;width:100%;aspect-ratio:16/9;border:0;padding:0;cursor:pointer;background:#07192f;overflow:hidden;}
.jho-video-thumb-preview{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.02);}
.jho-video-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#07192f,#0d2848);color:#d4af37;font-size:42px;}
.jho-video-play-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);color:#07192f;font-size:28px;box-shadow:0 18px 46px rgba(0,0,0,.28);padding-left:4px;transition:transform .2s ease, background .2s ease;}
.jho-video-thumb-card:hover .jho-video-play-badge{transform:translate(-50%,-50%) scale(1.07);background:#d4af37;}
.jho-video-card-body{padding:22px 24px 24px;}
.jho-video-card-body h3{margin:0 0 8px;font-size:22px;line-height:1.15;color:#07192f;}
.jho-video-card-body p{margin:0 0 16px;color:#58606b;}
.jho-video-watch-btn{border:0;border-radius:999px;padding:12px 18px;background:#07192f;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(7,25,47,.18);}
.jho-video-watch-btn:hover{background:#d4af37;color:#07192f;}
.jho-video-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:28px;}
.jho-video-modal.is-open{display:flex;}
.jho-video-modal-backdrop{position:absolute;inset:0;background:rgba(3,9,18,.78);backdrop-filter:blur(8px);}
.jho-video-modal-panel{position:relative;width:min(1100px,96vw);max-height:90vh;background:#07192f;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.45);padding:18px;}
.jho-video-modal-close{position:absolute;right:12px;top:10px;z-index:2;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.95);color:#07192f;font-size:28px;line-height:1;cursor:pointer;}
.jho-video-modal-content .jho-project-video{max-height:78vh;width:100%;border-radius:16px;}
.jho-video-modal-content .jho-video-frame{border-radius:16px;}
body.jho-video-modal-open{overflow:hidden;}
@media(max-width:680px){.jho-video-modal{padding:14px}.jho-video-modal-panel{padding:10px;border-radius:16px}.jho-video-play-badge{width:58px;height:58px;font-size:23px}.jho-video-card-body{padding:18px}}


/* JHO Hub v4.2 Kernel UI */
.jhohub-engine-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.jhohub-engine-pills span{display:inline-flex;align-items:center;border:1px solid rgba(15,23,42,.14);border-radius:999px;padding:6px 10px;background:#fff;font-size:12px;font-weight:700;color:#0f172a}
.jhohub-bad{color:#b91c1c;font-weight:700}

/* v5.8.1a compact layout */
input[name*="feet"],input.feet{max-width:5em!important;width:5em!important}
input[name*="inch"],input.inches{max-width:4em!important;width:4em!important}
.measurement-row,.dimension-row{display:flex;gap:12px;align-items:end;flex-wrap:wrap}
.measurement-row input[type=text],.measurement-row input[type=number]{max-width:220px}

/*=========================================================
    JHO Hub v6.2.2 — Luxury Cabinet & Slab Homepage Polish
=========================================================*/
:root {
    --jho-lux-black: #03060b;
    --jho-lux-charcoal: #080f1d;
    --jho-lux-navy: #07192f;
    --jho-lux-gold: #d4af37;
    --jho-lux-gold-soft: #f1d981;
    --jho-lux-cream: #f7f1e5;
    --jho-lux-line: rgba(212, 175, 55, .22);
    --jho-lux-glow: 0 30px 90px rgba(0, 0, 0, .32);
}

body {
    background: #fbfaf7;
}

.topbar {
    background: rgba(3, 6, 11, .92);
    border-bottom: 1px solid rgba(212, 175, 55, .28);
}

.brand strong {
    letter-spacing: .13em;
}

.brand span {
    color: var(--jho-lux-gold-soft);
}

.phone {
    background: rgba(212, 175, 55, .08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.jho-lux-hero {
    min-height: 820px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 22%, rgba(241, 217, 129, .22), transparent 27%),
        linear-gradient(90deg, rgba(3, 6, 11, .96), rgba(7, 25, 47, .76), rgba(7, 25, 47, .28)),
        var(--hero) center/cover no-repeat;
}

.jho-lux-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(212, 175, 55, .08), transparent 28%),
        linear-gradient(0deg, rgba(3, 6, 11, .72), transparent 45%);
    pointer-events: none;
}

.jho-lux-hero::after {
    content: "";
    position: absolute;
    right: -18%;
    bottom: -38%;
    width: 62%;
    height: 58%;
    border: 1px solid rgba(212, 175, 55, .22);
    border-radius: 999px;
    transform: rotate(-14deg);
    box-shadow: 0 0 90px rgba(212, 175, 55, .10);
    pointer-events: none;
}

.jho-lux-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 56px;
    align-items: end;
}

.jho-lux-hero-copy h1 {
    max-width: 980px;
    margin-top: 20px;
    color: #fff;
    text-shadow: 0 18px 60px rgba(0, 0, 0, .42);
}

.jho-lux-hero-copy p {
    max-width: 720px;
    color: rgba(255, 255, 255, .86);
}

.jho-lux-hero-card {
    padding: 28px;
    border: 1px solid rgba(212, 175, 55, .28);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(3, 6, 11, .76), rgba(9, 20, 36, .56));
    box-shadow: var(--jho-lux-glow);
    backdrop-filter: blur(18px);
}

.jho-lux-hero-card span {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--jho-lux-gold-soft);
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.jho-lux-hero-card strong {
    display: block;
    color: #fff;
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.jho-lux-hero-card p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
}

.btn {
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.btn.gold {
    background: linear-gradient(135deg, var(--jho-lux-gold-soft), var(--jho-lux-gold));
    border: 1px solid rgba(255, 255, 255, .28);
    box-shadow: 0 16px 34px rgba(212, 175, 55, .22);
}

.btn.gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(212, 175, 55, .30);
}

.btn.out {
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(10px);
}

.btn.out:hover {
    transform: translateY(-2px);
    border-color: rgba(241, 217, 129, .78);
    color: var(--jho-lux-gold-soft);
}

.jho-lux-trust span {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(241, 217, 129, .24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.jho-lux-services {
    background:
        radial-gradient(circle at 16% 10%, rgba(212, 175, 55, .10), transparent 24%),
        linear-gradient(180deg, #fbfaf7, #f3eee3);
}

.jho-lux-head h2 {
    color: var(--jho-lux-navy);
}

.jho-lux-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.jho-lux-service-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(7, 25, 47, .09);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 22px 62px rgba(7, 25, 47, .12);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.jho-lux-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, .48);
    box-shadow: 0 34px 86px rgba(7, 25, 47, .20);
}

.jho-lux-service-card .pic {
    height: 330px;
    overflow: hidden;
    background: var(--jho-lux-charcoal);
}

.jho-lux-service-card .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease, filter .55s ease;
}

.jho-lux-service-card:hover .pic img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
}

.jho-lux-service-card .body {
    padding: 26px;
}

.jho-lux-service-card h3 {
    margin: 8px 0 10px;
    color: var(--jho-lux-navy);
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.jho-lux-service-card p {
    margin: 0;
    color: #526070;
}

.jho-lux-inventory-section {
    background:
        linear-gradient(180deg, var(--jho-lux-black), #09111f 52%, var(--jho-lux-black));
    color: #fff;
}

.jho-lux-inventory-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.jho-lux-inventory-head h2 {
    max-width: 840px;
    margin: 10px 0 12px;
    color: #fff;
    font-size: clamp(34px, 4.7vw, 64px);
    line-height: .98;
    letter-spacing: -.05em;
}

.jho-lux-inventory-head p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .70);
}

.jho-lux-home-catalog .jho-inventory-showroom {
    padding: 0;
}

.jho-lux-home-catalog .jho-inv-product-card {
    border-color: rgba(212, 175, 55, .20) !important;
    background: linear-gradient(180deg, #111827, #070b12) !important;
    color: #fff !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42) !important;
}

.jho-lux-home-catalog .jho-inv-product-body h3,
.jho-lux-home-catalog .jho-inv-product-price {
    color: #fff !important;
}

.jho-lux-home-catalog .jho-inv-product-meta,
.jho-lux-home-catalog .jho-inv-product-desc {
    color: rgba(255, 255, 255, .68) !important;
}

.jho-lux-home-catalog .jho-inv-product-button {
    background: linear-gradient(135deg, var(--jho-lux-gold-soft), var(--jho-lux-gold)) !important;
    color: var(--jho-lux-black) !important;
}

.jho-lux-process {
    background:
        radial-gradient(circle at 80% 16%, rgba(212, 175, 55, .18), transparent 24%),
        linear-gradient(135deg, #07192f, #050912 68%);
}

.jho-lux-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.jho-lux-process-card {
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(212, 175, 55, .22);
    border-radius: 26px;
    background: rgba(255, 255, 255, .06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.jho-lux-process-card span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--jho-lux-gold-soft), var(--jho-lux-gold));
    color: var(--jho-lux-black);
    font-weight: 1000;
}

.jho-lux-process-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 30px;
    letter-spacing: -.035em;
}

.jho-lux-process-card p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.jho-lux-portfolio .card {
    border-radius: 30px;
    box-shadow: 0 20px 55px rgba(7, 25, 47, .12);
}

.jho-lux-final-cta-section {
    background: #fbfaf7;
}

.jho-lux-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 12%, rgba(241, 217, 129, .20), transparent 28%),
        linear-gradient(135deg, #03060b, #07192f 68%, #0d2848);
    border: 1px solid rgba(212, 175, 55, .25);
}

.jho-lux-cta h2 {
    max-width: 760px;
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1;
    letter-spacing: -.045em;
}

.jho-lux-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.jho-lux-footer {
    border-top: 1px solid rgba(212, 175, 55, .20);
}

.jho-powered-by {
    margin-top: 18px;
}

.jho-powered-by a {
    display: inline-flex;
    color: var(--jho-lux-gold-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.jho-powered-by a:hover {
    color: #fff;
}

@media (max-width: 1100px) {
    .jho-lux-hero-grid,
    .jho-lux-service-grid,
    .jho-lux-process-grid {
        grid-template-columns: 1fr;
    }

    .jho-lux-hero-card {
        max-width: 520px;
    }
}

@media (max-width: 760px) {
    .jho-lux-hero {
        min-height: auto;
        padding: 86px 0 70px;
    }

    .jho-lux-hero-copy h1 {
        font-size: 46px;
    }

    .jho-lux-inventory-head,
    .jho-lux-cta {
        display: block;
    }

    .jho-lux-inventory-head .btn,
    .jho-lux-cta-actions {
        margin-top: 22px;
    }

    .jho-lux-service-card .pic {
        height: 260px;
    }
}

/*=========================================================
    JHO Hub v6.2.3 — Luxury Hero Backdrop Integration
    Purpose: calmer Ferrari-showroom black/champagne homepage
=========================================================*/
:root {
    --jho-showroom-black: #030303;
    --jho-showroom-panel: #080808;
    --jho-showroom-gold: #d5ad4b;
    --jho-showroom-gold-soft: #f2d98b;
    --jho-showroom-border: rgba(213, 173, 75, .28);
}

.jho-lux-topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(3, 3, 3, .96);
    border-bottom: 1px solid rgba(213, 173, 75, .22);
    backdrop-filter: blur(14px);
}

.jho-lux-nav {
    max-width: 1560px;
    min-height: 90px;
}

.jho-lux-brand strong {
    display: block;
    color: var(--jho-showroom-gold-soft);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 500;
    line-height: .78;
    letter-spacing: .04em;
}

.jho-lux-brand span {
    color: var(--jho-showroom-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
}

.jho-lux-menu {
    gap: 28px;
}

.jho-lux-menu a {
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.jho-lux-menu a:hover {
    color: var(--jho-showroom-gold-soft);
}

.jho-lux-menu .jho-lux-nav-cta {
    margin-left: 14px;
    padding: 16px 28px;
    border: 1px solid var(--jho-showroom-border);
    border-radius: 0;
    background: transparent;
    color: var(--jho-showroom-gold-soft) !important;
    box-shadow: none;
}

.jho-lux-menu .jho-lux-nav-cta:hover {
    background: rgba(213, 173, 75, .10);
    border-color: rgba(242, 217, 139, .62);
}

.jho-lux-hero {
    min-height: 760px;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .20) 0%, rgba(0, 0, 0, .12) 35%, rgba(0, 0, 0, .04) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, .12), transparent 30%),
        var(--hero) center center / cover no-repeat;
}

.jho-lux-hero::before {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .12), transparent 42%),
        linear-gradient(180deg, rgba(0, 0, 0, .08), transparent 34%);
}

.jho-lux-hero::after {
    display: none;
}

.jho-lux-hero-grid {
    max-width: 1560px;
    grid-template-columns: minmax(0, 720px);
    align-items: center;
    min-height: 620px;
}

.jho-lux-hero-copy {
    padding: 18px 0 34px;
}

.jho-lux-hero-copy .eyebrow {
    color: var(--jho-showroom-gold-soft);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .11em;
}

.jho-lux-hero-copy h1 {
    max-width: 700px;
    margin: 18px 0 22px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(48px, 5.4vw, 78px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.035em;
    text-transform: uppercase;
    text-shadow: 0 26px 70px rgba(0, 0, 0, .72);
}

.jho-lux-hero-copy h1 span {
    color: var(--jho-showroom-gold-soft);
}

.jho-lux-hero-copy p {
    max-width: 520px;
    color: rgba(255, 255, 255, .90);
    font-size: 21px;
    line-height: 1.45;
}

.jho-lux-hero .btns {
    gap: 16px;
    margin-top: 34px;
}

.btn {
    border-radius: 0;
    padding: 15px 28px;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.btn.gold {
    background: linear-gradient(135deg, var(--jho-showroom-gold-soft), var(--jho-showroom-gold));
    color: #070707;
    border-color: rgba(242, 217, 139, .70);
    box-shadow: none;
}

.btn.out {
    background: rgba(0, 0, 0, .18);
    border: 1px solid rgba(213, 173, 75, .48);
    color: var(--jho-showroom-gold-soft);
    backdrop-filter: none;
}

.btn.gold:hover,
.btn.out:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .26);
}

.jho-lux-feature-rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(213, 173, 75, .18);
    border-bottom: 1px solid rgba(213, 173, 75, .22);
    background: linear-gradient(180deg, #090909, #030303);
}

.jho-lux-feature-item {
    min-height: 156px;
    padding: 28px 30px 26px;
    border-right: 1px solid rgba(213, 173, 75, .18);
    color: #fff;
}

.jho-lux-feature-item:last-child {
    border-right: 0;
}

.jho-lux-feature-item span {
    display: block;
    margin-bottom: 14px;
    color: var(--jho-showroom-gold);
    font-size: 40px;
    line-height: 1;
}

.jho-lux-feature-item strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jho-lux-feature-item p {
    max-width: 230px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
    line-height: 1.45;
}

.jho-lux-feature-item a {
    color: var(--jho-showroom-gold-soft);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jho-lux-service-card,
.jho-lux-process-card,
.card,
.cta,
.jho-lux-hero-card {
    border-radius: 14px;
}

@media (max-width: 1180px) {
    .jho-lux-menu {
        gap: 16px;
    }

    .jho-lux-menu .jho-lux-nav-cta {
        padding: 13px 18px;
    }

    .jho-lux-feature-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jho-lux-feature-item:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 900px) {
    .jho-lux-nav {
        min-height: auto;
    }

    .jho-lux-hero {
        min-height: 640px;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .62)),
            var(--hero) center right / cover no-repeat;
    }

    .jho-lux-hero-grid {
        min-height: 560px;
    }
}

@media (max-width: 640px) {
    .jho-lux-hero-copy h1 {
        font-size: 42px;
    }

    .jho-lux-hero-copy p {
        font-size: 18px;
    }

    .jho-lux-feature-rail {
        grid-template-columns: 1fr;
    }

    .jho-lux-feature-item,
    .jho-lux-feature-item:nth-child(2n) {
        border-right: 0;
        border-bottom: 1px solid rgba(213, 173, 75, .16);
    }
}

/*=========================================================
    JHO Hub v6.2.5 — Luxury Page System Hard Lock
    Purpose: remove old blue page headers and make Services,
    Projects, Contact match the luxury homepage.
=========================================================*/

.jho-page-hero,
.project-hero,
.portfolio-hero-v37b {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 430px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .80) 31%, rgba(0, 0, 0, .38) 66%, rgba(0, 0, 0, .20) 100%),
        var(--hero) center right / cover no-repeat !important;
    border-bottom: 1px solid rgba(213, 173, 75, .24);
}

.project-hero:not([style]),
.portfolio-hero-v37b:not([style]) {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .80) 31%, rgba(0, 0, 0, .38) 66%, rgba(0, 0, 0, .20) 100%),
        url('images/jho-luxury-kitchen-hero-bg.png') center right / cover no-repeat !important;
}

.jho-page-hero::before,
.project-hero::before,
.portfolio-hero-v37b::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, .32), transparent 52%),
        radial-gradient(circle at 78% 16%, rgba(213, 173, 75, .12), transparent 24%);
    pointer-events: none;
}

.jho-page-hero-inner,
.project-hero .wrap,
.portfolio-hero-v37b .wrap {
    position: relative;
    z-index: 1;
    max-width: 1560px;
    padding-top: 72px;
    padding-bottom: 72px;
}

.jho-page-hero h1,
.project-hero h1,
.portfolio-hero-v37b h1 {
    max-width: 760px;
    margin: 14px 0 18px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(42px, 5.1vw, 72px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.035em;
    text-transform: uppercase;
    text-shadow: 0 26px 70px rgba(0, 0, 0, .72);
}

.jho-page-hero p,
.project-hero p,
.portfolio-hero-v37b p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.55;
}

.jho-page-gold-line {
    display: block;
    width: 64px;
    height: 2px;
    margin: 0 0 24px;
    background: var(--jho-showroom-gold);
}

.jho-lux-page-section,
.portfolio-section-v37b {
    padding: 58px 0 76px;
    background:
        radial-gradient(circle at 10% 0%, rgba(213, 173, 75, .08), transparent 23%),
        linear-gradient(180deg, #090909, #030303) !important;
    color: #fff;
}

/* Services */
.jho-lux-service-matrix {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(213, 173, 75, .20);
    border-left: 1px solid rgba(213, 173, 75, .14);
}

.jho-lux-service-tile {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    min-height: 220px;
    padding: 34px 32px;
    border-right: 1px solid rgba(213, 173, 75, .14);
    border-bottom: 1px solid rgba(213, 173, 75, .14);
    background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
    transition: background .22s ease, transform .22s ease, border-color .22s ease;
}

.jho-lux-service-tile:hover {
    background: linear-gradient(180deg, rgba(213, 173, 75, .09), rgba(255,255,255,.018));
    border-color: rgba(213, 173, 75, .34);
    transform: translateY(-2px);
}

.jho-lux-service-icon {
    color: var(--jho-showroom-gold);
    font-size: 42px;
    line-height: 1;
}

.jho-lux-service-tile h3 {
    margin: 5px 0 10px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.08;
}

.jho-lux-service-tile p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .70);
    font-size: 14px;
    line-height: 1.6;
}

.jho-lux-service-tile strong {
    color: var(--jho-showroom-gold-soft);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .10em;
    text-transform: uppercase;
}

/* Projects */
.jho-lux-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 30px;
}

.jho-lux-filter-row span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jho-lux-filter-row .is-active {
    background: linear-gradient(135deg, var(--jho-showroom-gold-soft), var(--jho-showroom-gold));
    border-color: rgba(242, 217, 139, .68);
    color: #050505;
}

.portfolio-toolbar-v37b {
    display: none !important;
}

.portfolio-grid-v37b {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.portfolio-card {
    overflow: hidden !important;
    border: 1px solid rgba(213, 173, 75, .20) !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02)) !important;
    box-shadow: none !important;
    transition: transform .22s ease, border-color .22s ease, background .22s ease !important;
}

.portfolio-card:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(213, 173, 75, .48) !important;
    background: linear-gradient(180deg, rgba(213, 173, 75, .08), rgba(255,255,255,.025)) !important;
}

.portfolio-card-media {
    height: 235px !important;
    border-radius: 0 !important;
}

.portfolio-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.portfolio-card-badge {
    top: 12px !important;
    left: 12px !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, var(--jho-showroom-gold-soft), var(--jho-showroom-gold)) !important;
    color: #050505 !important;
    font-size: 10px !important;
    font-weight: 1000 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.portfolio-card-body {
    padding: 20px !important;
    background: transparent !important;
}

.portfolio-card-body h2 {
    margin: 5px 0 8px !important;
    color: #fff !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 23px !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
}

.portfolio-card-body p,
.portfolio-meta,
.portfolio-stats {
    color: rgba(255, 255, 255, .66) !important;
}

.portfolio-stats {
    display: none !important;
}

.portfolio-link {
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(213, 173, 75, .16) !important;
    color: var(--jho-showroom-gold-soft) !important;
    font-size: 12px !important;
    font-weight: 1000 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.jho-lux-center-action {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

/* Contact */
.jho-contact-lux-grid {
    display: grid;
    grid-template-columns: .8fr 1.25fr;
    gap: 54px;
    align-items: start;
}

.jho-contact-lux-details {
    display: grid;
    gap: 30px;
}

.jho-contact-detail-block {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.jho-contact-detail-block > span {
    color: var(--jho-showroom-gold);
    font-size: 34px;
    line-height: 1;
}

.jho-contact-detail-block h3 {
    margin: 4px 0 0;
    color: #fff;
    font-size: 24px;
}

.jho-contact-detail-block p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

.jho-contact-lux-form {
    padding: 26px;
    border: 1px solid rgba(213, 173, 75, .24);
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
}

.jho-contact-lux-form input,
.jho-contact-lux-form textarea,
.jho-contact-lux-form select {
    width: 100%;
    margin: 0 0 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 0;
    background: rgba(0, 0, 0, .28);
    color: #fff;
    font-size: 14px;
}

.jho-contact-lux-form input::placeholder,
.jho-contact-lux-form textarea::placeholder {
    color: rgba(255, 255, 255, .54);
}

.jho-contact-lux-form select option {
    background: #080808;
    color: #fff;
}

.jho-contact-lux-form textarea {
    min-height: 140px;
}

.jho-contact-lux-form .btn {
    width: 100%;
}

.jho-form-note {
    margin: 0 0 14px;
    padding: 12px 14px;
    border: 1px solid rgba(213, 173, 75, .28);
    background: rgba(213, 173, 75, .08);
    color: var(--jho-showroom-gold-soft);
    font-size: 13px;
}

/* Hard overrides for legacy page pieces that may remain cached */
.contact-grid,
.formbox,
.card {
    border-radius: 0;
}

@media (max-width: 1180px) {
    .portfolio-grid-v37b {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .jho-lux-service-matrix,
    .jho-contact-lux-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .jho-page-hero,
    .project-hero,
    .portfolio-hero-v37b {
        min-height: 360px;
    }

    .jho-page-hero-inner,
    .project-hero .wrap,
    .portfolio-hero-v37b .wrap {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .portfolio-grid-v37b {
        grid-template-columns: 1fr !important;
    }

    .jho-lux-service-tile {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }
}

/*=========================================================
    JHO CONTACT FORM LIVE
=========================================================*/

.jho-contact-lux-form button.btn {
    border: 0;
    cursor: pointer;
    width: 100%;
}

.jho-hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.jho-form-status {
    margin: 0 0 14px;
    padding: 13px 15px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
}

.jho-form-status-success {
    border: 1px solid rgba(130, 214, 160, .45);
    background: rgba(130, 214, 160, .12);
    color: #bdf0ce;
}

.jho-form-status-error {
    border: 1px solid rgba(255, 126, 126, .45);
    background: rgba(255, 126, 126, .12);
    color: #ffcaca;
}

/*=========================================================
    JHO Hub v6.2.9 — Luxury Single Project Case Study
    Purpose: bring individual project pages into the same
    black/champagne showroom language as the homepage,
    services, projects, contact, and inventory pages.
=========================================================*/

.single-jho_project,
.single-jho_project body {
    background: #030303 !important;
}

.single-jho_project .section,
.single-jho_project .project-story,
.single-jho_project .before-after-section,
.single-jho_project .full-gallery-section,
.single-jho_project .section.alt {
    background:
        radial-gradient(circle at 12% 0%, rgba(213, 173, 75, .075), transparent 25%),
        linear-gradient(180deg, #090909 0%, #030303 100%) !important;
    color: #fff !important;
}

.single-jho_project .project-story {
    padding: 78px 0 72px !important;
    border-top: 1px solid rgba(213, 173, 75, .18);
    border-bottom: 1px solid rgba(213, 173, 75, .13);
}

.single-jho_project .project-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .62fr);
    gap: 60px;
    align-items: start;
}

.single-jho_project .eyebrow,
.single-jho_project .refined-head .eyebrow,
.single-jho_project .project-hero .eyebrow {
    color: var(--jho-showroom-gold-soft, #f2d98b) !important;
    letter-spacing: .18em !important;
    font-weight: 1000 !important;
    text-transform: uppercase !important;
}

.single-jho_project .project-story h2,
.single-jho_project .refined-head h2,
.single-jho_project .cta-v23 h2 {
    max-width: 780px;
    margin: 12px 0 18px !important;
    color: #fff !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: clamp(36px, 4.6vw, 64px) !important;
    font-weight: 500 !important;
    line-height: .98 !important;
    letter-spacing: -.035em !important;
    text-transform: uppercase;
}

.single-jho_project .project-copy,
.single-jho_project .project-copy p,
.single-jho_project .project-story p,
.single-jho_project .refined-head p,
.single-jho_project .full-gallery-section p {
    color: rgba(255, 255, 255, .72) !important;
    font-size: 16px;
    line-height: 1.75;
}

.single-jho_project .project-service-summary {
    margin-top: 26px !important;
    padding: 18px 22px !important;
    border-left: 2px solid var(--jho-showroom-gold, #d5ad4b) !important;
    background: rgba(213, 173, 75, .075) !important;
    color: rgba(255, 255, 255, .82) !important;
}

.single-jho_project .highlight-card,
.single-jho_project .project-snapshot,
.single-jho_project .room-block-v23,
.single-jho_project .pair-v23,
.single-jho_project .jho-video-card {
    border: 1px solid rgba(213, 173, 75, .22) !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
    box-shadow: none !important;
    color: #fff !important;
}

.single-jho_project .highlight-card {
    position: sticky;
    top: 120px;
    padding: 34px 32px !important;
}

.single-jho_project .highlight-card h3,
.single-jho_project .room-title-main strong,
.single-jho_project .pair-title,
.single-jho_project .jho-video-card h3 {
    color: #fff !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: 500 !important;
}

.single-jho_project .highlight-card li {
    color: rgba(255, 255, 255, .78) !important;
    border-bottom: 1px solid rgba(213, 173, 75, .12);
}

.single-jho_project .highlight-card li:before {
    color: var(--jho-showroom-gold-soft, #f2d98b) !important;
}

.single-jho_project .project-snapshot {
    padding: 24px !important;
    gap: 0 !important;
}

.single-jho_project .project-snapshot div {
    padding: 17px 0;
    border-bottom: 1px solid rgba(213, 173, 75, .14);
}

.single-jho_project .project-snapshot div:last-child {
    border-bottom: 0;
}

.single-jho_project .project-snapshot span,
.single-jho_project .room-title-main em {
    color: var(--jho-showroom-gold-soft, #f2d98b) !important;
}

.single-jho_project .project-snapshot strong {
    color: #fff !important;
}

.single-jho_project .before-after-section,
.single-jho_project .full-gallery-section {
    padding: 86px 0 !important;
}

.single-jho_project .head.refined-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 34px;
}

.single-jho_project .head.refined-head:after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    background: var(--jho-showroom-gold, #d5ad4b);
    flex: 0 0 auto;
}

.single-jho_project .pairs-v23 {
    gap: 26px !important;
}

.single-jho_project .pair-v23 {
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.single-jho_project .pair-v23:hover,
.single-jho_project .room-block-v23:hover {
    transform: translateY(-3px);
    border-color: rgba(213, 173, 75, .46) !important;
    background: linear-gradient(180deg, rgba(213, 173, 75, .08), rgba(255,255,255,.024)) !important;
}

.single-jho_project .pair-v23 .pair-title {
    padding: 18px 20px !important;
    border-bottom: 1px solid rgba(213, 173, 75, .16) !important;
    background: rgba(0,0,0,.22) !important;
    font-size: 22px !important;
    letter-spacing: .01em !important;
}

.single-jho_project .pair-v23 .pair-title:after {
    color: var(--jho-showroom-gold-soft, #f2d98b) !important;
}

.single-jho_project .pair-v23 figcaption.badge,
.single-jho_project .badge.before,
.single-jho_project .badge.after,
.single-jho_project .gallery-chip {
    border-radius: 0 !important;
    font-weight: 1000 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.single-jho_project .badge.before,
.single-jho_project figcaption.badge.before {
    border: 1px solid rgba(255,255,255,.18) !important;
    background: rgba(0, 0, 0, .72) !important;
    color: #fff !important;
}

.single-jho_project .badge.after,
.single-jho_project figcaption.badge.after,
.single-jho_project .gallery-chip {
    border: 1px solid rgba(242, 217, 139, .62) !important;
    background: linear-gradient(135deg, var(--jho-showroom-gold-soft, #f2d98b), var(--jho-showroom-gold, #d5ad4b)) !important;
    color: #050505 !important;
}

.single-jho_project .room-gallery-v23 {
    gap: 24px !important;
}

.single-jho_project .room-block-v23 summary {
    background: transparent !important;
}

.single-jho_project .room-block-v23 .room-title {
    padding: 22px 24px !important;
    border-bottom: 1px solid rgba(213, 173, 75, .16) !important;
}

.single-jho_project .room-toggle {
    border: 1px solid rgba(213, 173, 75, .32) !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, .28) !important;
    color: var(--jho-showroom-gold-soft, #f2d98b) !important;
}

.single-jho_project .room-block-v23[open] .room-toggle {
    background: linear-gradient(135deg, var(--jho-showroom-gold-soft, #f2d98b), var(--jho-showroom-gold, #d5ad4b)) !important;
    color: #050505 !important;
}

.single-jho_project .masonry-gallery a,
.single-jho_project .masonry-gallery img {
    border-radius: 0 !important;
}

.single-jho_project .masonry-gallery a {
    border: 1px solid rgba(213, 173, 75, .18);
    box-shadow: none !important;
}

.single-jho_project .cta-v23,
.single-jho_project .cta {
    border: 1px solid rgba(213, 173, 75, .28) !important;
    border-radius: 0 !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.44)),
        url('images/jho-luxury-kitchen-hero-bg.png') center right / cover no-repeat !important;
    color: #fff !important;
    box-shadow: none !important;
}

.single-jho_project .btn.gold,
.single-jho_project .btn.out,
.single-jho_project .jho-video-watch-btn {
    border-radius: 0 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.single-jho_project .btn.out {
    border-color: rgba(213, 173, 75, .42) !important;
    color: var(--jho-showroom-gold-soft, #f2d98b) !important;
}

@media(max-width:1100px){
    .single-jho_project .project-story-grid,
    .single-jho_project .project-hero-grid {
        grid-template-columns: 1fr !important;
    }
    .single-jho_project .highlight-card {
        position: relative;
        top: auto;
    }
    .single-jho_project .head.refined-head {
        display: block;
    }
    .single-jho_project .head.refined-head:after {
        margin-top: 18px;
    }
}

@media(max-width:760px){
    .single-jho_project .project-story,
    .single-jho_project .before-after-section,
    .single-jho_project .full-gallery-section {
        padding: 58px 0 !important;
    }
    .single-jho_project .project-story h2,
    .single-jho_project .refined-head h2 {
        font-size: 38px !important;
    }
}

/*=========================================================
    JHO Hub v6.3.0 — Full Homepage Dark Luxury Lock
    Removes remaining blue / white customer-facing homepage bands.
=========================================================*/
:root{
    --jho-showroom-black:#030303;
    --jho-showroom-panel:#090909;
    --jho-showroom-panel-2:#111111;
    --jho-showroom-gold:#d5ad4b;
    --jho-showroom-gold-soft:#f2d98b;
    --jho-showroom-text:#f7f1e5;
    --jho-showroom-muted:rgba(247,241,229,.72);
    --jho-showroom-line:rgba(213,173,75,.22);
}

body,
.home,
.front-page,
.page-template-page-home{
    background:
        radial-gradient(circle at 78% 18%, rgba(213,173,75,.09), transparent 30%),
        linear-gradient(180deg,#030303 0%,#070707 45%,#030303 100%) !important;
    color:var(--jho-showroom-text) !important;
}

.jho-lux-services,
.section.alt.jho-lux-portfolio,
.jho-lux-final-cta-section,
.jho-lux-inventory-section,
.jho-lux-process,
.section.dark.jho-lux-process{
    background:
        radial-gradient(circle at 18% 8%, rgba(213,173,75,.09), transparent 30%),
        linear-gradient(180deg,#060606,#0b0b0b 55%,#040404) !important;
    color:var(--jho-showroom-text) !important;
    border-top:1px solid var(--jho-showroom-line);
}

.jho-lux-services .wrap,
.jho-lux-portfolio .wrap,
.jho-lux-process .wrap,
.jho-lux-inventory-section .wrap,
.jho-lux-final-cta-section .wrap{
    position:relative;
    z-index:1;
}

.jho-lux-services:before,
.jho-lux-portfolio:before,
.jho-lux-process:before,
.jho-lux-inventory-section:before,
.jho-lux-final-cta-section:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(135deg, rgba(213,173,75,.05), transparent 32%),
        repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 34px);
    pointer-events:none;
    opacity:.55;
}

.jho-lux-services,
.jho-lux-portfolio,
.jho-lux-process,
.jho-lux-inventory-section,
.jho-lux-final-cta-section{
    position:relative;
    overflow:hidden;
}

.jho-lux-head h2,
.jho-lux-portfolio .head h2,
.jho-lux-process .head h2,
.jho-lux-inventory-head h2,
.jho-lux-final-cta-section h2,
.section .head h2{
    color:#fff !important;
    font-family:Georgia,'Times New Roman',serif !important;
    font-weight:500 !important;
    letter-spacing:-.035em !important;
}

.jho-lux-head p,
.jho-lux-portfolio .head p,
.jho-lux-process .head p,
.jho-lux-inventory-head p,
.jho-lux-final-cta-section p,
.section .head p{
    color:var(--jho-showroom-muted) !important;
}

.jho-lux-service-card,
.jho-lux-portfolio .card,
.jho-lux-process-card,
.card{
    border:1px solid var(--jho-showroom-line) !important;
    border-radius:0 !important;
    background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)) !important;
    color:#fff !important;
    box-shadow:none !important;
}

.jho-lux-service-card:hover,
.jho-lux-portfolio .card:hover,
.jho-lux-process-card:hover,
.card:hover{
    transform:translateY(-4px);
    border-color:rgba(213,173,75,.48) !important;
    background:linear-gradient(180deg,rgba(213,173,75,.08),rgba(255,255,255,.024)) !important;
}

.jho-lux-service-card .body,
.jho-lux-portfolio .card .body,
.card .body{
    background:rgba(0,0,0,.28) !important;
}

.jho-lux-service-card h3,
.jho-lux-portfolio .card h3,
.card h3,
.jho-lux-process-card h3{
    color:#fff !important;
    font-family:Georgia,'Times New Roman',serif !important;
    font-weight:500 !important;
}

.jho-lux-service-card p,
.jho-lux-portfolio .card p,
.card p,
.jho-lux-process-card p{
    color:var(--jho-showroom-muted) !important;
}

.meta,
.eyebrow,
.jho-lux-service-card .meta,
.jho-lux-portfolio .meta,
.card .meta{
    color:var(--jho-showroom-gold-soft) !important;
}

.jho-lux-process-card span{
    background:linear-gradient(135deg,var(--jho-showroom-gold-soft),var(--jho-showroom-gold)) !important;
    color:#050505 !important;
    border-radius:999px !important;
}

.jho-lux-cta,
.cta.jho-lux-cta{
    border:1px solid rgba(213,173,75,.32) !important;
    border-radius:0 !important;
    background:
        linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.46)),
        url('images/jho-luxury-kitchen-hero-bg.png') center right / cover no-repeat !important;
    box-shadow:none !important;
    color:#fff !important;
}

.jho-lux-cta .btn,
.jho-lux-inventory-section .btn,
.jho-lux-final-cta-section .btn{
    border-radius:0 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}

.jho-lux-portfolio .pic,
.jho-lux-service-card .pic,
.card .pic{
    background:#080808 !important;
}

.jho-lux-portfolio .grid,
.jho-lux-service-grid{
    align-items:stretch;
}

.footer{
    border-top:1px solid rgba(213,173,75,.22) !important;
    background:#030303 !important;
}

/*=========================================================
    JHO Hub v6.5.5 — Mobile Navigation Fix
    Purpose: give phone users a clean top MENU experience
=========================================================*/
.jho-mobile-menu-toggle{
    display:none;
    align-items:center;
    gap:12px;
    border:1px solid rgba(213,173,75,.45);
    background:rgba(0,0,0,.34);
    color:var(--jho-showroom-gold-soft);
    padding:12px 14px;
    font-weight:1000;
    letter-spacing:.14em;
    text-transform:uppercase;
    cursor:pointer;
}
.jho-mobile-menu-icon{display:grid;gap:4px;width:22px}
.jho-mobile-menu-icon i{display:block;height:2px;background:currentColor;box-shadow:0 0 12px rgba(242,217,139,.35);transition:.18s ease}
.jho-mobile-menu-panel,.jho-mobile-menu-backdrop{display:none}

@media (max-width: 900px){
    .jho-lux-topbar{position:sticky;top:0;z-index:100000}
    .jho-lux-nav{min-height:76px!important;height:auto!important;padding:12px 0!important;align-items:center!important}
    .jho-lux-brand strong{font-size:34px}
    .jho-lux-brand span{font-size:10px;letter-spacing:.18em}
    .jho-mobile-menu-toggle{display:flex}
    .jho-mobile-menu-panel{
        display:block;
        position:fixed;
        top:86px;
        left:12px;
        right:12px;
        z-index:100002;
        transform:translateY(-10px) scale(.98);
        opacity:0;
        pointer-events:none;
        transition:.2s ease;
    }
    .jho-mobile-menu-backdrop{
        display:block;
        position:fixed;
        inset:0;
        z-index:100001;
        background:rgba(0,0,0,.58);
        backdrop-filter:blur(8px);
        opacity:0;
        pointer-events:none;
        transition:.2s ease;
    }
    .jho-mobile-menu-inner{
        max-height:calc(100vh - 110px);
        overflow:auto;
        padding:14px;
        background:linear-gradient(145deg,rgba(3,3,3,.98),rgba(14,12,8,.96));
        border:1px solid rgba(213,173,75,.42);
        box-shadow:0 28px 90px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.05);
    }
    .jho-mobile-menu-head{padding:10px 10px 14px;border-bottom:1px solid rgba(213,173,75,.22);margin-bottom:6px}
    .jho-mobile-menu-head strong{display:block;color:#fff;font-size:13px;letter-spacing:.16em;text-transform:uppercase}
    .jho-mobile-menu-head em{display:block;margin-top:4px;color:var(--jho-showroom-gold);font-style:normal;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
    .jho-mobile-menu-inner a{
        display:flex;
        align-items:center;
        justify-content:space-between;
        min-height:52px;
        padding:15px 12px;
        color:#fff;
        border-bottom:1px solid rgba(213,173,75,.14);
        font-weight:1000;
        font-size:13px;
        letter-spacing:.12em;
        text-transform:uppercase;
    }
    .jho-mobile-menu-inner a:after{content:'›';color:var(--jho-showroom-gold-soft);font-size:20px;line-height:1}
    .jho-mobile-menu-inner a:hover{background:rgba(213,173,75,.10);color:var(--jho-showroom-gold-soft)}
    body.jho-mobile-menu-open{overflow:hidden}
    body.jho-mobile-menu-open .jho-mobile-menu-panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}
    body.jho-mobile-menu-open .jho-mobile-menu-backdrop{opacity:1;pointer-events:auto}
    body.jho-mobile-menu-open .jho-mobile-menu-toggle{background:rgba(213,173,75,.12);border-color:rgba(242,217,139,.70)}
    body.jho-mobile-menu-open .jho-mobile-menu-icon i:nth-child(1){transform:translateY(6px) rotate(45deg)}
    body.jho-mobile-menu-open .jho-mobile-menu-icon i:nth-child(2){opacity:0}
    body.jho-mobile-menu-open .jho-mobile-menu-icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
}

@media (max-width: 520px){
    .jho-lux-brand strong{font-size:29px}
    .jho-mobile-menu-toggle{padding:11px 12px;font-size:12px}
    .jho-mobile-menu-panel{left:10px;right:10px;top:80px}
}

body.admin-bar .jho-mobile-menu-panel{top:118px}
@media (max-width:782px){body.admin-bar .jho-mobile-menu-panel{top:126px}}


/* v6.7.7 — responsive homepage hero asset */
@media (max-width: 900px){
  .jho-lux-hero,
  body.omen-os-skin .hero.jho-lux-hero{
    min-height:72vh;
    background:
      radial-gradient(circle at 70% 20%,rgba(212,175,55,.08),transparent 32%),
      linear-gradient(180deg,rgba(3,6,11,.08),rgba(3,6,11,.30)),
      var(--hero-mobile) center center/cover no-repeat !important;
  }
  .jho-lux-hero-grid,
  .jho-lux-hero-grid-clean{
    min-height:72vh;
  }
}
@media (max-width: 560px){
  .jho-lux-hero,
  body.omen-os-skin .hero.jho-lux-hero{
    min-height:68vh;
    background-position:center center !important;
  }
}


/*=========================================================
    JHO Hub v6.8.0 — Homepage Luxury Sales Layout
    Purpose: public homepage proportions matched to final JHO concept.
    Keeps OMEN/warehouse logic intact; visual layout only.
=========================================================*/

:root{
    --jho-680-black:#050505;
    --jho-680-panel:#0a0a0a;
    --jho-680-gold:#d4a94a;
    --jho-680-gold-soft:#efc993;
    --jho-680-line:rgba(212,169,74,.30);
    --jho-680-text:#f7f2e9;
    --jho-680-muted:rgba(247,242,233,.72);
}

/* Header */
.jho-lux-topbar{
    background:rgba(3,3,3,.96)!important;
    border-bottom:1px solid rgba(212,169,74,.18)!important;
}
.jho-lux-nav{
    max-width:1680px!important;
    min-height:92px!important;
    padding-left:34px!important;
    padding-right:34px!important;
}
.jho-home-680-brand{
    display:flex!important;
    align-items:center!important;
    gap:16px!important;
    text-decoration:none!important;
}
.jho-home-680-brand .jho-home-680-mark{
    width:74px;
    height:58px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}
.jho-home-680-mark svg{
    width:100%;
    height:100%;
    overflow:visible;
}
.jho-home-680-mark svg path{
    fill:none;
    stroke:var(--jho-680-gold-soft);
    stroke-width:7;
    stroke-linecap:square;
    stroke-linejoin:miter;
}
.jho-home-680-wordmark{
    display:flex!important;
    flex-direction:column;
    gap:4px;
}
.jho-home-680-wordmark strong{
    color:var(--jho-680-gold-soft)!important;
    font-family:Georgia,'Times New Roman',serif!important;
    font-size:24px!important;
    font-weight:600!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    white-space:nowrap;
}
.jho-home-680-wordmark .omen-brand-chip{
    color:var(--jho-680-gold)!important;
    font-size:10px!important;
    font-weight:900!important;
    letter-spacing:.26em!important;
    line-height:1.1!important;
    text-transform:uppercase!important;
}
.jho-lux-menu{
    gap:34px!important;
}
.jho-lux-menu a{
    position:relative;
    padding:12px 0!important;
    font-size:13px!important;
    letter-spacing:.12em!important;
}
.jho-lux-menu a:hover::after,
.jho-lux-menu a[aria-current="page"]::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:2px;
    height:1px;
    background:var(--jho-680-gold);
}

/* Hero */
.jho-home-680-hero{
    position:relative;
    min-height:690px!important;
    display:flex!important;
    align-items:center!important;
    border-bottom:1px solid var(--jho-680-line);
    background:
        linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.52) 27%,rgba(0,0,0,.18) 55%,rgba(0,0,0,.04) 100%),
        linear-gradient(0deg,rgba(0,0,0,.44) 0%,rgba(0,0,0,0) 40%),
        var(--hero) center center/cover no-repeat!important;
}
.jho-home-680-hero::before{
    background:
        linear-gradient(90deg,rgba(0,0,0,.30),transparent 42%),
        radial-gradient(circle at 22% 44%,rgba(212,169,74,.10),transparent 28%)!important;
}
.jho-home-680-hero-grid{
    max-width:1680px!important;
    min-height:600px!important;
    display:flex!important;
    align-items:center!important;
}
.jho-home-680-hero-copy{
    max-width:650px;
    padding:70px 0 58px;
}
.jho-home-680-hero-copy .eyebrow{
    margin-bottom:22px;
    color:var(--jho-680-gold)!important;
    font-size:17px!important;
    font-weight:900!important;
    letter-spacing:.22em!important;
    text-transform:uppercase!important;
}
.jho-home-680-hero-copy h1{
    margin:0 0 22px!important;
    color:#fff!important;
    font-family:Georgia,'Times New Roman',serif!important;
    font-size:clamp(54px,5.2vw,86px)!important;
    font-weight:500!important;
    line-height:1.03!important;
    letter-spacing:-.035em!important;
    text-transform:none!important;
    text-shadow:0 28px 70px rgba(0,0,0,.74);
}
.jho-home-680-hero-copy p{
    max-width:530px!important;
    margin:0!important;
    color:rgba(255,255,255,.88)!important;
    font-size:19px!important;
    line-height:1.65!important;
}
.jho-home-680-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:34px;
}
.jho-home-680-hero-actions .btn{
    min-width:232px;
    justify-content:center;
}
.btn.gold{
    background:linear-gradient(135deg,#f2c489,#d8a54e)!important;
    color:#050505!important;
}
.btn.out{
    border-color:rgba(212,169,74,.55)!important;
    color:#fff!important;
}

/* Shared homepage sections */
body.home .section{
    padding:76px 0!important;
}
body.home .section.alt,
body.home .jho-lux-portfolio,
body.home .jho-lux-final-cta-section,
body.home .jho-lux-inventory-section{
    background:
        radial-gradient(circle at 18% 0%,rgba(212,169,74,.07),transparent 28%),
        linear-gradient(180deg,#090909,#030303)!important;
    color:var(--jho-680-text)!important;
    border-bottom:1px solid rgba(212,169,74,.16);
}
body.home .wrap{
    max-width:1380px;
}
body.home .jho-lux-head{
    align-items:flex-end!important;
    margin-bottom:34px!important;
}
body.home .jho-lux-head h2,
body.home .jho-lux-inventory-head h2,
body.home .jho-lux-cta h2{
    color:#fff!important;
    font-family:Georgia,'Times New Roman',serif!important;
    font-weight:500!important;
    letter-spacing:-.035em!important;
    text-transform:none!important;
}
body.home .jho-lux-head h2{
    max-width:640px;
    font-size:clamp(36px,3.4vw,54px)!important;
    line-height:1.05!important;
}
body.home .jho-lux-head p{
    max-width:520px!important;
    color:var(--jho-680-muted)!important;
    font-size:16px!important;
    line-height:1.55!important;
}
body.home .eyebrow{
    color:var(--jho-680-gold)!important;
    font-size:12px!important;
    font-weight:900!important;
    letter-spacing:.22em!important;
    text-transform:uppercase!important;
}

/* Portfolio */
body.home .jho-lux-portfolio .grid{
    gap:24px!important;
}
body.home .jho-lux-portfolio .card{
    background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018))!important;
    border:1px solid rgba(212,169,74,.13)!important;
    border-radius:0!important;
    box-shadow:none!important;
    color:#fff!important;
}
body.home .jho-lux-portfolio .card .pic{
    height:245px!important;
    background:#090909!important;
}
body.home .jho-lux-portfolio .card .body{
    padding:24px 24px 26px!important;
}
body.home .jho-lux-portfolio .card .meta{
    color:var(--jho-680-gold)!important;
    font-size:12px!important;
    letter-spacing:.13em!important;
}
body.home .jho-lux-portfolio .card h3{
    margin:8px 0 0!important;
    color:#fff!important;
    font-family:Georgia,'Times New Roman',serif!important;
    font-size:26px!important;
    line-height:1.12!important;
    font-weight:500!important;
}
body.home .jho-lux-portfolio .card p{
    display:none!important;
}

/* Warehouse specials - adaptive section remains PHP controlled */
body.home .jho-lux-inventory-section{
    padding-top:72px!important;
    padding-bottom:72px!important;
}
body.home .jho-lux-inventory-head{
    align-items:center!important;
    margin-bottom:30px!important;
}
body.home .jho-lux-inventory-head h2{
    max-width:720px!important;
    font-size:clamp(36px,3.8vw,58px)!important;
    line-height:1.02!important;
}
body.home .jho-lux-inventory-head p{
    color:var(--jho-680-muted)!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-card{
    border-radius:0!important;
    box-shadow:none!important;
}

/* Final CTA */
body.home .jho-lux-final-cta-section{
    position:relative;
    padding:0!important;
    overflow:hidden;
}
body.home .jho-lux-final-cta-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.58),rgba(0,0,0,.88)),
        var(--hero) center center/cover no-repeat;
    opacity:.74;
    pointer-events:none;
}
body.home .jho-lux-final-cta-section .wrap{
    position:relative;
    z-index:1;
}
body.home .jho-lux-cta{
    display:grid!important;
    grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
    align-items:center;
    gap:42px;
    padding:54px 0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
}
body.home .jho-lux-cta h2{
    max-width:620px!important;
    font-size:clamp(35px,3.5vw,54px)!important;
    line-height:1.05!important;
}
body.home .jho-lux-cta p{
    max-width:550px!important;
    color:var(--jho-680-muted)!important;
    font-size:16px!important;
    line-height:1.65!important;
}
body.home .jho-lux-cta-actions{
    justify-content:flex-end!important;
    gap:18px!important;
}
body.home .jho-lux-cta-actions .btn{
    min-width:230px;
    text-align:center;
    justify-content:center;
}

/* Footer */
.jho-home-680-footer{
    padding:58px 0 24px!important;
    background:#040404!important;
    border-top:1px solid rgba(212,169,74,.22)!important;
}
.jho-home-680-footer-grid{
    display:grid!important;
    grid-template-columns:1.5fr .8fr .8fr 1fr;
    gap:54px!important;
    align-items:start;
}
.jho-home-680-footer-logo{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:18px;
}
.jho-home-680-footer-logo .jho-home-680-mark{
    width:64px;
    height:52px;
}
.jho-home-680-footer-logo strong{
    display:block;
    color:var(--jho-680-gold-soft);
    font-family:Georgia,'Times New Roman',serif;
    font-size:22px;
    letter-spacing:.07em;
    text-transform:uppercase;
}
.jho-home-680-footer-logo em{
    display:block;
    margin-top:4px;
    color:#fff;
    font-size:11px;
    font-style:normal;
    letter-spacing:.18em;
    text-transform:uppercase;
}
.jho-home-680-footer p,
.jho-home-680-footer a{
    color:rgba(255,255,255,.70)!important;
    line-height:1.75;
}
.jho-home-680-footer a:hover{
    color:var(--jho-680-gold-soft)!important;
}
.jho-home-680-footer h3{
    margin:7px 0 18px;
    color:var(--jho-680-gold)!important;
    font-size:13px;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.jho-home-680-footer .jho-powered-by a{
    color:var(--jho-680-gold)!important;
    font-size:12px!important;
}
.jho-home-680-copyright{
    margin-top:42px!important;
    padding-top:22px!important;
    border-top:1px solid rgba(255,255,255,.09);
    color:rgba(255,255,255,.58);
    text-align:center;
    font-size:13px;
}

/* Mobile */
@media(max-width:1180px){
    .jho-lux-menu{
        gap:18px!important;
    }
    .jho-home-680-wordmark strong{
        font-size:20px!important;
    }
    .jho-home-680-brand .jho-home-680-mark{
        width:58px;
        height:46px;
    }
    body.home .jho-lux-cta{
        grid-template-columns:1fr;
    }
    body.home .jho-lux-cta-actions{
        justify-content:flex-start!important;
    }
}
@media(max-width:900px){
    .jho-lux-nav{
        min-height:76px!important;
        padding-left:18px!important;
        padding-right:18px!important;
    }
    .jho-home-680-wordmark strong{
        font-size:18px!important;
    }
    .jho-home-680-wordmark .omen-brand-chip{
        font-size:8px!important;
    }
    .jho-home-680-brand .jho-home-680-mark{
        width:48px;
        height:38px;
    }
    .jho-home-680-hero{
        min-height:620px!important;
        background:
            linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.30)),
            linear-gradient(0deg,rgba(0,0,0,.50),rgba(0,0,0,0) 45%),
            var(--hero-mobile) center center/cover no-repeat!important;
    }
    .jho-home-680-hero-grid{
        min-height:540px!important;
    }
    .jho-home-680-hero-copy{
        padding:78px 0 44px;
        max-width:520px;
    }
    .jho-home-680-hero-copy h1{
        font-size:48px!important;
    }
    body.home .jho-lux-head{
        display:block!important;
    }
    body.home .jho-lux-head p{
        margin-top:14px!important;
    }
    body.home .jho-lux-portfolio .grid{
        grid-template-columns:1fr!important;
    }
    .jho-home-680-footer-grid{
        grid-template-columns:1fr 1fr!important;
        gap:34px!important;
    }
}
@media(max-width:620px){
    .jho-home-680-wordmark strong{
        font-size:16px!important;
    }
    .jho-home-680-brand .jho-home-680-mark{
        display:none;
    }
    .jho-home-680-hero{
        min-height:560px!important;
    }
    .jho-home-680-hero-copy h1{
        font-size:40px!important;
    }
    .jho-home-680-hero-copy p{
        font-size:16px!important;
    }
    .jho-home-680-hero-actions .btn,
    body.home .jho-lux-cta-actions .btn{
        width:100%;
        min-width:0;
    }
    body.home .section{
        padding:54px 0!important;
    }
    .jho-home-680-footer-grid{
        grid-template-columns:1fr!important;
    }
}


/* v6.8.3 — Public brand emblem + footer contact polish */
.jho-home-680-brand{
    gap:14px!important;
}
.jho-home-680-brand .jho-home-680-mark{
    width:68px!important;
    height:54px!important;
}
.jho-home-680-mark .jho-emblem-svg{
    width:100%;
    height:100%;
    display:block;
    overflow:visible;
}
.jho-home-680-mark .jho-emblem-fill{
    fill:var(--jho-680-gold-soft)!important;
    stroke:none!important;
}
.jho-home-680-wordmark strong{
    font-size:22px!important;
    letter-spacing:.105em!important;
}
.jho-home-680-wordmark .omen-brand-chip{
    font-size:9px!important;
    letter-spacing:.28em!important;
    opacity:.92;
}
.jho-lux-topbar{
    box-shadow:0 10px 28px rgba(0,0,0,.28)!important;
}
.jho-home-680-footer-logo .jho-home-680-mark{
    width:70px!important;
    height:56px!important;
}
.jho-home-680-footer-logo strong{
    color:var(--jho-680-gold-soft)!important;
    letter-spacing:.09em!important;
}
.jho-home-680-footer h3{
    color:var(--jho-680-gold-soft)!important;
}
.jho-home-680-footer .jho-powered-by a{
    letter-spacing:.14em!important;
    text-transform:uppercase;
}
@media(max-width:1180px){
    .jho-home-680-brand .jho-home-680-mark{width:58px!important;height:46px!important;}
    .jho-home-680-wordmark strong{font-size:19px!important;}
}
@media(max-width:900px){
    .jho-home-680-brand .jho-home-680-mark{width:50px!important;height:40px!important;display:inline-flex!important;}
    .jho-home-680-wordmark strong{font-size:17px!important;}
}
@media(max-width:620px){
    .jho-home-680-brand .jho-home-680-mark{width:42px!important;height:34px!important;display:inline-flex!important;}
    .jho-home-680-wordmark strong{font-size:14px!important;letter-spacing:.08em!important;}
    .jho-home-680-wordmark .omen-brand-chip{font-size:7px!important;letter-spacing:.18em!important;}
}

/* v6.8.4 Final JHO Brand + Hero Polish
   Surgical only: correct business-card emblem shape and soften hero shading. */
.jho-card-emblem-mark svg { display: none !important; }
.jho-card-emblem-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(212,175,55,.12));
}
.jho-lux-brand.jho-home-680-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
}
.jho-lux-brand .jho-card-emblem-mark {
    width: 54px !important;
    height: 42px !important;
    flex: 0 0 54px !important;
}
.jho-lux-brand .jho-home-680-wordmark strong {
    color: #f3d27a !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}
.jho-lux-brand .omen-brand-chip {
    color: #d4af37 !important;
    font-size: 8px !important;
    line-height: 1 !important;
    letter-spacing: .22em !important;
    margin-top: 5px !important;
    opacity: .95 !important;
}
.jho-home-680-footer-logo .jho-card-emblem-mark {
    width: 112px !important;
    height: 82px !important;
    flex: 0 0 112px !important;
}
.jho-home-680-footer-logo strong {
    color: #f3d27a !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}
.jho-clean-hero {
    background-image: var(--hero) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.jho-clean-hero::before {
    background: linear-gradient(90deg, rgba(0,0,0,.10), rgba(0,0,0,.02) 42%, rgba(0,0,0,.04)) !important;
}
.jho-clean-hero::after {
    display: none !important;
}
@media (max-width: 767px) {
    .jho-lux-brand .jho-card-emblem-mark {
        width: 42px !important;
        height: 34px !important;
        flex-basis: 42px !important;
    }
    .jho-lux-brand .jho-home-680-wordmark strong {
        font-size: 14px !important;
    }
    .jho-clean-hero {
        background-image: var(--hero-mobile) !important;
        background-position: center center !important;
    }
}


/* v6.8.5 — Warehouse Specials Product Card Polish
   Production refinement only: darker cards and denser desktop grid. */
body.home .jho-lux-home-catalog .jho-inv-showroom-inner{
    width:min(1440px,100%)!important;
}
body.home .jho-lux-home-catalog .jho-inventory-public-catalog{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:16px!important;
    max-width:1440px!important;
    width:100%!important;
    margin:0 auto!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-card{
    background:linear-gradient(180deg,#050505,#020202)!important;
    border:1px solid rgba(212,175,55,.22)!important;
    border-radius:0!important;
    box-shadow:none!important;
    color:#fff!important;
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-card:hover{
    transform:translateY(-2px)!important;
    border-color:rgba(212,175,55,.78)!important;
    box-shadow:0 0 0 1px rgba(212,175,55,.12) inset!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-thumb{
    height:165px!important;
    background:#050505!important;
    border-bottom:1px solid rgba(212,175,55,.18)!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-thumb img{
    object-fit:cover!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-card:hover .jho-inv-product-thumb img{
    transform:scale(1.03)!important;
    filter:saturate(1.04) contrast(1.03)!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-body{
    padding:14px!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-topline{
    margin-bottom:10px!important;
    gap:6px!important;
}
body.home .jho-lux-home-catalog .jho-inv-category-badge,
body.home .jho-lux-home-catalog .jho-inv-stock-badge{
    min-height:20px!important;
    padding:3px 7px!important;
    border-radius:3px!important;
    font-size:8px!important;
    letter-spacing:.09em!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-body h3{
    color:#fff8eb!important;
    font-size:17px!important;
    line-height:1.15!important;
    margin:0 0 7px!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-meta{
    color:rgba(255,255,255,.70)!important;
    font-size:12px!important;
    margin:0 0 9px!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-price{
    color:#d4af5f!important;
    font-size:22px!important;
    line-height:1!important;
    margin:0 0 10px!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-desc{
    color:rgba(255,255,255,.70)!important;
    font-size:12px!important;
    line-height:1.4!important;
    margin:0 0 12px!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-button{
    min-height:38px!important;
    padding:9px 12px!important;
    border:1px solid rgba(212,175,95,.72)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#f1d486!important;
    font-size:10px!important;
    letter-spacing:.10em!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-button:hover{
    background:#d4af5f!important;
    color:#050505!important;
}
@media(max-width:1380px){
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog{
        grid-template-columns:repeat(4,minmax(0,1fr))!important;
    }
}
@media(max-width:980px){
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media(max-width:760px){
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    body.home .jho-lux-home-catalog .jho-inv-product-thumb{
        height:150px!important;
    }
}
@media(max-width:520px){
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog{
        grid-template-columns:1fr!important;
    }
    body.home .jho-lux-home-catalog .jho-inv-product-thumb{
        height:220px!important;
    }
}


/* v6.8.6 — Homepage Freeze Polish
   Surgical production pass only: stronger emblem presence, slightly cleaner hero crop,
   and premium warehouse card spacing/photo balance. No logic changes. */
.jho-lux-brand .jho-card-emblem-mark{
    width:70px!important;
    height:54px!important;
    flex:0 0 70px!important;
}
.jho-lux-brand.jho-home-680-brand{
    gap:16px!important;
}
.jho-home-680-footer-logo .jho-card-emblem-mark{
    width:140px!important;
    height:102px!important;
    flex:0 0 140px!important;
}
.jho-clean-hero{
    background-position:56% center!important;
}
.jho-clean-hero::before{
    background:linear-gradient(90deg,rgba(0,0,0,.06),rgba(0,0,0,0) 46%,rgba(0,0,0,.025))!important;
}
.jho-lux-menu{
    gap:40px!important;
}
body.home .jho-lux-home-catalog .jho-inventory-public-catalog{
    gap:20px!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-thumb{
    height:182px!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-body{
    padding:13px!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-body h3{
    font-size:16px!important;
    line-height:1.12!important;
    margin-bottom:6px!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-meta,
body.home .jho-lux-home-catalog .jho-inv-product-desc{
    font-size:11px!important;
    line-height:1.32!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-price{
    font-size:21px!important;
    margin-bottom:8px!important;
}
@media(max-width:1380px){
    .jho-lux-menu{gap:28px!important;}
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;}
    body.home .jho-lux-home-catalog .jho-inv-product-thumb{height:176px!important;}
}
@media(max-width:1180px){
    .jho-lux-brand .jho-card-emblem-mark{width:62px!important;height:48px!important;flex-basis:62px!important;}
    .jho-lux-menu{gap:20px!important;}
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:980px){
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:760px){
    .jho-lux-brand .jho-card-emblem-mark{width:50px!important;height:40px!important;flex-basis:50px!important;}
    .jho-clean-hero{background-position:center center!important;}
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
    body.home .jho-lux-home-catalog .jho-inv-product-thumb{height:160px!important;}
}
@media(max-width:520px){
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog{grid-template-columns:1fr!important;}
    body.home .jho-lux-home-catalog .jho-inv-product-thumb{height:220px!important;}
}

/* v6.8.7 — Final CTA Gold + Header Emblem Lock
   Surgical freeze polish: align primary CTA color with JHO logo gold and give top emblem final visual weight. */
:root{
    --jho-logo-gold:#f3d27a;
    --jho-logo-gold-mid:#d4af37;
    --jho-logo-gold-deep:#a97824;
}
.jho-lux-brand .jho-card-emblem-mark{
    width:62px!important;
    height:48px!important;
    flex:0 0 62px!important;
}
.jho-lux-brand .jho-card-emblem-mark img{
    filter:drop-shadow(0 8px 24px rgba(243,210,122,.14))!important;
}
.btn.gold,
body.home .btn.gold,
body.home .jho-lux-cta-actions .btn.gold,
body.home .jho-lux-inventory-head .btn.gold,
body.home a.btn.gold{
    background:linear-gradient(135deg,var(--jho-logo-gold) 0%,var(--jho-logo-gold-mid) 58%,var(--jho-logo-gold-deep) 100%)!important;
    color:#050505!important;
    border:1px solid rgba(243,210,122,.72)!important;
    box-shadow:0 0 0 1px rgba(0,0,0,.22) inset,0 12px 28px rgba(212,175,55,.16)!important;
}
.btn.gold:hover,
body.home .btn.gold:hover,
body.home a.btn.gold:hover{
    background:linear-gradient(135deg,#ffe2a2 0%,#e2bd5b 58%,#b9882d 100%)!important;
    color:#050505!important;
    border-color:rgba(255,226,162,.86)!important;
    transform:translateY(-1px);
}
.btn.out,
body.home .btn.out,
body.home a.btn.out{
    border-color:rgba(243,210,122,.62)!important;
    color:var(--jho-logo-gold)!important;
    background:rgba(0,0,0,.18)!important;
}
.btn.out:hover,
body.home .btn.out:hover,
body.home a.btn.out:hover{
    border-color:rgba(255,226,162,.86)!important;
    color:#050505!important;
    background:linear-gradient(135deg,var(--jho-logo-gold) 0%,var(--jho-logo-gold-mid) 65%,var(--jho-logo-gold-deep) 100%)!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-button{
    border-color:rgba(243,210,122,.68)!important;
    color:var(--jho-logo-gold)!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-button:hover{
    background:linear-gradient(135deg,var(--jho-logo-gold) 0%,var(--jho-logo-gold-mid) 65%,var(--jho-logo-gold-deep) 100%)!important;
    border-color:rgba(255,226,162,.86)!important;
    color:#050505!important;
}
@media(max-width:1180px){
    .jho-lux-brand .jho-card-emblem-mark{width:56px!important;height:44px!important;flex-basis:56px!important;}
}
@media(max-width:767px){
    .jho-lux-brand .jho-card-emblem-mark{width:46px!important;height:36px!important;flex-basis:46px!important;}
}


/* v6.8.9 — Header Emblem Actual Force
   Put this in the loaded frontend stylesheet. Keep header height unchanged;
   only make the visible emblem larger inside the existing header. */
.jho-lux-topbar .jho-lux-nav .jho-lux-brand.jho-home-680-brand > .jho-home-680-mark.jho-card-emblem-mark{
    width: 92px !important;
    height: 66px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    flex: 0 0 92px !important;
    overflow: visible !important;
}
.jho-lux-topbar .jho-lux-nav .jho-lux-brand.jho-home-680-brand > .jho-home-680-mark.jho-card-emblem-mark > img{
    display: block !important;
    width: 92px !important;
    height: 66px !important;
    min-width: 92px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    transform: scale(1.14) !important;
    transform-origin: left center !important;
}
.jho-lux-topbar .jho-lux-nav .jho-lux-brand.jho-home-680-brand{
    gap: 18px !important;
    overflow: visible !important;
}
@media(max-width:1180px){
    .jho-lux-topbar .jho-lux-nav .jho-lux-brand.jho-home-680-brand > .jho-home-680-mark.jho-card-emblem-mark{
        width: 76px !important;
        height: 56px !important;
        min-width: 76px !important;
        max-width: 76px !important;
        flex-basis: 76px !important;
    }
    .jho-lux-topbar .jho-lux-nav .jho-lux-brand.jho-home-680-brand > .jho-home-680-mark.jho-card-emblem-mark > img{
        width: 76px !important;
        height: 56px !important;
        min-width: 76px !important;
        transform: scale(1.10) !important;
    }
}
@media(max-width:760px){
    .jho-lux-topbar .jho-lux-nav .jho-lux-brand.jho-home-680-brand > .jho-home-680-mark.jho-card-emblem-mark{
        width: 58px !important;
        height: 44px !important;
        min-width: 58px !important;
        max-width: 58px !important;
        flex-basis: 58px !important;
    }
    .jho-lux-topbar .jho-lux-nav .jho-lux-brand.jho-home-680-brand > .jho-home-680-mark.jho-card-emblem-mark > img{
        width: 58px !important;
        height: 44px !important;
        min-width: 58px !important;
        transform: none !important;
    }
}

/*=========================================================
    JHO Hub v6.12.0 — Homepage Restraint Polish
    Purpose: bring public homepage scale/spacing closer to the
    compact OMEN workspace language without changing content or logic.
=========================================================*/
body.home{
    --jho-home-workbench: 1160px;
}
body.home .wrap{
    max-width: var(--jho-home-workbench) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
body.home .section{
    padding: 54px 0 !important;
}
body.home .section.alt,
body.home .jho-lux-portfolio,
body.home .jho-lux-final-cta-section,
body.home .jho-lux-inventory-section{
    border-bottom-color: rgba(212,169,74,.12) !important;
}
body.home .jho-lux-head{
    margin-bottom: 22px !important;
    gap: 22px !important;
}
body.home .eyebrow{
    font-size: 9px !important;
    letter-spacing: .20em !important;
    line-height: 1.1 !important;
}
body.home .jho-lux-head h2,
body.home .jho-lux-inventory-head h2,
body.home .jho-lux-cta h2,
body.home .section .head h2{
    font-size: clamp(28px, 2.6vw, 42px) !important;
    line-height: 1.03 !important;
    letter-spacing: -.032em !important;
    margin: 7px 0 0 !important;
}
body.home .jho-lux-head p,
body.home .jho-lux-inventory-head p,
body.home .jho-lux-cta p,
body.home .section .head p{
    font-size: 13px !important;
    line-height: 1.48 !important;
    max-width: 470px !important;
}

/* Portfolio: shorter cards, tighter copy, same three-card layout */
body.home .jho-lux-portfolio .grid{
    gap: 16px !important;
}
body.home .jho-lux-portfolio .card .pic{
    height: 190px !important;
}
body.home .jho-lux-portfolio .card .body{
    padding: 16px 16px 18px !important;
}
body.home .jho-lux-portfolio .card .meta,
body.home .jho-lux-portfolio .meta,
body.home .card .meta{
    font-size: 9px !important;
    letter-spacing: .15em !important;
    line-height: 1.15 !important;
}
body.home .jho-lux-portfolio .card h3,
body.home .card h3{
    font-size: 20px !important;
    line-height: 1.08 !important;
    margin-top: 7px !important;
}

/* Warehouse specials: match the new compact visual density */
body.home .jho-lux-inventory-section{
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}
body.home .jho-lux-inventory-head{
    margin-bottom: 20px !important;
    gap: 20px !important;
}
body.home .jho-lux-home-catalog .jho-inventory-public-catalog{
    gap: 14px !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-card{
    border-radius: 0 !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-thumb{
    height: 150px !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-body{
    padding: 12px !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-body h3{
    font-size: 14px !important;
    line-height: 1.15 !important;
    margin-bottom: 5px !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-meta,
body.home .jho-lux-home-catalog .jho-inv-product-desc{
    font-size: 10px !important;
    line-height: 1.35 !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-price{
    font-size: 15px !important;
    margin-top: 8px !important;
}

/* CTA: premium restraint instead of billboard scale */
body.home .jho-lux-final-cta-section{
    padding: 0 !important;
}
body.home .jho-lux-cta,
body.home .cta.jho-lux-cta{
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 36px !important;
    padding: 38px 0 !important;
}
body.home .jho-lux-cta h2{
    max-width: 500px !important;
    font-size: clamp(27px, 2.7vw, 40px) !important;
}
body.home .jho-lux-cta p{
    max-width: 470px !important;
    margin-top: 10px !important;
}
body.home .jho-lux-cta-actions{
    gap: 10px !important;
}
body.home .jho-lux-cta-actions .btn,
body.home .jho-lux-inventory-head .btn,
body.home .jho-lux-final-cta-section .btn{
    min-width: 150px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 16px !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    letter-spacing: .12em !important;
    line-height: 1 !important;
}

/* Footer: quieter, tighter, same content */
.jho-home-680-footer{
    padding: 36px 0 18px !important;
}
.jho-home-680-footer-grid{
    max-width: var(--jho-home-workbench) !important;
    grid-template-columns: 1.35fr .75fr .75fr 1fr !important;
    gap: 34px !important;
}
.jho-home-680-footer-logo{
    gap: 12px !important;
    margin-bottom: 12px !important;
}
.jho-home-680-footer-logo .jho-home-680-mark,
.jho-home-680-footer-logo .jho-card-emblem-mark{
    width: 50px !important;
    height: 40px !important;
}
.jho-home-680-footer-logo strong{
    font-size: 17px !important;
    line-height: 1.05 !important;
}
.jho-home-680-footer-logo em{
    font-size: 8px !important;
    letter-spacing: .17em !important;
}
.jho-home-680-footer h3{
    margin: 4px 0 10px !important;
    font-size: 10px !important;
    letter-spacing: .16em !important;
}
.jho-home-680-footer p,
.jho-home-680-footer a{
    font-size: 12px !important;
    line-height: 1.55 !important;
}
.jho-home-680-footer .jho-powered-by a{
    font-size: 9px !important;
    letter-spacing: .16em !important;
}
.jho-home-680-copyright{
    margin-top: 24px !important;
    padding-top: 14px !important;
    font-size: 11px !important;
}

@media(max-width:900px){
    body.home{--jho-home-workbench: 100%;}
    body.home .section{padding: 44px 0 !important;}
    body.home .jho-lux-head{display:block!important;}
    body.home .jho-lux-head p{margin-top:10px!important;}
    body.home .jho-lux-portfolio .grid{grid-template-columns:1fr!important;}
    body.home .jho-lux-portfolio .card .pic{height:210px!important;}
    body.home .jho-lux-cta{grid-template-columns:1fr!important;gap:18px!important;padding:34px 0!important;}
    body.home .jho-lux-cta-actions{justify-content:flex-start!important;}
    .jho-home-680-footer-grid{grid-template-columns:1fr 1fr!important;gap:24px!important;}
}
@media(max-width:620px){
    body.home .jho-lux-head h2,
    body.home .jho-lux-inventory-head h2,
    body.home .jho-lux-cta h2{font-size:30px!important;}
    body.home .jho-lux-cta-actions .btn{width:100%!important;}
    .jho-home-680-footer-grid{grid-template-columns:1fr!important;}
}

/*=========================================================
    JHO Hub v6.12.1 — Contained Homepage Hero Grid
    Purpose: hero image now belongs to the same homepage workbench
    as Portfolio/Warehouse/CTA instead of forcing a full-browser grid.
    CSS-only, no content/logic changes.
=========================================================*/
body.home .jho-home-680-hero.jho-clean-hero,
body.home .hero.jho-lux-hero.jho-home-680-hero.jho-clean-hero{
    min-height: auto !important;
    height: auto !important;
    display: block !important;
    align-items: initial !important;
    padding: 26px 0 34px !important;
    background:
        radial-gradient(circle at 20% 18%, rgba(212,169,74,.08), transparent 30%),
        linear-gradient(180deg, rgba(0,0,0,.94), rgba(3,5,8,.98)) !important;
    border-bottom: 1px solid rgba(212,169,74,.16) !important;
}
body.home .jho-home-680-hero.jho-clean-hero::before,
body.home .jho-home-680-hero.jho-clean-hero::after{
    display: none !important;
}
body.home .jho-home-680-hero .jho-home-680-hero-grid,
body.home .jho-clean-hero .jho-home-680-hero-grid,
body.home .jho-lux-hero-grid.jho-home-680-hero-grid{
    width: min(calc(100% - 40px), var(--jho-home-workbench)) !important;
    max-width: var(--jho-home-workbench) !important;
    min-height: clamp(360px, 42vw, 520px) !important;
    height: clamp(360px, 42vw, 520px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,0) 45%, rgba(0,0,0,.04)),
        var(--hero) center center / cover no-repeat !important;
    border: 1px solid rgba(212,169,74,.18) !important;
    box-shadow: 0 22px 70px rgba(0,0,0,.34) !important;
    overflow: hidden !important;
}
@media(max-width:900px){
    body.home .jho-home-680-hero.jho-clean-hero,
    body.home .hero.jho-lux-hero.jho-home-680-hero.jho-clean-hero{
        padding: 18px 0 24px !important;
    }
    body.home .jho-home-680-hero .jho-home-680-hero-grid,
    body.home .jho-clean-hero .jho-home-680-hero-grid,
    body.home .jho-lux-hero-grid.jho-home-680-hero-grid{
        width: calc(100% - 28px) !important;
        min-height: clamp(330px, 64vw, 480px) !important;
        height: clamp(330px, 64vw, 480px) !important;
        background-image:
            linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,0) 45%, rgba(0,0,0,.04)),
            var(--hero-mobile) !important;
        background-position: center center !important;
        background-size: cover !important;
    }
}

/*=========================================================
    JHO Hub v6.12.2 — Homepage Warehouse Single Item Blend
    Purpose: when only one Warehouse Special is published, do not
    render the catalog as a giant empty gallery panel. Let unused
    area blend into the homepage background.
=========================================================*/
body.home .jho-lux-home-catalog .jho-inventory-showroom,
body.home .jho-lux-home-catalog .jho-inv-showroom-inner{
    background: transparent !important;
    box-shadow: none !important;
}
body.home .jho-lux-home-catalog .jho-inventory-public-catalog:has(.jho-inv-product-card:only-child){
    width: max-content !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: grid !important;
    grid-template-columns: 150px !important;
    background: transparent !important;
}
body.home .jho-lux-home-catalog .jho-inventory-public-catalog:has(.jho-inv-product-card:only-child) .jho-inv-product-card{
    width: 150px !important;
    max-width: 150px !important;
}


/* v6.12.5 — Homepage copy rhythm and empty inventory state */
body.home .jho-lux-head{
    gap: 28px !important;
}
body.home .jho-lux-head p{
    max-width: 430px !important;
    margin-bottom: 3px !important;
}
body.home .jho-lux-inventory-head h2{
    max-width: 560px !important;
}
body.home .jho-lux-empty-inventory{
    width: max-content;
    max-width: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(212,169,74,.18);
    background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
    color: rgba(255,255,255,.82);
}
body.home .jho-lux-empty-inventory span{
    display:block;
    color:#fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 6px;
}
body.home .jho-lux-empty-inventory p{
    margin:0 0 10px;
    color: var(--jho-680-muted);
    font-size: 12px;
    line-height: 1.4;
}
body.home .jho-lux-empty-inventory a{
    color: var(--jho-680-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-decoration: none;
}
body.home .jho-lux-inventory-section .jho-lux-home-catalog:empty{
    display:none !important;
}


/*=========================================================
    JHO Hub v6.12.8 — Warehouse Card Alignment Polish
    Purpose: keep public Warehouse Special product cards generated
    from one consistent component.
    - Stock badge is always on its own fixed row.
    - Price slot keeps uniform height but is blank when no price exists.
    - Existing prices still display normally.
=========================================================*/
body.home .jho-lux-home-catalog .jho-inv-product-topline,
.jho-inventory-public-catalog .jho-inv-product-topline{
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 20px 20px !important;
    align-items: start !important;
    justify-items: start !important;
    justify-content: start !important;
    gap: 4px !important;
    min-height: 44px !important;
    margin-bottom: 8px !important;
}
body.home .jho-lux-home-catalog .jho-inv-category-badge,
body.home .jho-lux-home-catalog .jho-inv-stock-badge,
.jho-inventory-public-catalog .jho-inv-category-badge,
.jho-inventory-public-catalog .jho-inv-stock-badge{
    width: max-content !important;
    max-width: 100% !important;
    white-space: nowrap !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-price,
.jho-inventory-public-catalog .jho-inv-product-price{
    display: block !important;
    min-height: 18px !important;
    height: 18px !important;
    margin-top: 8px !important;
    margin-bottom: 10px !important;
    line-height: 18px !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-price-empty,
.jho-inventory-public-catalog .jho-inv-product-price-empty{
    visibility: hidden !important;
    color: transparent !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-price-has,
.jho-inventory-public-catalog .jho-inv-product-price-has{
    visibility: visible !important;
}

/*=========================================================
    JHO Hub v6.12.9 — Warehouse Availability Alignment
    Purpose: normalize public product-card availability so every
    card uses the same label/value rhythm regardless of unit text.
=========================================================*/
body.home .jho-lux-home-catalog .jho-inv-product-availability,
.jho-inventory-public-catalog .jho-inv-product-availability{
    display: grid !important;
    grid-template-rows: 9px 13px !important;
    gap: 2px !important;
    min-height: 24px !important;
    height: 24px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-meta-label,
.jho-inventory-public-catalog .jho-inv-product-meta-label{
    display: block !important;
    color: rgba(255,255,255,.42) !important;
    font-family: var(--jho-sans, Arial, sans-serif) !important;
    font-size: 7px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    line-height: 9px !important;
    white-space: nowrap !important;
}
body.home .jho-lux-home-catalog .jho-inv-product-meta-value,
.jho-inventory-public-catalog .jho-inv-product-meta-value{
    display: block !important;
    color: rgba(255,255,255,.82) !important;
    font-family: var(--jho-sans, Arial, sans-serif) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .01em !important;
    line-height: 13px !important;
    white-space: nowrap !important;
}

/* v6.13.2 — Optional homepage promotional popup */
.jho-home-popup{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:22px;opacity:0;pointer-events:none;transition:opacity .18s ease}
.jho-home-popup.is-visible{opacity:1;pointer-events:auto}
.jho-home-popup-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(3px)}
.jho-home-popup-card{position:relative;z-index:1;width:min(720px,calc(100vw - 36px));max-height:calc(100vh - 36px);border:1px solid rgba(228,190,77,.55);border-radius:12px;background:#050507;box-shadow:0 30px 90px rgba(0,0,0,.72);overflow:hidden}
.jho-home-popup-link{display:block;line-height:0}
.jho-home-popup-card img{display:block;width:100%;height:auto;max-height:calc(100vh - 36px);object-fit:contain;background:#050507}
.jho-home-popup-close{position:absolute;right:10px;top:10px;z-index:2;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.75);background:rgba(0,0,0,.62);color:#fff;font-size:24px;line-height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.jho-home-popup-close:hover{border-color:#e4be4d;color:#e4be4d}
@media(max-width:640px){.jho-home-popup{padding:14px}.jho-home-popup-card{width:calc(100vw - 22px)}.jho-home-popup-close{right:7px;top:7px;width:32px;height:32px}}

/* v6.13.3 — Homepage popup large view */
.jho-home-popup-link{display:block;width:100%;padding:0;border:0;background:transparent;line-height:0;cursor:zoom-in}
.jho-home-popup.is-expanded .jho-home-popup-card{width:min(1120px,calc(100vw - 28px));max-height:calc(100vh - 28px)}
.jho-home-popup.is-expanded .jho-home-popup-card img{max-height:calc(100vh - 86px)}
.jho-home-popup-cta{display:flex;align-items:center;justify-content:center;height:42px;border-top:1px solid rgba(228,190,77,.28);background:rgba(228,190,77,.10);color:#f8d76c;text-decoration:none;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900}
.jho-home-popup-cta:hover{background:rgba(228,190,77,.18);color:#fff}


/* v6.13.8 — Generated popup promo page */
.jho-promo-page{padding:72px 20px;background:#050505;color:#f6f1df;}
.jho-promo-page-inner{max-width:980px;margin:0 auto;text-align:center;}
.jho-promo-page-image{display:block;width:100%;height:auto;border-radius:20px;border:1px solid rgba(215,167,53,.25);box-shadow:0 24px 70px rgba(0,0,0,.45);margin:0 auto 28px;}
.jho-promo-page .jho-button{display:inline-flex;align-items:center;justify-content:center;}


/*=========================================================
    JHO Hub v6.15.7 — Warehouse Catalog 80/20 Card Balance
    Purpose: make slab photos dominate the public warehouse cards.
    Images now occupy roughly 80% of the visual card, with a compact
    showroom-spec strip below. Overrides older single-item thumbnail rules.
=========================================================*/
body.home .jho-lux-home-catalog .jho-inv-showroom-inner,
.jho-inventory-lux-page .jho-inv-showroom-inner{
    width:min(1480px,100%)!important;
}
body.home .jho-lux-home-catalog .jho-inventory-public-catalog,
.jho-inventory-lux-page .jho-inventory-public-catalog{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:28px!important;
    max-width:1480px!important;
    width:100%!important;
    margin:0 auto!important;
}
body.home .jho-lux-home-catalog .jho-inventory-public-catalog:has(.jho-inv-product-card:only-child),
.jho-inventory-lux-page .jho-inventory-public-catalog:has(.jho-inv-product-card:only-child){
    grid-template-columns:minmax(320px,470px)!important;
    justify-content:center!important;
    width:100%!important;
    max-width:1480px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
body.home .jho-lux-home-catalog .jho-inventory-public-catalog:has(.jho-inv-product-card:only-child) .jho-inv-product-card,
.jho-inventory-lux-page .jho-inventory-public-catalog:has(.jho-inv-product-card:only-child) .jho-inv-product-card{
    width:100%!important;
    max-width:none!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-card,
.jho-inventory-lux-page .jho-inv-product-card{
    border-radius:8px!important;
    overflow:hidden!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-thumb,
.jho-inventory-lux-page .jho-inv-product-thumb{
    height:clamp(260px,20vw,360px)!important;
    flex:0 0 auto!important;
    min-height:0!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-body,
.jho-inventory-lux-page .jho-inv-product-body{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    column-gap:18px!important;
    row-gap:3px!important;
    align-items:center!important;
    justify-content:stretch!important;
    min-height:76px!important;
    padding:13px 16px 12px!important;
    text-align:left!important;
    background:#f7f4ec!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-body h3,
.jho-inventory-lux-page .jho-inv-product-body h3{
    grid-column:1!important;
    grid-row:1!important;
    margin:0!important;
    color:#111!important;
    font-size:16px!important;
    line-height:1.15!important;
    font-weight:850!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-notes,
.jho-inventory-lux-page .jho-inv-product-notes{
    grid-column:1!important;
    grid-row:2!important;
    margin:0!important;
    color:#111!important;
    font-size:13px!important;
    line-height:1.2!important;
    font-weight:700!important;
}
body.home .jho-lux-home-catalog .jho-inv-product-price,
.jho-inventory-lux-page .jho-inv-product-price{
    grid-column:2!important;
    grid-row:1 / span 2!important;
    align-self:center!important;
    margin:0!important;
    color:#8a6a20!important;
    font-size:17px!important;
    line-height:1!important;
    font-weight:950!important;
    white-space:nowrap!important;
}
@media(max-width:1024px){
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog,
    .jho-inventory-lux-page .jho-inventory-public-catalog{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
    body.home .jho-lux-home-catalog .jho-inventory-public-catalog,
    .jho-inventory-lux-page .jho-inventory-public-catalog{grid-template-columns:1fr!important;}
    body.home .jho-lux-home-catalog .jho-inv-product-thumb,
    .jho-inventory-lux-page .jho-inv-product-thumb{height:260px!important;}
}

/* v6.15.13 — Projects page image-only hero
   Removes overlay copy from the Projects hero while preserving the selected hero image. */
.jho-page-hero-projects.jho-page-hero-image-only{
    min-height:520px!important;
    display:block!important;
    padding:0!important;
}
.jho-page-hero-projects.jho-page-hero-image-only::before{
    background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.03))!important;
}
.jho-page-hero-projects.jho-page-hero-image-only::after,
.jho-page-hero-projects.jho-page-hero-image-only .jho-page-hero-inner{
    display:none!important;
}
@media(max-width:900px){
    .jho-page-hero-projects.jho-page-hero-image-only{min-height:390px!important;}
}


/* v6.15.14 — Clean image-only heroes for Projects, Build, and About
   Removes overlay text and the heavy left-side black gradient so selected hero images stay bright. */
.jho-page-hero.jho-page-hero-image-only,
.jho-page-hero-projects.jho-page-hero-image-only,
.jho-page-hero-services.jho-page-hero-image-only,
.jho-page-hero-about.jho-page-hero-image-only{
    min-height:520px!important;
    display:block!important;
    padding:0!important;
    align-items:initial!important;
    background:var(--hero) center center / cover no-repeat!important;
    border-bottom:1px solid rgba(213,173,75,.24)!important;
}
.jho-page-hero.jho-page-hero-image-only::before,
.jho-page-hero-projects.jho-page-hero-image-only::before,
.jho-page-hero-services.jho-page-hero-image-only::before,
.jho-page-hero-about.jho-page-hero-image-only::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:linear-gradient(0deg,rgba(0,0,0,.04),rgba(0,0,0,.02))!important;
    pointer-events:none!important;
}
.jho-page-hero.jho-page-hero-image-only::after,
.jho-page-hero.jho-page-hero-image-only .jho-page-hero-inner,
.jho-page-hero-projects.jho-page-hero-image-only::after,
.jho-page-hero-projects.jho-page-hero-image-only .jho-page-hero-inner,
.jho-page-hero-services.jho-page-hero-image-only::after,
.jho-page-hero-services.jho-page-hero-image-only .jho-page-hero-inner,
.jho-page-hero-about.jho-page-hero-image-only::after,
.jho-page-hero-about.jho-page-hero-image-only .jho-page-hero-inner{
    display:none!important;
}
@media(max-width:900px){
    .jho-page-hero.jho-page-hero-image-only,
    .jho-page-hero-projects.jho-page-hero-image-only,
    .jho-page-hero-services.jho-page-hero-image-only,
    .jho-page-hero-about.jho-page-hero-image-only{min-height:390px!important;}
}

/*=========================================================
    JHO Hub v6.15.26 — Simplified Public Project Template
    Purpose: keep new published projects clean and gallery-first.
=========================================================*/
.single-jho_project .project-overview-simple {
    padding: 64px 0 56px !important;
    background: #050505 !important;
    border-top: 1px solid rgba(213, 173, 75, .16);
    border-bottom: 1px solid rgba(213, 173, 75, .12);
}
.single-jho_project .simple-project-head {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
    gap: 54px;
    align-items: start;
}
.single-jho_project .simple-project-head h2 {
    margin: 12px 0 0 !important;
    color: #fff !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: clamp(34px, 4.2vw, 58px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -.035em !important;
    text-transform: uppercase;
}
.single-jho_project .simple-project-copy,
.single-jho_project .simple-project-copy p {
    color: rgba(255, 255, 255, .74) !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}
.single-jho_project .simple-service-summary {
    margin-top: 18px !important;
}
.single-jho_project .simple-project-gallery {
    padding: 76px 0 88px !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(213, 173, 75, .07), transparent 28%),
        linear-gradient(180deg, #090909 0%, #030303 100%) !important;
}
.single-jho_project .simple-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.single-jho_project .simple-gallery-card {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(213, 173, 75, .20);
    background: rgba(255,255,255,.035);
    min-height: 0;
}
.single-jho_project .simple-gallery-card img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
}
.single-jho_project .simple-gallery-card:hover img {
    transform: scale(1.045);
    filter: brightness(1.06);
}
.single-jho_project .simple-before-after {
    padding: 76px 0 !important;
}
.single-jho_project .project-snapshot-simple div {
    padding: 15px 0 !important;
}
@media(max-width: 980px){
    .single-jho_project .simple-project-head {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .single-jho_project .simple-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media(max-width: 620px){
    .single-jho_project .simple-gallery-grid {
        grid-template-columns: 1fr;
    }
    .single-jho_project .simple-gallery-card img {
        height: 270px;
    }
}


/*=========================================================
    JHO Hub v6.15.38 — Unified Header Dropdown
    Purpose: remove desktop horizontal nav links and use one
    clean MENU dropdown across desktop and mobile.
=========================================================*/
.jho-lux-menu{
    display:none !important;
}
.jho-mobile-menu-toggle.jho-unified-menu-toggle{
    display:flex !important;
    align-items:center;
    justify-content:center;
    min-height:44px;
    border-radius:0;
    border:1px solid rgba(213,173,75,.48);
    background:linear-gradient(135deg,rgba(213,173,75,.13),rgba(0,0,0,.28));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.jho-mobile-menu-toggle.jho-unified-menu-toggle:hover{
    background:linear-gradient(135deg,rgba(213,173,75,.20),rgba(0,0,0,.34));
    border-color:rgba(242,217,139,.72);
    color:#fff2b0;
}
.jho-mobile-menu-panel{
    display:block !important;
    position:fixed;
    top:96px;
    right:22px;
    left:auto;
    width:min(360px,calc(100vw - 28px));
    z-index:100002;
    transform:translateY(-10px) scale(.98);
    transform-origin:top right;
    opacity:0;
    pointer-events:none;
    transition:.2s ease;
}
.jho-mobile-menu-backdrop{
    display:block !important;
    position:fixed;
    inset:0;
    z-index:100001;
    background:rgba(0,0,0,.46);
    backdrop-filter:blur(6px);
    opacity:0;
    pointer-events:none;
    transition:.2s ease;
}
.jho-mobile-menu-inner{
    max-height:calc(100vh - 120px);
    overflow:auto;
    padding:14px;
    background:linear-gradient(145deg,rgba(3,3,3,.985),rgba(14,12,8,.965));
    border:1px solid rgba(213,173,75,.42);
    box-shadow:0 28px 90px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.05);
}
.jho-mobile-menu-head{
    padding:10px 10px 14px;
    border-bottom:1px solid rgba(213,173,75,.22);
    margin-bottom:6px;
}
.jho-mobile-menu-head strong{
    display:block;
    color:#fff;
    font-size:13px;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.jho-mobile-menu-head em{
    display:block;
    margin-top:4px;
    color:var(--jho-showroom-gold);
    font-style:normal;
    font-size:10px;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.jho-mobile-menu-inner a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:52px;
    padding:15px 12px;
    color:#fff;
    border-bottom:1px solid rgba(213,173,75,.14);
    font-weight:1000;
    font-size:13px;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.jho-mobile-menu-inner a:after{
    content:'›';
    color:var(--jho-showroom-gold-soft);
    font-size:20px;
    line-height:1;
}
.jho-mobile-menu-inner a:hover{
    background:rgba(213,173,75,.10);
    color:var(--jho-showroom-gold-soft);
}
body.jho-mobile-menu-open{overflow:hidden}
body.jho-mobile-menu-open .jho-mobile-menu-panel{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0) scale(1);
}
body.jho-mobile-menu-open .jho-mobile-menu-backdrop{
    opacity:1;
    pointer-events:auto;
}
body.jho-mobile-menu-open .jho-mobile-menu-toggle{
    background:rgba(213,173,75,.12);
    border-color:rgba(242,217,139,.70);
}
body.jho-mobile-menu-open .jho-mobile-menu-icon i:nth-child(1){transform:translateY(6px) rotate(45deg)}
body.jho-mobile-menu-open .jho-mobile-menu-icon i:nth-child(2){opacity:0}
body.jho-mobile-menu-open .jho-mobile-menu-icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
body.admin-bar .jho-mobile-menu-panel{top:118px}
@media (max-width:900px){
    .jho-mobile-menu-panel{
        top:86px;
        left:12px;
        right:12px;
        width:auto;
        transform-origin:top center;
    }
}
@media (max-width:520px){
    .jho-mobile-menu-panel{left:10px;right:10px;top:80px}
}
@media (max-width:782px){body.admin-bar .jho-mobile-menu-panel{top:126px}}

/*=========================================================
    JHO Hub v6.15.39 — Premium Header Command Menu
    Purpose: make the unified MENU dropdown feel like a
    luxury command menu instead of a plain nav list.
=========================================================*/
.jho-mobile-menu-toggle.jho-unified-menu-toggle{
    min-height:42px!important;
    padding:0 13px!important;
    gap:10px!important;
    border-radius:2px!important;
    border:1px solid rgba(213,173,75,.56)!important;
    background:linear-gradient(135deg,rgba(213,173,75,.18),rgba(5,5,5,.54))!important;
    box-shadow:0 10px 34px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06)!important;
    transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.jho-mobile-menu-toggle.jho-unified-menu-toggle:hover{
    transform:translateY(-1px)!important;
    border-color:rgba(246,218,132,.86)!important;
    background:linear-gradient(135deg,rgba(213,173,75,.25),rgba(12,10,5,.70))!important;
    box-shadow:0 16px 46px rgba(0,0,0,.38),0 0 0 1px rgba(213,173,75,.08) inset!important;
}
.jho-mobile-menu-label{
    font-size:11px!important;
    line-height:1!important;
    letter-spacing:.18em!important;
    font-weight:950!important;
    color:#f4d77c!important;
}
.jho-mobile-menu-icon{width:17px!important;height:14px!important;display:grid!important;align-content:space-between!important;}
.jho-mobile-menu-icon i{height:1px!important;background:#f4d77c!important;box-shadow:0 0 10px rgba(213,173,75,.38)!important;transition:.18s ease!important;}
.jho-mobile-menu-panel{
    top:92px!important;
    right:22px!important;
    width:min(390px,calc(100vw - 28px))!important;
    transform:translateY(-12px) scale(.975)!important;
    transition:opacity .18s ease,transform .18s ease!important;
}
.jho-mobile-menu-backdrop{
    background:rgba(0,0,0,.34)!important;
    backdrop-filter:blur(4px)!important;
}
.jho-mobile-menu-inner{
    padding:13px!important;
    border-radius:4px!important;
    background:
        radial-gradient(circle at 18% 0%,rgba(213,173,75,.12),transparent 28%),
        linear-gradient(145deg,rgba(5,7,10,.985),rgba(8,7,5,.965))!important;
    border:1px solid rgba(213,173,75,.42)!important;
    box-shadow:0 30px 95px rgba(0,0,0,.68),0 0 0 1px rgba(255,255,255,.03) inset!important;
}
.jho-mobile-menu-head{
    padding:12px 12px 13px!important;
    margin:0 0 11px!important;
    border-bottom:1px solid rgba(213,173,75,.20)!important;
}
.jho-mobile-menu-head strong{font-size:12px!important;letter-spacing:.18em!important;color:#fff!important;}
.jho-mobile-menu-head em{font-size:9px!important;letter-spacing:.18em!important;color:#d5ad4b!important;}
.jho-menu-section{padding:2px 0 8px!important;}
.jho-menu-section + .jho-menu-section{margin-top:8px!important;padding-top:10px!important;border-top:1px solid rgba(213,173,75,.14)!important;}
.jho-menu-section-label{
    display:block!important;
    margin:0 0 6px!important;
    padding:0 5px!important;
    color:#d5ad4b!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:950!important;
    letter-spacing:.2em!important;
    text-transform:uppercase!important;
    opacity:.95!important;
}
.jho-mobile-menu-inner a,
.jho-mobile-menu-inner a.jho-command-menu-item{
    display:grid!important;
    grid-template-columns:30px minmax(0,1fr) 18px!important;
    align-items:center!important;
    min-height:46px!important;
    padding:8px 10px!important;
    margin:3px 0!important;
    border:1px solid rgba(213,173,75,.10)!important;
    border-radius:3px!important;
    background:rgba(255,255,255,.018)!important;
    color:#f7f2df!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:950!important;
    letter-spacing:.13em!important;
    text-transform:uppercase!important;
    transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important;
}
.jho-mobile-menu-inner a:after,
.jho-mobile-menu-inner a.jho-command-menu-item:after{
    content:'›'!important;
    justify-self:end!important;
    color:#d5ad4b!important;
    font-size:20px!important;
    line-height:1!important;
    transition:transform .16s ease,color .16s ease!important;
}
.jho-mobile-menu-inner a:hover,
.jho-mobile-menu-inner a.jho-command-menu-item:hover{
    transform:translateX(2px)!important;
    background:linear-gradient(90deg,rgba(213,173,75,.16),rgba(213,173,75,.045))!important;
    border-color:rgba(213,173,75,.36)!important;
    color:#fff4c7!important;
}
.jho-mobile-menu-inner a:hover:after{transform:translateX(3px)!important;color:#fff0aa!important;}
.jho-menu-icon{
    display:grid!important;
    place-items:center!important;
    width:24px!important;
    height:24px!important;
    border-radius:3px!important;
    border:1px solid rgba(213,173,75,.25)!important;
    background:rgba(213,173,75,.08)!important;
    color:#d5ad4b!important;
    font-size:13px!important;
    line-height:1!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
body.jho-mobile-menu-open .jho-mobile-menu-panel{opacity:1!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important;}
body.jho-mobile-menu-open .jho-mobile-menu-toggle{border-color:rgba(246,218,132,.86)!important;background:linear-gradient(135deg,rgba(213,173,75,.22),rgba(8,7,4,.76))!important;}
@media(max-width:900px){
    .jho-mobile-menu-panel{top:86px!important;left:12px!important;right:12px!important;width:auto!important;transform-origin:top center!important;}
}
@media(max-width:520px){
    .jho-mobile-menu-panel{top:80px!important;left:10px!important;right:10px!important;}
    .jho-mobile-menu-inner a,.jho-mobile-menu-inner a.jho-command-menu-item{min-height:48px!important;}
}
@media(max-width:782px){body.admin-bar .jho-mobile-menu-panel{top:126px!important;}}
body.admin-bar .jho-mobile-menu-panel{top:118px!important;}


/* OMEN v6.15.40 Mobile Hero Refinement */
@media (max-width:768px){
.hero,.hero-section,.homepage-hero{
padding-top:24px!important;
padding-bottom:32px!important;
min-height:auto!important;
}
.hero h1,.hero-title,.homepage-hero h1{
font-size:clamp(42px,11vw,58px)!important;
line-height:.95!important;
max-width:92%!important;
word-break:normal!important;
}
.hero p,.hero-copy,.homepage-hero p{
font-size:20px!important;
line-height:1.55!important;
max-width:92%!important;
display:block!important;
}
.hero .button-group,
.hero-buttons,
.cta-group{
display:flex!important;
flex-direction:column!important;
gap:14px!important;
position:static!important;
margin-top:28px!important;
width:100%!important;
}
.hero .button-group a,
.hero-buttons a,
.cta-group a{
width:100%!important;
text-align:center!important;
}
.omen-os-badge{
position:relative!important;
right:auto!important;
bottom:auto!important;
margin-top:24px!important;
}
}

/*=========================================================
    JHO Hub v6.15.41 — Mobile Final CTA Layout Lock
    Purpose: fix the homepage lower CTA block on phones. This is
    not the image hero; it is the final showroom/inventory CTA.
=========================================================*/
@media (max-width: 760px) {
    body.home .jho-lux-final-cta-section {
        overflow: visible !important;
    }

    body.home .jho-lux-final-cta-section .wrap {
        width: 100% !important;
        max-width: none !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    body.home .jho-lux-cta,
    body.home .cta.jho-lux-cta {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 20px !important;
        width: 100% !important;
        max-width: none !important;
        padding: 42px 0 38px !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    body.home .jho-lux-cta > div:first-child {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    body.home .jho-lux-cta h2 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 8px 0 12px !important;
        font-size: clamp(34px, 10vw, 42px) !important;
        line-height: 1.03 !important;
        letter-spacing: -.035em !important;
        text-wrap: balance !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body.home .jho-lux-cta p {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 1.55 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body.home .jho-lux-cta-actions {
        position: static !important;
        inset: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 8px 0 0 !important;
        gap: 12px !important;
        transform: none !important;
        z-index: 1 !important;
    }

    body.home .jho-lux-cta-actions .btn,
    body.home .jho-lux-final-cta-section .btn {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 52px !important;
        min-height: 52px !important;
        padding: 0 18px !important;
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 1 !important;
        letter-spacing: .16em !important;
        white-space: nowrap !important;
        transform: none !important;
    }

    body.home .jho-powered-by,
    body.home .omen-status,
    body.home .omen-os-badge,
    body.home .jho-omen-badge {
        position: static !important;
        margin-top: 18px !important;
        transform: none !important;
    }
}

@media (max-width: 420px) {
    body.home .jho-lux-final-cta-section .wrap {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body.home .jho-lux-cta h2 {
        font-size: 34px !important;
        line-height: 1.04 !important;
    }

    body.home .jho-lux-cta p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
}

/* v6.15.42 — Public Theme Engine + Hidden OMEN Access */
body .omen-os-dock,
body .omen-system-hud,
body .omen-ambient-particles{display:none!important;}

body.jho-theme-midnight_gold{
  --navy:#07192f;--navy2:#0d2848;--gold:#d4af37;--gold2:#f1d981;--light:#f6f3ed;--dark:#08111f;--card:#ffffff;
  --jho-lux-black:#03060b;--jho-lux-charcoal:#080f1d;--jho-lux-navy:#07192f;--jho-lux-gold:#d4af37;--jho-lux-gold-soft:#f1d981;--jho-lux-cream:#f7f1e5;--jho-lux-line:rgba(212,175,55,.22);
}
body.jho-theme-luxury_white{
  --navy:#efe8dc;--navy2:#f8f3eb;--gold:#b8860b;--gold2:#d7b45a;--light:#fffaf2;--dark:#2d261b;--card:#ffffff;
  --jho-lux-black:#fbf7ef;--jho-lux-charcoal:#fffaf2;--jho-lux-navy:#f4eadb;--jho-lux-gold:#b8860b;--jho-lux-gold-soft:#d7b45a;--jho-lux-cream:#3a3022;--jho-lux-line:rgba(184,134,11,.25);
}
body.jho-theme-carbon_dark{
  --navy:#07090d;--navy2:#151922;--gold:#c8a24a;--gold2:#e5c56f;--light:#0d1118;--dark:#05070a;--card:#111722;
  --jho-lux-black:#05070a;--jho-lux-charcoal:#0d1118;--jho-lux-navy:#151922;--jho-lux-gold:#c8a24a;--jho-lux-gold-soft:#e5c56f;--jho-lux-cream:#f4ead2;--jho-lux-line:rgba(200,162,74,.24);
}
body.jho-theme-warm_showroom{
  --navy:#2a2118;--navy2:#5d4732;--gold:#c6923f;--gold2:#efd08d;--light:#fbf3e7;--dark:#211811;--card:#fffaf3;
  --jho-lux-black:#201812;--jho-lux-charcoal:#3b2c20;--jho-lux-navy:#5d4732;--jho-lux-gold:#c6923f;--jho-lux-gold-soft:#efd08d;--jho-lux-cream:#fff3df;--jho-lux-line:rgba(198,146,63,.26);
}
body.jho-theme-luxury_white .topbar,
body.jho-theme-luxury_white .jho-lux-topbar{background:rgba(255,250,242,.92)!important;border-bottom-color:rgba(184,134,11,.22)!important;}
body.jho-theme-luxury_white .brand,
body.jho-theme-luxury_white .jho-mobile-menu-toggle{color:#2d261b!important;}
body.jho-theme-luxury_white .jho-mobile-menu-panel{background:rgba(255,250,242,.98)!important;color:#2d261b!important;border-color:rgba(184,134,11,.25)!important;}
body.jho-theme-luxury_white .jho-command-menu-item{color:#2d261b!important;background:rgba(184,134,11,.06)!important;}
body.jho-theme-luxury_white .hero{color:#fff;}


/*=========================================================
  JHO Hub v6.15.43 — OMEN Global Design Token Expansion
  Theme engine now controls page skin, sections, cards, menu,
  footer, buttons, galleries, project pages, and OMEN workspaces.
=========================================================*/
body.jho-theme-midnight_gold{
  --jho-bg:#03060b;--jho-bg-2:#060b13;--jho-surface:#080f1d;--jho-surface-2:#0c1729;--jho-card:#0a1322;--jho-card-2:#101b2d;
  --jho-text:#f7f1e5;--jho-heading:#ffffff;--jho-muted:rgba(247,241,229,.72);--jho-border:rgba(212,175,55,.22);
  --jho-accent:#d4af37;--jho-accent-2:#f1d981;--jho-success:#65ff85;--jho-danger:#ff5f6d;
  --jho-shadow:0 24px 70px rgba(0,0,0,.38);--jho-glass:rgba(8,15,29,.76);--jho-soft-section:rgba(212,175,55,.035);
  --jho-hero-overlay:linear-gradient(90deg,rgba(3,6,11,.88),rgba(3,6,11,.48),rgba(3,6,11,.18));
  --jho-hero-overlay-strong:linear-gradient(90deg,rgba(3,6,11,.94),rgba(3,6,11,.68),rgba(3,6,11,.28));
  --jho-grid-line:rgba(212,175,55,.055);--jho-radius:18px;--jho-button-text:#05070b;
}
body.jho-theme-luxury_white{
  --jho-bg:#f8f3eb;--jho-bg-2:#fffaf2;--jho-surface:#fffaf2;--jho-surface-2:#f0e5d3;--jho-card:#ffffff;--jho-card-2:#fbf6ed;
  --jho-text:#352b1d;--jho-heading:#1f170e;--jho-muted:rgba(53,43,29,.72);--jho-border:rgba(184,134,11,.24);
  --jho-accent:#b8860b;--jho-accent-2:#d7b45a;--jho-success:#188a42;--jho-danger:#b4343e;
  --jho-shadow:0 20px 48px rgba(58,42,18,.13);--jho-glass:rgba(255,250,242,.86);--jho-soft-section:#efe6d8;
  --jho-hero-overlay:linear-gradient(90deg,rgba(248,243,235,.34),rgba(248,243,235,.08),rgba(248,243,235,.02));
  --jho-hero-overlay-strong:linear-gradient(90deg,rgba(255,250,242,.76),rgba(255,250,242,.32),rgba(255,250,242,.04));
  --jho-grid-line:rgba(184,134,11,.07);--jho-radius:18px;--jho-button-text:#1f170e;
}
body.jho-theme-carbon_dark{
  --jho-bg:#05070a;--jho-bg-2:#080b10;--jho-surface:#0d1118;--jho-surface-2:#151922;--jho-card:#111722;--jho-card-2:#151d29;
  --jho-text:#f4ead2;--jho-heading:#ffffff;--jho-muted:rgba(244,234,210,.68);--jho-border:rgba(200,162,74,.24);
  --jho-accent:#c8a24a;--jho-accent-2:#e5c56f;--jho-success:#7dff95;--jho-danger:#ff6673;
  --jho-shadow:0 24px 70px rgba(0,0,0,.50);--jho-glass:rgba(13,17,24,.80);--jho-soft-section:rgba(255,255,255,.025);
  --jho-hero-overlay:linear-gradient(90deg,rgba(5,7,10,.92),rgba(5,7,10,.55),rgba(5,7,10,.20));
  --jho-hero-overlay-strong:linear-gradient(90deg,rgba(5,7,10,.96),rgba(5,7,10,.70),rgba(5,7,10,.30));
  --jho-grid-line:rgba(200,162,74,.055);--jho-radius:16px;--jho-button-text:#05070a;
}
body.jho-theme-warm_showroom{
  --jho-bg:#201812;--jho-bg-2:#2a2118;--jho-surface:#2d2117;--jho-surface-2:#3b2c20;--jho-card:#302318;--jho-card-2:#3a2b1e;
  --jho-text:#fff3df;--jho-heading:#fffaf3;--jho-muted:rgba(255,243,223,.72);--jho-border:rgba(198,146,63,.28);
  --jho-accent:#c6923f;--jho-accent-2:#efd08d;--jho-success:#8dff9e;--jho-danger:#ff736f;
  --jho-shadow:0 24px 70px rgba(0,0,0,.42);--jho-glass:rgba(32,24,18,.80);--jho-soft-section:rgba(198,146,63,.06);
  --jho-hero-overlay:linear-gradient(90deg,rgba(32,24,18,.90),rgba(32,24,18,.55),rgba(32,24,18,.18));
  --jho-hero-overlay-strong:linear-gradient(90deg,rgba(32,24,18,.95),rgba(32,24,18,.70),rgba(32,24,18,.30));
  --jho-grid-line:rgba(198,146,63,.07);--jho-radius:18px;--jho-button-text:#211811;
}

body[class*="jho-theme-"]{
  --navy:var(--jho-surface-2)!important;--navy2:var(--jho-surface)!important;--gold:var(--jho-accent)!important;--gold2:var(--jho-accent-2)!important;
  --light:var(--jho-soft-section)!important;--dark:var(--jho-bg)!important;--card:var(--jho-card)!important;--shadow:var(--jho-shadow)!important;
  --jho-lux-black:var(--jho-bg)!important;--jho-lux-charcoal:var(--jho-surface)!important;--jho-lux-navy:var(--jho-surface-2)!important;
  --jho-lux-gold:var(--jho-accent)!important;--jho-lux-gold-soft:var(--jho-accent-2)!important;--jho-lux-cream:var(--jho-text)!important;--jho-lux-line:var(--jho-border)!important;--jho-lux-glow:var(--jho-shadow)!important;
  background:var(--jho-bg)!important;color:var(--jho-text)!important;
}
body[class*="jho-theme-"] .topbar,
body[class*="jho-theme-"] .jho-lux-topbar,
body[class*="jho-theme-"] header.site-header{background:color-mix(in srgb,var(--jho-bg) 88%, transparent)!important;border-color:var(--jho-border)!important;box-shadow:0 18px 44px rgba(0,0,0,.16)!important;}
body[class*="jho-theme-"] .brand,
body[class*="jho-theme-"] .jho-lux-brand,
body[class*="jho-theme-"] .jho-lux-brand strong{color:var(--jho-heading)!important;}
body[class*="jho-theme-"] .brand span,
body[class*="jho-theme-"] .jho-lux-brand span{color:var(--jho-accent-2)!important;}
body[class*="jho-theme-"] .jho-mobile-menu-toggle{background:linear-gradient(135deg, color-mix(in srgb,var(--jho-accent) 15%, transparent), color-mix(in srgb,var(--jho-bg) 84%, transparent))!important;border-color:color-mix(in srgb,var(--jho-accent) 42%, transparent)!important;color:var(--jho-accent-2)!important;box-shadow:var(--jho-shadow)!important;}
body[class*="jho-theme-"] .jho-mobile-menu-panel{background:color-mix(in srgb,var(--jho-bg) 92%, transparent)!important;border-color:var(--jho-border)!important;color:var(--jho-text)!important;box-shadow:var(--jho-shadow)!important;}
body[class*="jho-theme-"] .jho-mobile-menu-panel:before{background:linear-gradient(180deg,color-mix(in srgb,var(--jho-accent) 10%, transparent),transparent)!important;}
body[class*="jho-theme-"] .jho-command-menu-item,
body[class*="jho-theme-"] .jho-mobile-menu-inner a{background:color-mix(in srgb,var(--jho-card) 75%, transparent)!important;border-color:color-mix(in srgb,var(--jho-accent) 18%, transparent)!important;color:var(--jho-text)!important;}
body[class*="jho-theme-"] .jho-command-menu-item:hover,
body[class*="jho-theme-"] .jho-mobile-menu-inner a:hover{background:color-mix(in srgb,var(--jho-accent) 15%, var(--jho-card))!important;border-color:color-mix(in srgb,var(--jho-accent) 42%, transparent)!important;color:var(--jho-heading)!important;}
body[class*="jho-theme-"] .jho-menu-icon{background:color-mix(in srgb,var(--jho-accent) 10%, transparent)!important;border-color:color-mix(in srgb,var(--jho-accent) 24%, transparent)!important;color:var(--jho-accent-2)!important;}

body[class*="jho-theme-"] .hero,
body[class*="jho-theme-"] .jho-lux-hero,
body[class*="jho-theme-"] .jho-page-hero,
body[class*="jho-theme-"] .project-hero,
body[class*="jho-theme-"] .portfolio-hero-v37b{background-color:var(--jho-bg)!important;color:var(--jho-heading)!important;}
body[class*="jho-theme-"] .jho-lux-hero::before,
body[class*="jho-theme-"] .hero::before,
body[class*="jho-theme-"] .jho-page-hero::before,
body[class*="jho-theme-"] .project-hero::before,
body[class*="jho-theme-"] .portfolio-hero-v37b::before{background:var(--jho-hero-overlay-strong)!important;}
body[class*="jho-theme-"] .eyebrow,
body[class*="jho-theme-"] .meta,
body[class*="jho-theme-"] .portfolio-meta,
body[class*="jho-theme-"] .jho-lux-hero-copy .eyebrow,
body[class*="jho-theme-"] .jho-lux-section-label{color:var(--jho-accent-2)!important;}
body[class*="jho-theme-"] h1,
body[class*="jho-theme-"] h2,
body[class*="jho-theme-"] h3,
body[class*="jho-theme-"] .head h2,
body[class*="jho-theme-"] .jho-lux-head h2,
body[class*="jho-theme-"] .portfolio-card h2{color:var(--jho-heading)!important;}
body[class*="jho-theme-"] p,
body[class*="jho-theme-"] .head p,
body[class*="jho-theme-"] .jho-lux-service-card p,
body[class*="jho-theme-"] .portfolio-card p,
body[class*="jho-theme-"] .project-copy,
body[class*="jho-theme-"] .jho-lux-hero-copy p{color:var(--jho-muted)!important;}

body[class*="jho-theme-"] .section,
body[class*="jho-theme-"] .jho-lux-services,
body[class*="jho-theme-"] .jho-lux-process,
body[class*="jho-theme-"] .jho-lux-final-cta-section,
body[class*="jho-theme-"] .jho-lux-page-section,
body[class*="jho-theme-"] .portfolio-section-v37b,
body[class*="jho-theme-"] .project-story,
body[class*="jho-theme-"] .before-after-section,
body[class*="jho-theme-"] .full-gallery-section{background:var(--jho-bg)!important;color:var(--jho-text)!important;}
body[class*="jho-theme-"] .section.alt,
body[class*="jho-theme-"] .jho-lux-inventory-section,
body[class*="jho-theme-"] .dark{background:linear-gradient(180deg,var(--jho-bg),var(--jho-surface) 52%,var(--jho-bg))!important;color:var(--jho-text)!important;}
body[class*="jho-theme-"] .jho-lux-services:before,
body[class*="jho-theme-"] .jho-lux-inventory-section:before,
body[class*="jho-theme-"] .jho-lux-process:before,
body[class*="jho-theme-"] .jho-lux-final-cta-section:before{background-image:linear-gradient(var(--jho-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--jho-grid-line) 1px,transparent 1px)!important;}

body[class*="jho-theme-"] .card,
body[class*="jho-theme-"] .feature,
body[class*="jho-theme-"] .formbox,
body[class*="jho-theme-"] .jho-lux-service-card,
body[class*="jho-theme-"] .jho-lux-service-tile,
body[class*="jho-theme-"] .jho-lux-process-card,
body[class*="jho-theme-"] .jho-lux-hero-card,
body[class*="jho-theme-"] .portfolio-card,
body[class*="jho-theme-"] .portfolio-toolbar-v37b,
body[class*="jho-theme-"] .room-block-v23,
body[class*="jho-theme-"] .pair-v23,
body[class*="jho-theme-"] .highlight-card,
body[class*="jho-theme-"] .project-snapshot,
body[class*="jho-theme-"] .jho-lux-cta{background:linear-gradient(145deg,color-mix(in srgb,var(--jho-card) 88%, transparent),color-mix(in srgb,var(--jho-surface) 72%, transparent))!important;border-color:var(--jho-border)!important;box-shadow:var(--jho-shadow)!important;color:var(--jho-text)!important;}
body[class*="jho-theme-"] .card .pic,
body[class*="jho-theme-"] .portfolio-card-media,
body[class*="jho-theme-"] .jho-lux-service-card .pic{background:var(--jho-surface-2)!important;}
body[class*="jho-theme-"] .portfolio-card-badge,
body[class*="jho-theme-"] .btn.gold,
body[class*="jho-theme-"] .jho-lux-home-catalog .jho-inv-product-button,
body[class*="jho-theme-"] .jho-lux-process-card span{background:linear-gradient(135deg,var(--jho-accent-2),var(--jho-accent))!important;color:var(--jho-button-text)!important;border-color:color-mix(in srgb,var(--jho-accent) 52%, transparent)!important;}
body[class*="jho-theme-"] .btn.out,
body[class*="jho-theme-"] .portfolio-link,
body[class*="jho-theme-"] .jho-lux-center-action a{border-color:color-mix(in srgb,var(--jho-accent) 38%, transparent)!important;color:var(--jho-accent-2)!important;background:color-mix(in srgb,var(--jho-card) 55%, transparent)!important;}
body[class*="jho-theme-"] input,
body[class*="jho-theme-"] textarea,
body[class*="jho-theme-"] select{background:color-mix(in srgb,var(--jho-card) 88%, white 6%)!important;border-color:color-mix(in srgb,var(--jho-accent) 20%, transparent)!important;color:var(--jho-text)!important;box-shadow:none!important;}
body[class*="jho-theme-"] input::placeholder,
body[class*="jho-theme-"] textarea::placeholder{color:color-mix(in srgb,var(--jho-muted) 72%, transparent)!important;}
body[class*="jho-theme-"] .footer,
body[class*="jho-theme-"] .jho-lux-footer{background:color-mix(in srgb,var(--jho-bg) 92%, #000 8%)!important;color:var(--jho-muted)!important;border-top:1px solid var(--jho-border)!important;}
body[class*="jho-theme-"] .footer strong,
body[class*="jho-theme-"] .jho-lux-footer strong{color:var(--jho-heading)!important;}

body.jho-theme-luxury_white .jho-lux-hero::before,
body.jho-theme-luxury_white .hero::before,
body.jho-theme-luxury_white .jho-page-hero::before,
body.jho-theme-luxury_white .project-hero::before,
body.jho-theme-luxury_white .portfolio-hero-v37b::before{background:var(--jho-hero-overlay)!important;}
body.jho-theme-luxury_white .jho-lux-topbar img,
body.jho-theme-luxury_white .brand img{filter:none!important;}
body.jho-theme-luxury_white .jho-lux-hero,
body.jho-theme-luxury_white .hero{color:#1f170e!important;}
body.jho-theme-luxury_white .jho-lux-hero h1,
body.jho-theme-luxury_white .hero h1{color:#1f170e!important;text-shadow:0 2px 20px rgba(255,255,255,.45)!important;}
body.jho-theme-luxury_white .jho-lux-hero p,
body.jho-theme-luxury_white .hero p{color:rgba(31,23,14,.78)!important;}

/*=========================================================
  JHO Hub v6.15.44 — Light Theme Contrast + Readability Lock
  Fixes washed-out light theme sections by adding stronger
  text tokens, darker accent text, proper surfaces, and safer
  hero/CTA overlays.
=========================================================*/
body.jho-theme-luxury_white{
  --jho-text:#2b2116!important;
  --jho-heading:#17110a!important;
  --jho-muted:rgba(43,33,22,.84)!important;
  --jho-muted-strong:#3b2d1d!important;
  --jho-label:#8a5f00!important;
  --jho-accent:#a66f00!important;
  --jho-accent-2:#8f650b!important;
  --jho-button-text:#161008!important;
  --jho-bg:#f4eee4!important;
  --jho-bg-2:#fbf6ee!important;
  --jho-surface:#fffaf2!important;
  --jho-surface-2:#eadfce!important;
  --jho-card:#fffdf8!important;
  --jho-card-2:#f8f0e4!important;
  --jho-border:rgba(136,93,10,.30)!important;
  --jho-soft-section:#ebe1d1!important;
  --jho-grid-line:rgba(136,93,10,.10)!important;
  --jho-hero-overlay:linear-gradient(90deg,rgba(244,238,228,.10),rgba(244,238,228,.04),rgba(244,238,228,0))!important;
  --jho-hero-overlay-strong:linear-gradient(90deg,rgba(244,238,228,.22),rgba(244,238,228,.08),rgba(244,238,228,0))!important;
}

body.jho-theme-luxury_white,
body.jho-theme-luxury_white main,
body.jho-theme-luxury_white .section,
body.jho-theme-luxury_white .jho-lux-page-section,
body.jho-theme-luxury_white .portfolio-section-v37b,
body.jho-theme-luxury_white .jho-lux-services,
body.jho-theme-luxury_white .jho-lux-inventory-section,
body.jho-theme-luxury_white .jho-lux-process,
body.jho-theme-luxury_white .jho-lux-final-cta-section,
body.jho-theme-luxury_white .project-story,
body.jho-theme-luxury_white .before-after-section,
body.jho-theme-luxury_white .full-gallery-section{
  color:var(--jho-text)!important;
}

body.jho-theme-luxury_white h1,
body.jho-theme-luxury_white h2,
body.jho-theme-luxury_white h3,
body.jho-theme-luxury_white h4,
body.jho-theme-luxury_white h5,
body.jho-theme-luxury_white h6,
body.jho-theme-luxury_white .head h2,
body.jho-theme-luxury_white .jho-lux-head h2,
body.jho-theme-luxury_white .portfolio-card h2,
body.jho-theme-luxury_white .project-title,
body.jho-theme-luxury_white .jho-lux-cta h2{
  color:var(--jho-heading)!important;
  text-shadow:none!important;
}

body.jho-theme-luxury_white p,
body.jho-theme-luxury_white li,
body.jho-theme-luxury_white .head p,
body.jho-theme-luxury_white .project-copy,
body.jho-theme-luxury_white .portfolio-card p,
body.jho-theme-luxury_white .jho-lux-service-card p,
body.jho-theme-luxury_white .jho-lux-cta p,
body.jho-theme-luxury_white .jho-lux-hero-copy p,
body.jho-theme-luxury_white .jho-lux-final-cta-section p{
  color:var(--jho-muted-strong)!important;
  opacity:1!important;
}

body.jho-theme-luxury_white .eyebrow,
body.jho-theme-luxury_white .meta,
body.jho-theme-luxury_white .portfolio-meta,
body.jho-theme-luxury_white .jho-lux-section-label,
body.jho-theme-luxury_white .jho-lux-service-card small,
body.jho-theme-luxury_white .jho-lux-process-card small{
  color:var(--jho-label)!important;
  opacity:1!important;
  text-shadow:none!important;
}

body.jho-theme-luxury_white .hero,
body.jho-theme-luxury_white .jho-lux-hero,
body.jho-theme-luxury_white .jho-page-hero,
body.jho-theme-luxury_white .project-hero,
body.jho-theme-luxury_white .portfolio-hero-v37b{
  color:var(--jho-heading)!important;
  background-color:var(--jho-bg)!important;
}

body.jho-theme-luxury_white .jho-lux-hero::before,
body.jho-theme-luxury_white .hero::before,
body.jho-theme-luxury_white .jho-page-hero::before,
body.jho-theme-luxury_white .project-hero::before,
body.jho-theme-luxury_white .portfolio-hero-v37b::before,
body.jho-theme-luxury_white .jho-lux-final-cta-section::before,
body.jho-theme-luxury_white .jho-lux-inventory-section::before{
  opacity:.42!important;
}

body.jho-theme-luxury_white .jho-lux-final-cta-section,
body.jho-theme-luxury_white .jho-lux-inventory-section,
body.jho-theme-luxury_white .dark{
  background:linear-gradient(180deg,#f4eee4,#fbf6ee 54%,#f4eee4)!important;
}

body.jho-theme-luxury_white .jho-lux-cta,
body.jho-theme-luxury_white .cta.jho-lux-cta,
body.jho-theme-luxury_white .card,
body.jho-theme-luxury_white .feature,
body.jho-theme-luxury_white .formbox,
body.jho-theme-luxury_white .jho-lux-service-card,
body.jho-theme-luxury_white .jho-lux-service-tile,
body.jho-theme-luxury_white .jho-lux-process-card,
body.jho-theme-luxury_white .jho-lux-hero-card,
body.jho-theme-luxury_white .portfolio-card,
body.jho-theme-luxury_white .portfolio-toolbar-v37b,
body.jho-theme-luxury_white .room-block-v23,
body.jho-theme-luxury_white .pair-v23,
body.jho-theme-luxury_white .highlight-card,
body.jho-theme-luxury_white .project-snapshot{
  background:linear-gradient(145deg,#fffdf8,#f8f0e4)!important;
  color:var(--jho-text)!important;
  border-color:var(--jho-border)!important;
  box-shadow:0 18px 46px rgba(58,42,18,.11)!important;
}

body.jho-theme-luxury_white .btn.gold,
body.jho-theme-luxury_white .portfolio-card-badge,
body.jho-theme-luxury_white .jho-lux-home-catalog .jho-inv-product-button,
body.jho-theme-luxury_white .jho-lux-process-card span{
  background:linear-gradient(135deg,#efd17d,#a66f00)!important;
  color:#161008!important;
  border-color:rgba(136,93,10,.44)!important;
  text-shadow:none!important;
}

body.jho-theme-luxury_white .btn.out,
body.jho-theme-luxury_white .portfolio-link,
body.jho-theme-luxury_white .jho-lux-center-action a,
body.jho-theme-luxury_white .jho-command-menu-item,
body.jho-theme-luxury_white .jho-mobile-menu-inner a{
  color:var(--jho-heading)!important;
  background:rgba(255,253,248,.82)!important;
  border-color:rgba(136,93,10,.26)!important;
  text-shadow:none!important;
}

body.jho-theme-luxury_white .topbar,
body.jho-theme-luxury_white .jho-lux-topbar,
body.jho-theme-luxury_white header.site-header{
  background:rgba(251,246,238,.94)!important;
  color:var(--jho-heading)!important;
  border-bottom-color:rgba(136,93,10,.24)!important;
}

body.jho-theme-luxury_white .brand,
body.jho-theme-luxury_white .jho-lux-brand,
body.jho-theme-luxury_white .jho-lux-brand strong,
body.jho-theme-luxury_white .brand strong{
  color:var(--jho-heading)!important;
  text-shadow:none!important;
}

body.jho-theme-luxury_white .jho-mobile-menu-toggle{
  color:#161008!important;
  background:linear-gradient(135deg,#efd17d,#b98210)!important;
  border-color:rgba(136,93,10,.34)!important;
  box-shadow:0 12px 30px rgba(58,42,18,.16)!important;
}

body.jho-theme-luxury_white .jho-mobile-menu-panel{
  background:rgba(255,253,248,.98)!important;
  color:var(--jho-text)!important;
  border-color:rgba(136,93,10,.26)!important;
}

body.jho-theme-luxury_white .footer,
body.jho-theme-luxury_white .jho-lux-footer{
  background:#e6ddcf!important;
  color:#3b2d1d!important;
  border-top-color:rgba(136,93,10,.26)!important;
}
body.jho-theme-luxury_white .footer p,
body.jho-theme-luxury_white .jho-lux-footer p,
body.jho-theme-luxury_white .footer a,
body.jho-theme-luxury_white .jho-lux-footer a{
  color:#3b2d1d!important;
  opacity:1!important;
}
body.jho-theme-luxury_white .footer strong,
body.jho-theme-luxury_white .jho-lux-footer strong{
  color:#17110a!important;
}

/* Light theme: keep admin/OMEN tools readable too. */
body.jho-theme-luxury_white .omen-command-dashboard,
body.jho-theme-luxury_white .omen-admin-page,
body.jho-theme-luxury_white .omen-project-manager-page,
body.jho-theme-luxury_white .omen-asset-manager-page,
body.jho-theme-luxury_white .omen-inventory-workspace{
  --cmd-bg:#f4eee4!important;
  --cmd-panel:#fffdf8!important;
  --cmd-panel-2:#f8f0e4!important;
  --cmd-text:#17110a!important;
  --cmd-muted:#4d3c29!important;
  --cmd-line:rgba(136,93,10,.28)!important;
  --cmd-gold:#a66f00!important;
  --cmd-gold2:#d8ad46!important;
  color:#17110a!important;
}

body.jho-theme-luxury_white .omen-command-dashboard h1,
body.jho-theme-luxury_white .omen-command-dashboard h2,
body.jho-theme-luxury_white .omen-command-dashboard h3,
body.jho-theme-luxury_white .omen-admin-page h1,
body.jho-theme-luxury_white .omen-admin-page h2,
body.jho-theme-luxury_white .omen-admin-page h3,
body.jho-theme-luxury_white .omen-project-manager-page h1,
body.jho-theme-luxury_white .omen-project-manager-page h2,
body.jho-theme-luxury_white .omen-project-manager-page h3{
  color:#17110a!important;
  text-shadow:none!important;
}


/*=========================================================
  JHO Hub v6.15.45 — Theme Polish Pass
  Finalizes luxury-white readability: stronger section text,
  safer image wells, readable filters, lighter footer/CTA,
  and smoother transitions between dark media areas and cream
  content areas.
=========================================================*/
body.jho-theme-luxury_white{
  --jho-bg:#f4eee4!important;
  --jho-bg-2:#fffaf5!important;
  --jho-surface:#fffaf2!important;
  --jho-surface-2:#efe3d2!important;
  --jho-card:#fffdf8!important;
  --jho-card-2:#f8f0e4!important;
  --jho-text:#241a10!important;
  --jho-heading:#120c06!important;
  --jho-muted:#3b2d1d!important;
  --jho-muted-strong:#2d2115!important;
  --jho-label:#815600!important;
  --jho-accent:#a86f00!important;
  --jho-accent-2:#986707!important;
  --jho-border:rgba(133,91,12,.30)!important;
  --jho-shadow:0 18px 42px rgba(56,40,17,.10)!important;
  --jho-hero-overlay:linear-gradient(90deg,rgba(255,250,242,.02),rgba(255,250,242,.00),rgba(255,250,242,.00))!important;
  --jho-hero-overlay-strong:linear-gradient(90deg,rgba(255,250,242,.18),rgba(255,250,242,.05),rgba(255,250,242,.00))!important;
}

/* Light theme should read as a warm showroom, not a washed-out dark skin. */
body.jho-theme-luxury_white,
body.jho-theme-luxury_white main,
body.jho-theme-luxury_white .section,
body.jho-theme-luxury_white .section.alt,
body.jho-theme-luxury_white .jho-lux-portfolio,
body.jho-theme-luxury_white .portfolio-section-v37b,
body.jho-theme-luxury_white .jho-lux-services,
body.jho-theme-luxury_white .jho-lux-process,
body.jho-theme-luxury_white .jho-lux-page-section,
body.jho-theme-luxury_white .project-story,
body.jho-theme-luxury_white .before-after-section,
body.jho-theme-luxury_white .full-gallery-section{
  background:linear-gradient(180deg,#fffaf2,#f4eee4)!important;
  color:var(--jho-text)!important;
}

/* Keep photo/hero media wells elegant but stop light text from disappearing. */
body.jho-theme-luxury_white .hero,
body.jho-theme-luxury_white .jho-lux-hero,
body.jho-theme-luxury_white .jho-page-hero,
body.jho-theme-luxury_white .project-hero,
body.jho-theme-luxury_white .portfolio-hero-v37b{
  background-color:#090806!important;
  color:#fffaf2!important;
}
body.jho-theme-luxury_white .hero h1,
body.jho-theme-luxury_white .jho-lux-hero h1,
body.jho-theme-luxury_white .jho-page-hero h1,
body.jho-theme-luxury_white .project-hero h1,
body.jho-theme-luxury_white .portfolio-hero-v37b h1,
body.jho-theme-luxury_white .hero h2,
body.jho-theme-luxury_white .jho-lux-hero h2,
body.jho-theme-luxury_white .jho-page-hero h2,
body.jho-theme-luxury_white .project-hero h2,
body.jho-theme-luxury_white .portfolio-hero-v37b h2{
  color:#fffaf2!important;
  text-shadow:0 3px 22px rgba(0,0,0,.38)!important;
}
body.jho-theme-luxury_white .hero p,
body.jho-theme-luxury_white .jho-lux-hero p,
body.jho-theme-luxury_white .jho-page-hero p,
body.jho-theme-luxury_white .project-hero p,
body.jho-theme-luxury_white .portfolio-hero-v37b p{
  color:rgba(255,250,242,.86)!important;
}

/* Homepage inventory and CTA sections were getting drowned out in light mode. */
body.jho-theme-luxury_white body.home .jho-lux-inventory-section,
body.jho-theme-luxury_white .jho-lux-inventory-section,
body.jho-theme-luxury_white .jho-lux-final-cta-section,
body.jho-theme-luxury_white .dark{
  background:linear-gradient(180deg,#f7f0e5,#fffaf2 52%,#efe4d4)!important;
  color:var(--jho-text)!important;
  border-color:rgba(133,91,12,.20)!important;
}
body.jho-theme-luxury_white .jho-lux-inventory-section h1,
body.jho-theme-luxury_white .jho-lux-inventory-section h2,
body.jho-theme-luxury_white .jho-lux-inventory-section h3,
body.jho-theme-luxury_white .jho-lux-final-cta-section h1,
body.jho-theme-luxury_white .jho-lux-final-cta-section h2,
body.jho-theme-luxury_white .jho-lux-final-cta-section h3,
body.jho-theme-luxury_white .jho-lux-portfolio h1,
body.jho-theme-luxury_white .jho-lux-portfolio h2,
body.jho-theme-luxury_white .jho-lux-services h1,
body.jho-theme-luxury_white .jho-lux-services h2{
  color:var(--jho-heading)!important;
  text-shadow:none!important;
}
body.jho-theme-luxury_white .jho-lux-inventory-section p,
body.jho-theme-luxury_white .jho-lux-final-cta-section p,
body.jho-theme-luxury_white .jho-lux-portfolio p,
body.jho-theme-luxury_white .jho-lux-services p{
  color:var(--jho-muted-strong)!important;
  opacity:1!important;
}
body.jho-theme-luxury_white .jho-lux-inventory-section:before,
body.jho-theme-luxury_white .jho-lux-final-cta-section:before,
body.jho-theme-luxury_white .jho-lux-services:before,
body.jho-theme-luxury_white .jho-lux-process:before{
  opacity:.16!important;
  background-image:linear-gradient(rgba(133,91,12,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(133,91,12,.08) 1px,transparent 1px)!important;
}

/* Portfolio/category filters: inactive states must remain visible on ivory. */
body.jho-theme-luxury_white .portfolio-toolbar-v37b,
body.jho-theme-luxury_white .project-filter-bar,
body.jho-theme-luxury_white .jho-filter-row{
  background:transparent!important;
  box-shadow:none!important;
}
body.jho-theme-luxury_white .portfolio-toolbar-v37b a,
body.jho-theme-luxury_white .portfolio-toolbar-v37b button,
body.jho-theme-luxury_white .project-filter,
body.jho-theme-luxury_white .jho-filter-pill{
  color:#5b472f!important;
  background:rgba(255,253,248,.42)!important;
  border-color:rgba(133,91,12,.22)!important;
  opacity:1!important;
}
body.jho-theme-luxury_white .portfolio-toolbar-v37b a.active,
body.jho-theme-luxury_white .portfolio-toolbar-v37b button.active,
body.jho-theme-luxury_white .project-filter.is-active,
body.jho-theme-luxury_white .jho-filter-pill.is-active{
  color:#17110a!important;
  background:linear-gradient(135deg,#efd17d,#b98210)!important;
  border-color:rgba(133,91,12,.45)!important;
}

/* Cards: warm, readable, no washed-out text. */
body.jho-theme-luxury_white .card,
body.jho-theme-luxury_white .feature,
body.jho-theme-luxury_white .formbox,
body.jho-theme-luxury_white .jho-lux-service-card,
body.jho-theme-luxury_white .jho-lux-service-tile,
body.jho-theme-luxury_white .jho-lux-process-card,
body.jho-theme-luxury_white .portfolio-card,
body.jho-theme-luxury_white .room-block-v23,
body.jho-theme-luxury_white .pair-v23,
body.jho-theme-luxury_white .highlight-card,
body.jho-theme-luxury_white .project-snapshot,
body.jho-theme-luxury_white .jho-lux-cta,
body.jho-theme-luxury_white .jho-lux-empty-inventory{
  background:linear-gradient(145deg,#fffdf8,#f8f0e4)!important;
  color:var(--jho-text)!important;
  border-color:rgba(133,91,12,.24)!important;
  box-shadow:0 16px 38px rgba(56,40,17,.09)!important;
}
body.jho-theme-luxury_white .card h1,
body.jho-theme-luxury_white .card h2,
body.jho-theme-luxury_white .card h3,
body.jho-theme-luxury_white .portfolio-card h2,
body.jho-theme-luxury_white .portfolio-card h3,
body.jho-theme-luxury_white .jho-lux-service-card h3,
body.jho-theme-luxury_white .jho-lux-empty-inventory span{
  color:var(--jho-heading)!important;
}
body.jho-theme-luxury_white .card p,
body.jho-theme-luxury_white .portfolio-card p,
body.jho-theme-luxury_white .jho-lux-service-card p,
body.jho-theme-luxury_white .jho-lux-empty-inventory p{
  color:var(--jho-muted-strong)!important;
}
body.jho-theme-luxury_white .card:hover,
body.jho-theme-luxury_white .portfolio-card:hover,
body.jho-theme-luxury_white .jho-lux-service-card:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 46px rgba(56,40,17,.13)!important;
}

/* Public inventory product cards should remain readable in every light section. */
body.jho-theme-luxury_white .jho-inv-product-card,
body.jho-theme-luxury_white .jho-lux-home-catalog .jho-inv-product-card,
body.jho-theme-luxury_white .jho-inventory-lux-page .jho-inv-product-card{
  background:#fffdf8!important;
  color:#17110a!important;
  border-color:rgba(133,91,12,.24)!important;
  box-shadow:0 16px 38px rgba(56,40,17,.10)!important;
}
body.jho-theme-luxury_white .jho-inv-product-body,
body.jho-theme-luxury_white .jho-lux-home-catalog .jho-inv-product-body,
body.jho-theme-luxury_white .jho-inventory-lux-page .jho-inv-product-body{
  background:#fffaf2!important;
  color:#17110a!important;
}
body.jho-theme-luxury_white .jho-inv-product-body h3,
body.jho-theme-luxury_white .jho-inv-product-notes,
body.jho-theme-luxury_white .jho-inv-product-meta-value{
  color:#17110a!important;
}
body.jho-theme-luxury_white .jho-inv-product-price{
  color:#8a5f00!important;
}

/* Footer follows theme instead of looking like a dark footer dropped into ivory. */
body.jho-theme-luxury_white .footer,
body.jho-theme-luxury_white .jho-lux-footer{
  background:linear-gradient(180deg,#e9dfd0,#ded3c3)!important;
  color:#352817!important;
  border-top:1px solid rgba(133,91,12,.25)!important;
}
body.jho-theme-luxury_white .footer *,
body.jho-theme-luxury_white .jho-lux-footer *{
  text-shadow:none!important;
}
body.jho-theme-luxury_white .footer a,
body.jho-theme-luxury_white .jho-lux-footer a,
body.jho-theme-luxury_white .footer p,
body.jho-theme-luxury_white .jho-lux-footer p,
body.jho-theme-luxury_white .footer li,
body.jho-theme-luxury_white .jho-lux-footer li{
  color:#352817!important;
  opacity:1!important;
}
body.jho-theme-luxury_white .footer strong,
body.jho-theme-luxury_white .jho-lux-footer strong{
  color:#120c06!important;
}

/* Light-theme command menu: compact contrast lock. */
body.jho-theme-luxury_white .jho-mobile-menu-panel,
body.jho-theme-luxury_white .jho-command-menu-panel{
  background:rgba(255,253,248,.98)!important;
  color:#17110a!important;
  border-color:rgba(133,91,12,.28)!important;
}
body.jho-theme-luxury_white .jho-command-menu-item,
body.jho-theme-luxury_white .jho-mobile-menu-inner a{
  color:#17110a!important;
  background:rgba(255,253,248,.82)!important;
  border-color:rgba(133,91,12,.18)!important;
}
body.jho-theme-luxury_white .jho-command-menu-item:hover,
body.jho-theme-luxury_white .jho-mobile-menu-inner a:hover{
  color:#120c06!important;
  background:rgba(184,134,11,.14)!important;
}

/*=========================================================
  JHO Hub v6.15.46 — Theme-Aware Hero Fill + Project Filters
  Fixes light-theme black side fill around contained hero images
  and keeps inactive project filters readable on ivory backgrounds.
=========================================================*/
body[class*="jho-theme-"]{
  --jho-hero-fill:var(--jho-bg);
  --jho-hero-side-fill:linear-gradient(180deg,var(--jho-bg),var(--jho-bg-2));
}
body.jho-theme-midnight_gold{--jho-hero-fill:#03060b;--jho-hero-side-fill:linear-gradient(180deg,#020408,#050912 58%,#03060b);}
body.jho-theme-carbon_dark{--jho-hero-fill:#05070a;--jho-hero-side-fill:linear-gradient(180deg,#040609,#080b10 58%,#05070a);}
body.jho-theme-warm_showroom{--jho-hero-fill:#201812;--jho-hero-side-fill:linear-gradient(180deg,#201812,#2a2118 58%,#201812);}
body.jho-theme-luxury_white{--jho-hero-fill:#f4eee4;--jho-hero-side-fill:linear-gradient(180deg,#f4eee4,#fffaf2 58%,#f4eee4);}

body[class*="jho-theme-"] .jho-page-hero.jho-page-hero-image-only,
body[class*="jho-theme-"] .jho-page-hero-projects.jho-page-hero-image-only,
body[class*="jho-theme-"] .jho-page-hero-services.jho-page-hero-image-only,
body[class*="jho-theme-"] .jho-page-hero-about.jho-page-hero-image-only{
  background-color:var(--jho-hero-fill)!important;
  background-image:var(--hero)!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

body[class*="jho-theme-"] body.home .jho-home-680-hero.jho-clean-hero,
body[class*="jho-theme-"] .home .jho-home-680-hero.jho-clean-hero,
body[class*="jho-theme-"].home .jho-home-680-hero.jho-clean-hero,
body[class*="jho-theme-"].home .hero.jho-lux-hero.jho-home-680-hero.jho-clean-hero{
  background:var(--jho-hero-side-fill)!important;
  border-bottom-color:var(--jho-border)!important;
}
body[class*="jho-theme-"].home .jho-home-680-hero .jho-home-680-hero-grid,
body[class*="jho-theme-"].home .jho-clean-hero .jho-home-680-hero-grid,
body[class*="jho-theme-"].home .jho-lux-hero-grid.jho-home-680-hero-grid{
  background-color:var(--jho-hero-fill)!important;
  box-shadow:var(--jho-shadow)!important;
  border-color:var(--jho-border)!important;
}
body.jho-theme-luxury_white.home .jho-home-680-hero .jho-home-680-hero-grid,
body.jho-theme-luxury_white.home .jho-clean-hero .jho-home-680-hero-grid,
body.jho-theme-luxury_white.home .jho-lux-hero-grid.jho-home-680-hero-grid{
  background-image:linear-gradient(90deg,rgba(244,238,228,.06),rgba(244,238,228,0) 42%,rgba(244,238,228,.04)),var(--hero)!important;
  box-shadow:0 18px 54px rgba(58,42,18,.12)!important;
}
@media(max-width:900px){
  body.jho-theme-luxury_white.home .jho-home-680-hero .jho-home-680-hero-grid,
  body.jho-theme-luxury_white.home .jho-clean-hero .jho-home-680-hero-grid,
  body.jho-theme-luxury_white.home .jho-lux-hero-grid.jho-home-680-hero-grid{
    background-image:linear-gradient(90deg,rgba(244,238,228,.06),rgba(244,238,228,0) 42%,rgba(244,238,228,.04)),var(--hero-mobile)!important;
  }
}

/* Theme-aware project/archive category filters. */
body.jho-theme-luxury_white .portfolio-filters,
body.jho-theme-luxury_white .project-filters,
body.jho-theme-luxury_white .project-filter-bar,
body.jho-theme-luxury_white .jho-filter-row,
body.jho-theme-luxury_white .portfolio-toolbar-v37b{
  color:#3b2d1d!important;
}
body.jho-theme-luxury_white .portfolio-filters a,
body.jho-theme-luxury_white .portfolio-filters button,
body.jho-theme-luxury_white .project-filters a,
body.jho-theme-luxury_white .project-filters button,
body.jho-theme-luxury_white .project-filter-bar a,
body.jho-theme-luxury_white .project-filter-bar button,
body.jho-theme-luxury_white .jho-filter-row a,
body.jho-theme-luxury_white .jho-filter-row button,
body.jho-theme-luxury_white .portfolio-toolbar-v37b a,
body.jho-theme-luxury_white .portfolio-toolbar-v37b button,
body.jho-theme-luxury_white [data-filter],
body.jho-theme-luxury_white .filter-btn,
body.jho-theme-luxury_white .filter-pill{
  color:#4a3823!important;
  background:rgba(255,253,248,.64)!important;
  border-color:rgba(133,91,12,.24)!important;
  opacity:1!important;
  text-shadow:none!important;
}
body.jho-theme-luxury_white .portfolio-filters a:hover,
body.jho-theme-luxury_white .portfolio-filters button:hover,
body.jho-theme-luxury_white .project-filters a:hover,
body.jho-theme-luxury_white .project-filters button:hover,
body.jho-theme-luxury_white [data-filter]:hover,
body.jho-theme-luxury_white .filter-btn:hover,
body.jho-theme-luxury_white .filter-pill:hover{
  color:#17110a!important;
  background:rgba(239,209,125,.30)!important;
  border-color:rgba(133,91,12,.42)!important;
}
body.jho-theme-luxury_white .portfolio-filters .active,
body.jho-theme-luxury_white .portfolio-filters .is-active,
body.jho-theme-luxury_white .project-filters .active,
body.jho-theme-luxury_white .project-filters .is-active,
body.jho-theme-luxury_white [data-filter].active,
body.jho-theme-luxury_white [data-filter].is-active,
body.jho-theme-luxury_white .filter-btn.active,
body.jho-theme-luxury_white .filter-btn.is-active,
body.jho-theme-luxury_white .filter-pill.active,
body.jho-theme-luxury_white .filter-pill.is-active{
  color:#161008!important;
  background:linear-gradient(135deg,#efd17d,#b98210)!important;
  border-color:rgba(133,91,12,.48)!important;
}


/* v6.15.47 — Public navigation and project filter cleanup */
.jho-lux-filter-row-single {
  justify-content: flex-start;
}
.jho-lux-filter-row-single span:not(.is-active) {
  display: none !important;
}


/*=========================================================
  JHO Hub v6.15.48 — Final Navigation + CTA Polish
  - Compact command menu: roughly half-scale panel/rows on desktop.
  - Click/tap outside menu closes it.
  - Ready-to-build CTA uses a clean responsive layout in dark/light themes.
=========================================================*/
@media (min-width: 901px){
  .jho-mobile-menu-panel{
    top:74px!important;
    right:clamp(18px,7vw,112px)!important;
    width:min(300px,calc(100vw - 34px))!important;
    transform:translateY(-8px) scale(.985)!important;
  }
  body.admin-bar .jho-mobile-menu-panel{top:106px!important;}
  .jho-mobile-menu-inner{
    padding:9px!important;
    border-radius:3px!important;
    box-shadow:0 20px 56px rgba(0,0,0,.50),0 0 0 1px rgba(255,255,255,.03) inset!important;
  }
  .jho-mobile-menu-head{
    padding:8px 9px 9px!important;
    margin:0 0 7px!important;
  }
  .jho-mobile-menu-head strong{font-size:10px!important;letter-spacing:.16em!important;}
  .jho-mobile-menu-head em{font-size:7px!important;letter-spacing:.15em!important;margin-top:3px!important;}
  .jho-menu-section{padding:1px 0 5px!important;}
  .jho-menu-section + .jho-menu-section{margin-top:5px!important;padding-top:7px!important;}
  .jho-menu-section-label{font-size:7px!important;letter-spacing:.16em!important;margin-bottom:4px!important;padding:0 3px!important;}
  .jho-mobile-menu-inner a,
  .jho-mobile-menu-inner a.jho-command-menu-item{
    grid-template-columns:22px minmax(0,1fr) 12px!important;
    min-height:32px!important;
    padding:5px 7px!important;
    margin:2px 0!important;
    font-size:9px!important;
    letter-spacing:.11em!important;
    border-radius:2px!important;
  }
  .jho-mobile-menu-inner a:after,
  .jho-mobile-menu-inner a.jho-command-menu-item:after{font-size:14px!important;}
  .jho-menu-icon{
    width:16px!important;
    height:16px!important;
    font-size:8px!important;
    border-radius:2px!important;
  }
  .jho-mobile-menu-toggle.jho-unified-menu-toggle{
    min-height:30px!important;
    padding:6px 9px!important;
    gap:8px!important;
  }
  .jho-mobile-menu-label{font-size:9px!important;letter-spacing:.18em!important;}
  .jho-mobile-menu-icon{width:14px!important;height:11px!important;gap:3px!important;}
}

body.home .jho-lux-final-cta-section{
  padding:0!important;
  background:linear-gradient(180deg,var(--jho-bg, #03060b),var(--jho-surface, #07101d))!important;
  border-top:1px solid color-mix(in srgb,var(--jho-accent,#d5ad4b) 22%, transparent)!important;
  border-bottom:1px solid color-mix(in srgb,var(--jho-accent,#d5ad4b) 18%, transparent)!important;
}
body.home .jho-lux-final-cta-section::before{
  opacity:.18!important;
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--jho-bg,#03060b) 96%, transparent),color-mix(in srgb,var(--jho-bg,#03060b) 76%, transparent),color-mix(in srgb,var(--jho-bg,#03060b) 96%, transparent)),
    var(--hero) center center/cover no-repeat!important;
}
body.home .jho-lux-final-cta-section .wrap{
  max-width:1040px!important;
}
body.home .jho-lux-cta,
body.home .cta.jho-lux-cta{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:34px!important;
  padding:46px 0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:var(--jho-text,#f5f0e6)!important;
}
body.home .jho-lux-cta > div:first-child{min-width:0!important;}
body.home .jho-lux-cta .eyebrow{
  display:block!important;
  margin-bottom:8px!important;
  color:var(--jho-label,var(--jho-accent,#d5ad4b))!important;
}
body.home .jho-lux-cta h2{
  max-width:620px!important;
  margin:0!important;
  font-size:clamp(28px,3vw,44px)!important;
  line-height:1.06!important;
  color:var(--jho-heading,#fff)!important;
  text-shadow:none!important;
}
body.home .jho-lux-cta p{
  max-width:540px!important;
  margin:12px 0 0!important;
  font-size:14px!important;
  line-height:1.55!important;
  color:var(--jho-muted,#c8c1b5)!important;
  opacity:1!important;
}
body.home .jho-lux-cta-actions{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:10px!important;
  width:min(270px,28vw)!important;
}
body.home .jho-lux-cta-actions .btn,
body.home .jho-lux-final-cta-section .btn{
  width:100%!important;
  min-width:0!important;
  min-height:42px!important;
  padding:12px 16px!important;
  border-radius:0!important;
  font-size:11px!important;
  letter-spacing:.16em!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body.jho-theme-luxury_white.home .jho-lux-final-cta-section{
  background:linear-gradient(180deg,#fffaf2,#f4eee4)!important;
}
body.jho-theme-luxury_white.home .jho-lux-final-cta-section::before{
  opacity:.10!important;
  background:
    linear-gradient(90deg,rgba(255,250,242,.94),rgba(255,250,242,.78),rgba(255,250,242,.94)),
    var(--hero) center center/cover no-repeat!important;
}
body.jho-theme-luxury_white.home .jho-lux-cta h2{color:#21180f!important;}
body.jho-theme-luxury_white.home .jho-lux-cta p{color:#574b3d!important;}
body.jho-theme-luxury_white.home .jho-lux-cta .eyebrow{color:#9a6d0d!important;}

@media (max-width:900px){
  body.home .jho-lux-final-cta-section .wrap{max-width:100%!important;padding:0 22px!important;}
  body.home .jho-lux-cta,
  body.home .cta.jho-lux-cta{
    grid-template-columns:1fr!important;
    gap:20px!important;
    padding:38px 0!important;
  }
  body.home .jho-lux-cta h2{font-size:clamp(28px,9vw,42px)!important;max-width:100%!important;}
  body.home .jho-lux-cta p{max-width:100%!important;font-size:15px!important;}
  body.home .jho-lux-cta-actions{width:100%!important;max-width:420px!important;}
}
@media (max-width:560px){
  body.home .jho-lux-cta,
  body.home .cta.jho-lux-cta{padding:32px 0!important;}
  body.home .jho-lux-cta h2{font-size:31px!important;line-height:1.08!important;}
  body.home .jho-lux-cta-actions .btn,
  body.home .jho-lux-final-cta-section .btn{min-height:48px!important;font-size:11px!important;}
}


/*=========================================================
  JHO Hub v6.15.49 — Warehouse + Theme Cache Polish
  - Public warehouse is copy-light and theme-aware.
  - Light themes no longer inherit dark warehouse overlays.
  - Final CTA uses tokenized two-column layout in every theme.
=========================================================*/

/* Theme fill tokens used by hero/warehouse wrappers */
body.jho-theme-midnight_gold{ --jho-hero-bg: var(--jho-bg, #03060b); --jho-warehouse-bg: var(--jho-bg, #03060b); }
body.jho-theme-carbon_dark{ --jho-hero-bg: var(--jho-bg, #05070a); --jho-warehouse-bg: var(--jho-bg, #05070a); }
body.jho-theme-luxury_white{ --jho-hero-bg: var(--jho-bg, #f8f3eb); --jho-warehouse-bg: var(--jho-bg, #f8f3eb); }
body.jho-theme-warm_showroom{ --jho-hero-bg: var(--jho-bg, #fbf3e7); --jho-warehouse-bg: var(--jho-bg, #fbf3e7); }

/* Home / page hero side-fill should follow selected theme instead of hardcoded black. */
.jho-clean-hero,
.jho-page-hero,
.jho-projects-hero,
.jho-lux-hero,
.jho-hero-stage,
.jho-home-hero,
body.home .jho-lux-hero,
body.page-template-page-projects .jho-page-hero{
  background-color: var(--jho-hero-bg, var(--jho-bg, #03060b)) !important;
}

/* Warehouse public page: remove old dark wash and use theme tokens. */
.jho-inventory-lux-page .jho-inventory-showroom,
.jho-lux-inventory-section{
  background:
    radial-gradient(circle at 75% 8%, color-mix(in srgb, var(--jho-accent, #d4af37) 10%, transparent), transparent 26%),
    linear-gradient(180deg, var(--jho-warehouse-bg, var(--jho-bg, #03060b)), var(--jho-bg-2, var(--jho-bg, #03060b))) !important;
  color: var(--jho-text, #f7f1e5) !important;
}

body.jho-theme-luxury_white .jho-inventory-lux-page .jho-inventory-showroom,
body.jho-theme-luxury_white .jho-lux-inventory-section,
body.jho-theme-warm_showroom .jho-inventory-lux-page .jho-inventory-showroom,
body.jho-theme-warm_showroom .jho-lux-inventory-section{
  background:
    radial-gradient(circle at 78% 0%, rgba(184,134,11,.10), transparent 28%),
    linear-gradient(180deg, var(--jho-bg-2, #fffaf2), var(--jho-bg, #f8f3eb)) !important;
  color: var(--jho-text, #352b1d) !important;
}

.jho-inventory-lux-page .jho-inv-showroom-inner{
  background: transparent !important;
  box-shadow: none !important;
}

.jho-inventory-lux-page .jho-inv-showroom-heading{
  display: none !important;
}

.jho-inventory-lux-page .jho-inv-public-empty,
.jho-lux-empty-inventory{
  color: var(--jho-text, #f7f1e5) !important;
  border-color: var(--jho-border, rgba(212,175,55,.22)) !important;
  background: color-mix(in srgb, var(--jho-card, #0a1322) 86%, transparent) !important;
}

body.jho-theme-luxury_white .jho-inv-public-empty,
body.jho-theme-luxury_white .jho-lux-empty-inventory,
body.jho-theme-warm_showroom .jho-inv-public-empty,
body.jho-theme-warm_showroom .jho-lux-empty-inventory{
  color: var(--jho-text, #352b1d) !important;
  background: rgba(255,255,255,.52) !important;
}

body.jho-theme-luxury_white .jho-lux-empty-inventory span,
body.jho-theme-warm_showroom .jho-lux-empty-inventory span{
  color: var(--jho-heading, #1f170e) !important;
}

body.jho-theme-luxury_white .jho-lux-inventory-head h2,
body.jho-theme-luxury_white .jho-lux-inventory-head p,
body.jho-theme-warm_showroom .jho-lux-inventory-head h2,
body.jho-theme-warm_showroom .jho-lux-inventory-head p{
  color: var(--jho-heading, #1f170e) !important;
}

body.jho-theme-luxury_white .jho-lux-inventory-head p,
body.jho-theme-warm_showroom .jho-lux-inventory-head p{
  color: var(--jho-muted, rgba(53,43,29,.72)) !important;
}

/* Bottom warehouse info strip follows theme and remains readable. */
.jho-inv-lux-strip{
  border-color: var(--jho-border, rgba(212,175,55,.22)) !important;
  color: var(--jho-text, #f7f1e5) !important;
}
.jho-inv-lux-strip strong{ color: var(--jho-heading, #fff) !important; }
.jho-inv-lux-strip span{ color: var(--jho-muted, rgba(247,241,229,.72)) !important; }
body.jho-theme-luxury_white .jho-inv-lux-strip strong,
body.jho-theme-warm_showroom .jho-inv-lux-strip strong{ color: var(--jho-heading, #1f170e) !important; }
body.jho-theme-luxury_white .jho-inv-lux-strip span,
body.jho-theme-warm_showroom .jho-inv-lux-strip span{ color: var(--jho-muted, rgba(53,43,29,.72)) !important; }

/* Product cards stay clean in light themes. */
body.jho-theme-luxury_white .jho-inventory-lux-page .jho-inv-product-card,
body.jho-theme-warm_showroom .jho-inventory-lux-page .jho-inv-product-card,
body.jho-theme-luxury_white .jho-lux-home-catalog .jho-inv-product-card,
body.jho-theme-warm_showroom .jho-lux-home-catalog .jho-inv-product-card{
  background: var(--jho-card, #fff) !important;
  color: var(--jho-text, #352b1d) !important;
  border-color: var(--jho-border, rgba(184,134,11,.24)) !important;
  box-shadow: var(--jho-shadow, 0 20px 48px rgba(58,42,18,.13)) !important;
}
body.jho-theme-luxury_white .jho-inventory-lux-page .jho-inv-product-body h3,
body.jho-theme-luxury_white .jho-lux-home-catalog .jho-inv-product-body h3,
body.jho-theme-warm_showroom .jho-inventory-lux-page .jho-inv-product-body h3,
body.jho-theme-warm_showroom .jho-lux-home-catalog .jho-inv-product-body h3{
  color: var(--jho-heading, #1f170e) !important;
}
body.jho-theme-luxury_white .jho-inventory-lux-page .jho-inv-product-notes,
body.jho-theme-luxury_white .jho-lux-home-catalog .jho-inv-product-notes,
body.jho-theme-warm_showroom .jho-inventory-lux-page .jho-inv-product-notes,
body.jho-theme-warm_showroom .jho-lux-home-catalog .jho-inv-product-notes{
  color: var(--jho-muted, rgba(53,43,29,.72)) !important;
}

/* Final CTA: compact, aligned, theme-aware. */
.jho-lux-final-cta-section{
  background: var(--jho-bg-2, #fbfaf7) !important;
  color: var(--jho-text, #f7f1e5) !important;
}
.jho-lux-cta{
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) auto !important;
  align-items: center !important;
  gap: 28px !important;
  padding: 38px 44px !important;
  background:
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--jho-accent-2, #f1d981) 20%, transparent), transparent 28%),
    linear-gradient(135deg, var(--jho-surface, #080f1d), var(--jho-surface-2, #0c1729)) !important;
  border: 1px solid var(--jho-border, rgba(212,175,55,.25)) !important;
  color: var(--jho-text, #f7f1e5) !important;
}
.jho-lux-cta .eyebrow{ color: var(--jho-accent, #d4af37) !important; }
.jho-lux-cta h2{
  max-width: 680px !important;
  color: var(--jho-heading, #fff) !important;
  font-size: clamp(28px, 3.4vw, 50px) !important;
}
.jho-lux-cta p{
  max-width: 520px !important;
  color: var(--jho-muted, rgba(247,241,229,.72)) !important;
}
.jho-lux-cta-actions{
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
}

body.jho-theme-luxury_white .jho-lux-cta,
body.jho-theme-warm_showroom .jho-lux-cta{
  background: linear-gradient(135deg, rgba(255,255,255,.78), var(--jho-surface, #fffaf2)) !important;
  box-shadow: var(--jho-shadow, 0 20px 48px rgba(58,42,18,.13)) !important;
}
body.jho-theme-luxury_white .jho-lux-cta h2,
body.jho-theme-warm_showroom .jho-lux-cta h2{ color: var(--jho-heading, #1f170e) !important; }
body.jho-theme-luxury_white .jho-lux-cta p,
body.jho-theme-warm_showroom .jho-lux-cta p{ color: var(--jho-muted, rgba(53,43,29,.72)) !important; }

@media (max-width: 860px){
  .jho-lux-cta{
    grid-template-columns: 1fr !important;
    padding: 30px 24px !important;
  }
  .jho-lux-cta-actions{
    justify-content: stretch !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .jho-lux-cta-actions .btn{
    width: 100% !important;
    text-align: center !important;
  }
}
