/* Shared desktop navigation: hardware appearance, homepage sticky behavior */
@media (min-width: 701px) {
  :is(body, #boban-home-concept) [data-boban-navigation] {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 4px 0;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .96);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    backdrop-filter: saturate(180%) blur(18px);
    box-shadow: none;
    isolation: isolate;
    pointer-events: none;
    transition: none;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  }
  :is(body, #boban-home-concept) [data-boban-nav-inner] {
    box-sizing: border-box;
    width: min(1140px, calc(100% - 48px));
    height: 52px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    pointer-events: auto;
    transition: none;
  }
  :is(body, #boban-home-concept) [data-boban-nav-inner]::after {
    content: none;
    display: none;
  }
  :is(body, #boban-home-concept) [data-boban-nav-brand] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: visible;
  }
  :is(body, #boban-home-concept) [data-boban-nav-logo] {
    display: block;
    width:120px;
    max-width: none;
    height: auto;
  }
  :is(body, #boban-home-concept) [data-boban-nav-links] {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    gap: clamp(18px, 3vw, 42px);
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, .8);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
  }
  :is(body, #boban-home-concept) [data-boban-nav-links] a {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 34px;
    margin: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 980px;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    transition: color .2s ease;
  }
  :is(body, #boban-home-concept) [data-boban-nav-links] a:hover {
    color: #0077ed;
  }
  :is(body, #boban-home-concept) [data-boban-nav-links] a[aria-current="page"] {
    padding: 8px 15px;
    color: #fff;
    background: #111113;
    font-weight: 600;
  }
  :is(body, #boban-home-concept) [data-boban-nav-links] a[aria-current="page"]:hover {
    color: #fff;
  }
  :is(body, #boban-home-concept) [data-boban-navigation] a:focus-visible {
    outline: 2px solid #0077ed;
    outline-offset: 3px;
  }
  :is(body, #boban-home-concept) [data-boban-nav-links] .boban-tab-icon,
  #boban-home-concept .boban-mm-mobile-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  :is(body, #boban-home-concept) [data-boban-nav-inner] {
    width: min(1140px, calc(100% - 144px));
  }
}
@media (min-width: 1560px) {
  :is(body, #boban-home-concept) [data-boban-nav-inner] {
    width: min(1280px, calc(100% - 160px));
  }
}
@media (min-width: 701px) and (max-width: 980px) {
  :is(body, #boban-home-concept) [data-boban-nav-inner] { gap: 20px; }
  :is(body, #boban-home-concept) [data-boban-nav-logo] { width:120px; }
  :is(body, #boban-home-concept) [data-boban-nav-links] { gap: 20px; font-size: 12px; }
}
@media (min-width: 701px) and (max-width: 900px) {
  #boban-home-concept { padding-bottom: 0; }
}
