.sf-root.sfh-header-plugin,
.sf-root.sfh-header-plugin *,
.sf-root.sfh-header-plugin *::before,
.sf-root.sfh-header-plugin *::after {
  box-sizing: border-box;
}

.sf-root.sfh-header-plugin {
  --black: #000;
  --ink: #f4f4f4;
  --muted: #9a9a9a;
  --red: #d6261f;
  --line: #262626;
  --panel: #101010;
  --panel-2: #141414;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gut: clamp(20px, 5vw, 40px);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 30;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.sf-root.sfh-header-plugin a {
  text-decoration: none;
}

.sf-root.sfh-header-plugin img {
  display: block;
  max-width: 100%;
}

.sf-root.sfh-header-plugin nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1480px, calc(100vw - 44px));
  margin: 0 auto;
  padding: 12px var(--gut);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
}

.sf-root.sfh-header-plugin .brand {
  flex: 0 0 auto;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

.sf-root.sfh-header-plugin .brand a {
  display: block;
}

.sf-root.sfh-header-plugin .logo-img {
  height: clamp(56px, 9vw, 88px);
  width: auto;
}

.sf-root.sfh-header-plugin .nav-links,
.sf-root.sfh-header-plugin .sub-menu,
.sf-root.sfh-header-plugin .mega-list,
.sf-root.sfh-header-plugin .mobile-links,
.sf-root.sfh-header-plugin .mobile-sub-menu {
  list-style: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sf-root.sfh-header-plugin ul,
.sf-root.sfh-header-plugin ol {
  list-style: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sf-root.sfh-header-plugin .nav-links li,
.sf-root.sfh-header-plugin .sub-menu li,
.sf-root.sfh-header-plugin .mega-list li,
.sf-root.sfh-header-plugin .mobile-links li,
.sf-root.sfh-header-plugin .mobile-sub-menu li {
  list-style: none !important;
  list-style-image: none !important;
}

.sf-root.sfh-header-plugin ul li,
.sf-root.sfh-header-plugin ol li {
  list-style: none !important;
  list-style-image: none !important;
}

.sf-root.sfh-header-plugin .nav-links li::marker,
.sf-root.sfh-header-plugin .sub-menu li::marker,
.sf-root.sfh-header-plugin .mega-list li::marker,
.sf-root.sfh-header-plugin .mobile-links li::marker,
.sf-root.sfh-header-plugin .mobile-sub-menu li::marker {
  content: "";
}

.sf-root.sfh-header-plugin ul li::marker,
.sf-root.sfh-header-plugin ol li::marker {
  content: "" !important;
}

.sf-root.sfh-header-plugin .nav-links li::before,
.sf-root.sfh-header-plugin .sub-menu li::before,
.sf-root.sfh-header-plugin .mega-list li::before,
.sf-root.sfh-header-plugin .mobile-links li::before,
.sf-root.sfh-header-plugin .mobile-sub-menu li::before,
.sf-root.sfh-header-plugin .nav-links li::after,
.sf-root.sfh-header-plugin .sub-menu li::after,
.sf-root.sfh-header-plugin .mega-list li::after,
.sf-root.sfh-header-plugin .mobile-links li::after,
.sf-root.sfh-header-plugin .mobile-sub-menu li::after {
  content: none !important;
  display: none !important;
}

.sf-root.sfh-header-plugin .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.6vw, 28px);
  flex: 1 1 auto;
  min-width: 0;
}

.sf-root.sfh-header-plugin .nav-links > li {
  position: relative;
}

.sf-root.sfh-header-plugin .nav-links > li.menu-item-mega {
  position: static;
}

.sf-root.sfh-header-plugin .menu-item-row {
  display: flex;
  align-items: center;
  gap: 7px;
}

.sf-root.sfh-header-plugin .nav-link,
.sf-root.sfh-header-plugin .nav-links span {
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.sf-root.sfh-header-plugin .nav-link:hover,
.sf-root.sfh-header-plugin .nav-link.active,
.sf-root.sfh-header-plugin .nav-links li.is-active > .menu-item-row > .nav-link,
.sf-root.sfh-header-plugin .nav-links li.is-active > .menu-item-row > span {
  color: var(--red);
}

.sf-root.sfh-header-plugin .submenu-indicator,
.sf-root.sfh-header-plugin .submenu-toggle {
  color: var(--muted);
  transition: color 0.2s ease, transform 0.2s ease;
}

.sf-root.sfh-header-plugin .submenu-indicator {
  font-size: 16px;
  line-height: 1;
}

.sf-root.sfh-header-plugin .menu-item-has-children:hover > .menu-item-row .submenu-indicator,
.sf-root.sfh-header-plugin .menu-item-has-children:focus-within > .menu-item-row .submenu-indicator {
  color: var(--red);
  transform: rotate(45deg);
}

.sf-root.sfh-header-plugin .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  min-width: 220px;
  display: grid;
  gap: 0;
  padding: 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 10, 0.96);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.sf-root.sfh-header-plugin .sub-menu li {
  padding: 0 18px;
}

.sf-root.sfh-header-plugin .sub-menu li + li {
  margin-top: 2px;
}

.sf-root.sfh-header-plugin .sub-menu-link {
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.06em;
  display: block;
  padding: 9px 0;
  transition: color 0.2s ease;
}

.sf-root.sfh-header-plugin .sub-menu-link:hover,
.sf-root.sfh-header-plugin .sub-menu-link.active {
  color: var(--red);
}

.sf-root.sfh-header-plugin .menu-item-has-children:hover > .sub-menu,
.sf-root.sfh-header-plugin .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sf-root.sfh-header-plugin .mega-panel {
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  width: min(1120px, calc(100vw - 56px));
  max-width: calc(100vw - 56px);
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.sf-root.sfh-header-plugin .menu-item-mega:hover > .mega-panel,
.sf-root.sfh-header-plugin .menu-item-mega:focus-within > .mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.sf-root.sfh-header-plugin .mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
}

.sf-root.sfh-header-plugin .mega-column {
  min-width: 0;
}

.sf-root.sfh-header-plugin .mega-heading {
  margin-bottom: 14px;
}

.sf-root.sfh-header-plugin .mega-heading-link,
.sf-root.sfh-header-plugin .mega-heading span {
  color: #fff;
  font-family: var(--display);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.sf-root.sfh-header-plugin .mega-heading-link:hover,
.sf-root.sfh-header-plugin .mega-heading-link.active {
  color: var(--red);
}

.sf-root.sfh-header-plugin .mega-list {
  display: grid;
  gap: 0;
}

.sf-root.sfh-header-plugin .mega-item-link,
.sf-root.sfh-header-plugin .mega-list span {
  color: #b6b6b6;
  font-size: 13px;
  letter-spacing: 0.08em;
  display: block;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.sf-root.sfh-header-plugin .mega-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sf-root.sfh-header-plugin .mega-item-link:hover,
.sf-root.sfh-header-plugin .mega-item-link.active {
  color: var(--red);
}

.sf-root.sfh-header-plugin .nav-cta,
.sf-root.sfh-header-plugin .mm-cta {
  background: var(--red);
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  transition: 0.2s ease;
  white-space: nowrap;
}

.sf-root.sfh-header-plugin .nav-cta {
  flex: 0 0 auto;
  font-size: 11px;
  padding: 11px 18px;
}

.sf-root.sfh-header-plugin .nav-cta:hover,
.sf-root.sfh-header-plugin .mm-cta:hover {
  background: #fff;
  color: var(--red);
}

.sf-root.sfh-header-plugin .burger {
  display: none;
  margin-left: auto;
  font-size: 22px;
  background: none;
  border: none;
  color: var(--ink);
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}

.sf-root.sfh-header-plugin .mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.98);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  padding: 18px 22px 24px;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  overflow-y: auto;
}

.sf-root.sfh-header-plugin .mobile-menu.open {
  transform: translateX(0);
  visibility: visible;
}

.sf-root.sfh-header-plugin .mobile-menu .mm-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.sf-root.sfh-header-plugin .mobile-menu .logo-img {
  height: clamp(46px, 12vw, 64px);
}

.sf-root.sfh-header-plugin .mobile-menu .mm-close {
  background: none;
  border: none;
  color: var(--ink);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}

.sf-root.sfh-header-plugin .mobile-links,
.sf-root.sfh-header-plugin .mobile-sub-menu {
  display: grid;
  gap: 0;
}

.sf-root.sfh-header-plugin .mobile-links > li,
.sf-root.sfh-header-plugin .mobile-sub-menu > li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 0;
}

