/* step087A — ME_HEADER_V1 unified site header */

.me-site-header {
  min-height: 88px;
  padding: 0 11vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #f2f2ea;
  border-bottom: 1px solid rgba(5,5,5,.18);
  position: sticky;
  top: 0;
  z-index: 999;
}

.me-site-logo {
  color: #050505 !important;
  text-decoration: none !important;
  font-weight: 950;
  line-height: .78;
  letter-spacing: -0.06em;
  font-size: 27px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.me-site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
}

.me-site-nav a {
  color: #050505 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

.me-site-nav a:visited,
.me-site-nav a:hover {
  color: #050505 !important;
  text-decoration: none !important;
}

.me-site-nav a:hover {
  opacity: .72;
}

.me-site-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.me-site-lang {
  color: #050505 !important;
  border: 1px solid rgba(5,5,5,.25);
  padding: 13px 12px;
  font-weight: 950;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1;
}

.me-site-lang.is-active {
  background: #e8ff00;
}

.me-site-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  background: #e8ff00;
  color: #050505 !important;
  border: 1px solid #e8ff00;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.me-site-cta:visited,
.me-site-cta:hover {
  color: #050505 !important;
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .me-site-header {
    height: auto;
    min-height: 0;
    padding: 18px 24px;
    flex-wrap: wrap;
    gap: 18px;
  }

  .me-site-nav {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 8px;
    gap: 22px;
  }

  .me-site-actions {
    margin-left: auto;
  }
}

/* STEP106L backtop global style */
.me-backtop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99998;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 2px solid #050505;
  background: #e8ff00;
  color: #050505;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(5,5,5,.18);
}
@media(max-width:900px) {
  .me-backtop { right: 16px; bottom: 16px; width: 50px; height: 50px; font-size: 24px; }
}
