.lh-nav { position: fixed; left: 0; top: 0; transform: none; z-index: 1100; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 max(2%, calc((100% - 1240px) / 2)); height: 86px; display: flex; align-items: center; gap: 28px; border-top: 4px solid rgba(187,3,3,.95); background: rgba(0,0,0,.18); transition: background .22s ease, box-shadow .22s ease, color .22s ease, border-color .22s ease; }
.lh-nav.is-sticky { background: rgba(255,255,255,.98); color: #111; border-top-color: transparent; box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.lh-nav.is-sticky .lh-menu a, .lh-nav.is-sticky .lh-nav-tools, .lh-nav.is-sticky .lh-nav-icon, .lh-nav.is-sticky .lh-nav-login, .lh-nav.is-sticky .lh-nav-login > svg, .lh-nav.is-sticky .lh-nav-lang, .lh-nav.is-sticky .lh-nav-lang select { color: #111; }
.lh-nav.is-sticky .lh-menu li.on > a, .lh-nav.is-sticky .lh-menu a:hover { color: var(--lh-red); }
.lh-nav.is-sticky .lh-mobile-menu-btn { background: #fff2ef; color: var(--lh-red); }
.lh-logo { flex: 0 0 auto; display: flex; align-items: center; font-size: 0; }
.lh-logo img { width: 86px; height: 78px; object-fit: contain; }
.lh-menu { flex: 1 1 auto; display: flex; justify-content: center; min-width: 0; }
.lh-menu ul { display: flex; align-items: center; gap: clamp(16px, 1.6vw, 24px); padding: 0; margin: 0; list-style: none; }
.lh-menu li { position: relative; padding: 0 16px; line-height: 82px; font-size: 14px; font-weight: 900; text-transform: none; }
.lh-menu li.on > a { color: var(--lh-red); }
.lh-menu a { color: #fff; white-space: nowrap; }
.lh-menu a:hover { color: var(--lh-red); }
.lh-nav-sub { display: none; position: absolute; left: 50%; top: 100%; z-index: 50; width: min(1080px, calc(100vw - 40px)); transform: translateX(-50%); padding: 24px 28px 34px; border-top: 1px solid rgba(255,255,255,.18); border-radius: 0 0 18px 18px; background: rgba(255,255,255,.96); box-shadow: 0 22px 45px rgba(0,0,0,.16); line-height: 1; }
.lh-menu li:hover .lh-nav-sub { display: block; }
.lh-nav-sub-title { margin-top: 18px; color: var(--lh-red); font-size: 18px; font-weight: 900; text-transform: none; }
.lh-nav-sub-links { margin-top: 12px; line-height: 1.5; }
.lh-nav-sub-links a { display: inline-block; margin: 0 22px 10px 0; color: #333; font-size: 13px; font-weight: 700; text-transform: none; }
.lh-nav-tools { flex: 0 0 auto; display: flex; align-items: center; gap: 18px; color: #fff; }
.lh-mobile-menu-btn { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; margin-left: auto; border: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; cursor: pointer; }
.lh-mobile-menu-btn svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.lh-mobile-panel { display: none; position: fixed; inset: 0; z-index: 2000; padding: 22px 28px 42px; background: #fff; color: #222; overflow-y: auto; }
.lh-mobile-panel.is-open { display: block; }
.lh-mobile-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lh-mobile-panel-logo img { width: 70px; height: 64px; object-fit: contain; }
.lh-mobile-close { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #fff2ef; color: var(--lh-red); cursor: pointer; }
.lh-mobile-close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.lh-mobile-nav { margin-top: 22px; padding: 0; list-style: none; }
.lh-mobile-nav li { border-bottom: 1px solid #eee2df; }
.lh-mobile-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 56px; color: #24201e; font-size: 16px; font-weight: 900; }
.lh-mobile-row a { flex: 1; color: inherit; }
.lh-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 0; background: transparent; color: var(--lh-red); cursor: pointer; }
.lh-mobile-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.4; transition: transform .2s ease; }
.lh-mobile-toggle.is-open svg { transform: rotate(180deg); }
.lh-mobile-sub { display: none; padding: 0 0 12px 16px; }
.lh-mobile-sub.is-open { display: block; }
.lh-mobile-sub-title { margin: 12px 0 7px; color: var(--lh-red); font-size: 14px; font-weight: 900; }
.lh-mobile-sub a { display: block; padding: 7px 0; color: #444; font-size: 14px; font-weight: 700; line-height: 1.35; }
.lh-mobile-auth { margin-top: 24px; }
.lh-mobile-auth .lh-btn { width: 100%; min-height: 42px; box-shadow: none; }
.lh-nav-icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; color: #fff; }
.lh-nav-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.lh-nav-login { position: relative; z-index: 130; display: inline-flex; align-items: center; gap: 6px; color: #fff; font-size: 14px; font-weight: 800; }
.lh-nav-login > svg { width: 18px; height: 18px; flex: 0 0 auto; color: #fff; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lh-nav-login-menu { display: none; position: absolute; right: 0; top: 100%; z-index: 300; min-width: 150px; padding: 20px 0 10px; border-radius: 0 0 10px 10px; background: transparent; }
.lh-nav-login-menu::before { content: ""; position: absolute; left: 0; right: 0; top: 10px; bottom: 0; border-radius: 10px; background: #fff; box-shadow: 0 16px 34px rgba(0,0,0,.18); z-index: -1; }
.lh-nav-login:hover .lh-nav-login-menu { display: block; }
.lh-nav-login-menu a { display: block; padding: 9px 16px; color: #333; font-size: 13px; font-weight: 700; white-space: nowrap; }
.lh-nav-login-menu a:hover { color: var(--lh-red); }
.lh-nav-lang { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-size: 14px; font-weight: 800; }
.lh-nav-lang select { width: 64px; min-width: 64px; border: 0; background: transparent; color: #fff; font-size: 14px; font-weight: 800; outline: none; padding: 0 18px 0 4px; line-height: 22px; appearance: auto; -webkit-appearance: auto; }
.lh-nav-lang option { color: #111; }
@media (max-width: 1180px) {
.lh-menu ul { gap: 12px; }
.lh-menu li { padding: 0 12px; font-size: 13px; }
.lh-nav-tools { gap: 14px; }
}
@media (max-width: 980px) {
.lh-menu, .lh-nav-tools { display: none; }
.lh-nav { height: 72px; justify-content: flex-start; border-top-width: 3px; padding: 0 18px; }
.lh-logo img { width: 62px; height: 58px; }
.lh-mobile-menu-btn { display: inline-flex; }
}
@media (max-width: 620px) {
.lh-nav { height: 64px; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 12px; }
.lh-logo img { width: 48px; height: 48px; }
}

/* LH smart nav scroll behavior start */
.lh-nav {
  transition: transform .26s ease, height .22s ease, padding .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease, border-color .22s ease !important;
  will-change: transform;
}
.lh-nav.is-hidden {
  transform: translateY(-112%) !important;
}
.lh-nav.is-compact {
  height: 60px !important;
  background: rgba(255,255,255,.98) !important;
  color: #111 !important;
  border-top-color: transparent !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.12) !important;
}
.lh-nav.is-compact .lh-logo img {
  width: 62px !important;
  height: 56px !important;
}
.lh-nav.is-compact .lh-menu li {
  line-height: 60px !important;
}
.lh-nav.is-compact .lh-menu a,
.lh-nav.is-compact .lh-nav-tools,
.lh-nav.is-compact .lh-nav-icon,
.lh-nav.is-compact .lh-nav-login,
.lh-nav.is-compact .lh-nav-login > svg,
.lh-nav.is-compact .lh-nav-lang,
.lh-nav.is-compact .lh-nav-lang select {
  color: #111 !important;
}
.lh-nav.is-compact .lh-menu li.on > a,
.lh-nav.is-compact .lh-menu a:hover {
  color: var(--lh-red) !important;
}
.lh-nav.is-compact .lh-mobile-menu-btn {
  background: #fff2ef !important;
  color: var(--lh-red) !important;
}
.lh-nav .lh-nav-sub {
  background: rgba(255,255,255,.96) !important;
  color: #222 !important;
  text-shadow: none !important;
}
.lh-nav .lh-nav-sub-title {
  color: var(--lh-red) !important;
  text-shadow: none !important;
}
.lh-nav .lh-nav-sub-links,
.lh-nav .lh-nav-sub-links a {
  color: #333 !important;
  text-shadow: none !important;
}
.lh-nav .lh-nav-sub-links a:hover {
  color: var(--lh-red) !important;
}
@media (max-width: 980px) {
  .lh-nav.is-compact {
    height: 50px !important;
    padding: 0 16px !important;
  }
  .lh-nav.is-compact .lh-logo img {
    width: 42px !important;
    height: 42px !important;
  }
}
@media (max-width: 620px) {
  .lh-nav.is-compact {
    height: 48px !important;
    padding: 0 12px !important;
  }
}
/* LH smart nav scroll behavior end */
/* LH active nav color on transparent header */
.lh-nav { --lh-red: #ff2a18; }
.lh-nav:not(.is-sticky) .lh-menu li.on > a,
.lh-nav:not(.is-sticky) .lh-menu li.current-menu-item > a,
.lh-nav:not(.is-sticky) .lh-menu a[aria-current="page"] {
  color: #ff2a18 !important;
}
.lh-nav.is-sticky .lh-menu li.on > a,
.lh-nav.is-sticky .lh-menu li.current-menu-item > a,
.lh-nav.is-sticky .lh-menu a[aria-current="page"] {
  color: #ff2a18 !important;
}
