/* Noraiz International Widgets - base design (namespaced with nz-) */
.nz-wrap{max-width:1200px;margin:0 auto;padding:0 24px}

/* ---------- HERO ---------- */
.nz-hero{background:#1B1512;color:#FBFAF8;position:relative;overflow:hidden}
.nz-hero::after{content:"";position:absolute;top:-30%;right:-10%;width:640px;height:640px;background:radial-gradient(circle,rgba(184,147,90,.14),transparent 62%);pointer-events:none}
.nz-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center;padding:88px 24px;position:relative;z-index:1}
.nz-eyebrow{display:inline-block;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#B8935A;margin-bottom:18px}
.nz-hero-h1{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(2.5rem,5.2vw,4.15rem);line-height:1.02;letter-spacing:-.01em;margin:6px 0 22px;color:#FBFAF8}
.nz-hero-h1 em{font-style:italic;color:#B8935A}
.nz-hero-lead{font-family:'Manrope',system-ui,sans-serif;font-size:1.12rem;line-height:1.7;color:#E9E0D4;max-width:52ch}
.nz-hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 30px}
.nz-btn{display:inline-flex;align-items:center;gap:9px;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.95rem;padding:14px 26px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:.2s ease;text-decoration:none;line-height:1}
.nz-btn-primary{background:#B8935A;color:#1B1512;border-color:#B8935A}
.nz-btn-primary:hover{background:#9E7A3E;border-color:#9E7A3E;color:#ffffff}
.nz-btn-outline{background:transparent;color:#FBFAF8;border-color:rgba(255,255,255,.4)}
.nz-btn-outline:hover{background:#FBFAF8;color:#1B1512;border-color:#FBFAF8}
.nz-hero-trust{display:flex;flex-wrap:wrap;gap:10px 22px;padding-top:26px;border-top:1px solid #3A2F27}
.nz-tb{display:inline-flex;align-items:center;gap:8px;font-family:'Manrope',system-ui,sans-serif;font-size:.88rem;color:#E9E0D4;font-weight:500}
.nz-tb i,.nz-tb svg{color:#B8935A;fill:#B8935A;width:1.1em;height:1.1em;font-size:1.1rem}
.nz-tb.nz-only-mobile{display:none}
.nz-hero-media{position:relative}
.nz-ph{position:relative;overflow:hidden;border-radius:14px;background:linear-gradient(150deg,#2A2019,#3E2C1F 55%,#503722);aspect-ratio:4/5;display:flex;align-items:flex-end;box-shadow:0 30px 60px rgba(0,0,0,.4)}
.nz-ph::before{content:"";position:absolute;inset:10px;border:1.5px dashed rgba(184,147,90,.45);border-radius:8px;pointer-events:none;z-index:2}
.nz-ph img{width:100%;height:100%;object-fit:cover;display:block}
.nz-ph .nz-ph-tag{position:relative;z-index:2;padding:18px 20px;color:#EBDCC6;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.95rem}
.nz-hero-badge{position:absolute;left:-22px;bottom:26px;background:#B8935A;color:#1B1512;border-radius:12px;padding:14px 18px;box-shadow:0 14px 30px rgba(0,0,0,.35);z-index:3}
.nz-hero-badge b{font-family:'Fraunces',Georgia,serif;font-size:1.5rem;display:block;line-height:1}
.nz-hero-badge small{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}

/* ---------- USP STRIP ---------- */
.nz-usps{background:#F2ECE3;border-top:1px solid #E5DCCE;border-bottom:1px solid #E5DCCE}
.nz-usps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}
.nz-usp{display:flex;align-items:center;gap:14px;padding:26px 22px;position:relative}
.nz-usp.nz-divide + .nz-usp.nz-divide::before{content:"";position:absolute;left:0;top:24%;height:52%;width:2px;background:repeating-linear-gradient(#B8935A 0 6px,transparent 6px 12px);opacity:.5}
.nz-usp-ic{width:44px;height:44px;border-radius:11px;background:#ffffff;border:1px solid #E5DCCE;color:#9E7A3E;display:grid;place-items:center;font-size:1.35rem;flex:0 0 auto}
.nz-usp-ic i,.nz-usp-ic svg{width:1em;height:1em;color:#9E7A3E;fill:#9E7A3E}
.nz-usp b{display:block;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.98rem;color:#1B1512;line-height:1.25}
.nz-usp small{font-family:'Manrope',system-ui,sans-serif;font-size:.8rem;color:#6E6157}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1000px){
	.nz-hero-grid{grid-template-columns:1fr;gap:40px;padding:64px 24px}
	.nz-hero-media{max-width:440px}
	.nz-usps-grid{grid-template-columns:1fr 1fr}
	.nz-usp.nz-divide:nth-child(odd)::before{display:none}
}
@media(max-width:820px){
	.nz-tb.nz-only-mobile{display:inline-flex}
}
@media(max-width:640px){
	.nz-hero-badge{left:14px}
	.nz-usps-grid{grid-template-columns:1fr}
}

/* ---------- RESPONSIVE SAFETY (v1.1.0) ---------- */
.nz-wrap{width:100%}
.nz-hero-copy,.nz-hero-media,.nz-usp,.nz-cat{min-width:0}
.nz-hero-media img{max-width:100%;height:auto}
.nz-hero-lead{max-width:52ch;width:100%}

/* ---------- CATEGORY GRID (v1.1.0) ---------- */
.nz-cat-section{background:#FBFAF8;padding:80px 0}
.nz-cat-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:44px}
.nz-sec-eyebrow{display:inline-block;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#9E7A3E;margin-bottom:14px}
.nz-cat-h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(1.95rem,3.6vw,2.9rem);line-height:1.1;letter-spacing:-.01em;color:#211A15;max-width:18ch;margin:0}
.nz-ghost-btn{display:inline-flex;align-items:center;gap:9px;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.95rem;padding:13px 24px;border-radius:999px;border:1.5px solid #211A15;color:#211A15;text-decoration:none;transition:.2s;white-space:nowrap}
.nz-ghost-btn:hover{background:#211A15;color:#FBFAF8}
.nz-ghost-btn svg{width:1.05em;height:1.05em;fill:none;stroke:currentColor;stroke-width:2}
.nz-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.nz-cat{position:relative;border-radius:14px;overflow:hidden;display:block;text-decoration:none}
.nz-cat .nz-ph{border-radius:14px;aspect-ratio:4/5;box-shadow:none;transition:transform .35s ease}
.nz-cat .nz-ph.has-img::before{display:none}
.nz-cat .nz-ph img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.nz-cat-label{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:16px;background:linear-gradient(transparent,rgba(20,14,10,.82));display:flex;justify-content:space-between;align-items:center;gap:10px}
.nz-cat-label span{color:#ffffff;font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1rem}
.nz-cat-label .nz-count{color:#EBDCC6;font-family:'Manrope',system-ui,sans-serif;font-weight:500;font-size:.8rem;opacity:.85}
.nz-cat-label .nz-arrow{color:#B8935A;width:1.15em;height:1.15em;flex:0 0 auto;opacity:0;transform:translateX(-6px);transition:.2s;fill:none;stroke:currentColor;stroke-width:2}
.nz-cat:hover .nz-arrow{opacity:1;transform:none}
.nz-cat:hover .nz-ph{transform:scale(1.03)}
.nz-cat-note{background:#F2ECE3;border:1px dashed #B8935A;border-radius:12px;padding:22px;color:#6E6157;font-family:'Manrope',system-ui,sans-serif;font-size:.95rem;text-align:center}
@media(max-width:1000px){.nz-cat-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.nz-cat-grid{grid-template-columns:repeat(2,1fr)}.nz-cat-section{padding:60px 0}}

/* v1.1.1 overflow fixes */
.nz-usp>div{min-width:0}
.nz-usp b,.nz-usp small{overflow-wrap:anywhere}
.nz-hero-h1,.nz-hero-lead,.nz-cat-h2{overflow-wrap:anywhere}

/* ---------- FEATURED PRODUCTS (v1.2.0) ---------- */
.nz-feat-section{background:#F2ECE3;padding:80px 0}
.nz-feat-head{text-align:center;margin-bottom:44px;display:flex;flex-direction:column;align-items:center}
.nz-feat-head.nz-left{text-align:left;align-items:flex-start}
.nz-feat-sub{font-family:'Manrope',system-ui,sans-serif;color:#6E6157;font-size:1.05rem;line-height:1.7;max-width:60ch;margin:6px 0 0}
.nz-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.nz-prod{background:#ffffff;border:1px solid #E5DCCE;border-radius:16px;overflow:hidden;transition:.25s ease;display:flex;flex-direction:column;min-width:0}
.nz-prod:hover{box-shadow:0 20px 44px rgba(33,26,21,.12);transform:translateY(-3px)}
.nz-prod>a,.nz-prod>span{display:block}
.nz-prod .nz-ph{border-radius:0;aspect-ratio:4/5;box-shadow:none}
.nz-prod .nz-ph.has-img::before{display:none}
.nz-prod .nz-ph img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.nz-prod-body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:10px;flex:1}
.nz-tag{align-self:flex-start;font-family:'Manrope',system-ui,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9E7A3E;background:#F2ECE3;padding:5px 10px;border-radius:6px}
.nz-prod h3{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.2rem;color:#211A15;margin:0;line-height:1.15;overflow-wrap:anywhere}
.nz-prod h3 a{color:inherit;text-decoration:none}
.nz-prod h3 a:hover{color:#9E7A3E}
.nz-prod p{font-family:'Manrope',system-ui,sans-serif;font-size:.88rem;color:#6E6157;margin:0;overflow-wrap:anywhere}
.nz-price{font-family:'Manrope',system-ui,sans-serif;font-weight:600;color:#211A15}
.nz-prod-foot{margin-top:auto;padding-top:6px}
.nz-plink{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.9rem;color:#9E7A3E;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:gap .2s ease}
.nz-plink:hover{gap:10px}
.nz-plink .nz-arrow-i{width:1.05em;height:1.05em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:1000px){.nz-feat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.nz-feat-grid{grid-template-columns:1fr}.nz-feat-section{padding:60px 0}}

/* ---------- BUTTON VARIANTS (v1.3.0) ---------- */
.nz-btn-dark{background:#1B1512;color:#FBFAF8;border-color:#1B1512}
.nz-btn-dark:hover{background:#5A3A26;border-color:#5A3A26;color:#FBFAF8}
.nz-btn-ghost{background:transparent;color:#211A15;border-color:#211A15}
.nz-btn-ghost:hover{background:#211A15;color:#FBFAF8}

/* ---------- ABOUT (v1.3.0) ---------- */
.nz-about-section{background:#FBFAF8;padding:80px 0}
.nz-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.nz-about-grid.nz-img-left .nz-about-media{order:-1}
.nz-about-copy{min-width:0}
.nz-about-h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.1;letter-spacing:-.01em;color:#211A15;margin:0 0 18px;overflow-wrap:anywhere}
.nz-about-text{font-family:'Manrope',system-ui,sans-serif;color:#6E6157;font-size:1.05rem;line-height:1.7}
.nz-about-text p{margin:0 0 14px}
.nz-about-text p:last-child{margin-bottom:0}
.nz-about-btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.nz-about-media{min-width:0}
.nz-about-media .nz-ph{aspect-ratio:4/3;box-shadow:none}
.nz-about-media .nz-ph.has-img::before{display:none}
.nz-about-media .nz-ph img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}

/* ---------- WHY CHOOSE (v1.3.0) ---------- */
.nz-why-section{background:#1B1512;padding:80px 0}
.nz-why-head{text-align:center;margin-bottom:44px;display:flex;flex-direction:column;align-items:center}
.nz-why-head.nz-left{text-align:left;align-items:flex-start}
.nz-why-h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(1.95rem,3.6vw,2.9rem);line-height:1.1;letter-spacing:-.01em;color:#FBFAF8;margin:0;overflow-wrap:anywhere}
.nz-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#3A2F27;border:1px solid #3A2F27;border-radius:16px;overflow:hidden}
.nz-why-item{background:#1B1512;padding:30px 26px;transition:.25s ease;min-width:0}
.nz-why-item:hover{background:#241C17}
.nz-why-ic{width:48px;height:48px;border-radius:11px;background:rgba(184,147,90,.14);color:#B8935A;display:grid;place-items:center;font-size:1.5rem;margin-bottom:16px}
.nz-why-ic i,.nz-why-ic svg{width:1em;height:1em;color:#B8935A;fill:#B8935A}
.nz-why-item h3{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:1.12rem;color:#FBFAF8;margin:0 0 6px;overflow-wrap:anywhere}
.nz-why-item p{font-family:'Manrope',system-ui,sans-serif;font-size:.88rem;color:#E9E0D4;margin:0;overflow-wrap:anywhere}
@media(max-width:1000px){.nz-about-grid{grid-template-columns:1fr;gap:36px}.nz-about-grid.nz-img-left .nz-about-media{order:0}.nz-why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.nz-about-section,.nz-why-section{padding:60px 0}.nz-why-grid{grid-template-columns:1fr}}

/* ---------- OEM & PRIVATE LABEL (v1.4.0) ---------- */
.nz-oem-section{background:#FBFAF8;padding:80px 0}
.nz-oem-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.nz-oem-grid.nz-img-left .nz-oem-media{order:-1}
.nz-oem-copy{min-width:0}
.nz-oem-h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(1.9rem,3.4vw,2.6rem);line-height:1.1;letter-spacing:-.01em;color:#211A15;margin:0 0 16px;overflow-wrap:anywhere}
.nz-oem-text{font-family:'Manrope',system-ui,sans-serif;color:#6E6157;font-size:1.05rem;line-height:1.7}
.nz-oem-text p{margin:0 0 14px}.nz-oem-text p:last-child{margin-bottom:0}
.nz-oem-list{list-style:none;margin:24px 0 30px;padding:0;display:grid;gap:12px}
.nz-oem-list li{display:flex;gap:12px;align-items:flex-start;font-family:'Manrope',system-ui,sans-serif;font-weight:500;color:#211A15;overflow-wrap:anywhere}
.nz-oem-list li i,.nz-oem-list li svg{color:#9E7A3E;fill:#9E7A3E;width:1.2em;height:1.2em;margin-top:3px;flex:0 0 auto}
.nz-oem-media{min-width:0}
.nz-oem-media .nz-ph{aspect-ratio:4/3;box-shadow:none}
.nz-oem-media .nz-ph.has-img::before{display:none}
.nz-oem-media .nz-ph img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}

/* ---------- WHO WE WORK WITH (v1.4.0) ---------- */
.nz-work-section{background:#F2ECE3;padding:80px 0}
.nz-work-head{text-align:center;margin-bottom:44px;display:flex;flex-direction:column;align-items:center}
.nz-work-head.nz-left{text-align:left;align-items:flex-start}
.nz-work-h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(1.95rem,3.6vw,2.9rem);line-height:1.1;letter-spacing:-.01em;color:#211A15;margin:0;overflow-wrap:anywhere}
.nz-work-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.nz-work-card{background:#ffffff;border:1px solid #E5DCCE;border-radius:14px;padding:26px 20px;text-align:center;transition:.2s ease;min-width:0}
.nz-work-card:hover{border-color:#B8935A;transform:translateY(-3px)}
.nz-work-ic{font-size:1.9rem;color:#9E7A3E;margin-bottom:12px;display:flex;justify-content:center}
.nz-work-ic i,.nz-work-ic svg{width:1em;height:1em;color:#9E7A3E;fill:#9E7A3E}
.nz-work-card h3{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:1rem;color:#211A15;margin:0 0 4px;overflow-wrap:anywhere}
.nz-work-card p{font-family:'Manrope',system-ui,sans-serif;font-size:.8rem;color:#6E6157;margin:0;overflow-wrap:anywhere}
@media(max-width:1000px){.nz-oem-grid{grid-template-columns:1fr;gap:36px}.nz-oem-grid.nz-img-left .nz-oem-media{order:0}.nz-work-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.nz-oem-section,.nz-work-section{padding:60px 0}.nz-work-grid{grid-template-columns:1fr 1fr}}

/* ---------- PROCESS / HOW IT WORKS (v1.5.0) ---------- */
.nz-proc-section{background:#FBFAF8;padding:80px 0}
.nz-proc-head{text-align:center;margin-bottom:44px;display:flex;flex-direction:column;align-items:center}
.nz-proc-head.nz-left{text-align:left;align-items:flex-start}
.nz-proc-h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(1.95rem,3.6vw,2.9rem);line-height:1.1;letter-spacing:-.01em;color:#211A15;margin:0;overflow-wrap:anywhere}
.nz-proc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;position:relative}
.nz-proc-grid.nz-conn::before{content:"";position:absolute;top:23px;left:23px;right:23px;height:2px;background:repeating-linear-gradient(90deg,#B8935A 0 8px,transparent 8px 16px);opacity:.5;z-index:1}
.nz-step{position:relative;min-width:0}
.nz-num{font-family:'Fraunces',Georgia,serif;font-size:1.05rem;font-weight:600;color:#211A15;width:46px;height:46px;border-radius:50%;border:1.5px solid #B8935A;display:grid;place-items:center;background:#FBFAF8;position:relative;z-index:2;margin-bottom:16px}
.nz-step h3{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:1.05rem;color:#211A15;margin:0 0 5px;overflow-wrap:anywhere}
.nz-step p{font-family:'Manrope',system-ui,sans-serif;font-size:.85rem;color:#6E6157;margin:0;overflow-wrap:anywhere}
@media(max-width:1000px){.nz-proc-grid{grid-template-columns:repeat(3,1fr)}.nz-proc-grid.nz-conn::before{display:none}}
@media(max-width:640px){.nz-proc-grid{grid-template-columns:1fr}.nz-proc-section{padding:60px 0}}

/* ---------- TESTIMONIALS CAROUSEL (v1.6.0) ---------- */
.nz-test-section{background:#F2ECE3;padding:80px 0}
.nz-test-head{text-align:center;margin-bottom:44px;display:flex;flex-direction:column;align-items:center}
.nz-test-head.nz-left{text-align:left;align-items:flex-start}
.nz-test-h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(1.95rem,3.6vw,2.9rem);line-height:1.1;letter-spacing:-.01em;color:#211A15;margin:0;overflow-wrap:anywhere}
.nz-tcarousel{display:flex;align-items:center;gap:16px}
.nz-ttrack{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 2px 12px;flex:1;-ms-overflow-style:none;scrollbar-width:none}
.nz-ttrack::-webkit-scrollbar{display:none}
.nz-tcard{scroll-snap-align:start;background:#ffffff;border:1px solid #E5DCCE;border-radius:16px;padding:30px 28px;min-width:0;display:flex;flex-direction:column;flex:0 0 86%}
.nz-tnav{width:48px;height:48px;flex:0 0 auto;padding:0;border-radius:50%;border:1.5px solid #B8935A;background:#F2ECE3;color:#9E7A3E;display:flex;align-items:center;justify-content:center;line-height:0;cursor:pointer;transition:.2s ease}
.nz-tnav:hover{background:#B8935A;color:#1B1512;border-color:#B8935A}
.nz-tnav svg{display:block;width:1.3em;height:1.3em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.nz-qmark{color:#B8935A;font-family:'Fraunces',Georgia,serif;font-size:2.4rem;line-height:.6;height:24px}
.nz-tcard p{font-family:'Manrope',system-ui,sans-serif;font-size:.98rem;line-height:1.65;color:#211A15;margin:14px 0 20px;overflow-wrap:anywhere}
.nz-twho{display:flex;align-items:center;gap:12px;border-top:1px dashed #E5DCCE;padding-top:16px;margin-top:auto}
.nz-tav{width:42px;height:42px;border-radius:50%;background:#1B1512;color:#B8935A;display:grid;place-items:center;font-weight:600;font-family:'Fraunces',Georgia,serif;overflow:hidden;flex:0 0 auto}
.nz-tav img{width:100%;height:100%;object-fit:cover}
.nz-twho b{font-family:'Manrope',system-ui,sans-serif;font-size:.92rem;font-weight:600;color:#211A15;display:block}
.nz-twho small{color:#6E6157;font-size:.8rem}
@media(min-width:641px){.nz-tcard{flex:0 0 calc((100% - 22px)/2)}}
@media(min-width:1001px){
	.nz-tcard{flex:0 0 calc((100% - 44px)/3)}
	.nz-per-2 .nz-tcard{flex:0 0 calc((100% - 22px)/2)}
	.nz-per-4 .nz-tcard{flex:0 0 calc((100% - 66px)/4)}
}
@media(max-width:640px){.nz-test-section{padding:60px 0}.nz-tcarousel{flex-wrap:wrap;justify-content:center}.nz-ttrack{order:0;flex:1 1 100%}.nz-tnav{order:1}}

/* ---------- CTA BAND (v1.7.0) ---------- */
.nz-cta-section{position:relative;overflow:hidden;background:#B8935A;padding:84px 0;isolation:isolate}
.nz-cta-bg{position:absolute;inset:-15% 0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;will-change:transform}
.nz-cta-overlay{position:absolute;inset:0;z-index:1;background:rgba(27,21,18,.55)}
.nz-cta-inner{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center}
.nz-cta-inner.nz-left{text-align:left;align-items:flex-start}
.nz-cta-eyebrow{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#1B1512;margin-bottom:14px}
.nz-cta-h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(2rem,4vw,3.1rem);line-height:1.08;letter-spacing:-.01em;color:#1B1512;margin:0 0 14px;max-width:20ch;overflow-wrap:anywhere}
.nz-cta-inner.nz-left .nz-cta-h2{max-width:24ch}
.nz-cta-text{font-family:'Manrope',system-ui,sans-serif;font-size:1.08rem;line-height:1.7;color:#2A2019;max-width:58ch;margin:0;overflow-wrap:anywhere}
.nz-cta-btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;justify-content:center}
.nz-cta-inner.nz-left .nz-cta-btns{justify-content:flex-start}
@media(max-width:640px){.nz-cta-section{padding:60px 0}}

/* ---------- QUOTE PAGE HEADER (v1.8.0) ---------- */
.nz-qhead{position:relative;overflow:hidden;background:#1B1512;padding:70px 0;isolation:isolate}
.nz-qhead-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.nz-qhead-overlay{position:absolute;inset:0;z-index:1;background:rgba(27,21,18,.6)}
.nz-qhead-inner{position:relative;z-index:2}
.nz-qhead-inner.nz-center{text-align:center}
.nz-qcrumb{font-family:'Manrope',system-ui,sans-serif;font-size:.82rem;color:rgba(255,255,255,.6);margin-bottom:14px}
.nz-qcrumb a{color:rgba(255,255,255,.6);text-decoration:none}
.nz-qcrumb a:hover{color:#B8935A}
.nz-qeyebrow{display:inline-block;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#B8935A;margin-bottom:12px}
.nz-qhead-h{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:-.01em;color:#FBFAF8;margin:0 0 12px;overflow-wrap:anywhere}
.nz-qhead-sub{font-family:'Manrope',system-ui,sans-serif;font-size:1.05rem;line-height:1.7;color:#E9E0D4;max-width:60ch;margin:0}
.nz-qhead-inner.nz-center .nz-qhead-sub{margin-left:auto;margin-right:auto}

/* ---------- QUOTE PAGE SIDEBAR (v1.8.0) ---------- */
.nz-qside{background:#ffffff;border:1px solid #E5DCCE;border-radius:16px;padding:28px}
.nz-qsec-title{font-family:'Manrope',system-ui,sans-serif;font-weight:700;font-size:.95rem;color:#211A15;margin:0 0 14px;overflow-wrap:anywhere}
.nz-qside-steps{list-style:none;margin:0;padding:0;display:grid;gap:16px}
.nz-qstep{display:flex;gap:12px;align-items:flex-start}
.nz-qstep-ic{width:38px;height:38px;border-radius:10px;background:rgba(184,147,90,.14);color:#9E7A3E;display:grid;place-items:center;flex:0 0 auto;font-size:1.05rem}
.nz-qstep-ic i,.nz-qstep-ic svg{width:1em;height:1em;color:#9E7A3E;fill:#9E7A3E}
.nz-qstep b{font-family:'Manrope',system-ui,sans-serif;font-weight:600;color:#211A15;display:block;font-size:.95rem;line-height:1.3}
.nz-qstep small{font-family:'Manrope',system-ui,sans-serif;color:#6E6157;font-size:.82rem;line-height:1.5}
.nz-qdiv{height:1px;background:#E5DCCE;margin:22px 0}
.nz-qcontact{display:grid;gap:12px}
.nz-qc-row{display:flex;gap:10px;align-items:center;font-family:'Manrope',system-ui,sans-serif;font-size:.9rem;color:#211A15;text-decoration:none;overflow-wrap:anywhere}
.nz-qc-row svg{width:18px;height:18px;color:#9E7A3E;flex:0 0 auto}
a.nz-qc-row:hover{color:#9E7A3E}
.nz-qtrust{display:grid;gap:10px}
.nz-qt-row{display:flex;gap:10px;align-items:center;font-family:'Manrope',system-ui,sans-serif;font-size:.88rem;color:#211A15}
.nz-qt-row i,.nz-qt-row svg{color:#9E7A3E;fill:#9E7A3E;width:1.05em;height:1.05em;flex:0 0 auto}

/* ---------- ELEMENTOR PRO FORM BRAND SKIN (add CSS class "nz-quote-form" to the Form widget) ---------- */
.nz-quote-form .elementor-field-group > label{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.85rem;color:#211A15;margin-bottom:6px}
.nz-quote-form .elementor-field-textual{font-family:'Manrope',system-ui,sans-serif;border:1px solid #E5DCCE !important;border-radius:10px !important;padding:12px 14px !important;background:#fff;color:#211A15;min-height:48px}
.nz-quote-form .elementor-field-textual:focus{border-color:#B8935A !important;outline:none;box-shadow:0 0 0 3px rgba(184,147,90,.15)}
.nz-quote-form textarea.elementor-field-textual{min-height:120px}
.nz-quote-form .elementor-field-type-upload .elementor-field{font-family:'Manrope',system-ui,sans-serif;color:#6E6157}
.nz-quote-form .elementor-button{font-family:'Manrope',system-ui,sans-serif;font-weight:600;background:#1B1512;color:#FBFAF8;border-radius:999px;padding:14px 30px;transition:.2s ease}
.nz-quote-form .elementor-button:hover{background:#5A3A26;color:#FBFAF8}

/* ---------- SINGLE PRODUCT PAGE (v1.9.0) ---------- */
.nz-prodpage{background:#FBFAF8;padding:56px 0}
.nz-prodpage-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;max-width:1200px;margin:0 auto;padding:0 24px}
.nz-pp-gallery{min-width:0;position:sticky;top:24px}
.nz-pp-main{position:relative;overflow:hidden;border-radius:14px;background:linear-gradient(150deg,#2A2019,#3E2C1F 55%,#503722);aspect-ratio:4/3;display:flex;align-items:flex-end}
.nz-pp-main.has-img{background:#F2ECE3}
.nz-pp-main img{width:100%;height:100%;object-fit:contain;padding:10px;display:block}
.nz-pp-main .nz-ph-tag{position:relative;z-index:2;padding:18px 20px;color:#EBDCC6;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.95rem}
.nz-pp-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.nz-pp-thumb{width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;background:#F2ECE3;flex:0 0 auto;line-height:0}
.nz-pp-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.nz-pp-thumb.is-active{border-color:#B8935A}
.nz-pp-info{min-width:0}
.nz-pp-cat{display:inline-block;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9E7A3E;margin-bottom:12px}
.nz-pp-title{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(1.8rem,3.4vw,2.7rem);line-height:1.08;letter-spacing:-.01em;color:#211A15;margin:0 0 12px;overflow-wrap:anywhere}
.nz-pp-sku{font-family:'Manrope',system-ui,sans-serif;font-size:.85rem;color:#6E6157;margin:0 0 16px}
.nz-pp-desc{font-family:'Manrope',system-ui,sans-serif;font-size:1.02rem;line-height:1.7;color:#6E6157}
.nz-pp-desc p{margin:0 0 12px}.nz-pp-desc p:last-child{margin-bottom:0}
.nz-pp-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.nz-pp-quote{background:#1B1512;color:#FBFAF8;border-color:#1B1512}
.nz-pp-quote:hover{background:#5A3A26;border-color:#5A3A26;color:#FBFAF8}
.nz-pp-wa{background:#fff;color:#211A15;border:1.5px solid #211A15}
.nz-pp-wa:hover{background:#211A15;color:#FBFAF8;border-color:#211A15}
.nz-pp-wa svg{width:1.25em;height:1.25em;fill:#25D366;flex:0 0 auto}
.nz-pp-wa:hover svg{fill:#25D366}
@media(max-width:900px){.nz-prodpage-grid{grid-template-columns:1fr;gap:30px}.nz-pp-gallery{position:static}}
@media(max-width:640px){.nz-prodpage{padding:40px 0}.nz-pp-actions .nz-btn{flex:1 1 100%;justify-content:center}}

/* ---------- TOP BAR (v2.0.0) ---------- */
.nz-topbar{background:#211A15;color:#E9E0D4;font-family:'Manrope',system-ui,sans-serif;font-size:.82rem}
.nz-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px;flex-wrap:wrap}
.nz-topbar-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.nz-tb-item{display:inline-flex;align-items:center;gap:7px;color:#E9E0D4;text-decoration:none}
.nz-tb-item svg{width:15px;height:15px;flex:0 0 auto;color:#B8935A}
a.nz-tb-item:hover{color:#fff}
.nz-tb-note{opacity:.85}
.nz-topbar-social{display:flex;align-items:center;gap:14px}
.nz-topbar-social a{color:#E9E0D4;display:inline-flex;line-height:0}
.nz-topbar-social a:hover{color:#B8935A}
.nz-topbar-social svg,.nz-topbar-social i{width:16px;height:16px;font-size:15px}
@media(max-width:640px){.nz-topbar.nz-hide-mobile{display:none}}

/* ---------- HEADER (v2.0.0) ---------- */
.nz-header{background:#fff;border-bottom:1px solid #E5DCCE}
.nz-header.nz-sticky{position:sticky;top:0;z-index:999}
.nz-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px;position:relative}
.nz-logo{display:inline-flex;align-items:center;text-decoration:none;font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.5rem;color:#211A15;line-height:1}
.nz-logo img{display:block;width:auto}
.nz-header-collapse{display:flex;align-items:center;gap:28px}
.nz-header-nav .nz-menu{list-style:none;display:flex;gap:26px;margin:0;padding:0}
.nz-menu li{position:relative}
.nz-menu a{font-family:'Manrope',system-ui,sans-serif;font-weight:500;font-size:.95rem;color:#211A15;text-decoration:none;padding:6px 0;display:inline-block}
.nz-menu a:hover{color:#9E7A3E}
.nz-menu .current-menu-item>a{color:#9E7A3E}
.nz-menu .sub-menu{list-style:none;margin:0;padding:8px;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid #E5DCCE;border-radius:12px;box-shadow:0 18px 40px rgba(33,26,21,.12);display:none;z-index:60}
.nz-menu .sub-menu a{display:block;padding:9px 12px;border-radius:8px;font-size:.9rem}
.nz-menu .sub-menu a:hover{background:#F2ECE3;color:#211A15}
.nz-menu li:hover>.sub-menu{display:block}
.nz-sub-toggle{display:none;background:none;border:0;cursor:pointer;padding:6px;color:#211A15}
.nz-sub-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.nz-header-btn{font-family:'Manrope',system-ui,sans-serif;background:#B8935A;color:#1B1512;border-color:#B8935A}
.nz-header-btn:hover{background:#9E7A3E;border-color:#9E7A3E;color:#fff}
.nz-burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.nz-burger span{width:24px;height:2px;background:#211A15;display:block;transition:.2s ease}
@media(max-width:992px){
	.nz-burger{display:flex}
	.nz-header{position:relative}
	.nz-header-collapse{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid #E5DCCE;flex-direction:column;align-items:stretch;gap:0;padding:8px 24px 20px;box-shadow:0 18px 40px rgba(33,26,21,.12);max-height:82vh;overflow:auto;z-index:80}
	.nz-header.nz-open .nz-header-collapse{display:flex}
	.nz-header-nav{width:100%}
	.nz-menu{flex-direction:column;gap:0;width:100%}
	.nz-menu>li{border-bottom:1px solid #F2ECE3}
	.nz-menu li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
	.nz-menu li>a{flex:1;padding:13px 0;display:block}
	.nz-menu .sub-menu{position:static;display:none;box-shadow:none;border:0;border-radius:0;padding:0 0 8px 14px;min-width:0;width:100%}
	.nz-menu li.nz-sub-open>.sub-menu{display:block}
	.nz-menu .sub-menu li{width:100%;border:0}
	.nz-menu .sub-menu a{padding:9px 0}
	.nz-sub-toggle{display:inline-flex}
	.nz-header-cta{width:100%;margin-top:14px}
	.nz-header-cta .nz-btn{width:100%;justify-content:center}
}

/* ---------- FOOTER (v2.0.0) ---------- */
.nz-footer{background:#1B1512}
.nz-footer-top{padding:64px 0 40px}
.nz-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px}
.nz-footer-col{min-width:0}
.nz-footer-logo{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.4rem;color:#FBFAF8;margin-bottom:14px}
.nz-footer-logo img{height:44px;width:auto;display:block}
.nz-footer-about{font-family:'Manrope',system-ui,sans-serif;font-size:.9rem;line-height:1.7;color:#C9BEB0;margin:0 0 18px;max-width:38ch}
.nz-footer-social{display:flex;gap:12px}
.nz-footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center;color:#E9E0D4;line-height:0}
.nz-footer-social a:hover{color:#B8935A;border-color:#B8935A}
.nz-footer-social svg,.nz-footer-social i{width:15px;height:15px;font-size:15px}
.nz-footer-col h4{font-family:'Manrope',system-ui,sans-serif;font-weight:700;font-size:.95rem;color:#FBFAF8;margin:0 0 16px}
.nz-footer-links ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.nz-footer-links a{font-family:'Manrope',system-ui,sans-serif;font-size:.9rem;color:#C9BEB0;text-decoration:none}
.nz-footer-links a:hover{color:#B8935A}
.nz-fcontact{font-family:'Manrope',system-ui,sans-serif;font-size:.9rem;color:#C9BEB0}
.nz-fc-row{display:flex;align-items:center;gap:10px;color:#C9BEB0;text-decoration:none;margin-bottom:12px;overflow-wrap:anywhere}
.nz-fc-row svg{width:17px;height:17px;flex:0 0 auto;color:#B8935A}
a.nz-fc-row:hover{color:#B8935A}
.nz-footer-bottom{border-top:1px solid rgba(255,255,255,.1)}
.nz-fb-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px 0;font-family:'Manrope',system-ui,sans-serif;font-size:.82rem;color:#9A8E80}
.nz-fb-legal{display:flex;gap:18px;flex-wrap:wrap}
.nz-fb-legal a{color:#9A8E80;text-decoration:none}
.nz-fb-legal a:hover{color:#B8935A}
@media(max-width:900px){.nz-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.nz-footer-grid{grid-template-columns:1fr}.nz-fb-inner{flex-direction:column;text-align:center}}

/* ---------- PRODUCT ARCHIVE (v2.1.0) ---------- */
.nz-arch{background:#FBFAF8}
.nz-arch-hero{background:#F2ECE3;border-bottom:1px solid #E5DCCE}
.nz-arch-hero .nz-wrap{padding:44px 24px 40px}
.nz-arch-crumb{font-size:.82rem;color:#6E6157;margin-bottom:14px}
.nz-arch-crumb a{color:inherit;text-decoration:none}
.nz-arch-crumb a:hover{color:#9E7A3E}
.nz-arch-eyebrow{display:inline-block;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:#9E7A3E;margin-bottom:12px}
.nz-arch-title{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(2rem,4vw,3rem);line-height:1.05;letter-spacing:-.01em;color:#211A15;margin:0 0 14px;overflow-wrap:anywhere}
.nz-arch-desc{max-width:64ch;color:#6E6157;font-size:1.02rem;line-height:1.7;margin:0}
.nz-arch-body{padding:44px 0 72px}
.nz-arch-body.has-side{display:grid;grid-template-columns:250px 1fr;gap:44px;align-items:start}
.nz-arch-content{min-width:0}
/* sidebar */
.nz-arch-side{position:sticky;top:24px;min-width:0}
.nz-arch-side h3{font-family:'Manrope',system-ui,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6E6157;margin:0 0 16px}
.nz-arch-side ul{list-style:none;margin:0;padding:0;display:grid;gap:2px}
.nz-arch-side li a{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;font-family:'Manrope',system-ui,sans-serif;font-size:.92rem;font-weight:500;color:#211A15;text-decoration:none;transition:.15s ease}
.nz-arch-side li a:hover{background:#F2ECE3}
.nz-arch-side li a.is-active{background:#1B1512;color:#FBFAF8}
.nz-arch-side li a .c{color:#6E6157;font-size:.8rem;font-weight:600}
.nz-arch-side li a.is-active .c{color:#B8935A}
.nz-arch-help{margin-top:24px;padding:18px;border:1px dashed #B8935A;border-radius:12px;background:#fff}
.nz-arch-help b{font-family:'Fraunces',Georgia,serif;display:block;font-size:1.02rem;margin-bottom:6px;color:#211A15}
.nz-arch-help p{font-family:'Manrope',system-ui,sans-serif;font-size:.84rem;color:#6E6157;margin:0 0 12px}
.nz-arch-help .nz-btn{width:100%;justify-content:center;padding:11px 16px;font-size:.85rem}
/* toolbar */
.nz-arch-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}
.nz-arch-headcount{font-family:'Manrope',system-ui,sans-serif;font-size:.9rem;color:#6E6157}
.nz-arch-sort{display:flex;align-items:center;gap:8px;font-family:'Manrope',system-ui,sans-serif;font-size:.88rem;color:#6E6157}
.nz-arch-sort select{font-family:'Manrope',system-ui,sans-serif;font-size:.88rem;padding:9px 14px;border:1px solid #E5DCCE;border-radius:10px;background:#fff;color:#211A15;cursor:pointer}
/* grid + cards */
.nz-arch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.nz-acard{background:#fff;border:1px solid #E5DCCE;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:.25s ease;min-width:0}
.nz-acard:hover{box-shadow:0 20px 44px rgba(33,26,21,.12);transform:translateY(-3px)}
.nz-acard>a,.nz-acard>span{display:block}
.nz-acard .nz-ph{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:0;box-shadow:none}
.nz-acard .nz-ph.has-img::before{display:none}
.nz-acard .nz-ph img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
/* No-crop mode: show the whole photo instead of cropping it (better for photos that vary in shape) */
.nz-acard .nz-ph.nz-fit{background:#F2ECE3}
.nz-acard .nz-ph.nz-fit img{object-fit:contain;padding:6px}
.nz-acard-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:9px;flex:1}
.nz-acard .nz-tag{align-self:flex-start;font-family:'Manrope',system-ui,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9E7A3E;background:#F2ECE3;padding:5px 9px;border-radius:6px}
.nz-acard h3{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.12rem;color:#211A15;line-height:1.15;margin:0;overflow-wrap:anywhere}
.nz-acard h3 a{color:inherit;text-decoration:none}
.nz-acard h3 a:hover{color:#9E7A3E}
.nz-acard p{font-family:'Manrope',system-ui,sans-serif;font-size:.85rem;color:#6E6157;margin:0;overflow-wrap:anywhere}
.nz-acard-foot{margin-top:auto;padding-top:6px}
.nz-acard .nz-plink{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.88rem;color:#9E7A3E;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:gap .2s ease}
.nz-acard .nz-plink:hover{gap:10px}
.nz-arch-empty{grid-column:1/-1;background:#F2ECE3;border:1px dashed #B8935A;border-radius:12px;padding:30px;text-align:center;font-family:'Manrope',system-ui,sans-serif;color:#6E6157}
/* pagination */
.nz-arch-pager{display:flex;justify-content:center;gap:8px;margin-top:44px;flex-wrap:wrap}
.nz-arch-pager a,.nz-arch-pager span{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #E5DCCE;border-radius:10px;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.9rem;color:#211A15;text-decoration:none;padding:0 10px}
.nz-arch-pager a:hover{border-color:#B8935A}
.nz-arch-pager .current{background:#1B1512;color:#FBFAF8;border-color:#1B1512}
@media(max-width:980px){
	.nz-arch-body.has-side{grid-template-columns:1fr;gap:26px}
	.nz-arch-side{position:static;display:grid;gap:20px}
	.nz-arch-side ul{grid-template-columns:repeat(2,1fr)}
	.nz-arch-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
	.nz-arch-grid{grid-template-columns:1fr}
	.nz-arch-side ul{grid-template-columns:1fr}
}

/* ---------- PAGE HERO (inner pages) (v2.2.0) ---------- */
.nz-phero{background:#1B1512;color:#FBFAF8;position:relative;overflow:hidden}
.nz-phero.nz-glow::after{content:"";position:absolute;top:-40%;right:-8%;width:520px;height:520px;background:radial-gradient(circle,rgba(184,147,90,.14),transparent 62%);pointer-events:none;z-index:0}
.nz-phero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.nz-phero-overlay{position:absolute;inset:0;z-index:1;background:rgba(27,21,18,.6)}
.nz-phero-inner{position:relative;z-index:2;padding:66px 24px 72px;margin:0 auto;max-width:820px;text-align:center}
.nz-phero-inner.nz-left{text-align:left;margin-left:0}
.nz-phero-crumb{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap;font-family:'Manrope',system-ui,sans-serif;font-size:.85rem;color:#E9E0D4;margin-bottom:16px}
.nz-phero-inner.nz-left .nz-phero-crumb{justify-content:flex-start}
.nz-phero-crumb a{color:#E9E0D4;text-decoration:none}
.nz-phero-crumb a:hover{color:#B8935A}
.nz-phero-crumb .sep{color:#B8935A}
.nz-phero-eyebrow{display:inline-block;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#B8935A;margin-bottom:12px}
.nz-phero-h{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(2.3rem,4.6vw,3.4rem);line-height:1.05;letter-spacing:-.01em;color:#FBFAF8;margin:0 0 14px;overflow-wrap:anywhere}
.nz-phero-sub{font-family:'Manrope',system-ui,sans-serif;color:#E9E0D4;font-size:1.08rem;line-height:1.7;max-width:60ch;margin:0 auto}
.nz-phero-inner.nz-left .nz-phero-sub{margin-left:0}

/* ---------- GET IN TOUCH (v2.3.0) ---------- */
.nz-git-eyebrow{display:inline-block;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:#9E7A3E;margin-bottom:12px}
.nz-git-h{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.9rem;line-height:1.1;color:#211A15;margin:0 0 12px;overflow-wrap:anywhere}
.nz-git-intro{font-family:'Manrope',system-ui,sans-serif;color:#6E6157;font-size:1rem;line-height:1.7;margin:0 0 28px;max-width:52ch}
.nz-git-list{display:grid;gap:14px;margin-bottom:28px}
.nz-git-item{display:flex;gap:15px;align-items:flex-start;background:#fff;border:1px solid #E5DCCE;border-radius:14px;padding:18px 20px;transition:.2s ease}
.nz-git-item:hover{border-color:#B8935A}
.nz-git-ic{width:46px;height:46px;border-radius:11px;background:#F2ECE3;color:#9E7A3E;display:grid;place-items:center;font-size:1.25rem;flex:0 0 auto}
.nz-git-ic svg{width:1.2em;height:1.2em;fill:currentColor}
.nz-git-lbl{font-family:'Manrope',system-ui,sans-serif;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:#6E6157;font-weight:600;margin-bottom:3px}
.nz-git-val{font-family:'Manrope',system-ui,sans-serif;font-weight:500;font-size:1rem;color:#211A15;word-break:break-word}
.nz-git-val a{color:#211A15;text-decoration:none}
.nz-git-val a:hover{color:#9E7A3E}
.nz-git-slabel{font-family:'Manrope',system-ui,sans-serif;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:#6E6157;font-weight:600;margin-bottom:10px}
.nz-git-socials{display:flex;gap:12px;flex-wrap:wrap}
.nz-git-socials a{width:44px;height:44px;border-radius:11px;background:#1B1512;color:#FBFAF8;display:grid;place-items:center;font-size:1.15rem;transition:.2s ease;text-decoration:none}
.nz-git-socials a svg{width:1.1em;height:1.1em;fill:currentColor}
.nz-git-socials a:hover{background:#B8935A;color:#1B1512}

/* ---------- ELEMENTOR CONTACT FORM STYLING (add class "nz-contact-form" to the Form widget) ---------- */
.nz-contact-form .elementor-field-group>.elementor-field-label{font-family:'Manrope',system-ui,sans-serif;font-size:.85rem;font-weight:600;margin-bottom:7px;color:#211A15}
.nz-contact-form .elementor-field-group .elementor-field-textual,
.nz-contact-form input[type=text],.nz-contact-form input[type=email],.nz-contact-form input[type=tel],.nz-contact-form input[type=url],.nz-contact-form input[type=number],.nz-contact-form textarea,.nz-contact-form select{
	width:100%;font-family:'Manrope',system-ui,sans-serif;font-size:.95rem;color:#211A15;background:#FBFAF8;border:1px solid #E5DCCE;border-radius:11px;padding:13px 15px;transition:.18s ease;line-height:1.5}
.nz-contact-form textarea{min-height:130px;resize:vertical}
.nz-contact-form .elementor-field-textual:focus,.nz-contact-form input:focus,.nz-contact-form textarea:focus,.nz-contact-form select:focus{outline:none;border-color:#B8935A;box-shadow:0 0 0 3px rgba(184,147,90,.18);background:#fff}
.nz-contact-form .elementor-button,.nz-contact-form button[type=submit]{width:100%;justify-content:center;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.95rem;background:#1B1512;color:#FBFAF8;border:1.5px solid #1B1512;border-radius:999px;padding:14px 22px;transition:.2s ease;cursor:pointer}
.nz-contact-form .elementor-button:hover,.nz-contact-form button[type=submit]:hover{background:#5A3A26;border-color:#5A3A26;color:#FBFAF8}
.nz-contact-form .elementor-field-required .elementor-field-label:after{color:#9E7A3E}

/* ---------- HEADER / TOP BAR FIXES (v2.4.0) ---------- */
/* 1) header vertical centering: symmetric padding + reset stray margins */
.nz-header{margin:0}
.nz-header-inner{align-items:center;padding-top:10px;padding-bottom:10px;line-height:1}
.nz-header .nz-logo{line-height:1}
/* 2) hide top bar social icons on mobile so the bar stays compact */
@media(max-width:640px){.nz-topbar-social{display:none}}
/* 3) hamburger must stay transparent on tap/focus/active (was turning red from theme button styles) */
.nz-burger,.nz-burger:hover,.nz-burger:focus,.nz-burger:active,.nz-burger:focus-visible{background:none!important;background-color:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;-webkit-tap-highlight-color:transparent}
.nz-burger span{background:#211A15}
/* 4) WhatsApp button: hidden on desktop, shown only inside the mobile hamburger menu */
.nz-header-wa{display:none}
.nz-header-wa svg{width:1.2em;height:1.2em;fill:#25D366;flex:0 0 auto}
@media(max-width:992px){
	.nz-header-cta{display:flex;flex-direction:column;gap:10px}
	.nz-header-wa{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#fff;color:#211A15;border:1.5px solid #211A15}
	.nz-header-wa:hover{background:#211A15;color:#fff}
	.nz-header-wa:hover svg{fill:#25D366}
}

/* ---------- v2.5.0 FIXES ---------- */
/* top bar: a bit more vertical space on mobile */
@media(max-width:640px){.nz-topbar-inner{padding-top:9px;padding-bottom:9px;min-height:0}}
/* footer hard-coded credit (Web Starc) */
.nz-fb-credit{font-family:'Manrope',system-ui,sans-serif}
.nz-fb-credit a{color:#B8935A;text-decoration:none;font-weight:600}
.nz-fb-credit a:hover{text-decoration:underline}
/* CTA parallax: use fixed background (reliably visible); auto-off on mobile */
.nz-cta-section.nz-parallax .nz-cta-bg{background-attachment:fixed;background-position:center;background-size:cover;inset:0;transform:none!important}
@media(max-width:768px){.nz-cta-section.nz-parallax .nz-cta-bg{background-attachment:scroll}}

/* ---------- HERO (OVERLAY, full image) (v2.6.0) ---------- */
.nz-hov{position:relative;display:flex;align-items:center;justify-content:center;min-height:92vh;overflow:hidden;isolation:isolate;text-align:center}
.nz-hov-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.nz-hov-overlay{position:absolute;inset:0;z-index:1;background:rgba(20,15,12,.6)}
.nz-hov.nz-vignette::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at center,transparent 42%,rgba(15,11,9,.55) 100%),linear-gradient(180deg,rgba(15,11,9,.5),transparent 28%,transparent 70%,rgba(15,11,9,.62))}
.nz-hov-inner{position:relative;z-index:2;max-width:900px;padding:96px 24px;margin:0 auto}
.nz-hov-eyebrow{display:inline-flex;align-items:center;gap:16px;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.26em;text-transform:uppercase;color:#E9Cfa0;margin-bottom:26px}
.nz-hov-eyebrow::before,.nz-hov-eyebrow::after{content:"";width:44px;height:1px;background:rgba(184,147,90,.7);display:inline-block}
.nz-hov-h{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(2.4rem,6vw,4.6rem);line-height:1.03;letter-spacing:-.01em;color:#FBFAF8;margin:0 0 22px;overflow-wrap:anywhere}
.nz-hov-h em{display:block;font-style:normal;font-weight:600;color:#EBD9B4}
.nz-hov-lead{font-family:'Manrope',system-ui,sans-serif;color:#E4DAce;font-size:1.12rem;line-height:1.7;max-width:60ch;margin:0 auto 34px}
.nz-hov-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.nz-hov-b1,.nz-hov-b2{letter-spacing:.06em;text-transform:uppercase;font-size:.85rem;padding:15px 30px}
.nz-hov-b1{background:#B8935A;color:#1B1512;border-color:#B8935A}
.nz-hov-b1:hover{background:#9E7A3E;border-color:#9E7A3E;color:#fff}
.nz-hov-b2{background:transparent;color:#FBFAF8;border:1.5px solid rgba(255,255,255,.45)}
.nz-hov-b2:hover{background:#FBFAF8;color:#1B1512;border-color:#FBFAF8}
.nz-hov-scroll{margin-top:48px;display:flex;flex-direction:column;align-items:center;gap:9px;font-family:'Manrope',system-ui,sans-serif;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#C9BCA8}
.nz-hov-scroll i{width:22px;height:34px;border:1.5px solid rgba(255,255,255,.4);border-radius:12px;position:relative;display:block}
.nz-hov-scroll i::after{content:"";position:absolute;left:50%;top:7px;width:3px;height:7px;border-radius:2px;background:rgba(255,255,255,.75);transform:translateX(-50%);animation:nzScroll 1.6s ease-in-out infinite}
@keyframes nzScroll{0%{opacity:0;top:7px}30%{opacity:1}60%{opacity:1;top:16px}100%{opacity:0;top:16px}}
.nz-hov-trust{margin-top:40px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;font-family:'Manrope',system-ui,sans-serif;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#C9BCA8}
.nz-hov-sep{width:1px;height:14px;background:rgba(255,255,255,.25);display:inline-block}
@media(max-width:640px){
	.nz-hov-inner{padding:88px 20px 64px}
	.nz-hov-eyebrow{margin-bottom:20px;letter-spacing:.2em;font-size:.72rem}
	.nz-hov-h{font-size:clamp(1.95rem,8.6vw,2.6rem);margin-bottom:16px}
	.nz-hov-lead{font-size:1rem;margin-bottom:26px}
	.nz-hov-cta{flex-direction:column}
	.nz-hov-cta .nz-btn{width:100%;justify-content:center}
	.nz-hov-scroll{margin-top:28px}
	.nz-hov-trust{margin-top:28px;gap:10px}
}

/* ---------- HEADER (TRANSPARENT + STICKY) (v2.6.0) ---------- */
.nz-hp{width:100%;z-index:200;position:relative}
.nz-hp .nz-header{transition:background .3s ease,border-color .3s ease}
.nz-hp-top{background:#211A15;color:#E9E0D4;font-family:'Manrope',system-ui,sans-serif;font-size:.82rem}
.nz-hp-top-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;flex-wrap:wrap}
.nz-hp-top-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.nz-hp-top a{color:#E9E0D4;text-decoration:none}
.nz-hp-top a:hover{color:#B8935A}
.nz-hp-note{opacity:.85}
.nz-hp-social{display:flex;gap:14px}
.nz-hp-social a{color:#E9E0D4;display:inline-flex;line-height:0}
.nz-hp-social a:hover{color:#B8935A}
.nz-hp-social svg,.nz-hp-social i{width:16px;height:16px;font-size:15px}
.nz-logo-light{display:none}
/* transparent state (JS adds nz-is-trans; bg also handled by :not(.nz-scrolled) for robustness) */
.nz-hp.nz-is-trans .nz-header{background:transparent;border-bottom-color:transparent}
.nz-hp.nz-is-trans .nz-logo-dark{display:none}
.nz-hp.nz-is-trans .nz-logo-light{display:block}
@media(max-width:640px){.nz-hp-social{display:none}}
/* top bar hide toggles */
@media(min-width:993px){.nz-hp-top.nz-tb-hide-d{display:none}}
@media(max-width:992px){.nz-hp-top.nz-tb-hide-m{display:none}}
/* Positioning of the header wrapper is handled by JS (inline styles on the Elementor
   header-location wrapper) so it works regardless of theme structure or :has() support.
   CSS here only covers the transparent look, the scrolled shadow, and hiding the top bar on scroll. */
.nz-hp.nz-is-trans .nz-header{background:transparent!important;border-bottom-color:transparent!important}
.nz-hp.nz-scrolled .nz-header{box-shadow:0 8px 30px rgba(33,26,21,.10)}
.nz-hp.nz-scrolled.nz-was-trans .nz-hp-top{display:none}
@media(min-width:993px){
	.nz-hp.nz-trans-d:not(.nz-scrolled) .nz-header{background:transparent!important;border-bottom-color:transparent!important}
}
@media(max-width:992px){
	.nz-hp.nz-trans-m:not(.nz-scrolled) .nz-header{background:transparent!important;border-bottom-color:transparent!important}
}

/* v2.7.1 fix: on desktop the inline nav/cta group must not paint its own background
   (it showed as a white band in the transparent header). The solid bg is only needed
   for the mobile drawer, which is unaffected below 993px. */
@media(min-width:993px){.nz-hp .nz-header-collapse{background:transparent!important}}

/* ---------- v2.7.2 FIXES ---------- */
/* 1) Mobile drawer: menu links must be dark (drawer bg is white; the transparent
   state had turned them white → invisible). Only affects the open mobile drawer. */
@media(max-width:992px){
	.nz-header-collapse .nz-menu a{color:#211A15!important}
	.nz-header-collapse .nz-menu .sub-menu a{color:#211A15!important}
}
/* 2) Inner-page heroes clear the transparent header by its height (JS sets --nz-hp-overlap).
   Homepage overlay hero (.nz-hov) is intentionally NOT padded so it stays a full overlay. */
.nz-phero{padding-top:var(--nz-hp-overlap,0px)}
.nz-arch-hero{padding-top:var(--nz-hp-overlap,0px)}
/* 3) Product Archive responsiveness: the sidebar-width control forced a 2-column
   layout at every width, squishing products on mobile. Force a single column so the
   sidebar stacks on top and products fill the width. */
@media(max-width:980px){
	.nz-arch-body.has-side{grid-template-columns:1fr!important}
}
@media(max-width:600px){
	.nz-arch-grid{grid-template-columns:1fr!important}
}

/* ---------- HERO (LEFT, image + highlights) (v2.8.0) ---------- */
.nz-hl{position:relative;display:flex;align-items:center;min-height:90vh;overflow:hidden;isolation:isolate}
.nz-hl-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.nz-hl-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(18,13,10,.72) 0%,rgba(18,13,10,.72) 38%,rgba(18,13,10,.25) 100%)}
.nz-hl-inner{position:relative;z-index:2;width:100%;padding-top:96px;padding-bottom:150px}
.nz-hl-text{max-width:640px;min-width:0}
.nz-hl-eyebrow{display:inline-flex;align-items:center;gap:14px;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;color:#C9A24B;margin-bottom:20px}
.nz-hl-eyebrow::before{content:"";width:42px;height:1px;background:rgba(184,147,90,.7);display:inline-block}
.nz-hl-h{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(2.5rem,5.4vw,4.4rem);line-height:1.04;letter-spacing:-.01em;color:#FBFAF8;margin:0 0 22px;overflow-wrap:anywhere}
.nz-hl-h em{display:block;font-style:normal;font-weight:600;color:#C9A24B}
.nz-hl-lead{font-family:'Manrope',system-ui,sans-serif;color:#DDD3C6;font-size:1.1rem;line-height:1.7;margin:0 0 32px;max-width:56ch}
.nz-hl-cta{display:flex;gap:16px;flex-wrap:wrap}
.nz-hl-b1,.nz-hl-b2{display:inline-flex;align-items:center;gap:10px;padding:15px 28px}
.nz-hl-b1{background:#B8935A;color:#1B1512;border-color:#B8935A}
.nz-hl-b1:hover{background:#9E7A3E;border-color:#9E7A3E;color:#fff}
.nz-hl-b2{background:transparent;color:#FBFAF8;border:1.5px solid rgba(255,255,255,.4)}
.nz-hl-b2:hover{background:#FBFAF8;color:#1B1512;border-color:#FBFAF8}
.nz-hl-arrow{width:1.05em;height:1.05em;flex:0 0 auto;transition:transform .2s ease}
.nz-hl-b1:hover .nz-hl-arrow,.nz-hl-b2:hover .nz-hl-arrow{transform:translateX(4px)}
/* highlights bar */
.nz-hl-high-wrap{position:absolute;left:0;right:0;bottom:34px;z-index:2}
.nz-hl-high{display:flex;align-items:center;gap:10px;background:rgba(10,7,5,.55);border:1px solid rgba(184,147,90,.35);border-radius:16px;padding:18px 26px;backdrop-filter:blur(4px)}
.nz-hl-hi{flex:1 1 0;display:flex;align-items:center;gap:14px;justify-content:center;position:relative;min-width:0}
.nz-hl-hi + .nz-hl-hi::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:38px;background:rgba(255,255,255,.14)}
.nz-hl-hi-ic{color:#C9A24B;font-size:1.5rem;flex:0 0 auto;display:inline-flex}
.nz-hl-hi-ic svg{width:1.3rem;height:1.3rem;fill:currentColor}
.nz-hl-hi-txt{display:flex;flex-direction:column;min-width:0}
.nz-hl-hi-t{font-family:'Manrope',system-ui,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.02em;color:#F3ECE0;text-transform:uppercase}
.nz-hl-hi-s{font-family:'Manrope',system-ui,sans-serif;font-size:.82rem;color:#B9AC9B}
@media(max-width:900px){
	.nz-hl-overlay{background:linear-gradient(180deg,rgba(18,13,10,.55),rgba(18,13,10,.78))}
	.nz-hl-high{flex-direction:column;gap:14px;align-items:stretch}
	.nz-hl-hi{justify-content:flex-start}
	.nz-hl-hi + .nz-hl-hi::before{display:none}
}
@media(max-width:640px){
	.nz-hl-inner{padding-top:92px;padding-bottom:210px}
	.nz-hl-h{font-size:clamp(2rem,9vw,2.7rem)}
	.nz-hl-lead{font-size:1rem}
	.nz-hl-cta{flex-direction:column}
	.nz-hl-cta .nz-btn{width:100%;justify-content:center}
	.nz-hl-high-wrap{bottom:22px}
	.nz-hl-high{padding:16px 18px}
}

/* v2.8.1: hero background as a real <img> (helps Lighthouse detect LCP + gives alt text) */
.nz-hl-bg img,.nz-hov-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
