@font-face {
  font-family: "PP Neue Montreal Medium";
  src: url("https://framerusercontent.com/assets/6uIfYl8bnz9kOy3KOuV7PxhFPhA.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

.apexx-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 14px 40px;
  background: #ffffff;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  box-shadow: none;
  box-sizing: border-box;
  pointer-events: auto;
  overflow: visible;
}

.apexx-logo {
  display: block;
  flex: 0 0 auto;
  width: 160px;
  height: 44px;
  background: none;
}

.apexx-logo img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: contain;
  object-position: left center;
}

.apexx-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 18px;
  min-width: 0;
  margin-left: auto;
  overflow: visible;
}

.apexx-nav a,
.apexx-nav span {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  color: #1a1a1a;
  font-family: "PP Neue Montreal Medium", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.apexx-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: #1a1a1a;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.apexx-nav a:hover::after,
.apexx-nav a.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.apexx-menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.apexx-menu-btn span,
.apexx-menu-btn span::before,
.apexx-menu-btn span::after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #1a1a1a;
  position: relative;
}

.apexx-menu-btn span::before,
.apexx-menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
}

.apexx-menu-btn span::before { top: -6px; }
.apexx-menu-btn span::after { top: 6px; }

.apexx-mobile-panel {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483001;
  background: rgba(0, 0, 0, 0.72);
  padding: 28px 28px 40px;
  flex-direction: column;
  gap: 22px;
}

.apexx-mobile-panel.is-open { display: flex; }

.apexx-mobile-panel a {
  color: #fff;
  font-family: "PP Neue Montreal Medium", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  .apexx-site-header { padding: 14px 28px; }
  .apexx-nav { gap: 14px; }
  .apexx-nav a,
  .apexx-nav span { font-size: 12.5px; }
}

@media (max-width: 1199.98px) {
  .apexx-nav { display: none; }
  .apexx-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .apexx-site-header { padding: 14px 20px; }
}

@media (max-width: 809.98px) {
  .apexx-site-header { padding: 12px 16px; }
  .apexx-logo {
    width: 140px;
    height: 38px;
  }
}
