@media (max-width: 768px) {
  body {
    cursor: auto;
  }

  .cursor-coords {
    display: none;
  }

  #navbar {
    opacity: 1 !important;
    transform: none !important;
    height: 62px;
    padding: 0 !important;
    background: rgba(7, 7, 13, 0.94);
    border-bottom: 1px solid rgba(212, 168, 83, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .nav-inner {
    position: relative;
    max-width: none;
    padding: 0 14px !important;
    gap: 10px;
  }

  .nav-logo {
    max-width: calc(100vw - 136px);
    font-size: clamp(14px, 4.4vw, 16px);
    letter-spacing: 1.8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-lang {
    margin-left: auto;
    order: 2;
    gap: 6px;
    font-size: 10px;
  }

  .mobile-menu-toggle {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin-left: 0;
    border: 1px solid rgba(212, 168, 83, 0.14);
    border-radius: 10px;
    background: rgba(13, 15, 26, 0.92);
  }

  .nav-links {
    top: 62px !important;
    height: calc(100dvh - 62px) !important;
    justify-content: flex-start !important;
    padding: 28px 20px 40px !important;
    gap: 14px !important;
  }

  .nav-link {
    width: 100%;
    max-width: 320px;
    justify-content: flex-start;
    padding: 12px 14px;
    border: 1px solid rgba(212, 168, 83, 0.12);
    border-radius: 12px;
    background: rgba(12, 14, 24, 0.9);
    font-size: 14px !important;
    letter-spacing: 0.5px;
    text-align: left;
  }

  .nav-link::before {
    display: none;
  }

  .hero-section {
    min-height: auto !important;
    padding-top: 112px;
    padding-bottom: 72px;
    align-items: flex-start;
  }

  .hero-content {
    width: min(100%, 368px);
    margin: 0 auto;
    padding: 0 16px !important;
  }

  .hero-title {
    width: 100%;
    margin-bottom: 14px !important;
    line-height: 1.08;
  }

  .title-line {
    width: 100%;
    font-size: clamp(19px, 5.7vw, 24px) !important;
    line-height: 1.12;
    letter-spacing: 0.2px !important;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-wrap: balance;
  }

  .hero-subtitle {
    max-width: 100%;
    margin-bottom: 18px !important;
    padding: 0 2px;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .hero-badges {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px !important;
    width: 100%;
    margin-bottom: 18px !important;
  }

  .h-badge {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 12px !important;
    font-size: 10px !important;
    letter-spacing: 0.7px;
  }

  .hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
    gap: 10px !important;
  }

  .btn {
    width: 100%;
    min-width: 0 !important;
    justify-content: center;
    padding: 12px 14px !important;
    font-size: 11px !important;
  }

  .hero-motion-wall {
    width: min(100%, 368px);
    margin: 20px auto 0 !important;
    gap: 8px;
    overflow: hidden;
  }

  .hero-motion-card {
    font-size: 10px;
  }

  .hero-scroll-indicator {
    bottom: 16px;
  }
}

@media (max-width: 420px) {
  .nav-logo {
    max-width: calc(100vw - 126px);
    font-size: 13px;
    letter-spacing: 1.4px;
  }

  .title-line {
    font-size: clamp(18px, 5.3vw, 22px) !important;
  }

  .hero-subtitle {
    font-size: 11px !important;
  }

  .h-badge {
    font-size: 9px !important;
  }
}
