.aero-mobile-nav {
  display: none;
}

@media (max-width: 760px) {
  :root {
    --aero-mobile-inset: 16px;
    --aero-mobile-rail: calc(100vw - 32px);
    --case-detail-mobile-rail: var(--aero-mobile-rail);
    --dynamic-rail: var(--aero-mobile-rail);
    --dynamic-content: var(--aero-mobile-rail);
    --dynamic-copy: var(--aero-mobile-rail);
    --aero-mobile-glass-bg:
      linear-gradient(145deg, rgba(255, 124, 48, .36), rgba(112, 42, 16, .54) 46%, rgba(8, 8, 8, .58) 100%);
    --aero-mobile-glass-border: rgba(255, 188, 137, .42);
    --aero-mobile-glass-line: rgba(242, 239, 232, .18);
    --aero-mobile-glass-filter: blur(22px) saturate(1.42) contrast(1.08);
    --aero-mobile-glass-shadow:
      0 22px 70px rgba(0, 0, 0, .62),
      inset 0 1px 0 rgba(255, 255, 255, .18),
      inset 0 -1px 0 rgba(0, 0, 0, .26);
  }

  body.is-aero-mobile-nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 100150;
    background: rgba(0, 0, 0, .52);
    pointer-events: auto;
  }

  .nav nav,
  .byd-nav nav,
  .haval-nav nav,
  .longi-nav nav,
  .okx-nav nav,
  .bib-nav nav,
  .binance-nav nav,
  .jetour-nav nav,
  .vivo-nav nav,
  .gaode-nav nav,
  .eastbay-nav,
  .aero-unified-nav nav {
    display: none !important;
  }

  .aero-mobile-nav {
    position: fixed;
    z-index: 100200;
    left: calc(50% - 23px);
    right: auto;
    bottom: max(14px, env(safe-area-inset-bottom));
    display: block;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Source Han Sans K", "Microsoft YaHei", sans-serif;
  }

  .aero-mobile-nav.is-open {
    left: 16px;
    width: calc(100vw - 32px);
    height: 80svh;
    min-height: min(80svh, 520px);
    bottom: calc(22px + env(safe-area-inset-bottom));
    border: 1px solid rgba(242, 239, 232, .13);
    border-radius: 18px;
    background: rgba(5, 5, 5, .96);
    box-shadow:
      0 26px 80px rgba(0, 0, 0, .7),
      inset 0 1px 0 rgba(242, 239, 232, .09),
      inset 0 -1px 0 rgba(255, 106, 26, .12);
    overflow: hidden;
    animation: aeroMobileNavRise 620ms cubic-bezier(.16, .82, .22, 1) both;
  }

  .aero-mobile-nav.is-open::before,
  .aero-mobile-nav.is-open::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
  }

  .aero-mobile-nav.is-open::before {
    background:
      linear-gradient(180deg, rgba(242, 239, 232, .045), transparent 32%),
      radial-gradient(circle at 50% 100%, rgba(255, 106, 26, .09), transparent 46%);
  }

  .aero-mobile-nav.is-open::after {
    inset: 1px;
    border: 1px solid rgba(255, 255, 255, .035);
  }

  @keyframes aeroMobileNavRise {
    0% {
      transform: translateY(calc(100% + 42px));
    }

    72% {
      transform: translateY(-8px);
    }

    88% {
      transform: translateY(3px);
    }

    100% {
      transform: translateY(0);
    }
  }

  .aero-mobile-nav__toggle {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 0;
    width: 46px;
    height: 46px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 106, 26, .94);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .34);
    cursor: pointer;
    transform: translateX(-50%);
    transition: left 260ms cubic-bezier(.16, 1, .3, 1), right 260ms cubic-bezier(.16, 1, .3, 1), top 260ms cubic-bezier(.16, 1, .3, 1), width 260ms cubic-bezier(.16, 1, .3, 1), height 260ms cubic-bezier(.16, 1, .3, 1), transform 260ms cubic-bezier(.16, 1, .3, 1), background-color 220ms ease;
    -webkit-appearance: none;
    appearance: none;
  }

  .aero-mobile-nav.is-open .aero-mobile-nav__toggle {
    left: auto;
    right: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
    transform: none;
    background: rgba(255, 106, 26, .74);
    opacity: 0;
    pointer-events: none;
  }

  .aero-mobile-nav__toggle span {
    width: 16px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
    transition: transform 260ms ease, opacity 220ms ease;
  }

  .aero-mobile-nav.is-open .aero-mobile-nav__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .aero-mobile-nav.is-open .aero-mobile-nav__toggle span:nth-child(2) {
    opacity: 0;
  }

  .aero-mobile-nav.is-open .aero-mobile-nav__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .aero-mobile-nav__close {
    position: absolute;
    z-index: 4;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    display: none;
    place-items: center;
    padding: 0;
    border: 2px solid var(--brand-orange, #ff6a1a);
    border-radius: 50%;
    background: rgba(245, 243, 237, .94);
    color: transparent;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    -webkit-appearance: none;
    appearance: none;
  }

  .aero-mobile-nav.is-open .aero-mobile-nav__close {
    display: grid;
  }

  .aero-mobile-nav__close::before,
  .aero-mobile-nav__close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: var(--brand-orange, #ff6a1a);
    transform-origin: center;
  }

  .aero-mobile-nav__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .aero-mobile-nav__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .aero-mobile-nav__close:hover,
  .aero-mobile-nav__close:focus-visible {
    outline: 0;
    background: #fffaf2;
    border-color: var(--brand-orange, #ff6a1a);
    box-shadow: 0 0 0 4px rgba(255, 106, 26, .18), 0 12px 30px rgba(0, 0, 0, .28);
  }

  .aero-mobile-nav__panel {
    position: relative;
    z-index: 2;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 24px;
    color: #f2efe8;
    transform: translateY(8px);
    transition: opacity 220ms ease 80ms, transform 300ms cubic-bezier(.16, 1, .3, 1);
  }

  .aero-mobile-nav.is-open .aero-mobile-nav__panel {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .aero-mobile-nav__links {
    display: grid;
    gap: 28px;
    width: 100%;
    justify-items: center;
  }

  .aero-mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: auto;
    border-top: 0;
    color: rgba(242, 239, 232, .62);
    text-decoration: none;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .aero-mobile-nav__link:last-child {
    border-bottom: 0;
  }

  .aero-mobile-nav__link.is-current {
    color: var(--brand-orange, #ff6a1a);
  }

  .dynamic-main {
    padding-left: var(--aero-mobile-inset) !important;
    padding-right: var(--aero-mobile-inset) !important;
  }

  .dynamic-tabs,
  .dynamic-news-list,
  .dynamic-back,
  .dynamic-article-hero,
  .dynamic-article-media,
  .dynamic-article-body,
  .dynamic-article-figure,
  .dynamic-article-grid,
  .dynamic-article-facts {
    width: var(--aero-mobile-rail) !important;
    max-width: var(--aero-mobile-rail) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .dynamic-article-figure,
  .dynamic-article-grid {
    transform: none !important;
  }

  .about-visual .content-wrap,
  .faq-longform .content-wrap {
    width: var(--aero-mobile-rail) !important;
    max-width: var(--aero-mobile-rail) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .byd-player,
  .byd-story,
  .byd-results,
  .byd-section,
  .byd-assets,
  .haval-player,
  .haval-story,
  .haval-section,
  .longi-hero__frame,
  .longi-story,
  .longi-section,
  .longi-foot,
  .okx-player,
  .okx-story,
  .okx-results,
  .okx-assets,
  .bib-player,
  .bib-story,
  .bib-assets,
  .binance-player,
  .binance-story,
  .binance-scenes,
  .binance-assets,
  .eastbay-player,
  .eastbay-story,
  .eastbay-section,
  .eastbay-assets,
  .jetour-reel__frame,
  .jetour-story,
  .jetour-social-stage,
  .jetour-materials,
  .case-next,
  .view-item .content-wrapper {
    width: var(--aero-mobile-rail) !important;
    max-width: var(--aero-mobile-rail) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .view-item .section-background {
    left: var(--aero-mobile-inset) !important;
    right: var(--aero-mobile-inset) !important;
    width: var(--aero-mobile-rail) !important;
    overflow: hidden !important;
  }

  .view-item .section-background img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