.sf-root.sfh-header-plugin .mobile-links .menu-item-row,
.sf-root.sfh-header-plugin .mobile-sub-menu .menu-item-row {
  align-items: flex-start;
  justify-content: space-between;
}

.sf-root.sfh-header-plugin .mobile-link,
.sf-root.sfh-header-plugin .mobile-links span {
  color: var(--ink);
  font-family: var(--font);
  font-size: clamp(16px, 5.4vw, 20px);
  font-weight: 500;
  padding: 14px 0;
  display: block;
}

.sf-root.sfh-header-plugin .mobile-sub-link,
.sf-root.sfh-header-plugin .mobile-sub-menu span {
  color: #d8d8d8;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  padding: 11px 0;
}

.sf-root.sfh-header-plugin .mobile-link.active,
.sf-root.sfh-header-plugin .mobile-sub-link.active,
.sf-root.sfh-header-plugin .mobile-links li.is-active > .menu-item-row > .mobile-link,
.sf-root.sfh-header-plugin .mobile-sub-menu li.is-active > .menu-item-row > .mobile-sub-link {
  color: var(--red);
}

.sf-root.sfh-header-plugin .submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.sf-root.sfh-header-plugin .submenu-toggle span {
  font-size: 16px;
  line-height: 1;
}

.sf-root.sfh-header-plugin .mobile-sub-menu {
  display: none;
  padding: 6px 0 0 14px !important;
  margin-bottom: 6px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.sf-root.sfh-header-plugin .mobile-links li.is-open > .mobile-sub-menu,
.sf-root.sfh-header-plugin .mobile-sub-menu li.is-open > .mobile-sub-menu {
  display: grid;
}

.sf-root.sfh-header-plugin .mobile-links > li > .mobile-sub-menu > li > .menu-item-row {
  min-height: 40px;
}

.sf-root.sfh-header-plugin .mobile-links > li > .mobile-sub-menu > li > .mobile-sub-menu {
  padding: 8px 12px 2px !important;
  margin: 8px 0 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
}

.sf-root.sfh-header-plugin .mobile-links > li > .mobile-sub-menu > li > .mobile-sub-menu > li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.sf-root.sfh-header-plugin .mobile-links > li > .mobile-sub-menu > li > .mobile-sub-menu > li:last-child {
  border-bottom: 0;
}

.sf-root.sfh-header-plugin .mobile-links > li.menu-item-has-children.is-open > .mobile-sub-menu > li:last-child {
  border-bottom: 0;
}

.sf-root.sfh-header-plugin .mobile-links > li.menu-item-has-children.is-open > .mobile-sub-menu {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.sf-root.sfh-header-plugin .mobile-links li.is-open > .menu-item-row .submenu-toggle,
.sf-root.sfh-header-plugin .mobile-sub-menu li.is-open > .menu-item-row .submenu-toggle {
  color: var(--red);
  transform: rotate(45deg);
}

.sf-root.sfh-header-plugin .mobile-menu .mm-cta {
  margin-top: 18px;
  font-family: var(--font);
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 14px 16px;
  text-align: center;
  border: none;
}

@media (max-width: 1240px) {
  .sf-root.sfh-header-plugin .nav-links {
    gap: 14px;
  }

  .sf-root.sfh-header-plugin .nav-link {
    letter-spacing: 0.11em;
  }

  .sf-root.sfh-header-plugin nav {
    width: min(1360px, calc(100vw - 36px));
  }
}

@media (max-width: 1080px) {
  .sf-root.sfh-header-plugin .nav-links,
  .sf-root.sfh-header-plugin .nav-cta {
    display: none;
  }

  .sf-root.sfh-header-plugin .burger {
    display: block;
  }
}
