.nz-header{position:sticky;top:0;z-index:1000;width:100%;overflow:visible;color:var(--nz-color-text);background:rgba(255,255,255,.96);border-bottom:1px solid #e6e8ec;transition:background var(--nz-motion-duration) var(--nz-motion-easing),box-shadow var(--nz-motion-duration) var(--nz-motion-easing),border-color var(--nz-motion-duration) var(--nz-motion-easing);backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px)}
.nz-header.is-sticky{background:rgba(255,255,255,.92);border-bottom-color:#dde2e7;box-shadow:0 8px 24px rgba(20,22,24,.06)}
.nz-header a{color:inherit;text-decoration:none}.nz-header__inner{height:62px;display:grid;grid-template-columns:minmax(300px,390px) minmax(480px,1fr) minmax(260px,285px);align-items:center;column-gap:24px;overflow:visible;transition:height var(--nz-motion-duration) var(--nz-motion-easing)}
.nz-header.is-sticky .nz-header__inner{height:56px}.nz-header__brand{display:flex;align-items:center;gap:9px}.nz-header__brand img{display:block;width:auto;height:30px;flex:0 0 auto;transition:height var(--nz-motion-duration) var(--nz-motion-easing)}
.nz-header.is-sticky .nz-header__brand img{height:27px}.nz-header__brand-stack{display:flex;flex-direction:column;justify-content:center;gap:4px;line-height:1}.nz-header__wordmark{font-size:18px;font-weight:700;line-height:1;letter-spacing:.08em;white-space:nowrap}.nz-header__subtitle{font-size:8.8px;font-weight:650;line-height:1;letter-spacing:.13em;color:#7a828a;white-space:nowrap;text-transform:uppercase}
.nz-header__nav{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:32px;overflow:visible}.nz-header__nav-item{position:relative;height:62px;display:flex;align-items:center;overflow:visible;transition:height var(--nz-motion-duration) var(--nz-motion-easing)}.nz-header.is-sticky .nz-header__nav-item{height:56px}
.nz-header__nav-link{position:relative;padding:23px 0;font-size:15px;font-weight:500;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;transition:padding var(--nz-motion-duration) var(--nz-motion-easing)}.nz-header.is-sticky .nz-header__nav-link{padding:20px 0}.nz-header__nav-link::after{content:"";position:absolute;left:50%;bottom:15px;width:20px;height:2px;background:var(--nz-color-primary);transform:translateX(-50%) scaleX(0);transition:transform var(--nz-motion-duration) var(--nz-motion-easing),bottom var(--nz-motion-duration) var(--nz-motion-easing)}.nz-header.is-sticky .nz-header__nav-link::after{bottom:12px}.nz-header__nav-link:hover::after,.nz-header__nav-link.is-active::after{transform:translateX(-50%) scaleX(1)}
.nz-header__products-desktop::before{content:"";position:absolute;right:-15px;top:50%;width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-62%) rotate(45deg);opacity:.75}.nz-header__products-mobile,.nz-header__products-check,.nz-header__nav-language{display:none}
.nz-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.nz-header__action-separator{width:1px;height:18px;background:#d7dbe0}.nz-header__language{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:650;color:#575656;white-space:nowrap}.nz-header__language span,.nz-header__nav-language span{color:#a0a6ad}
.nz-header__search-desktop{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;color:#575656;transition:color var(--nz-motion-duration) var(--nz-motion-easing),background var(--nz-motion-duration) var(--nz-motion-easing),transform var(--nz-motion-duration) var(--nz-motion-easing)}.nz-header__search-desktop:hover{color:var(--nz-color-primary);background:#f5f7f9;transform:translateY(-1px)}.nz-header__search-desktop svg{width:19px;height:19px;stroke:currentColor}.nz-header__search-mobile{display:none}
.nz-header__cta{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 16px;border:1px solid var(--nz-color-primary);border-radius:9px;background:var(--nz-color-primary);color:#fff!important;font-size:14px;font-weight:700;white-space:nowrap;transition:background var(--nz-motion-duration) var(--nz-motion-easing),border-color var(--nz-motion-duration) var(--nz-motion-easing),transform var(--nz-motion-duration) var(--nz-motion-easing),height var(--nz-motion-duration) var(--nz-motion-easing)}.nz-header.is-sticky .nz-header__cta{height:36px}.nz-header__cta:hover{background:#0088c6;border-color:#0088c6;transform:translateY(-1px)}
.nz-header__mega{position:absolute;top:66px;left:0;width:620px;z-index:1010;padding:18px;transform:translateY(8px);opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #e6e8ec;border-radius:14px;box-shadow:0 28px 70px rgba(20,22,24,.18);transition:opacity var(--nz-motion-duration) var(--nz-motion-easing),transform var(--nz-motion-duration) var(--nz-motion-easing),visibility var(--nz-motion-duration) var(--nz-motion-easing),top var(--nz-motion-duration) var(--nz-motion-easing)}.nz-header.is-sticky .nz-header__mega{top:60px}.nz-header__products:hover .nz-header__mega,.nz-header__products:focus-within .nz-header__mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nz-header__mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.nz-header__mega a{display:block;padding:14px;border-radius:10px;transition:background var(--nz-motion-duration) var(--nz-motion-easing),color var(--nz-motion-duration) var(--nz-motion-easing)}.nz-header__mega a:hover{background:#f5f7f9;color:var(--nz-color-primary)}.nz-header__mega-title{display:block;margin-bottom:4px;font-size:14px;font-weight:700;line-height:1.25}.nz-header__mega-text{display:block;font-size:12.5px;font-weight:500;line-height:1.35;color:#6a6f75}
.nz-header__menu-check{display:none}.nz-header__toggle{display:none;width:40px;height:40px;border:1px solid #e1e4e8;border-radius:10px;align-items:center;justify-content:center;cursor:pointer;position:relative;background:rgba(255,255,255,.72)}.nz-header__toggle span,.nz-header__toggle span::before,.nz-header__toggle span::after{display:block;width:18px;height:2px;background:var(--nz-color-text);border-radius:2px;transition:transform var(--nz-motion-duration) var(--nz-motion-easing),opacity var(--nz-motion-duration) var(--nz-motion-easing),top var(--nz-motion-duration) var(--nz-motion-easing)}.nz-header__toggle span{position:relative}.nz-header__toggle span::before,.nz-header__toggle span::after{content:"";position:absolute;left:0}.nz-header__toggle span::before{top:-6px}.nz-header__toggle span::after{top:6px}.nz-header__menu-check:checked~.nz-header__actions .nz-header__toggle span{background:transparent}.nz-header__menu-check:checked~.nz-header__actions .nz-header__toggle span::before{top:0;transform:rotate(45deg)}.nz-header__menu-check:checked~.nz-header__actions .nz-header__toggle span::after{top:0;transform:rotate(-45deg)}
@media(max-width:1199px){.nz-header__inner,.nz-header.is-sticky .nz-header__inner{height:64px;display:flex;justify-content:space-between;gap:18px}.nz-header__brand{gap:8px}.nz-header__brand img,.nz-header.is-sticky .nz-header__brand img{height:27px}.nz-header__brand-stack{gap:3px}.nz-header__wordmark{font-size:17px;letter-spacing:.07em}.nz-header__subtitle{font-size:7.4px;letter-spacing:.105em}.nz-header__nav{position:fixed;left:var(--nz-container-padding);right:var(--nz-container-padding);top:64px;width:auto;max-width:calc(var(--nz-container-max) - (2 * var(--nz-container-padding)));margin-inline:auto;display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;background:#fff;border:1px solid #e6e8ec;border-top-color:#eceef2;border-radius:0 0 12px 12px;box-shadow:0 22px 46px rgba(20,22,24,.14);padding:10px 0;z-index:1010;max-height:calc(100dvh - 64px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:none}.nz-header__nav::-webkit-scrollbar{display:none}.nz-header__menu-check:checked~.nz-header__nav{display:flex}.nz-header__nav-item,.nz-header.is-sticky .nz-header__nav-item{height:auto;display:block;flex:0 0 auto}.nz-header__nav-link,.nz-header.is-sticky .nz-header__nav-link{display:block;padding:16px 24px;font-size:16px;border-bottom:1px solid #f1f2f4}.nz-header__products-desktop{display:none!important}.nz-header__products-mobile{display:flex!important;align-items:center;justify-content:space-between;position:relative;width:100%;padding:16px 24px!important;background:#fff}.nz-header__products-mobile::after,.nz-header__nav-link::after,.nz-header__products-desktop::before{display:none}.nz-header__products-icon{width:24px;height:24px;display:flex;position:relative;flex:0 0 24px;margin-left:auto}.nz-header__products-icon::before,.nz-header__products-icon::after{content:"";position:absolute;left:50%;top:50%;width:8px;height:2px;background:var(--nz-color-text);border-radius:2px;transform-origin:center;transition:transform var(--nz-motion-duration) var(--nz-motion-easing),width var(--nz-motion-duration) var(--nz-motion-easing)}.nz-header__products-icon::before{transform:translate(-7px,-50%) rotate(45deg)}.nz-header__products-icon::after{transform:translate(-1px,-50%) rotate(-45deg)}.nz-header__products-check:checked+.nz-header__products-mobile .nz-header__products-icon::before{width:15px;transform:translate(-50%,-50%) rotate(45deg)}.nz-header__products-check:checked+.nz-header__products-mobile .nz-header__products-icon::after{width:15px;transform:translate(-50%,-50%) rotate(-45deg)}.nz-header__mega,.nz-header.is-sticky .nz-header__mega{position:static;display:none;width:100%;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:0;border-radius:0;padding:0 18px 14px;background:#fff}.nz-header__products-check:checked~.nz-header__mega{display:block}.nz-header__mega-grid{grid-template-columns:1fr;gap:4px}.nz-header__mega a{padding:12px;background:#f7f8fa}.nz-header__mega a.nz-header__search-mobile{display:flex;align-items:center;gap:10px}.nz-header__search-mobile svg{width:18px;height:18px;flex:0 0 18px;stroke:var(--nz-color-primary)}.nz-header__search-mobile .nz-header__mega-title{margin:0}.nz-header__nav-language{display:flex;align-items:center;gap:8px;padding:16px 24px 14px;border-top:1px solid #f1f2f4;color:#575656;font-size:13px;font-weight:650}.nz-header__actions{margin-left:auto;gap:16px}.nz-header__action-separator,.nz-header__cta,.nz-header__search-desktop,.nz-header__actions .nz-header__language{display:none}.nz-header__toggle{display:flex}}
@media(max-width:767px){.nz-header__brand img,.nz-header.is-sticky .nz-header__brand img{height:25px}.nz-header__wordmark{font-size:16px;letter-spacing:.06em}.nz-header__subtitle{font-size:6.8px;letter-spacing:.075em}.nz-header__actions{gap:14px}}
@media(max-width:390px){.nz-header__brand img,.nz-header.is-sticky .nz-header__brand img{height:24px}.nz-header__wordmark{font-size:15px}.nz-header__subtitle{font-size:6.4px}.nz-header__actions{gap:10px}.nz-header__toggle{width:38px;height:38px}}

/* Twenty Twenty-Five compatibility and responsive corrections. */
.nz-header{
  position:relative !important;
  top:0;
  margin:0 !important;
}

.nz-header,
.nz-header *{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.admin-bar .nz-header{top:0;}

.nz-header__mega a.nz-header__search-mobile{
  display:none;
}

@media(max-width:1199px){
  .nz-header__nav{
    position:fixed !important;
    left:50% !important;
    right:auto !important;
    top:64px !important;
    width:calc(100% - 48px) !important;
    max-width:1240px !important;
    margin:0 !important;
    transform:translateX(-50%) !important;
  }

  .admin-bar .nz-header__nav{top:96px !important;}

  .nz-header__mega a.nz-header__search-mobile{
    display:flex;
  }
}

@media(max-width:782px){
  .admin-bar .nz-header{top:0;}
  .admin-bar .nz-header__nav{top:110px !important;}
}

@media(max-width:767px){
  .nz-header__nav{width:calc(100% - 32px) !important;}
}

@media(max-width:390px){
  .nz-header__nav{width:calc(100% - 28px) !important;}
}
