.tradex-site-header{position:relative;z-index:1000;background:#fff;border-bottom:1px solid rgb(0 0 0 / .06);transition:background 0.25s ease,box-shadow 0.25s ease}.tradex-site-header.is-sticky{position:sticky;top:0}.tradex-site-header.is-sticky.is-scrolled{box-shadow:0 4px 24px rgb(0 0 0 / .08)}.tradex-site-header.is-transparent{position:absolute;width:100%;background:#fff0;border-bottom-color:#fff0}.tradex-site-header.is-transparent.is-scrolled{position:sticky;background:#fff;border-bottom-color:rgb(0 0 0 / .06)}.tradex-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1280px, 100% - 2rem);margin:0 auto;padding:.85rem 0}.tradex-branding{flex-shrink:0}.tradex-site-title{font-size:1.25rem;font-weight:700;color:var(--tradex-secondary,#1a1a2e);text-decoration:none}.tradex-nav-list{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.tradex-nav-list a{color:var(--tradex-secondary,#1a1a2e);font-weight:500;text-decoration:none}.tradex-nav-list a:hover,.tradex-nav-list a:focus-visible,.tradex-nav-list .current-menu-item>a{color:var(--tradex-primary,#e10600)}.tradex-header-actions{display:flex;align-items:center;gap:.75rem}.tradex-lang-switcher ul,.tradex-lang-list{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.tradex-lang-switcher a,.tradex-lang-list a{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.25rem .5rem;border-radius:4px;font-size:.8125rem;font-weight:600;text-transform:uppercase;color:var(--tradex-secondary,#1a1a2e);text-decoration:none}.tradex-lang-switcher .current-lang a,.tradex-lang-list .is-active a{background:var(--tradex-primary,#e10600);color:#fff}.tradex-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:0;background:#fff0;cursor:pointer}.tradex-menu-toggle-bar{display:block;width:22px;height:2px;margin:0 auto;background:var(--tradex-secondary,#1a1a2e);transition:transform 0.25s ease,opacity 0.25s ease}.tradex-mobile-panel{visibility:hidden}